[Python-modules-commits] r30867 - in packages/mutagen/trunk/debian (changelog control rules)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Fri Oct 3 22:34:53 UTC 2014


    Date: Friday, October 3, 2014 @ 22:34:52
  Author: mithrandi
Revision: 30867

* New upstream release.
* Build python3-mutagen package.
* Bump Standards-Version.

Modified:
  packages/mutagen/trunk/debian/changelog
  packages/mutagen/trunk/debian/control
  packages/mutagen/trunk/debian/rules

Modified: packages/mutagen/trunk/debian/changelog
===================================================================
--- packages/mutagen/trunk/debian/changelog	2014-10-03 11:28:59 UTC (rev 30866)
+++ packages/mutagen/trunk/debian/changelog	2014-10-03 22:34:52 UTC (rev 30867)
@@ -1,3 +1,11 @@
+mutagen (1.25-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * Build python3-mutagen package.
+  * Bump Standards-Version.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 28 Sep 2014 00:57:18 +0200
+
 mutagen (1.24-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/mutagen/trunk/debian/control
===================================================================
--- packages/mutagen/trunk/debian/control	2014-10-03 11:28:59 UTC (rev 30866)
+++ packages/mutagen/trunk/debian/control	2014-10-03 22:34:52 UTC (rev 30867)
@@ -12,12 +12,13 @@
  libc-bin (>= 2.13),
  oggz-tools,
  python-all (>= 2.6.6-3~),
+ python3-all,
  pypy,
  python-docutils,
  python-sphinx (>= 1.0.7+dfsg),
  vorbis-tools,
  dh-python
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/mutagen/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mutagen/trunk/
@@ -40,7 +41,7 @@
 
 Package: pypy-mutagen
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${pypy:Depends}
 Suggests: python-mutagen-doc
 Description: audio metadata editing library (PyPy)
  Mutagen is a Python module to handle audio metadata. It supports FLAC,
@@ -54,6 +55,22 @@
  This package is built for PyPy.
 
 
+Package: python3-mutagen
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python-mutagen-doc
+Description: audio metadata editing library (Python 3)
+ Mutagen is a Python module to handle audio metadata. It supports FLAC,
+ M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and
+ WavPack audio files. All versions of ID3v2 are supported, and all
+ standard ID3v2.4 frames are parsed. It can read Xing headers to
+ accurately calculate the bitrate and length of MP3s. ID3 and APEv2
+ tags can be edited regardless of audio format. It can also manipulate
+ Ogg streams on an individual packet/page level.
+ .
+ This package is built for Python 3.
+
+
 Package: python-mutagen-doc
 Architecture: all
 Section: doc

Modified: packages/mutagen/trunk/debian/rules
===================================================================
--- packages/mutagen/trunk/debian/rules	2014-10-03 11:28:59 UTC (rev 30866)
+++ packages/mutagen/trunk/debian/rules	2014-10-03 22:34:52 UTC (rev 30867)
@@ -12,7 +12,7 @@
 
 
 %:
-	dh $@ --with python2,pypy,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python2,python3,pypy,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_auto_build:
@@ -25,9 +25,11 @@
 
 override_dh_auto_install:
 	dh_auto_install
-	# Don't ship binaries in the pypy package
+	# Don't ship binaries or manpages in the pypy or python3 packages
 	rm -rf debian/pypy-mutagen/usr/bin \
-	    debian/pypy-mutagen/usr/lib/pypy/share
+	       debian/pypy-mutagen/usr/lib/pypy/share \
+	       debian/python3-mutagen/usr/bin \
+	       debian/python3-mutagen/usr/share
 
 
 override_dh_installchangelogs:




More information about the Python-modules-commits mailing list