Codebase list libhttp-recorder-perl / 74e7eb5
fix lintian wrong-path-for-interpreter error Laurent Baillet 5 years ago
2 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 libhttp-recorder-perl (0.07-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_install:
9 dh_install
10 sed -i '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/bin/httprecorder