Andreas Tille pushed to branch master at Debian Med / plast
Commits: 3d84709f by Andreas Tille at 2020-12-05T21:53:42+01:00 Do nothing in dh_auto_configure and dh_auto_build for indep binaries - - - - - 29f166d8 by Andreas Tille at 2020-12-05T21:53:59+01:00 routine-update: Standards-Version: 4.5.1 - - - - - 87b26ae1 by Andreas Tille at 2020-12-05T21:54:55+01:00 routine-update: Do not parse d/changelog - - - - - afb3ddcc by Andreas Tille at 2020-12-05T22:07:01+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +plast (2.3.2+dfsg-4) unstable; urgency=medium + + * Do nothing in dh_auto_configure and dh_auto_build for indep binaries + Closes: #976525 + * Standards-Version: 4.5.1 (routine-update) + + -- Andreas Tille <[email protected]> Sat, 05 Dec 2020 21:55:04 +0100 + plast (2.3.2+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), cmake, libpcre3-dev, default-jdk -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/plast Vcs-Git: https://salsa.debian.org/med-team/plast.git Homepage: https://plast.inria.fr/ ===================================== debian/rules ===================================== @@ -19,8 +19,10 @@ override_dh_install-arch: # no need for the includes rm -rf debian/*/usr/include +override_dh_auto_configure-indep: +override_dh_auto_build-indep: override_dh_auto_install-indep: - echo "I: Do not install anything on arch:indep binary" + echo "I: Nothing to do for arch:indep binary" override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/f8cb247e4146e529cf6dd8b0cbb6237461e98a0c...afb3ddccf6b364e7ca4d0fb9e3b1a6ff1d5f6773 -- View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/f8cb247e4146e529cf6dd8b0cbb6237461e98a0c...afb3ddccf6b364e7ca4d0fb9e3b1a6ff1d5f6773 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
