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

2013-09-23 Thread Andreas Beckmann
On 2013-09-23 04:48, Cyril Brulebois wrote:
 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.

Agreed. If there are more packages affected, let's fix python-subversion
(at a small risk of breaking something else expecting the new behavior).
Sorry, but I can't help there right now.


Andreas


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52400668.9090...@debian.org



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

2013-08-13 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 - moreinfo
Bug #719217 [release.debian.org] pu: package svnmailer/1.0.8-13~deb7u1
Removed tag(s) moreinfo.

-- 
719217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b719217.13763883682642.transcr...@bugs.debian.org



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

2013-08-13 Thread Andreas Beckmann
Control: tags -1 - moreinfo

On 2013-08-09 20:42, Adam D. Barratt wrote:
 One question on the diff... this change
 
 --- svnmailer-1.0.8.orig/debian/source/format
 +++ svnmailer-1.0.8/debian/source/format
 @@ -0,0 +1 @@
 +1.0
 
 doesn't appear to be mentioned in the changelog. Whilst it's essentially
 a no-op, was it intended to be included?

That change was already present in the packaging SVN repository (some
100+ packages bulk commit) and while I had to restrain myself into
creating a .dpatch instead of switching to 3.0 (quilt) I forgot about
documenting this no-op ...

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. And for subversion 1.7 svnmailer
1.0.9 is required anyway and should not need this patch.


Andreas


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/520a050c.8010...@debian.org



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

2013-08-10 Thread Julien Cristau
On Fri, Aug  9, 2013 at 12:37:23 +0200, Andreas Beckmann wrote:

 +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.0 +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

Why isn't this being fixed in subversion, instead of every user of its
python bindings separately?

Cheers,
Julien


signature.asc
Description: Digital signature


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

2013-08-09 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian@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=detailaid=314307group_id=1atid=21

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 a...@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 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.0 +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


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

2013-08-09 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + moreinfo
Bug #719217 [release.debian.org] pu: package svnmailer/1.0.8-13~deb7u1
Added tag(s) moreinfo.

-- 
719217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b719217.13760737862201.transcr...@bugs.debian.org



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

2013-08-09 Thread Adam D. Barratt
Control: tags -1 + moreinfo

On Fri, 2013-08-09 at 12:37 +0200, Andreas Beckmann wrote:
 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=detailaid=314307group_id=1atid=21
 
 I just fixed this in sid and would like to get this fixed in wheezy as
 well.

One question on the diff... this change

--- svnmailer-1.0.8.orig/debian/source/format
+++ svnmailer-1.0.8/debian/source/format
@@ -0,0 +1 @@
+1.0

doesn't appear to be mentioned in the changelog. Whilst it's essentially
a no-op, was it intended to be included?

 What would be the best solution to make this package available for
 alioth? Putting it into wheezy-updates?

I'd suggest asking them. :-) DSA have taken packages from p-u before and
whilst there's a certain overlap between the alioth admins and DSA, I
don't know what the attitude to unreleased updates is on the alioth
side.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1376073775.22688.18.ca...@jacala.jungle.funky-badger.org