[Python-modules-commits] r27368 - in packages/pytaglib/trunk/debian (changelog clean control)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Tue Jan 21 23:02:11 UTC 2014


    Date: Tuesday, January 21, 2014 @ 23:02:10
  Author: cjsmo-guest
Revision: 27368

* Added /src/pytaglib.egg-info to debian/clean, so package can build twice
  in a row.  Closes: #736265
* Removed explicit dependency on libtag1c2a in debian/rules. Closes: #736262

Modified:
  packages/pytaglib/trunk/debian/changelog
  packages/pytaglib/trunk/debian/clean
  packages/pytaglib/trunk/debian/control

Modified: packages/pytaglib/trunk/debian/changelog
===================================================================
--- packages/pytaglib/trunk/debian/changelog	2014-01-21 18:05:56 UTC (rev 27367)
+++ packages/pytaglib/trunk/debian/changelog	2014-01-21 23:02:10 UTC (rev 27368)
@@ -1,3 +1,11 @@
+pytaglib (0.3.6+dfsg-2) UNRELEASED; urgency=low
+
+  * Added /src/pytaglib.egg-info to debian/clean, so package can build twice
+    in a row.  Closes: #736265
+  * Removed explicit dependency on libtag1c2a in debian/rules. Closes: #736262
+
+ -- Charlie Smotherman <cjsmo at cableone.net>  Mon, 21 Jan 2014 16:59:22 -0500
+
 pytaglib (0.3.6+dfsg-1) unstable; urgency=low
 
   * FtpMasters have deemed that /src/tests/data/id3v22-tda.mp3 is non-free

Modified: packages/pytaglib/trunk/debian/clean
===================================================================
--- packages/pytaglib/trunk/debian/clean	2014-01-21 18:05:56 UTC (rev 27367)
+++ packages/pytaglib/trunk/debian/clean	2014-01-21 23:02:10 UTC (rev 27368)
@@ -1,2 +1,3 @@
 src/taglib.cpp
 src/tests/test_flacunicode.py
+src/pytaglib.egg-info/*

Modified: packages/pytaglib/trunk/debian/control
===================================================================
--- packages/pytaglib/trunk/debian/control	2014-01-21 18:05:56 UTC (rev 27367)
+++ packages/pytaglib/trunk/debian/control	2014-01-21 23:02:10 UTC (rev 27368)
@@ -20,8 +20,7 @@
 Package: python3-taglib
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- ${python3:Depends},
- libtag1c2a (>= 1.8)
+ ${python3:Depends}
 Architecture: any
 Description: Python3 bindings for the TagLib audio metadata library
  Pytaglib provides an easy interface to read and write metadata of audio files




More information about the Python-modules-commits mailing list