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

r1608 - in glibc-package/branches/glibc-2.4/debian: . control.in sysdeps



Author: jbailey
Date: 2006-06-02 17:29:43 +0000 (Fri, 02 Jun 2006)
New Revision: 1608

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/control.in/libc
   glibc-package/branches/glibc-2.4/debian/sysdeps/depflags.pl
Log:
  * debian/control.in/libc: Move tzdata dependancy to ...
  * debian/sysdeps/depflags.mk: ... here.



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-06-01 22:02:59 UTC (rev 1607)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-06-02 17:29:43 UTC (rev 1608)
@@ -121,6 +121,11 @@
     configure multiarch libraries.
   * debian/sysdeps/alpha.mk: do an NPTL pass.
 
+  [Jeff Bailey]
+
+  * debian/control.in/libc: Move tzdata dependancy to ...
+  * debian/sysdeps/depflags.mk: ... here.
+
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 28 May 2006 03:28:14 +0200
 
 glibc (2.3.6-13) unstable; urgency=low

Modified: glibc-package/branches/glibc-2.4/debian/control.in/libc
===================================================================
--- glibc-package/branches/glibc-2.4/debian/control.in/libc	2006-06-01 22:02:59 UTC (rev 1607)
+++ glibc-package/branches/glibc-2.4/debian/control.in/libc	2006-06-02 17:29:43 UTC (rev 1608)
@@ -3,7 +3,6 @@
 Section: libs
 Priority: required
 Provides: ${locale-compat:Depends}
-Depends: tzdata
 Description: GNU C Library: Shared libraries
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/depflags.pl
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/depflags.pl	2006-06-01 22:02:59 UTC (rev 1607)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/depflags.pl	2006-06-02 17:29:43 UTC (rev 1608)
@@ -49,6 +49,9 @@
 # nss-db is now seperate
 push @{$libc_c{'Recommends'}}, 'libnss-db';
 
+# tzdata is now separate
+push @($libc_c{'Depends'}}, 'tzdata';
+
 # Old strace doesn't work with current libc6
 push @{$libc_c{'Conflicts'}}, 'strace (<< 4.0-0)';
 



Reply to: