This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-phyl.
commit c25b853224a2cb11f69c2f64a7b52d1ad3612fec Author: Andreas Tille <[email protected]> Date: Fri Jun 23 09:01:19 2017 +0200 cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 28fd024..13a5688 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libbpp-phyl (2.3.1-3) UNRELEASED; urgency=medium + + * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) + + -- Andreas Tille <[email protected]> Fri, 23 Jun 2017 09:01:07 +0200 + libbpp-phyl (2.3.1-2) unstable; urgency=medium * Make sure cmake files will be installed also on i386 diff --git a/debian/rules b/debian/rules index 3a46afc..32cd6d7 100755 --- a/debian/rules +++ b/debian/rules @@ -15,5 +15,5 @@ override_dh_install: --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.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
