Étienne Mollier pushed to branch master at Debian Med / freecontact
Commits: 84a32107 by Étienne Mollier at 2024-09-11T21:43:31+02:00 d/rules: declare override_dh_auto_configure-indep .PHONY. This fixes failure to build binary packages twice in a row. Closes: #1049797 - - - - - fa27de94 by Étienne Mollier at 2024-09-11T21:45:02+02:00 d/control: declare compliance to standards version 4.7.0. - - - - - 8568f32c by Étienne Mollier at 2024-09-11T21:50:13+02:00 d/libfreecontact0t64.lintian-overrides: delete. This removes a now unused override related to time64_t transition. - - - - - 2df04f47 by Étienne Mollier at 2024-09-11T21:51:16+02:00 Ready for upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - − debian/libfreecontact0t64.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +freecontact (1.0.21-14) unstable; urgency=medium + + * Team upload. + * d/rules: declare override_dh_auto_configure-indep .PHONY. + This fixes failure to build binary packages twice in a row. + (Closes: #1049797) + * d/control: declare compliance to standards version 4.7.0. + * d/libfreecontact0t64.lintian-overrides: delete. + This removes a now unused override related to time64_t transition. + + -- Étienne Mollier <[email protected]> Wed, 11 Sep 2024 21:50:51 +0200 + freecontact (1.0.21-13.1) unstable; urgency=medium * Non-maintainer upload. ===================================== debian/control ===================================== @@ -16,7 +16,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), perl, xsdcxx Build-Depends-Indep: doxygen -Standards-Version: 4.6.0 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/freecontact Vcs-Git: https://salsa.debian.org/med-team/freecontact.git Homepage: https://rostlab.org/ ===================================== debian/libfreecontact0t64.lintian-overrides deleted ===================================== @@ -1 +0,0 @@ -libfreecontact0t64: package-name-doesnt-match-sonames libfreecontact0v5 ===================================== debian/rules ===================================== @@ -14,6 +14,7 @@ Description := $(shell sed -e ':a; N; s/\n/$${Newline}/; ta' < debian/Descriptio override_dh_auto_configure-indep: dh_auto_configure -- --with-blas=blas --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) && $(MAKE) -C lib doxygen-doc && touch $@ +.PHONY: override_dh_auto_configure-indep override_dh_auto_configure-arch: dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) View it on GitLab: https://salsa.debian.org/med-team/freecontact/-/compare/435e93029283d7004c5bb020ca394b866c29fdab...2df04f4763451bdbe1a70fd75848accb2bdee97e -- View it on GitLab: https://salsa.debian.org/med-team/freecontact/-/compare/435e93029283d7004c5bb020ca394b866c29fdab...2df04f4763451bdbe1a70fd75848accb2bdee97e 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
