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

r1457 - in glibc-package/branches/glibc-2.4/debian: . control.in



Author: schizo
Date: 2006-04-23 00:48:25 +0000 (Sun, 23 Apr 2006)
New Revision: 1457

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/control
   glibc-package/branches/glibc-2.4/debian/control.in/main
   glibc-package/branches/glibc-2.4/debian/rules
Log:
tzdata removal


Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-04-23 00:14:37 UTC (rev 1456)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-04-23 00:48:25 UTC (rev 1457)
@@ -57,8 +57,8 @@
  glibc (2.3.6-6) UNRELEASED; urgency=low
  
    [ Aurelien Jarno ]
-   * Split out timezone data in a separate package. It's a first step, it
-     should finally be built from a separate source package.
+   * Remove the timezone database from the libc6 package. It is not provided
+     by a separate package called tzdata.
    * Split out binaries from libc6 into libc-bin, and binaries from libc6-bin
      into libc-bin-dev.  (Closes: #330735)
    * Put each test log file in the corresponding package instead of putting all

Modified: glibc-package/branches/glibc-2.4/debian/control
===================================================================
--- glibc-package/branches/glibc-2.4/debian/control	2006-04-23 00:14:37 UTC (rev 1456)
+++ glibc-package/branches/glibc-2.4/debian/control	2006-04-23 00:48:25 UTC (rev 1457)
@@ -60,16 +60,6 @@
  savings over how this package used to be, where all locales were generated
  by default. This created a package that unpacked to an excess of 30 megs.
 
-Package: tzdata
-Architecture: all
-Section: libs
-Priority: required
-Depends: libc-bin (>= ${Source-Version})
-Replaces: libc0.1, libc0.3, libc6, libc6.1
-Description: GNU C Library: Timezone data
- This package contains data files with rules for various timezones around
- the world.
-
 Package: nscd
 Architecture: alpha amd64 arm armeb i386 m68k mips mipsel powerpc ppc64 sparc ia64 hppa s390 sh3 sh4 sh3eb sh4eb kfreebsd-i386 kfreebsd-amd64
 Section: admin

Modified: glibc-package/branches/glibc-2.4/debian/control.in/main
===================================================================
--- glibc-package/branches/glibc-2.4/debian/control.in/main	2006-04-23 00:14:37 UTC (rev 1456)
+++ glibc-package/branches/glibc-2.4/debian/control.in/main	2006-04-23 00:48:25 UTC (rev 1457)
@@ -60,16 +60,6 @@
  savings over how this package used to be, where all locales were generated
  by default. This created a package that unpacked to an excess of 30 megs.
 
-Package: tzdata
-Architecture: all
-Section: libs
-Priority: required
-Depends: libc-bin (>= ${Source-Version})
-Replaces: libc0.1, libc0.3, libc6, libc6.1
-Description: GNU C Library: Timezone data
- This package contains data files with rules for various timezones around
- the world.
-
 Package: nscd
 Architecture: @threads_archs@
 Section: admin

Modified: glibc-package/branches/glibc-2.4/debian/rules
===================================================================
--- glibc-package/branches/glibc-2.4/debian/rules	2006-04-23 00:14:37 UTC (rev 1456)
+++ glibc-package/branches/glibc-2.4/debian/rules	2006-04-23 00:48:25 UTC (rev 1457)
@@ -118,7 +118,7 @@
 curpass = $(filter-out %_,$(subst _,_ ,$@))
 
 DEB_ARCH_REGULAR_PACKAGES = $(libc) $(libc)-dev $(libc)-dbg $(libc)-prof $(libc)-pic libc-bin libc-dev-bin
-DEB_INDEP_REGULAR_PACKAGES = glibc-doc locales tzdata
+DEB_INDEP_REGULAR_PACKAGES = glibc-doc locales
 DEB_UDEB_PACKAGES = $(libc)-udeb libnss-dns-udeb libnss-files-udeb
 
 # Generic kernel version check



Reply to: