This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-qt.
commit 344855f7e2ee51ffb2e8382c96de62d869982fc1 Author: Andreas Tille <[email protected]> Date: Mon Jun 26 11:17:46 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 bbd0bfe..b13d5f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libbpp-qt (2.3.1-2) 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 11:17:15 +0200 + libbpp-qt (2.3.1-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index ba76725..fee732a 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), qt4-qmake, libqt4-dev, libbpp-phyl-dev (>= 2.3.1) diff --git a/debian/rules b/debian/rules index 3f866ce..5fc04d4 100755 --- a/debian/rules +++ b/debian/rules @@ -12,9 +12,8 @@ override_dh_install: d-shlibmove --commit \ --multiarch \ --devunversioned \ - --override 's/libbpp-\([-a-z]\+\)[0-9]\+-dev/libbpp-\1-dev/' \ --override s/libQtGui4-dev/libqt4-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-qt.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
