Étienne Mollier pushed to branch master at Debian Med / libmaus2
Commits: aca84725 by Étienne Mollier at 2021-06-09T17:04:36+02:00 initialize changelog - - - - - 005b8ecb by Étienne Mollier at 2021-06-09T17:24:26+02:00 build using libsecrecy - - - - - d58f089c by Étienne Mollier at 2021-06-09T17:25:26+02:00 ready for upload to unstable - - - - - 7ba9dca2 by Étienne Mollier at 2021-06-09T17:35:36+02:00 provisional bug number - - - - - 2015018a by Étienne Mollier at 2021-06-09T18:53:32+02:00 adjusted changelog applied the bug number, now that it is available, and slightly adjusted the changelog entry to make it a wee bit clearer. - - - - - c089aba5 by Étienne Mollier at 2021-06-09T18:55:34+02:00 d/rules: fixed glitch in secrecy query - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libmaus2 (2.0.768+dfsg-2) unstable; urgency=medium + + * Built-Using: libsecrecy; for compliance with GPL-3+ + Closes: #989661 + + -- Étienne Mollier <[email protected]> Wed, 09 Jun 2021 17:24:41 +0200 + libmaus2 (2.0.768+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -22,6 +22,7 @@ Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g +Built-Using: ${libsecrecy:Built-Using} Description: collection of data structures and algorithms for biobambam Libmaus2 is a collection of data structures and algorithms. It contains . @@ -39,6 +40,7 @@ Depends: libmaus2-2 (= ${binary:Version}), zlib1g-dev, ${shlibs:Depends}, ${misc:Depends} +Built-Using: ${libsecrecy:Built-Using} Description: collection of data structures and algorithms for biobambam (devel) Libmaus2 is a collection of data structures and algorithms. It contains . ===================================== debian/rules ===================================== @@ -2,6 +2,11 @@ # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 +BUILT_USING_SECRECY = $(shell \ + dpkg-query \ + -f '$${source:Package} (= $${source:Version}), ' \ + -W 'libsecrecy-dev' \ +) # include /usr/share/dpkg/default.mk @@ -35,6 +40,9 @@ override_dh_install: override_dh_installchangelogs: dh_installchangelogs ChangeLog +override_dh_gencontrol: + dh_gencontrol -- -Vlibsecrecy:Built-Using="$(BUILT_USING_SECRECY)" + ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected #override_dh_auto_test: #ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) View it on GitLab: https://salsa.debian.org/med-team/libmaus2/-/compare/d1126b1fddc17cebf2dbedf8618db3eaab0b2edc...c089aba5d3caa3295dd773dec6eb6d3f27c2ee3b -- View it on GitLab: https://salsa.debian.org/med-team/libmaus2/-/compare/d1126b1fddc17cebf2dbedf8618db3eaab0b2edc...c089aba5d3caa3295dd773dec6eb6d3f27c2ee3b 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
