Andreas Tille pushed to branch master at Debian Med / samclip
Commits: 4a902bfc by Andreas Tille at 2020-05-27T22:29:01+02:00 Fix interpreter - - - - - 30e72bf9 by Andreas Tille at 2020-05-27T22:29:45+02:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,5 @@ -samclip (0.4.0-1) UNRELEASED; urgency=medium +samclip (0.4.0-1) unstable; urgency=medium * Initial release (Closes: #961661) - -- Andreas Tille <[email protected]> Wed, 27 May 2020 13:00:01 +0200 + -- Andreas Tille <[email protected]> Wed, 27 May 2020 22:29:10 +0200 ===================================== debian/rules ===================================== @@ -4,3 +4,9 @@ %: dh $@ + +override_dh_install: + dh_install + for perlscript in `grep -l '#!/usr/bin/env \+perl' debian/*/usr/bin/*` ; do \ + sed -i '1s+#!/usr/bin/env perl+#!/usr/bin/perl+' $${perlscript} ; \ + done View it on GitLab: https://salsa.debian.org/med-team/samclip/-/compare/5c4489001a96eb6097ffc53d73a14137e5c12789...30e72bf970be9d885654e486732b5ab311e7f8c9 -- View it on GitLab: https://salsa.debian.org/med-team/samclip/-/compare/5c4489001a96eb6097ffc53d73a14137e5c12789...30e72bf970be9d885654e486732b5ab311e7f8c9 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
