tags 386902 patch
thanks

On Mon, Sep 11, 2006 at 12:58:01AM +0200, Michael Biebl wrote:
> The latest upload of libmime2.2-cil does not have a dependency on
> libgmime-2.0-2. Without libgmime-2.0-2 being installed packages that use
> libgmime2.2-cil like tomboy crash immediately:

Ok, attached is the patch for a followup NMU that corrects this problem by
putting binary-arch before binary-indep, which fixes the dependency as
expected.

It does not fix this bug if calling binary-indep alone, but that's not a
common case; it just means that "source-only" uploads of this package may
not be viable.

This second NMU will be uploaded shortly.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
diff -u gmime2.2-2.2.3/debian/changelog gmime2.2-2.2.3/debian/changelog
--- gmime2.2-2.2.3/debian/changelog
+++ gmime2.2-2.2.3/debian/changelog
@@ -1,3 +1,12 @@
+gmime2.2 (2.2.3-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix my previous broken upload of libgmime2.2-cil, by running the
+    binary-arch target before binary-all to ensure shlibs files are
+    where they need to be.  Closes: #386902.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sun, 10 Sep 2006 22:30:02 -0700
+
 gmime2.2 (2.2.3-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u gmime2.2-2.2.3/debian/rules gmime2.2-2.2.3/debian/rules
--- gmime2.2-2.2.3/debian/rules
+++ gmime2.2-2.2.3/debian/rules
@@ -120,3 +120,3 @@
 
-binary: binary-indep binary-arch
+binary: binary-arch binary-indep
 .PHONY: build clean binary-indep binary-arch binary install configure patch 
unpatch

Reply via email to