This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-phyl-omics.
commit 5e044b2d4616d076dc2649c2292a17a309e70cae Author: Andreas Tille <[email protected]> Date: Mon Jun 26 10:19:04 2017 +0200 cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH), d-shlibs (>= 0.80) contains needed override --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 3 +-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea22bcc..a8f486d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libbpp-phyl-omics (2.3.1-3) UNRELEASED; urgency=medium + + * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) + * d-shlibs (>= 0.80) contains needed override + + -- Andreas Tille <[email protected]> Mon, 26 Jun 2017 10:18:04 +0200 + libbpp-phyl-omics (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 bcc1764..9dbd7fd 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-phyl-dev (>= 2.3.1), libbpp-seq-omics-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-phyl-omics.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
