[med-svn] [Git][med-team/pbcopper][master] 2 commits: Use d-shlibs to make sure SOVERSION is correct

Andreas Tille gitlab at salsa.debian.org
Sun May 10 21:05:51 BST 2020



Andreas Tille pushed to branch master at Debian Med / pbcopper


Commits:
9648aef3 by Andreas Tille at 2020-05-10T21:52:49+02:00
Use d-shlibs to make sure SOVERSION is correct

- - - - -
6cefaae7 by Andreas Tille at 2020-05-10T21:59:15+02:00
d-shlibs requires explicitly Section: libs

- - - - -


5 changed files:

- debian/changelog
- debian/control
- − debian/libpbcopper-dev.install
- − debian/libpbcopper1.3.0.install
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pbcopper (1.6.0+dfsg-2) UNRELEASED; urgency=medium
+
+  * Use d-shlibs to make sure SOVERSION is correct
+    Closes: #959409
+  * d-shlibs requires explicitly Section: libs
+
+ -- Andreas Tille <tille at debian.org>  Sun, 10 May 2020 21:51:35 +0200
+
 pbcopper (1.6.0+dfsg-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -1,10 +1,10 @@
 Source: pbcopper
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
-Section: libs
+Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 12),
-#               dh-exec,
+               d-shlibs,
                meson,
                cmake,
                pkg-config,
@@ -18,8 +18,9 @@ Vcs-Git: https://salsa.debian.org/med-team/pbcopper.git
 Homepage: https://github.com/PacificBiosciences/pbcopper
 Rules-Requires-Root: no
 
-Package: libpbcopper1.3.0
+Package: libpbcopper1.6.0
 Architecture: any
+Section: libs
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends}
@@ -34,7 +35,7 @@ Package: libpbcopper-dev
 Multi-Arch: same
 Architecture: any
 Section: libdevel
-Depends: libpbcopper1.3.0 (= ${binary:Version}),
+Depends: libpbcopper1.6.0 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: data structures, algorithms, and utilities for C++ applications -- header files


=====================================
debian/libpbcopper-dev.install deleted
=====================================
@@ -1,3 +0,0 @@
-usr/include
-usr/lib/*/pkgconfig
-usr/lib/*/*.so


=====================================
debian/libpbcopper1.3.0.install deleted
=====================================
@@ -1 +0,0 @@
-usr/lib/*/*.so.1*


=====================================
debian/rules
=====================================
@@ -35,3 +35,13 @@ else
 	cd build && meson test --no-rebuild --print-errorlogs || true
 endif
 endif
+
+override_dh_install:
+	dh_install
+	d-shlibmove --commit \
+		    --multiarch \
+		    --devunversioned \
+		    --exclude-la \
+		    --movedev debian/tmp/usr/include usr \
+		    --movedev "debian/tmp/usr/lib/*/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
+		    debian/tmp/usr/lib/*/*.so



View it on GitLab: https://salsa.debian.org/med-team/pbcopper/-/compare/055f97a5b8129850d0f7242e6b4a8881788c9a24...6cefaae7ba3594846e547d0e8cbdff22698f53a5

-- 
View it on GitLab: https://salsa.debian.org/med-team/pbcopper/-/compare/055f97a5b8129850d0f7242e6b4a8881788c9a24...6cefaae7ba3594846e547d0e8cbdff22698f53a5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200510/318ee528/attachment-0001.html>


More information about the debian-med-commit mailing list