This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-raa.
commit 794c6f73237e2d46d278beddaf7df7a8df467e74 Author: Andreas Tille <[email protected]> Date: Mon Jun 26 11:30:11 2017 +0200 Standards-Version: 4.0.0 (no changes needed) --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- debian/rules | 3 +-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9cb48ab..eda2984 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libbpp-raa (2.3.1-3) UNRELEASED; urgency=medium + + * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) + * d-shlibs (>= 0.80) contains needed override + * Standards-Version: 4.0.0 (no changes needed) + + -- Andreas Tille <[email protected]> Mon, 26 Jun 2017 11:28:04 +0200 + libbpp-raa (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 89a452f..5cd6e5d 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,10 @@ Section: science Priority: optional Build-Depends: debhelper (>= 10), cmake, - d-shlibs, + d-shlibs (>= 0.80), zlib1g-dev, libbpp-seq-dev (>= 2.3.1) -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbpp-raa.git Vcs-Git: https://anonscm.debian.org/git/debian-med/libbpp-raa.git Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page 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-raa.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
