Étienne Mollier pushed to branch master at Debian Med / parsinsert
Commits: 2912ddf5 by Chris Lamb at 2025-11-14T21:30:41+01:00 d/rules: make the build reproducible. Closes: #1120353 Signed-off-by: Étienne Mollier <[email protected]> - - - - - 270980ac by Étienne Mollier at 2025-11-14T21:59:41+01:00 d/patches/*: normalize Last-Update timestamp. - - - - - 51fc75aa by Étienne Mollier at 2025-11-14T22:00:08+01:00 d/control: declare compliance to standards version 4.7.2. - - - - - 42782060 by Étienne Mollier at 2025-11-14T22:00:29+01:00 d/control: drop redundant Rules-Requires-Root: no. - - - - - 39322eb9 by Étienne Mollier at 2025-11-14T22:02:00+01:00 d/watch: convert to v5 SourceForge redirector. - - - - - 6e97f34c by Étienne Mollier at 2025-11-14T22:03:15+01:00 d/control: add myself to uploaders. - - - - - 50ffff24 by Étienne Mollier at 2025-11-14T22:03:59+01:00 d/changelog: ready for upload to unstable. - - - - - 6 changed files: - debian/changelog - debian/control - debian/patches/020_hardening.patch - debian/patches/gcc-12.patch - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +parsinsert (1.04-16) unstable; urgency=medium + + [ Chris Lamb ] + * d/rules: make the build reproducible. (Closes: #1120353) + + [ Étienne Mollier ] + * d/control: add myself to uploaders. + * d/control: declare compliance to standards version 4.7.2. + * d/control: drop redundant Rules-Requires-Root: no. + * d/watch: convert to v5 SourceForge redirector. + * d/patches/*: normalize Last-Update timestamp. + + -- Étienne Mollier <[email protected]> Fri, 14 Nov 2025 22:03:31 +0100 + parsinsert (1.04-15) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -1,14 +1,15 @@ Source: parsinsert Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Tim Booth <[email protected]>, Andreas Tille <[email protected]> +Uploaders: Tim Booth <[email protected]>, + Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/parsinsert Vcs-Git: https://salsa.debian.org/med-team/parsinsert.git Homepage: http://sourceforge.net/projects/parsinsert/ -Rules-Requires-Root: no Package: parsinsert Architecture: any ===================================== debian/patches/020_hardening.patch ===================================== @@ -1,7 +1,7 @@ Description: Propagate hardening options Forwarded: https://sourceforge.net/p/parsinsert/bugs/3/ Author: Andreas Tille <[email protected]> -Last-Update: Thu, 27 Feb 2014 16:50:26 +0000 +Last-Update: 2014-02-27 --- parsinsert.orig/makefile +++ parsinsert/makefile ===================================== debian/patches/gcc-12.patch ===================================== @@ -1,5 +1,5 @@ Author; Andreas Tille <[email protected]> -Last-Update: Wed, 03 Aug 2022 14:48:38 +0200 +Last-Update: 2022-08-03 Bug-Debian: https://bugs.debian.org/1016250 Description: Fix error: ‘time’ was not declared in this scope ===================================== debian/rules ===================================== @@ -34,7 +34,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cmp -s right_results set1000.results || { \ echo "incorrect result" ; \ exit 1 ; } && \ - rm -f set1000.results + rm -f set1000.results set1000.tree endif # Note a manpage was generated using: ===================================== debian/watch ===================================== @@ -1,2 +1,4 @@ -version=4 -https://sf.net/parsinsert/ ParsInsert.@ANY_VERSION@@ARCHIVE_EXT@ +Version: 5 + +Source: https://sf.net/parsinsert/ +Matching-Pattern: ParsInsert.@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/parsinsert/-/compare/8698d1c58e3329fede7250972d2cd24453e37328...50ffff247464c306abf1c327f3faf8f770b280c5 -- View it on GitLab: https://salsa.debian.org/med-team/parsinsert/-/compare/8698d1c58e3329fede7250972d2cd24453e37328...50ffff247464c306abf1c327f3faf8f770b280c5 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
