[med-svn] [libhmsbeagle] 01/01: ACK NMU 2.1.2+20150609-1.1 by Martin Pitt
Andreas Tille
tille at debian.org
Wed Aug 5 10:56:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libhmsbeagle.
commit 227cfba25c16af9496230d315ceb00dcea06007f
Author: Andreas Tille <tille at debian.org>
Date: Wed Aug 5 12:56:14 2015 +0200
ACK NMU 2.1.2+20150609-1.1 by Martin Pitt
---
debian/changelog | 7 +++++++
debian/control | 6 ++++--
debian/{libhmsbeagle1.dirs => libhmsbeagle1v5.dirs} | 0
debian/{libhmsbeagle1.install => libhmsbeagle1v5.install} | 0
debian/libhmsbeagle1v5.lintian-overrides | 2 ++
debian/rules | 2 +-
6 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 18d8e71..7256a4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libhmsbeagle (2.1.2+20150609-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename library packages for g++5 ABI transition. (Closes: #791128)
+
+ -- Martin Pitt <mpitt at debian.org> Wed, 05 Aug 2015 11:44:16 +0200
+
libhmsbeagle (2.1.2+20150609-1) unstable; urgency=medium
* New Git checkout featuring functionality used in beast-mcmc release
diff --git a/debian/control b/debian/control
index 2e7494b..7690af1 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Homepage: http://code.google.com/p/beagle-lib
Package: libhmsbeagle-dev
Architecture: linux-any
Section: libdevel
-Depends: libhmsbeagle1 (= ${binary:Version}),
+Depends: libhmsbeagle1v5 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (devel)
@@ -42,11 +42,13 @@ Description: High-performance lib for Bayesian and Maximum Likelihood phylogenet
.
This package contains development files needed to build against Beagle library.
-Package: libhmsbeagle1
+Package: libhmsbeagle1v5
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
+Conflicts: libhmsbeagle1
+Replaces: libhmsbeagle1
Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics
BEAGLE is a high-performance library that can perform the core calculations at
the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It
diff --git a/debian/libhmsbeagle1.dirs b/debian/libhmsbeagle1v5.dirs
similarity index 100%
rename from debian/libhmsbeagle1.dirs
rename to debian/libhmsbeagle1v5.dirs
diff --git a/debian/libhmsbeagle1.install b/debian/libhmsbeagle1v5.install
similarity index 100%
rename from debian/libhmsbeagle1.install
rename to debian/libhmsbeagle1v5.install
diff --git a/debian/libhmsbeagle1v5.lintian-overrides b/debian/libhmsbeagle1v5.lintian-overrides
new file mode 100644
index 0000000..b77abc8
--- /dev/null
+++ b/debian/libhmsbeagle1v5.lintian-overrides
@@ -0,0 +1,2 @@
+# G++5 ABI transition
+libhmsbeagle1v5: package-name-doesnt-match-sonames libhmsbeagle1
diff --git a/debian/rules b/debian/rules
index 9ed8fe2..346e97a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
-lib := $(pkg)1
+lib := $(pkg)1v5
use_sse := $(shell if [ `dpkg-architecture -qDEB_BUILD_ARCH` = amd64 ] ; then echo yes ; else echo no ; fi)
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libhmsbeagle.git
More information about the debian-med-commit
mailing list