This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository pirs.
commit 1ca72a3d1ee47784f9a32895a2e6e320514a3795 Author: Andreas Tille <[email protected]> Date: Mon Dec 19 16:35:52 2016 +0100 Really fix build for -A --- debian/changelog | 7 +++++++ debian/rules | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e967db5..6c368f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pirs (2.0.2+dfsg-4) unstable; urgency=medium + + * Really fix build for -A + Closes: #847339 + + -- Andreas Tille <[email protected]> Mon, 19 Dec 2016 16:35:40 +0100 + pirs (2.0.2+dfsg-3) unstable; urgency=medium * Fix build for -A diff --git a/debian/rules b/debian/rules index 27c91e1..b2d1764 100755 --- a/debian/rules +++ b/debian/rules @@ -46,8 +46,8 @@ override_dh_install: rm -f $(PERLDIR)/autobam.pl sed -i 's:#!/bin/env:#!/usr/bin/env:' $(PERLDIR)/*.pl -override_dh_link: - dh_link +override_dh_link-arch: + dh_link -a for pl in $(PERLDIR)/*.pl ; do \ plname=`basename $${pl}` ; \ ln -s ../lib/$(DEBPKGNAME)/$${plname} debian/$(DEBPKGNAME)/usr/bin/`basename $${plname} .pl` ; \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pirs.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
