[Python-modules-commits] r13039 - in packages/mutagen/trunk/debian (7 files)

mithrandi-guest at users.alioth.debian.org mithrandi-guest at users.alioth.debian.org
Thu May 20 20:06:32 UTC 2010


    Date: Thursday, May 20, 2010 @ 20:06:25
  Author: mithrandi-guest
Revision: 13039

Update for 1.19.

Added:
  packages/mutagen/trunk/debian/patches/manpage-hyphens.diff
Modified:
  packages/mutagen/trunk/debian/changelog
  packages/mutagen/trunk/debian/control
  packages/mutagen/trunk/debian/patches/series
  packages/mutagen/trunk/debian/rules
  packages/mutagen/trunk/debian/source/format
  packages/mutagen/trunk/debian/watch

Modified: packages/mutagen/trunk/debian/changelog
===================================================================
--- packages/mutagen/trunk/debian/changelog	2010-05-20 14:51:43 UTC (rev 13038)
+++ packages/mutagen/trunk/debian/changelog	2010-05-20 20:06:25 UTC (rev 13039)
@@ -1,9 +1,13 @@
-mutagen (1.15-3) UNRELEASED; urgency=low
+mutagen (1.19-1) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Fix watch file.
 
- -- Jakub Wilk <ubanus at users.sf.net>  Fri, 13 Nov 2009 11:39:01 +0100
+  [ Tristan Seligmann ]
+  * New upstream release.
 
+ -- Tristan Seligmann <mithrandi at mithrandi.net>  Thu, 20 May 2010 20:18:03 +0200
+
 mutagen (1.15-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: packages/mutagen/trunk/debian/control
===================================================================
--- packages/mutagen/trunk/debian/control	2010-05-20 14:51:43 UTC (rev 13038)
+++ packages/mutagen/trunk/debian/control	2010-05-20 20:06:25 UTC (rev 13039)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Tristan Seligmann <mithrandi at mithrandi.net>
 Build-Depends-Indep: python-central (>= 0.5)
-Build-Depends: cdbs (>= 0.4.42), debhelper (>= 6), python (>= 2.3.5-7), quilt
-Standards-Version: 3.8.0
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 6), python (>= 2.3.5-7)
+Standards-Version: 3.8.4
 XS-Python-Version: >= 2.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/mutagen
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/mutagen/trunk/

Added: packages/mutagen/trunk/debian/patches/manpage-hyphens.diff
===================================================================
--- packages/mutagen/trunk/debian/patches/manpage-hyphens.diff	                        (rev 0)
+++ packages/mutagen/trunk/debian/patches/manpage-hyphens.diff	2010-05-20 20:06:25 UTC (rev 13039)
@@ -0,0 +1,12 @@
+# Change incorrect hyphens to minuses in manpages.
+--- a/man/mid3v2.1
++++ b/man/mid3v2.1
+@@ -16,7 +16,7 @@
+ Warnings will still be printed.
+ .IP \-v,\ \-\-verbose
+ Be verbose: state all operations performed. This is the opposite of
+---quiet. This is the default.
++\-\-quiet. This is the default.
+ .IP \-f,\ \-\-list\-frames
+ Display all supported ID3v2.3/2.4 frames and their meanings.
+ .IP \-L,\ \-\-list\-genres

Modified: packages/mutagen/trunk/debian/patches/series
===================================================================
--- packages/mutagen/trunk/debian/patches/series	2010-05-20 14:51:43 UTC (rev 13038)
+++ packages/mutagen/trunk/debian/patches/series	2010-05-20 20:06:25 UTC (rev 13039)
@@ -1 +1,2 @@
 remove-hashbang.diff
+manpage-hyphens.diff

Modified: packages/mutagen/trunk/debian/rules
===================================================================
--- packages/mutagen/trunk/debian/rules	2010-05-20 14:51:43 UTC (rev 13038)
+++ packages/mutagen/trunk/debian/rules	2010-05-20 20:06:25 UTC (rev 13039)
@@ -3,7 +3,6 @@
 DEB_PYTHON_SYSTEM = pycentral
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_INSTALL_CHANGELOGS_ALL = NEWS

Modified: packages/mutagen/trunk/debian/source/format
===================================================================
--- packages/mutagen/trunk/debian/source/format	2010-05-20 14:51:43 UTC (rev 13038)
+++ packages/mutagen/trunk/debian/source/format	2010-05-20 20:06:25 UTC (rev 13039)
@@ -1 +1 @@
-1.0
+3.0 (quilt)

Modified: packages/mutagen/trunk/debian/watch
===================================================================
--- packages/mutagen/trunk/debian/watch	2010-05-20 14:51:43 UTC (rev 13038)
+++ packages/mutagen/trunk/debian/watch	2010-05-20 20:06:25 UTC (rev 13039)
@@ -1,4 +1,5 @@
-version=2
-
-http://code.google.com/p/quodlibet/downloads/list?can=1 \
-    (?:.*/)?mutagen-([\d\.]*).tar.gz
+version=3
+opts=\
+downloadurlmangle=s|.*[?]name=(.*?)&.*|http://mutagen.googlecode.com/files/$1|,\
+filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
+http://code.google.com/p/mutagen/downloads/detail[?]name=mutagen-([0-9.]+).tar.gz&.*




More information about the Python-modules-commits mailing list