Andreas Tille pushed to branch master at Debian Med / paml
Commits: a8aee1cc by Andreas Tille at 2018-02-28T09:39:59+01:00 Really enable 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-3) unstable; urgency=medium + + * Really enable arch=all build + Closes: 890591 + + -- Andreas Tille <[email protected]> Wed, 28 Feb 2018 09:39:53 +0100 + paml (4.9g+dfsg-2) unstable; urgency=medium * Do not fail with arch=all build ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -29,13 +29,13 @@ override_dh_install-arch: done sed -i 's?\(aaRatefile = \)\(dat/jones.dat\)?\1$(DATADIR)/\2?' debian/$(DEB_SOURCE)/$(DATADIR)/codeml.ctl -override_dh_link: - dh_link +override_dh_link-arch: + dh_link -a mkdir -p debian/$(DEB_SOURCE)/etc/$(DEB_SOURCE)/ for datfile in debian/$(DEB_SOURCE)/$(DATADIR)/*.ctl ; do \ ln -s $(DATADIR)/`basename $${datfile}` debian/$(DEB_SOURCE)/etc/$(DEB_SOURCE) ; \ done -override_dh_fixperms: - dh_fixperms +override_dh_fixperms-arch: + dh_fixperms -a find debian/*/usr/lib/paml/data -type f -exec chmod -x \{\} \; View it on GitLab: https://salsa.debian.org/med-team/paml/commit/a8aee1ccef7256f0ef7ea9de7f1e05fb00d2074f --- View it on GitLab: https://salsa.debian.org/med-team/paml/commit/a8aee1ccef7256f0ef7ea9de7f1e05fb00d2074f 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
