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 cb9fe7c31241c40c0d3c6ce9a8b2599b3167d9d4 Author: Andreas Tille <[email protected]> Date: Tue Jun 27 08:36:27 2017 +0200 d-shlibs (>= 0.80) contains needed override --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e26342e..e2b7c56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ 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 + * d-shlibs (>= 0.80) contains needed override -- Andreas Tille <[email protected]> Tue, 27 Jun 2017 08:35:18 +0200 diff --git a/debian/control b/debian/control index e73c467..ad90d41 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), cmake, - d-shlibs, + d-shlibs (>= 0.80), libbpp-core-dev (>= 2.3.1) Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbpp-seq.git diff --git a/debian/rules b/debian/rules index 1753756..aa1cdb9 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,6 @@ override_dh_install: d-shlibmove --commit \ --multiarch \ --devunversioned \ - --override 's/libbpp-\([-a-z]\+\)[0-9]\+-dev/libbpp-\1-dev/' \ --exclude-la \ --movedev debian/tmp/usr/include/* usr/include \ --movedev debian/tmp/usr/lib/*/cmake usr/lib/$(DEB_HOST_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
