Étienne Mollier pushed to branch master at Debian Med / kissplice
Commits: baa04807 by Étienne Mollier at 2025-04-30T21:21:20+02:00 d/rules: make tests sequencial. Closes: #1104392 - - - - - f0a6da24 by Étienne Mollier at 2025-04-30T21:22:44+02:00 d/control: declare compliance to standards version 4.7.2. - - - - - 5a4b58c8 by Étienne Mollier at 2025-04-30T21:27:30+02:00 tests-2to3.patch: normalize Last-Update timestamp. - - - - - bc28aaa4 by Étienne Mollier at 2025-04-30T21:28:10+02:00 d/changelog: ready for upload to unstable. - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/tests-2to3.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +kissplice (2.6.7-2) unstable; urgency=medium + + * Team upload. + * d/rules: make tests sequential. (Closes: #1104392) + * d/control: declare compliance to standards version 4.7.2. + * tests-2to3.patch: normalize Last-Update timestamp. + + -- Étienne Mollier <[email protected]> Wed, 30 Apr 2025 21:27:51 +0200 + kissplice (2.6.7-1) unstable; urgency=medium $ Team upload @@ -12,7 +21,7 @@ kissplice (2.6.7-1) unstable; urgency=medium [ Andreas Tille ] * New upstream version - Closes: #1073482, #1074658 + Closes: #1073482, #1074658 * Standards-Version: 4.7.0 (routine-update) -- Pierre Gruet <[email protected]> Wed, 07 Aug 2024 17:30:12 +0200 ===================================== debian/control ===================================== @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13), zlib1g-dev, texlive-latex-recommended, bcalm <!nocheck> -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/kissplice Vcs-Git: https://salsa.debian.org/med-team/kissplice.git Homepage: https://kissplice.prabi.fr/ ===================================== debian/patches/tests-2to3.patch ===================================== @@ -1,6 +1,6 @@ Description: Use 2to3 to port tests from Python2 to Python3 Author: Antoni Villalonga <[email protected]> -Last-Update: Sun, 12 Apr 2020 18:40:00 +0200 +Last-Update: 2020-04-12 Forwarded: in https://bugs.debian.org/936798 to LACROIX VINCENT <[email protected]>, David Parsons <[email protected]> ===================================== debian/rules ===================================== @@ -21,6 +21,11 @@ include /usr/share/dpkg/default.mk override_dh_auto_configure: dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=lib/$(DEB_HOST_MULTIARCH) -DUSER_GUIDE=ON +override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + dh_auto_test --no-parallel +endif + override_dh_compress: dh_compress --exclude=.pdf View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/compare/eaf3cef0a92165f4fdf090df8df3993b2460961f...bc28aaa4f453fdbbf15833239c665f6466a90033 -- View it on GitLab: https://salsa.debian.org/med-team/kissplice/-/compare/eaf3cef0a92165f4fdf090df8df3993b2460961f...bc28aaa4f453fdbbf15833239c665f6466a90033 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
