[med-svn] [Git][med-team/samclip][master] 2 commits: Fix interpreter
Andreas Tille
gitlab at salsa.debian.org
Wed May 27 21:31:00 BST 2020
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 <tille at debian.org> Wed, 27 May 2020 13:00:01 +0200
+ -- Andreas Tille <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200527/6fb6ff2f/attachment.html>
More information about the debian-med-commit
mailing list