[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#991848: marked as done (unblock: statsvn/0.7.0.dfsg-10)



Your message dated Tue, 3 Aug 2021 17:27:16 +0200
with message-id <946c03c6-cfb2-60d7-bccb-05e1d201c062@debian.org>
and subject line Re: Bug#991848: unblock: statsvn/0.7.0.dfsg-10
has caused the Debian Bug report #991848,
regarding unblock: statsvn/0.7.0.dfsg-10
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
991848: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991848
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package statsvn

  * Add patch from FreeBSD to disable the version check that broke
    with Subversion >= 10. (Closes: #990488)

unblock statsvn/0.7.0.dfsg-10
diff -Nru statsvn-0.7.0.dfsg/debian/changelog statsvn-0.7.0.dfsg/debian/changelog
--- statsvn-0.7.0.dfsg/debian/changelog	2018-11-18 13:02:28.000000000 +0200
+++ statsvn-0.7.0.dfsg/debian/changelog	2021-08-03 08:05:50.000000000 +0300
@@ -1,3 +1,11 @@
+statsvn (0.7.0.dfsg-10) unstable; urgency=medium
+
+  * QA upload.
+  * Add patch from FreeBSD to disable the version check that broke
+    with Subversion >= 10. (Closes: #990488)
+
+ -- Adrian Bunk <bunk@debian.org>  Tue, 03 Aug 2021 08:05:50 +0300
+
 statsvn (0.7.0.dfsg-9) unstable; urgency=medium
 
   * QA upload.
diff -Nru statsvn-0.7.0.dfsg/debian/patches/patch-src_net_sf_statsvn_Main.java statsvn-0.7.0.dfsg/debian/patches/patch-src_net_sf_statsvn_Main.java
--- statsvn-0.7.0.dfsg/debian/patches/patch-src_net_sf_statsvn_Main.java	1970-01-01 02:00:00.000000000 +0200
+++ statsvn-0.7.0.dfsg/debian/patches/patch-src_net_sf_statsvn_Main.java	2021-08-03 08:05:38.000000000 +0300
@@ -0,0 +1,17 @@
+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
+@@ -105,12 +105,6 @@ public final class Main {
+     public static void generate() {
+         try {
+             RepositoryFileManager manager = createRepoManager();
+-            String version = manager.getProcessor().getVersionProcessor().checkSvnVersionSufficient();
+-            final boolean isNewerDiffPossible = manager.getProcessor().getVersionProcessor().checkDiffPerRevPossible(version);
+-            // fall-back to older option.
+-            if (!isNewerDiffPossible) {
+-                SvnConfigurationOptions.setLegacyDiff(true);
+-            }
+ 
+             manager.getProcessor().getInfoProcessor().checkRepoRootAvailable();
+             generateDefaultHTMLSuite(manager);
diff -Nru statsvn-0.7.0.dfsg/debian/patches/series statsvn-0.7.0.dfsg/debian/patches/series
--- statsvn-0.7.0.dfsg/debian/patches/series	2018-04-20 00:41:58.000000000 +0300
+++ statsvn-0.7.0.dfsg/debian/patches/series	2021-08-03 08:05:48.000000000 +0300
@@ -1,3 +1,4 @@
 10-build-xml-classpath.diff
 15-build-xml-build-jar-only.diff
 20-remove-backport-util-concurrent.diff
+patch-src_net_sf_statsvn_Main.java

--- End Message ---
--- Begin Message ---
Hi Adrian,

On 03-08-2021 13:23, Adrian Bunk wrote:
> Please unblock package statsvn

unblock hint added.

Paul

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---

Reply to: