On Sat, Nov 11, 2006 at 12:03:06PM -0500, Aaron M. Ucko wrote:
> Package: bitcollider-plugins
> Version: 0.4.0-3.2
> Severity: grave
> Justification: renders package unusable
>
> For whatever reason, bitcollider-plugins has a hard-coded dependency
> on bitcollider (= 0.4.0-3), which is no longer in unstable; even if
> you remember to keep the dependency current in your (extremely rare)
> uploads, NMUers might not know they need to, and binNMUers don't even
> have the option to do so!
>
> As such, please change the version specification to (= ${Source-Version})
> -- or, better yet, build-depend on dpkg-dev (>= 1.13.19) and specify a
> version of (= ${binary:Version}) for clarity.
>
I'm going to NMU bitcollider again in order to fix this. The attached
diff shows the changes with the previous NMU.
diff -u bitcollider-0.4.0/debian/control bitcollider-0.4.0/debian/control
--- bitcollider-0.4.0/debian/control
+++ bitcollider-0.4.0/debian/control
@@ -2,7 +2,7 @@
Section: utils
Priority: optional
Maintainer: Scott M. Dier <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), libvorbis-dev, libtool, docbook-to-man
+Build-Depends: debhelper (>= 5), libvorbis-dev, libtool, docbook-to-man,
dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.2
Package: bitcollider
@@ -83,7 +83,7 @@
Package: bitcollider-plugins
Architecture: any
-Depends: ${shlibs:Depends}, bitcollider (= 0.4.0-3)
+Depends: ${shlibs:Depends}, bitcollider (= ${binary:Version})
Description: bitcollider plugins
These plugins allow the bitcollider program to get metadata from rich media
files. So far, there are plugins for wav files and images.
diff -u bitcollider-0.4.0/debian/changelog bitcollider-0.4.0/debian/changelog
--- bitcollider-0.4.0/debian/changelog
+++ bitcollider-0.4.0/debian/changelog
@@ -1,3 +1,10 @@
+bitcollider (0.4.0-3.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Removed hardcoded version dependency (Closes: #398072).
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]> Sun, 12 Nov 2006 02:51:17
+0100
+
bitcollider (0.4.0-3.2) unstable; urgency=medium
* Non-maintainer upload.