Andreas Tille pushed to branch master at Debian Med / pirs
Commits: 041a213c by Andreas Tille at 2018-09-27T18:24:07Z debhelper 11 - - - - - 3317c989 by Andreas Tille at 2018-09-27T18:24:09Z Point Vcs fields to salsa.debian.org - - - - - 1c6c94a1 by Andreas Tille at 2018-09-27T18:24:10Z Standards-Version: 4.2.1 - - - - - 5cce9cc2 by Andreas Tille at 2018-09-27T19:35:26Z Fix Perl interpreter path, Fix permissions - - - - - 94c8f56f by Andreas Tille at 2018-09-27T19:39:13Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +pirs (2.0.2+dfsg-7) unstable; urgency=medium + + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Fix Perl interpreter path + * Fix permissions + + -- Andreas Tille <[email protected]> Thu, 27 Sep 2018 21:35:39 +0200 + pirs (2.0.2+dfsg-6) unstable; urgency=medium * Do not disable PIE (thanks for the patch to Adrian Bunk <[email protected]>) ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -3,13 +3,13 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), libboost-dev, zlib1g-dev, libgzstream-dev -Standards-Version: 4.1.0 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pirs.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/pirs.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/pirs +Vcs-Git: https://salsa.debian.org/med-team/pirs.git Homepage: https://github.com/galaxy001/pirs Package: pirs ===================================== debian/rules ===================================== @@ -44,7 +44,10 @@ override_dh_install: mkdir -p $(PERLDIR) find src -name "*.pl" -exec cp -a \{\} $(PERLDIR) \; rm -f $(PERLDIR)/autobam.pl - sed -i 's:#!/bin/env:#!/usr/bin/env:' $(PERLDIR)/*.pl + # Fix perl interpreter path + for pl in `grep -Rl '#![/usr]*/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \ + sed -i '1s?^#![/usr]*/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \ + done override_dh_link-arch: dh_link -a @@ -59,3 +62,7 @@ override_dh_installchangelogs: override_dh_installdocs-arch: dh_installdocs -a cp -a src/stator/readme.txt debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/strator_readme.txt + +override_dh_fixperms: + dh_fixperms + find debian/*/usr/lib -name "*.pl" -exec chmod +x \{\} \; View it on GitLab: https://salsa.debian.org/med-team/pirs/compare/c29c79170a1eb076508f9f7e7e87e08f5cece2e0...94c8f56fc00c221616d4e71e54d88d59c04ed419 -- View it on GitLab: https://salsa.debian.org/med-team/pirs/compare/c29c79170a1eb076508f9f7e7e87e08f5cece2e0...94c8f56fc00c221616d4e71e54d88d59c04ed419 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
