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

Bug#719217: pu: package svnmailer/1.0.8-13~deb7u1



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

Reply to: