[med-svn] r19901 - trunk/packages/libzeep/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Aug 8 19:19:04 UTC 2015


Author: tille
Date: 2015-08-08 19:19:03 +0000 (Sat, 08 Aug 2015)
New Revision: 19901

Added:
   trunk/packages/libzeep/trunk/debian/libzeep3.0v5.lintian-overrides
Modified:
   trunk/packages/libzeep/trunk/debian/changelog
   trunk/packages/libzeep/trunk/debian/control
   trunk/packages/libzeep/trunk/debian/rules
Log:
Rename library packages for g++5 ABI transition.


Modified: trunk/packages/libzeep/trunk/debian/changelog
===================================================================
--- trunk/packages/libzeep/trunk/debian/changelog	2015-08-08 19:04:30 UTC (rev 19900)
+++ trunk/packages/libzeep/trunk/debian/changelog	2015-08-08 19:19:03 UTC (rev 19901)
@@ -1,3 +1,11 @@
+libzeep (3.0.2-3) UNRELEASED; urgency=medium
+
+  * Rename library packages for g++5 ABI transition.
+    (thanks for the patch to Steve Langasek <steve.langasek at ubuntu.com>)
+    Closes: #791187
+
+ -- Andreas Tille <tille at debian.org>  Sat, 08 Aug 2015 21:11:47 +0200
+
 libzeep (3.0.2-2) unstable; urgency=medium
 
   * Add myself as Uploader

Modified: trunk/packages/libzeep/trunk/debian/control
===================================================================
--- trunk/packages/libzeep/trunk/debian/control	2015-08-08 19:04:30 UTC (rev 19900)
+++ trunk/packages/libzeep/trunk/debian/control	2015-08-08 19:19:03 UTC (rev 19901)
@@ -20,7 +20,7 @@
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         libzeep3.0 (= ${binary:Version}),
+         libzeep3.0v5 (= ${binary:Version}),
          libboost-dev (>= 1.49.0),
          libboost-filesystem-dev (>= 1.49.0),
          libboost-system-dev (>= 1.49.0),
@@ -43,10 +43,12 @@
  This specific package contains all files needed to develop new
  software using libzeep.
 
-Package: libzeep3.0
+Package: libzeep3.0v5
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
+Conflicts: libzeep3.0
+Replaces: libzeep3.0
 Description: Library files for libzeep
  Libzeep is a C++ library providing a validating XML parser, XML DOM tree
  implementation, XPath 1.0 support and code to create SOAP/REST servers as

Added: trunk/packages/libzeep/trunk/debian/libzeep3.0v5.lintian-overrides
===================================================================
--- trunk/packages/libzeep/trunk/debian/libzeep3.0v5.lintian-overrides	                        (rev 0)
+++ trunk/packages/libzeep/trunk/debian/libzeep3.0v5.lintian-overrides	2015-08-08 19:19:03 UTC (rev 19901)
@@ -0,0 +1,2 @@
+# G++5 ABI transition
+libzeep3.0v5: package-name-doesnt-match-sonames libzeep3.0

Modified: trunk/packages/libzeep/trunk/debian/rules
===================================================================
--- trunk/packages/libzeep/trunk/debian/rules	2015-08-08 19:04:30 UTC (rev 19900)
+++ trunk/packages/libzeep/trunk/debian/rules	2015-08-08 19:19:03 UTC (rev 19901)
@@ -11,7 +11,7 @@
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
-	$(MAKE) DESTDIR=$(CURDIR)/debian/libzeep3.0 install-libs
+	$(MAKE) DESTDIR=$(CURDIR)/debian/libzeep3.0v5 install-libs
 	$(MAKE) DESTDIR=$(CURDIR)/debian/libzeep-dev install-dev
 
 .PHONY: get-orig-source




More information about the debian-med-commit mailing list