Followup-For: Bug #712383 Control: tag -1 pending Hi,
I just made a QA upload to DELAYED/5 to fix this issue. Patch attached. 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,19 @@ +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 <a...@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-t...@lists.alioth.debian.org> -Uploaders: Sandro Tosi <mo...@debian.org> +Uploaders: Debian QA Group <packa...@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 <po...@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