[med-svn] [Git][deflate-team/libdeflate][master] 2 commits: d/gbp.conf: follow DEP-14
nick black (@nickblack)
gitlab at salsa.debian.org
Sun Aug 11 20:15:59 BST 2024
nick black pushed to branch master at deflate team / libdeflate
Commits:
a4ad2f9b by Andrea Pappacoda at 2024-08-08T13:57:41-04:00
d/gbp.conf: follow DEP-14
- - - - -
8146d196 by Andrea Pappacoda at 2024-08-11T14:38:41-04:00
d/rules: drop d-shlibs usage
Use appropriate debhelper .install files instead
Gbp-Dch: Full
- - - - -
5 changed files:
- debian/control
- + debian/gbp.conf
- debian/libdeflate-dev.install
- + debian/libdeflate0.install
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -1,10 +1,10 @@
Source: libdeflate
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <crusoe at debian.org>
-Section: science
+Maintainer: Deflate Team <libdeflate at packages.debian.org>
+Uploaders: Nick Black <dankamongmen at gmail.com>,
+ Andrea Pappacoda <andrea at pappacoda.it>
+Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
- d-shlibs,
cmake,
zlib1g-dev <!nocheck>,
python3 <!nocheck>,
@@ -19,7 +19,6 @@ Rules-Requires-Root: no
Package: libdeflate0
Multi-Arch: same
Architecture: any
-Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: fast, whole-buffer DEFLATE-based compression and decompression
@@ -54,7 +53,7 @@ Description: headers for whole-buffer compression and decompression library
Package: libdeflate-tools
Architecture: any
-Section: libdevel
+Section: utils
Depends: libdeflate0 (= ${binary:Version}),
${misc:Depends}, ${shlibs:Depends}
Description: tools for whole-buffer compression and decompression library
=====================================
debian/gbp.conf
=====================================
@@ -0,0 +1,7 @@
+[DEFAULT]
+dist = DEP14
+debian-branch = debian/latest
+upstream-branch = upstream/latest
+pristine-tar = False
+pristine-tar-commit = False
+sign-tags = True
=====================================
debian/libdeflate-dev.install
=====================================
@@ -1 +1,5 @@
usr/include/libdeflate.h
+usr/lib/*/cmake/
+usr/lib/*/libdeflate.a
+usr/lib/*/libdeflate.so
+usr/lib/*/pkgconfig/
=====================================
debian/libdeflate0.install
=====================================
@@ -0,0 +1 @@
+usr/lib/*/libdeflate.so.0
=====================================
debian/rules
=====================================
@@ -22,15 +22,6 @@ endif
execute_after_dh_auto_test:
scripts/run_tests.sh regular
-execute_after_dh_install:
- d-shlibmove --commit \
- --multiarch \
- --devunversioned \
- --exclude-la \
- --movedev "debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
- --movedev "debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake" usr/lib/$(DEB_HOST_MULTIARCH)/ \
- debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so
-
override_dh_installman:
ifeq ($(filter nodoc cross,$(DEB_BUILD_PROFILES)),)
LD_LIBRARY_PATH=$(CURDIR)/debian/libdeflate0/usr/lib/$(DEB_HOST_MULTIARCH) \
View it on GitLab: https://salsa.debian.org/deflate-team/libdeflate/-/compare/64c4047114480ac66ac569fb8ed61f2ec74f8758...8146d196fffda1636589767511eacfefc25ba711
--
View it on GitLab: https://salsa.debian.org/deflate-team/libdeflate/-/compare/64c4047114480ac66ac569fb8ed61f2ec74f8758...8146d196fffda1636589767511eacfefc25ba711
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/20240811/37b25b58/attachment-0001.htm>
More information about the debian-med-commit
mailing list