This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-seq-omics.
commit 26b443830e43d8ccd0ba5b8ffb582be0f14646d1 Author: Andreas Tille <[email protected]> Date: Mon Jun 26 10:09:28 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 5d3317a..9f7d81c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libbpp-seq-omics (2.3.1-3) UNRELEASED; urgency=medium * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) Closes: #865901 + * d-shlibs (>= 0.80) contains needed override -- Andreas Tille <[email protected]> Mon, 26 Jun 2017 10:06:47 +0200 diff --git a/debian/control b/debian/control index 6af7991..0392c46 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Section: science Priority: optional Build-Depends: debhelper (>= 10), cmake, - d-shlibs, + d-shlibs (>= 0.80), libbpp-seq-dev (>= 2.3.1) Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbpp-seq-omics.git diff --git a/debian/rules b/debian/rules index 32cd6d7..1213d92 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,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-omics.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
