[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gnustep-base 1.13.0-6: fixes #402558



I just uploaded gnustep-base 1.13.0-6, which fixes bug #402558, and I'd like to request a freeze exception for this package.

aba> - fixes for severity: important bugs in packages of priority: optional
aba>    or extra, only when this can be done via unstable;

While the bug was only filed with normal severity, I think that an unfriendly installation failure like that should be considered at least important. The bug fix is only a one-line change to debian/control (plus the identical change to debian/control.m4) to add the missing Conflicts: line (so the install will still fail, but at least it will fail in the proper manner). Here is the interdiff between 1.13.0-5 and 1.13.0-6.

--- gnustep-base-1.13.0/debian/changelog
+++ gnustep-base-1.13.0/debian/changelog
@@ -1,3 +1,10 @@
+gnustep-base (1.13.0-6) unstable; urgency=low
+
+ * gnustep-base-runtime: Conflict: with tendra, since they both contain
+    the pl binary and manpage. (Closes: #402558)
+
+ -- Hubert Chan <uhoreg@debian.org>  Mon, 11 Dec 2006 16:33:09 -0500
+
 gnustep-base (1.13.0-5) unstable; urgency=low

   * Remove obsolete dependency on timezoneconf. (Closes: #397423)
diff -u gnustep-base-1.13.0/debian/control gnustep-base-1.13.0/debian/control
--- gnustep-base-1.13.0/debian/control
+++ gnustep-base-1.13.0/debian/control
@@ -25,7 +25,7 @@
 Section: libs
 Architecture: any
Depends: gnustep-base-common (>= 1.12.0), ${shlibs:Depends}, ${misc:Depends}
-Conflicts: gnustep-base-common (<< 1.13.0-4)
+Conflicts: gnustep-base-common (<< 1.13.0-4), tendra
 Replaces: gnustep-base-common (<< 1.13.0-4)
 Description: GNUstep Base library
The GNUstep Base Library is a powerful fast library of general-purpose, diff -u gnustep-base-1.13.0/debian/control.m4 gnustep-base-1.13.0/debian/control.m4
--- gnustep-base-1.13.0/debian/control.m4
+++ gnustep-base-1.13.0/debian/control.m4
@@ -25,7 +25,7 @@
 Section: libs
 Architecture: any
Depends: gnustep-base-common (>= 1.12.0), ${shlibs:Depends}, ${misc:Depends}
-Conflicts: gnustep-base-common (<< 1.13.0-4)
+Conflicts: gnustep-base-common (<< 1.13.0-4), tendra
 Replaces: gnustep-base-common (<< 1.13.0-4)
 Description: GNUstep Base library
The GNUstep Base Library is a powerful fast library of general-purpose,


Thanks

(Please Cc: me; I am not subscribed to d-release.)

--
Hubert Chan <uhoreg@debian.org> -- Jabber: hubert@uhoreg.ca
PGP/GnuPG key: 1024D/124B61FA         http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA



Reply to: