Codebase list libanyevent-irc-perl / ab40121
Merge branch 'wrong-path-for-interpreter' into 'master' fix lintian wrong-path-for-interpreter error See merge request perl-team/modules/packages/libanyevent-irc-perl!1 gregor herrmann 5 years ago
2 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 libanyevent-irc-perl (0.97-3) UNRELEASED; urgency=medium
1
2 [ Laurent Baillet ]
3 * fix lintian wrong-path-for-interpreter error
14
25 [ Salvatore Bonaccorso ]
36 * debian/control: Use HTTPS transport protocol for Vcs-Git URI
00 #!/usr/bin/make -f
1
2 PACKAGE = $(shell dh_listpackages)
3 TMP = $(CURDIR)/debian/$(PACKAGE)
14
25 %:
36 dh $@
7
8 override_dh_installexamples:
9 dh_installexamples
10 find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \
11 xargs -r0 sed -i -e '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|'