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

Bug#719217: marked as done (pu: package svnmailer/1.0.8-13~deb7u1)



Your message dated Mon, 23 Sep 2013 04:48:31 +0200
with message-id <20130923024831.GD27013@mraw.org>
and subject line Re: Bug#719217: pu: package svnmailer/1.0.8-13~deb7u1
has caused the Debian Bug report #719217,
regarding pu: package svnmailer/1.0.8-13~deb7u1
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.)


-- 
719217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719217
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

svnmailer in wheezy is unusable due to some changes in
python-subversion (#712383).
This has been noticed on alioth.d.o as commit mailings are no longer
working.
http://alioth.debian.org/tracker/index.php?func=detail&aid=314307&group_id=1&atid=200001

I just fixed this in sid and would like to get this fixed in wheezy as
well. What would be the best solution to make this package available for
alioth? Putting it into wheezy-updates?


Andreas
diff -u svnmailer-1.0.8/debian/changelog svnmailer-1.0.8/debian/changelog
--- svnmailer-1.0.8/debian/changelog
+++ svnmailer-1.0.8/debian/changelog
@@ -1,3 +1,26 @@
+svnmailer (1.0.8-13~deb7u1) wheezy; urgency=low
+
+  * QA upload.
+  * Rebuild for wheezy.
+
+ -- Andreas Beckmann <anbe@debian.org>  Fri, 09 Aug 2013 12:25:12 +0200
+
+svnmailer (1.0.8-13) unstable; urgency=low
+
+  [ Andreas Beckmann ]
+  * QA upload.
+  * Remove Sandro Tosi from Uploaders. Thanks for your work on svnmailer!
+    (See #634213)
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+  [ Emilio Pozuelo Monfort ]
+  * Convert svn_core.SVN_STREAM_CHUNK_SIZE from long to int to restore
+    compatibility with python-subversion 1.6.17.  (Closes: #712383)
+
+ -- Andreas Beckmann <anbe@debian.org>  Sat, 03 Aug 2013 16:46:12 +0200
+
 svnmailer (1.0.8-12) unstable; urgency=low
 
   * debian/control
diff -u svnmailer-1.0.8/debian/control svnmailer-1.0.8/debian/control
--- svnmailer-1.0.8/debian/control
+++ svnmailer-1.0.8/debian/control
@@ -2,13 +2,13 @@
 Section: vcs
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
-Uploaders: Sandro Tosi <morph@debian.org>
+Uploaders: Debian QA Group <packages@qa.debian.org>
 Build-Depends: debhelper (>= 5.0.38), dpatch, python (>= 2.5.4-1~)
 Build-Depends-Indep: python-support (>= 0.3)
 Standards-Version: 3.8.4
 Homepage: http://opensource.perlig.de/svnmailer/
-Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/svnmailer/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/svnmailer/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/svnmailer/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/svnmailer/trunk/
 XS-Python-Version: all
 
 Package: svnmailer
diff -u svnmailer-1.0.8/debian/patches/00list svnmailer-1.0.8/debian/patches/00list
--- svnmailer-1.0.8/debian/patches/00list
+++ svnmailer-1.0.8/debian/patches/00list
@@ -1,0 +2 @@
+02_SVN_STREAM_CHUNK_SIZE_int
only in patch2:
unchanged:
--- svnmailer-1.0.8.orig/debian/patches/02_SVN_STREAM_CHUNK_SIZE_int.dpatch
+++ svnmailer-1.0.8/debian/patches/02_SVN_STREAM_CHUNK_SIZE_int.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## DP: 02_SVN_STREAM_CHUNK_SIZE_int.dpatch by Emilio Pozuelo Monfort <pochu@debian.org>
+## DP: http://bugs.debian.org/712383
+##
+## All lines beginning with `## DP:' are a description of the patch.
+
+@DPATCH@
+
+diff -ruNp svnmailer-1.0.8.orig/src/lib/svnmailer/subversion.py svnmailer-1.0.8/src/lib/svnmailer/subversion.py
+--- svnmailer-1.0.8.orig/src/lib/svnmailer/subversion.py	2006-04-17 12:29:06.000000000 +0200
++++ svnmailer-1.0.8/src/lib/svnmailer/subversion.py	2013-06-15 16:07:36.137576163 +0200
+@@ -355,7 +355,7 @@ class Repository(object):
+             try:
+                 while True:
+                     chunk = svn_core.svn_stream_read(
+-                        stream, svn_core.SVN_STREAM_CHUNK_SIZE
++                        stream, int(svn_core.SVN_STREAM_CHUNK_SIZE)
+                     )
+                     if not chunk:
+                         break
only in patch2:
unchanged:
--- svnmailer-1.0.8.orig/debian/source/format
+++ svnmailer-1.0.8/debian/source/format
@@ -0,0 +1 @@
+1.0

--- End Message ---
--- Begin Message ---
Andreas Beckmann <anbe@debian.org> (2013-08-13):
> On 2013-08-10 21:39, Julien Cristau wrote:
> > Why isn't this being fixed in subversion, instead of every user of
> > its python bindings separately?
> 
> So far this seems to be the only user of python-subversion that is
> affected by that change/bug/... I don't know what could evolve out of
> changing python-subversion in stable.

svnmailer isn't alone, see #683188.

Closing this bug report since python-subversion is the one to be fixed,
as already pointed out by Julien.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: