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

r1041 - in glibc-package/trunk/debian: . sysdeps



Author: dan
Date: 2005-10-14 03:05:28 +0000 (Fri, 14 Oct 2005)
New Revision: 1041

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/depflags.pl
Log:
  * Conflict with broken versions of libterm-readline-gnu-perl
    (Closes: #326856, #326492).


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-10-14 02:39:29 UTC (rev 1040)
+++ glibc-package/trunk/debian/changelog	2005-10-14 03:05:28 UTC (rev 1041)
@@ -14,8 +14,10 @@
     - Search lib64 for ldconfig.
     - Install 64-bit headers in /usr/include/x86_64-linux-gnu.
   * Remove obsolete references to NPTL as an add-on.
+  * Conflict with broken versions of libterm-readline-gnu-perl
+    (Closes: #326856, #326492).
 
- -- Daniel Jacobowitz <dan@debian.org>  Thu, 13 Oct 2005 22:39:07 -0400
+ -- Daniel Jacobowitz <dan@debian.org>  Thu, 13 Oct 2005 23:04:37 -0400
 
 glibc (2.3.5-6) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/sysdeps/depflags.pl
===================================================================
--- glibc-package/trunk/debian/sysdeps/depflags.pl	2005-10-14 02:39:29 UTC (rev 1040)
+++ glibc-package/trunk/debian/sysdeps/depflags.pl	2005-10-14 03:05:28 UTC (rev 1041)
@@ -151,6 +151,10 @@
 if ($libc ne "libc6") {
     push @{$libc_dev_c{'Provides'}}, 'libc6-dev';
 }
+
+# Conflict with broken libterm-readline-gnu-perl to avoid #326856.
+push @{$libc_c{'Conflicts'}}, 'libterm-readline-gnu-perl (<< 1.15-2)';
+
 if ($type eq "libc") {
     %pkg = %libc_c;
 } elsif ($type eq "libc_dev") {



Reply to: