This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/2.3.1-4 in repository libbpp-seq.
commit 781f2599c7303bd98674ccdfaa8193113e58ccae Author: Andreas Tille <[email protected]> Date: Tue Jun 27 08:35:11 2017 +0200 do not install broken header --- debian/changelog | 8 ++++++++ debian/rules | 3 +++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 78cc268..e26342e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libbpp-seq (2.3.1-4) unstable; urgency=medium + + * do not install broken header (Thanks for the patch to Steve Langasek + <[email protected]>) + Closes: #866069 + + -- Andreas Tille <[email protected]> Tue, 27 Jun 2017 08:35:18 +0200 + libbpp-seq (2.3.1-3) unstable; urgency=medium * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) diff --git a/debian/rules b/debian/rules index ffdf104..1753756 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all dh $@ override_dh_install: + # Broken header, don't install (if we do, the postinst will pull it + # into generic include files) + rm -f debian/tmp/usr/include/Bpp/Seq/Container/VectorProbabilisticSiteContainer.h dh_install d-shlibmove --commit \ --multiarch \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-seq.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
