Andreas Tille pushed to branch master at Debian Med / paml
Commits: 1ee99b00 by Andreas Tille at 2018-02-16T15:12:08+01:00 Do not fail with arch=all build - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +paml (4.9g+dfsg-2) unstable; urgency=medium + + * Do not fail with arch=all build + Closes: #890591 + + -- Andreas Tille <[email protected]> Fri, 16 Feb 2018 15:12:05 +0100 + paml (4.9g+dfsg-1) unstable; urgency=medium * New upstream version (upstream fixed format security issue) ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -18,9 +18,8 @@ override_dh_installexamples: find $$d \! -type d | xargs -r chmod -x ; \ done -override_dh_install: - dh_install - set -x ; \ +override_dh_install-arch: + dh_install -a for datfile in debian/$(DEB_SOURCE)/$(DATADIR)/*.ctl ; do \ for item in seqfile treefile ; do \ sed -i -e "s?\($${item} =\).*[^a-z^A-Z^0-9^.^ ]\+\([a-zA-Z0-9]\+\.[a-z]\+\)?\1 $(DATADIR)/\2?" \ View it on GitLab: https://salsa.debian.org/med-team/paml/commit/1ee99b001a27fe7483daecbdc4470bb924997394 --- View it on GitLab: https://salsa.debian.org/med-team/paml/commit/1ee99b001a27fe7483daecbdc4470bb924997394 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
