[med-svn] [libmems] 01/01: Try gcc-5 transition but can not build for the moment due to boost transition issue

Andreas Tille tille at debian.org
Wed Aug 12 14:48:28 UTC 2015


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

tille pushed a commit to branch master
in repository libmems.

commit c5973e8409a029a76cfbf65219b2ca83c1b66100
Author: Andreas Tille <tille at debian.org>
Date:   Wed Aug 12 16:47:46 2015 +0200

    Try gcc-5 transition but can not build for the moment due to boost transition issue
---
 debian/changelog | 3 ++-
 debian/control   | 6 ++++--
 debian/rules     | 1 +
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e622334..815e6ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libmems (1.6.0+4725-2) UNRELEASED; urgency=medium
 
   * Add Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends}
     according to https://wiki.debian.org/Multiarch/Implementation
+  * Rename library packages for g++5 ABI transition.
 
- -- Andreas Tille <tille at debian.org>  Sun, 09 Aug 2015 07:11:23 +0200
+ -- Andreas Tille <tille at debian.org>  Wed, 12 Aug 2015 16:27:34 +0200
 
 libmems (1.6.0+4725-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 525c9cb..6a765fb 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Homepage: http://sourceforge.net/p/mauve/code/HEAD/tree/libMems/trunk/
 Package: libmems-1.6-dev
 Architecture: any
 Section: libdevel
-Depends: libmems-1.6-1 (= ${binary:Version}),
+Depends: libmems-1.6-1v5 (= ${binary:Version}),
          ${misc:Depends},
          ${devlibs:Depends}
 Provides: libmems-1.6-dev
@@ -37,13 +37,15 @@ Description: development library to support DNA string matching and comparative
  This is the development package containing the statically linked
  library and the header files.
 
-Package: libmems-1.6-1
+Package: libmems-1.6-1v5
 Architecture: any
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends}
+Conflicts: libmems-1.6-1
+Replaces: libmems-1.6-1
 Description: library to support DNA string matching and comparative genomics
  libMems is a freely available software development library to support DNA
  string matching and comparative genomics. Among other things, libMems
diff --git a/debian/rules b/debian/rules
index e96fdda..303f7c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ override_dh_install:
 	dh_install
 	d-shlibmove --commit \
 	            --multiarch \
+	            --v5 \
 		    --devunversioned \
 		    --exclude-la \
 		    --movedev debian/tmp/usr/include/* usr/include \

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



More information about the debian-med-commit mailing list