This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-popgen.
commit 35ad1c0606c8aef21ec66858d9263ccb65dbfab2 Author: Andreas Tille <[email protected]> Date: Mon Jun 26 10:23:27 2017 +0200 cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH), d-shlibs (>= 0.80) contains needed override --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 3 +-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 32b5f39..6f8ed87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libbpp-popgen (2.3.1-3) UNRELEASED; urgency=medium + + * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) + Closes: #865900 + * d-shlibs (>= 0.80) contains needed override + + -- Andreas Tille <[email protected]> Mon, 26 Jun 2017 10:23:00 +0200 + libbpp-popgen (2.3.1-2) unstable; urgency=medium * Make sure cmake files will be installed also on i386 diff --git a/debian/control b/debian/control index ee79c92..82e0420 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-core-dev (>= 2.3.1), libbpp-seq-dev (>= 2.3.1) Standards-Version: 3.9.8 diff --git a/debian/rules b/debian/rules index 3a46afc..1213d92 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,7 @@ 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_GNU_TYPE) \ + --movedev debian/tmp/usr/lib/*/cmake usr/lib/$(DEB_HOST_MULTIARCH) \ debian/tmp/usr/lib/*/*.so -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-popgen.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
