Étienne Mollier pushed to branch master at Debian Med / libzerg-perl
Commits: 6c993b69 by Helmut Grohne at 2026-01-29T22:31:46+01:00 Fix FTCBFS: Let dpkg's buildtools.mk define LD. Closes: #1126477 Signed-off-by: Étienne Mollier <[email protected]> - - - - - 3d5f37af by Étienne Mollier at 2026-01-29T22:32:37+01:00 d/control: drop redundant Priority: optional. - - - - - 4817313f by Étienne Mollier at 2026-01-29T22:33:24+01:00 d/control: declare compliance to standards version 4.7.3. - - - - - d48fcf01 by Étienne Mollier at 2026-01-29T22:34:55+01:00 d/changelog: ready for upload to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +libzerg-perl (1.0.4-10) unstable; urgency=medium + + [ Helmut Grohne ] + * Fix FTCBFS: Let dpkg's buildtools.mk define LD. (Closes: #1126477) + + [ Étienne Mollier ] + * d/control: drop redundant Priority: optional. + * d/control: declare compliance to standards version 4.7.3. + + -- Étienne Mollier <[email protected]> Thu, 29 Jan 2026 22:33:42 +0100 + libzerg-perl (1.0.4-9) unstable; urgency=medium * d/control: build depends on perl-xs-dev. (Closes: #1102791) ===================================== debian/control ===================================== @@ -5,11 +5,10 @@ Uploaders: Laszlo Kajan <[email protected]>, Étienne Mollier <[email protected]> Section: perl Testsuite: autopkgtest-pkg-perl -Priority: optional Build-Depends: debhelper-compat (= 13), libzerg0-dev, perl-xs-dev -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/libzerg-perl Vcs-Git: https://salsa.debian.org/med-team/libzerg-perl.git Homepage: https://code.google.com/archive/p/libzerg/ ===================================== debian/rules ===================================== @@ -2,6 +2,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +include /usr/share/dpkg/buildtools.mk + export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) @@ -12,7 +14,7 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) .PHONY: override_dh_auto_configure override_dh_auto_configure: - dh_auto_configure -- OPTIMIZE="$(CPPFLAGS) $(CFLAGS)" LD="$(shell perl -V::ld:) $(LDFLAGS)" + dh_auto_configure -- OPTIMIZE="$(CPPFLAGS) $(CFLAGS)" LD="$(CC) $(LDFLAGS)" PERLDIR = $(shell echo $(CURDIR)/debian/libzerg-perl/usr/lib/*/perl*/*) execute_after_dh_install: View it on GitLab: https://salsa.debian.org/med-team/libzerg-perl/-/compare/da9723cc34cd4178aeb0af1f83f455d6d042fc1e...d48fcf0172ce11d1430428b78e275e291bd2f10a -- View it on GitLab: https://salsa.debian.org/med-team/libzerg-perl/-/compare/da9723cc34cd4178aeb0af1f83f455d6d042fc1e...d48fcf0172ce11d1430428b78e275e291bd2f10a 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
