Alexandre Detiste pushed to branch master at Debian Java Maintainers / statsvn
Commits: 8cff42b1 by Alexandre Detiste at 2026-03-20T15:09:11+01:00 drop dpatch boilerplate - - - - - 8ff99318 by Alexandre Detiste at 2026-03-20T15:09:45+01:00 bump Standards-Version to 4.7.3, drop Priority: tag - - - - - ca44504c by Alexandre Detiste at 2026-03-20T15:10:28+01:00 release - - - - - 6 changed files: - debian/changelog - debian/control - debian/patches/10-build-xml-classpath.diff - debian/patches/15-build-xml-build-jar-only.diff - debian/patches/20-disable-jtreemap.diff - debian/patches/patch-src_net_sf_statsvn_Main.java Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +statsvn (0.7.0.dfsg-12) unstable; urgency=medium + + * QA upload. + * Drop dpatch boilerplate + * Bump Standards-Version to 4.7.3, drop Priority: tag + + -- Alexandre Detiste <[email protected]> Fri, 20 Mar 2026 15:10:12 +0100 + statsvn (0.7.0.dfsg-11) unstable; urgency=medium * QA upload. ===================================== debian/control ===================================== @@ -1,6 +1,5 @@ Source: statsvn Section: vcs -Priority: optional Maintainer: Debian QA Group <[email protected]> Build-Depends: ant, debhelper-compat (= 13), @@ -11,7 +10,7 @@ Build-Depends: ant, libjfreechart-java, libsvnkit-java, statcvs (>= 1:0.5.0), -Standards-Version: 4.7.0 +Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/java-team/statsvn.git Vcs-Browser: https://salsa.debian.org/java-team/statsvn Homepage: http://www.statsvn.org ===================================== debian/patches/10-build-xml-classpath.diff ===================================== @@ -1,11 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10-build-xml-jarpaths.dpatch by <[email protected]> -## -## DP: Fix classpath to debian-specific values +From: <[email protected]> +Description: Fix classpath to debian-specific values -@DPATCH@ -Index: statsvn-0.7.0.dfsg/build.xml -=================================================================== --- statsvn-0.7.0.dfsg.orig/build.xml 2009-08-17 16:01:36.000000000 +0200 +++ statsvn-0.7.0.dfsg/build.xml 2010-03-08 20:25:39.047528376 +0100 @@ -24,9 +24,11 @@ ===================================== debian/patches/15-build-xml-build-jar-only.diff ===================================== @@ -1,11 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 15-build-xml-build-jar-only.dpatch by <[email protected]> -## -## DP: Only build the jar file during the build +From: <[email protected]> +Description: Only build the jar file during the build -@DPATCH@ -Index: statsvn-0.7.0.dfsg/build.xml -=================================================================== --- statsvn-0.7.0.dfsg.orig/build.xml 2011-04-04 17:02:57.269898047 +0200 +++ statsvn-0.7.0.dfsg/build.xml 2011-04-04 17:04:41.013898105 +0200 @@ -1,6 +1,6 @@ ===================================== debian/patches/20-disable-jtreemap.diff ===================================== @@ -1,10 +1,6 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 20-disable-jtreemap.dpatch by <[email protected]> -## -## DP: Disable the jtreemap-based report +From: <[email protected]> +Description: Disable the jtreemap-based report -@DPATCH@ -diff -urNad statsvn-0.3.1.dfsg~/src/net/sf/statsvn/Main.java statsvn-0.3.1.dfsg/src/net/sf/statsvn/Main.java --- statsvn-0.3.1.dfsg~/src/net/sf/statsvn/Main.java 2007-03-10 12:09:58.000000000 +0100 +++ statsvn-0.3.1.dfsg/src/net/sf/statsvn/Main.java 2008-03-04 21:10:31.000000000 +0100 @@ -291,7 +291,9 @@ ===================================== debian/patches/patch-src_net_sf_statsvn_Main.java ===================================== @@ -1,4 +1,4 @@ -Skip SVN version check which doesn't work anymore with SVN 1.10.0 +Description: Skip SVN version check which doesn't work anymore with SVN 1.10.0 --- a/src/net/sf/statsvn/Main.java.orig 2018-06-25 06:52:30 UTC +++ b/src/net/sf/statsvn/Main.java View it on GitLab: https://salsa.debian.org/java-team/statsvn/-/compare/d482e4da5d9b4f28a92bf9eb74cf73f3c3106c5d...ca44504c26df42fe0eb918e52a53a479f80ba28b -- View it on GitLab: https://salsa.debian.org/java-team/statsvn/-/compare/d482e4da5d9b4f28a92bf9eb74cf73f3c3106c5d...ca44504c26df42fe0eb918e52a53a479f80ba28b 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

