tags 359996 + patch thanks Alexander,
I have attached a patch that partially fixes this bug. The other half of the fix can be had by using the patch that I submitted for dh_python to bug #358392. If Joey chooses to accept the patch, then it will allow dh_python to create a versioned dependency so that every python-foo package will depend on pythonX.Y-foo (= version) for the X.Y default python version. This would prevent this bug from occurring again. -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto
diff -ur eyed3-0.6.10.old/debian/changelog eyed3-0.6.10/debian/changelog
--- eyed3-0.6.10.old/debian/changelog 2006-05-13 18:09:29.091125000 -0400
+++ eyed3-0.6.10/debian/changelog 2006-05-13 18:16:45.726423654 -0400
@@ -1,3 +1,10 @@
+eyed3 (0.6.10-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Force eyed3 to depend on python-eyed3 of same version (Closes: #359996)
+
+ -- Roberto C. Sanchez <[EMAIL PROTECTED]> Sat, 13 May 2006 18:13:13 -0400
+
eyed3 (0.6.10-1) unstable; urgency=low
* New upstream release
diff -ur eyed3-0.6.10.old/debian/control eyed3-0.6.10/debian/control
--- eyed3-0.6.10.old/debian/control 2006-05-13 18:09:29.092125000 -0400
+++ eyed3-0.6.10/debian/control 2006-05-13 18:13:06.982338643 -0400
@@ -36,7 +36,7 @@
Package: eyed3
Architecture: all
-Depends: python-eyed3, ${python:Depends}
+Depends: python-eyed3 (= ${Source-Version}), ${python:Depends}
Description: Display and manipulate id3-tags on the command-line
A command-line editor to add/edit/remove ID3-tags on mp3 files.
It supports version 1.0,1.1,2.3 and 2.4 of the ID3 standard.
signature.asc
Description: OpenPGP digital signature

