[med-svn] [libbpp-popgen] 05/06: Adapt package name to soversion change
Andreas Tille
tille at debian.org
Tue Jun 13 21:08: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-popgen.
commit ed6e8885a9ebe8732f84cb955f394414e247f079
Author: Andreas Tille <tille at debian.org>
Date: Tue Jun 13 23:03:41 2017 +0200
Adapt package name to soversion change
---
debian/changelog | 5 +++--
debian/control | 14 ++++++--------
debian/rules | 7 +++----
3 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b20113..79b3d88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libbpp-popgen (2.2.0-2) UNRELEASED; urgency=medium
+libbpp-popgen (2.3.1-1) unstable; urgency=medium
* New upstream version
* d/watch: point to github
* debhelper 10
+ * Adapt package names to soversion change
- -- Andreas Tille <tille at debian.org> Tue, 13 Jun 2017 22:54:07 +0200
+ -- Andreas Tille <tille at debian.org> Tue, 13 Jun 2017 22:59:31 +0200
libbpp-popgen (2.2.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 155d762..ee79c92 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Priority: optional
Build-Depends: debhelper (>= 10),
cmake,
d-shlibs,
- libbpp-core-dev (>= 2.2.0),
- libbpp-seq-dev (>= 2.2.0)
+ libbpp-core-dev (>= 2.3.1),
+ libbpp-seq-dev (>= 2.3.1)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libbpp-popgen.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libbpp-popgen.git
@@ -17,10 +17,10 @@ Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
Package: libbpp-popgen-dev
Architecture: any
Section: libdevel
-Depends: libbpp-popgen6v5 (= ${binary:Version}),
+Depends: libbpp-popgen7 (= ${binary:Version}),
${misc:Depends},
- libbpp-core-dev (>= 2.2.0),
- libbpp-seq-dev (>= 2.2.0)
+ libbpp-core-dev (>= 2.3.1),
+ libbpp-seq-dev (>= 2.3.1)
Description: Bio++ Population Genetics library development files
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
analysis, phylogenetics, molecular evolution and population genetics.
@@ -31,15 +31,13 @@ Description: Bio++ Population Genetics library development files
This package contains the static library and the header files of the
Bio++ Population Genetics classes.
-Package: libbpp-popgen6v5
+Package: libbpp-popgen7
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
-Conflicts: libbpp-popgen6
-Replaces: libbpp-popgen6
Description: Bio++ Population Genetics library
Bio++ is a set of C++ libraries for Bioinformatics, including sequence
analysis, phylogenetics, molecular evolution and population genetics.
diff --git a/debian/rules b/debian/rules
index e861a6d..8e12587 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,10 +9,9 @@ override_dh_install:
dh_install
d-shlibmove --commit \
--multiarch \
- --v5 \
--devunversioned \
- --override s/libbpp-core2-dev/libbpp-core-dev/ \
- --override s/libbpp-seq9-dev/libbpp-seq-dev/ \
+ --override 's/libbpp-\([-a-z]\+\)[0-9]\+-dev/libbpp-\1-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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-popgen.git
More information about the debian-med-commit
mailing list