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 <[email protected]> -Uploaders: Michael R. Crusoe <[email protected]> -Section: science +Maintainer: Deflate Team <[email protected]> +Uploaders: Nick Black <[email protected]>, + Andrea Pappacoda <[email protected]> +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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
