Hi Mattia, Thanks for the NMU, I'm taking a breaking of Debian work so be free to take care of playitslowly as you wish. All my packages are either group maintained or are kept in collab-maint, so no worries.
Bests, On Mon, Dec 14, 2015 at 01:48:30AM +0000, Mattia Rizzolo wrote: > Control: tags 786190 + patch > Control: tags 786190 + pending > > Dear maintainer, > > I've prepared an NMU for playitslowly (versioned as 1.4.0-1.1) and > uploaded it to DELAYED/5. Please feel free to tell me if I > should delay it longer. > > Yes, I know I did some changes that are not usually well seen in a NMU, > please tell me if they bother you and I'll remove them. > > Regards. > > -- > regards, > Mattia Rizzolo > > GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. > more about me: http://mapreri.org : :' : > Launchpad user: https://launchpad.net/~mapreri `. `'` > Debian QA page: https://qa.debian.org/developer.php?login=mattia `- > diffstat for playitslowly-1.4.0 playitslowly-1.4.0 > > changelog | 12 ++++++++++++ > compat | 2 +- > control | 11 ++++++----- > pyversions | 1 - > rules | 2 +- > source/format | 2 +- > 6 files changed, 21 insertions(+), 9 deletions(-) > > diff -Nru playitslowly-1.4.0/debian/changelog > playitslowly-1.4.0/debian/changelog > --- playitslowly-1.4.0/debian/changelog 2015-12-14 01:47:19.000000000 > +0000 > +++ playitslowly-1.4.0/debian/changelog 2015-12-14 01:40:46.000000000 > +0000 > @@ -1,3 +1,15 @@ > +playitslowly (1.4.0-1.1) unstable; urgency=medium > + > + * Non-maintainer upload. > + * Build using dh-python instead of python-support. Closes: #786190 > + * Use source format 3.0 (quilt). > + * debian/control: canonicalize Vcs-* fields. > + * debian/control: bump standards-versions to 3.9.6, no changes needed. > + * debian/control: remove dumplicated dependency on python-gtk2. > + * Bump debhelper compat version to 9. > + > + -- Mattia Rizzolo <[email protected]> Mon, 14 Dec 2015 01:40:35 +0000 > + > playitslowly (1.4.0-1) unstable; urgency=low > > * New upstream release. > diff -Nru playitslowly-1.4.0/debian/compat playitslowly-1.4.0/debian/compat > --- playitslowly-1.4.0/debian/compat 2015-12-14 01:47:19.000000000 +0000 > +++ playitslowly-1.4.0/debian/compat 2015-12-14 01:38:55.000000000 +0000 > @@ -1 +1 @@ > -7 > +9 > diff -Nru playitslowly-1.4.0/debian/control playitslowly-1.4.0/debian/control > --- playitslowly-1.4.0/debian/control 2015-12-14 01:47:19.000000000 +0000 > +++ playitslowly-1.4.0/debian/control 2015-12-14 01:40:34.000000000 +0000 > @@ -2,15 +2,16 @@ > Section: gnome > Priority: optional > Maintainer: Tiago Bortoletto Vaz <[email protected]> > -Build-Depends: debhelper (>=7.0.50~), python-support (>= 0.6), cdbs (>= > 0.4.49), python > -Standards-Version: 3.9.2 > -Vcs-Browser: http://git.debian.org/?p=collab-maint/playitslowly.git > -Vcs-Git: git://git.debian.org/git/collab-maint/playitslowly.git > +Build-Depends: debhelper (>= 9), dh-python, cdbs (>= 0.4.49), python > +Standards-Version: 3.9.6 > +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/playitslowly.git > +Vcs-Git: git://anonscm.debian.org/collab-maint/playitslowly.git > Homepage: http://29a.ch/playitslowly > +X-Python-Version: >= 2.5 > > Package: playitslowly > Architecture: all > -Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.10), python > (>= 2.6), gstreamer0.10-plugins-bad, python-gst0.10, python-gtk2, > gstreamer0.10-plugins-good > +Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.10), python > (>= 2.6), gstreamer0.10-plugins-bad, python-gst0.10, > gstreamer0.10-plugins-good > Description: Plays back audio files at a different speed or pitch > Play it slowly is a piece of software to play back audio files at a > different > speed or pitch. It also allows you to loop over a certain part of a file. > diff -Nru playitslowly-1.4.0/debian/pyversions > playitslowly-1.4.0/debian/pyversions > --- playitslowly-1.4.0/debian/pyversions 2015-12-14 01:47:19.000000000 > +0000 > +++ playitslowly-1.4.0/debian/pyversions 1970-01-01 00:00:00.000000000 > +0000 > @@ -1 +0,0 @@ > -2.5- > diff -Nru playitslowly-1.4.0/debian/rules playitslowly-1.4.0/debian/rules > --- playitslowly-1.4.0/debian/rules 2015-12-14 01:47:19.000000000 +0000 > +++ playitslowly-1.4.0/debian/rules 2015-12-14 01:31:51.000000000 +0000 > @@ -1,7 +1,7 @@ > #!/usr/bin/make -f > # -*- makefile -*- > > -DEB_PYTHON_SYSTEM := pysupport > +DEB_PYTHON2_MODULE_PACKAGES := playitslowly > > include /usr/share/cdbs/1/rules/debhelper.mk > include /usr/share/cdbs/1/class/python-distutils.mk > diff -Nru playitslowly-1.4.0/debian/source/format > playitslowly-1.4.0/debian/source/format > --- playitslowly-1.4.0/debian/source/format 2015-12-14 01:47:19.000000000 > +0000 > +++ playitslowly-1.4.0/debian/source/format 2015-12-14 01:29:08.000000000 > +0000 > @@ -1 +1 @@ > -1.0 > +3.0 (quilt) -- tiago
signature.asc
Description: Digital signature

