[med-svn] [libbpp-seq] 03/05: Rename according to with soname bump, install cmake files properly, adjust dependency from bpp-core

Andreas Tille tille at debian.org
Tue Jun 13 12:55:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libbpp-seq.

commit 9c10fe03132fe4f8beb5e0f50632f9464c3a34ab
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jun 13 13:35:03 2017 +0200

    Rename according to with soname bump, install cmake files properly, adjust dependency from bpp-core
---
 debian/changelog | 2 +-
 debian/control   | 6 +++---
 debian/rules     | 7 ++++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1291df0..eb9cca2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libbpp-seq (2.3.0-1) UNRELEASED; urgency=medium
+libbpp-seq (2.3.1-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * d/watch: point to github
diff --git a/debian/control b/debian/control
index ab28956..b81f136 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                cmake,
                d-shlibs,
-               libbpp-core-dev (>= 2.3.0)
+               libbpp-core-dev (>= 2.3.1)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbpp-seq.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/libbpp-seq.git
@@ -18,7 +18,7 @@ Architecture: any
 Section: libdevel
 Depends: libbpp-seq9v5 (= ${binary:Version}),
          ${misc:Depends},
-         libbpp-core-dev (>= 2.3.0)
+         libbpp-core-dev (>= 2.3.1)
 Description: Bio++ Sequence library development files
  Bio++ is a set of C++ libraries for Bioinformatics, including sequence
  analysis, phylogenetics, molecular evolution and population genetics.
@@ -36,7 +36,7 @@ Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libbpp-core2v5 (>= 2.3.0)
+         libbpp-core3 (>= 2.3.1)
 Conflicts: libbpp-seq9
 Replaces: libbpp-seq9
 Description: Bio++ Sequence library
diff --git a/debian/rules b/debian/rules
index d80393c..366990b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,12 +18,13 @@ override_dh_install:
 	dh_install
 	d-shlibmove --commit \
 		    --multiarch \
-		    --v5 \
 		    --devunversioned \
-		    --override s/libbpp-core2-dev/libbpp-core-dev/ \
+		    --override s/libbpp-\([-a-z]\+\)[0-9]\+-dev/libbpp-\1-dev/ \
+		    --override s/libbpp-core3-dev/libbpp-core-dev/ \
 		    --exclude-la \
                     --movedev debian/tmp/usr/include/* usr/include \
-                    debian/tmp/usr/lib/*.so
+                    --movedev debian/tmp/usr/lib/$(DEB_HOST_GNU_TYPE)/cmake usr/lib/$(DEB_HOST_GNU_TYPE) \
+                    debian/tmp/usr/lib/*/*.so
 
 override_dh_auto_test:
 	# For the moment ignore:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-seq.git



More information about the debian-med-commit mailing list