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

r994 - in glibc-package/trunk/debian: . control.in



Author: gotom
Date: 2005-08-13 04:14:46 +0000 (Sat, 13 Aug 2005)
New Revision: 994

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/control.in/libc
   glibc-package/trunk/debian/control.in/s390x
Log:
    * d-i wants to remove libnss-files-udeb dependency from libc-udeb.
      Suggested by Joey Hess <joeyh@debian.org>.  (Closes: #322506)
      - debian/libc: Remove libnss-files-udeb dependency.
      - debian/control: Update.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-08-05 09:33:45 UTC (rev 993)
+++ glibc-package/trunk/debian/changelog	2005-08-13 04:14:46 UTC (rev 994)
@@ -1,3 +1,14 @@
+glibc (2.3.5-4) unstable; urgency=low
+
+  * GOTO Masanori <gotom@debian.org>
+
+    * d-i wants to remove libnss-files-udeb dependency from libc-udeb.
+      Suggested by Joey Hess <joeyh@debian.org>.  (Closes: #322506)
+      - debian/libc: Remove libnss-files-udeb dependency.
+      - debian/control: Update.
+
+ -- GOTO Masanori <gotom@debian.org>  Sat,  6 Aug 2005 06:52:42 +0900
+
 glibc (2.3.5-3) unstable; urgency=low
 
   * The "Keep Debconf5 speed" and the "Welcome back the recent glibc to

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2005-08-05 09:33:45 UTC (rev 993)
+++ glibc-package/trunk/debian/control	2005-08-13 04:14:46 UTC (rev 994)
@@ -113,7 +113,7 @@
 Section: debian-installer
 Priority: extra
 Provides: libc6, libc-udeb, ${locale:Depends}
-Depends: libnss-dns-udeb, libnss-files-udeb
+Depends: libnss-dns-udeb
 Description: GNU C Library: Shared libraries - udeb
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -186,7 +186,7 @@
 Section: debian-installer
 Priority: extra
 Provides: libc6.1, libc-udeb, ${locale:Depends}
-Depends: libnss-dns-udeb, libnss-files-udeb
+Depends: libnss-dns-udeb
 Description: GNU C Library: Shared libraries - udeb
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -259,7 +259,7 @@
 Section: debian-installer
 Priority: extra
 Provides: libc0.3, libc-udeb, ${locale:Depends}
-Depends: libnss-dns-udeb, libnss-files-udeb
+Depends: libnss-dns-udeb
 Description: GNU C Library: Shared libraries - udeb
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -332,7 +332,7 @@
 Section: debian-installer
 Priority: extra
 Provides: libc1, libc-udeb, ${locale:Depends}
-Depends: libnss-dns-udeb, libnss-files-udeb
+Depends: libnss-dns-udeb
 Description: GNU C Library: Shared libraries - udeb
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -361,7 +361,6 @@
  Contains the symlinks and object files needed to compile and link programs
  which use the standard C library. This is the 64bit version of the
  library, meant for UltraSPARC systems.
-
 Package: libc6-s390x
 Architecture: s390
 Section: base

Modified: glibc-package/trunk/debian/control.in/libc
===================================================================
--- glibc-package/trunk/debian/control.in/libc	2005-08-05 09:33:45 UTC (rev 993)
+++ glibc-package/trunk/debian/control.in/libc	2005-08-13 04:14:46 UTC (rev 994)
@@ -62,7 +62,7 @@
 Section: debian-installer
 Priority: extra
 Provides: @libc@, libc-udeb, ${locale:Depends}
-Depends: libnss-dns-udeb, libnss-files-udeb
+Depends: libnss-dns-udeb
 Description: GNU C Library: Shared libraries - udeb
  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/trunk/debian/control.in/s390x
===================================================================
--- glibc-package/trunk/debian/control.in/s390x	2005-08-05 09:33:45 UTC (rev 993)
+++ glibc-package/trunk/debian/control.in/s390x	2005-08-13 04:14:46 UTC (rev 994)
@@ -1,4 +1,3 @@
-
 Package: libc6-s390x
 Architecture: s390
 Section: base



Reply to: