This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-seq-omics.
commit 31c506f39d2f627a7e1f1c6981d31ecd57052cb8 Author: Andreas Tille <[email protected]> Date: Mon Jun 26 10:08:22 2017 +0200 cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c2987e0..5d3317a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libbpp-seq-omics (2.3.1-3) UNRELEASED; urgency=medium + + * cmake files belong to /usr/lib/$(DEB_HOST_MULTIARCH) + Closes: #865901 + + -- Andreas Tille <[email protected]> Mon, 26 Jun 2017 10:06:47 +0200 + libbpp-seq-omics (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-seq-omics.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
