Alexandre Detiste pushed to branch master at Debian Java Maintainers / statcvs
Commits: def632c4 by Alexandre Detiste at 2026-03-20T18:25:46+01:00 bump Standards-Version to 4.7.3, drop Priority: tag - - - - - 7822f9f4 by Alexandre Detiste at 2026-03-20T18:34:06+01:00 drop dpatch boilerplate - - - - - 003e5cd6 by Alexandre Detiste at 2026-03-20T18:34:56+01:00 rewrite d/watch in v5 format - - - - - d58976bc by Alexandre Detiste at 2026-03-20T18:35:28+01:00 release - - - - - 4 changed files: - debian/changelog - debian/control - debian/patches/01-disable-unjar.diff - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +statcvs (1:0.7.0.dfsg-12) unstable; urgency=medium + + * Team Upload + * Bump Standards-Version to 4.7.3, drop Priority: tag + * Drop dpatch boilerplate + * Rewrite d/watch in v5 format + + -- Alexandre Detiste <[email protected]> Fri, 20 Mar 2026 18:35:09 +0100 + statcvs (1:0.7.0.dfsg-11) unstable; urgency=medium * Adopt package, adding myself to uploaders. (Closes: #897311) ===================================== debian/control ===================================== @@ -1,6 +1,5 @@ Source: statcvs Section: vcs -Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Julien Plissonneau Duquène <[email protected]> Build-Depends: ant, @@ -11,7 +10,7 @@ Build-Depends: ant, libjcommon-java, libjdom1-java, libjfreechart-java (>= 1.0.19), -Standards-Version: 4.7.2 +Standards-Version: 4.7.3 Homepage: http://statcvs.sourceforge.net/ Vcs-Browser: https://salsa.debian.org/java-team/statcvs Vcs-Git: https://salsa.debian.org/java-team/statcvs.git ===================================== debian/patches/01-disable-unjar.diff ===================================== @@ -1,10 +1,7 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01-disable-unjar.dpatch by <[email protected]> -## -## DP: We don't ship the external prebuilt jars, so we don't need -## DP: to unpack them. Also disable tests, as their source isn't provided. - -@DPATCH@ +Author: Vincent Fourmond <[email protected]> +Description: We don't ship the external prebuilt jars, + so we don't need to unpack them. + Also disable tests, as their source isn't provided. Index: statcvs-0.7.0.dfsg/build.xml =================================================================== --- statcvs-0.7.0.dfsg.orig/build.xml 2009-05-09 20:33:32.000000000 +0200 ===================================== debian/watch ===================================== @@ -1,3 +1,6 @@ -version=3 -opts=dversionmangle=s/\.dfsg.*// \ -http://sf.net/statcvs/statcvs-(.*)-source.zip debian debian/new-upstream +Version: 5 + +Source: http://sf.net/statcvs/ +Matching-Pattern: statcvs-(.*)-source.zip +Dversionmangle: s/\.dfsg.*// +Update-Script: debian/new-upstream View it on GitLab: https://salsa.debian.org/java-team/statcvs/-/compare/3845eab1ced5582ff899d533c7044d0552a0a140...d58976bcae354677fe21349b981f2d6f45438850 -- View it on GitLab: https://salsa.debian.org/java-team/statcvs/-/compare/3845eab1ced5582ff899d533c7044d0552a0a140...d58976bcae354677fe21349b981f2d6f45438850 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

