Hi,

Attached is the diff for my python-id3 1.2-6.2 NMU.

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
diff -u python-id3-1.2/debian/control python-id3-1.2/debian/control
--- python-id3-1.2/debian/control
+++ python-id3-1.2/debian/control
@@ -2,12 +2,14 @@
 Section: python
 Priority: optional
 Maintainer: Michael Banck <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.25), cdbs, python-dev (>= 2.3)
-Standards-Version: 3.6.0
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11)
+Build-Depends-Indep: python-support (>= 0.3)
+Standards-Version: 3.7.2
 
 Package: python-id3
 Architecture: all
 Depends: ${python:Depends}
+Provides: ${python:Provides}
 Description: Python module for id3-tags manipulation
  python-id3 is a simple Python module for retrieving and setting so-called ID3
  tags on MP3 compressed audio files through an object-oriented interface. MP3
diff -u python-id3-1.2/debian/rules python-id3-1.2/debian/rules
--- python-id3-1.2/debian/rules
+++ python-id3-1.2/debian/rules
@@ -3,3 +3,6 @@
+DEB_PYTHON_SYSTEM=pysupport
+
 include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
+
diff -u python-id3-1.2/debian/changelog python-id3-1.2/debian/changelog
--- python-id3-1.2/debian/changelog
+++ python-id3-1.2/debian/changelog
@@ -1,3 +1,15 @@
+python-id3 (1.2-6.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Move badly chosen B-D-I to B-D.
+  * Bump Standards-Version to 3.7.2.
+  * Update old FSF address.
+  * Update python-id3 for the new policy: (closes: #373317)
+    + debian/pycompat (2)
+    + use python-support
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Thu, 29 Jun 2006 10:17:19 +0200
+
 python-id3 (1.2-6.1) unstable; urgency=low
 
   * Rebuild against python 2.3.
diff -u python-id3-1.2/debian/compat python-id3-1.2/debian/compat
--- python-id3-1.2/debian/compat
+++ python-id3-1.2/debian/compat
@@ -1 +1 @@
-4
+5
diff -u python-id3-1.2/debian/copyright python-id3-1.2/debian/copyright
--- python-id3-1.2/debian/copyright
+++ python-id3-1.2/debian/copyright
@@ -18,8 +18,9 @@
 
    You should have received a copy of the GNU General Public License
    along with this package; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+   MA 02110-1301, USA.
+
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
only in patch2:
unchanged:
--- python-id3-1.2.orig/debian/pycompat
+++ python-id3-1.2/debian/pycompat
@@ -0,0 +1 @@
+2

Attachment: signature.asc
Description: Digital signature

Reply via email to