[Pkg-sysvinit-commits] r1759 - sysvinit/trunk/debian

Petter Reinholdtsen pere at alioth.debian.org
Thu Sep 10 08:28:49 UTC 2009


Author: pere
Date: 2009-09-10 08:28:49 +0000 (Thu, 10 Sep 2009)
New Revision: 1759

Removed:
   sysvinit/trunk/debian/deps-glibc
Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
   sysvinit/trunk/debian/rules
Log:
Drop hurd specific dependency on libc0.3 (>= 2.3.2.ds1-12).  It is
no longer needed according to Michael Bunk.  Patch from Michael
Biebl.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-09-09 22:40:52 UTC (rev 1758)
+++ sysvinit/trunk/debian/changelog	2009-09-10 08:28:49 UTC (rev 1759)
@@ -21,6 +21,9 @@
   * Change cut-off point for the trimmed changelog entries in
     sysvinit-utils, initscripts and sysv-rc from version 2.84-3 to
     version 2.86.ds1-47, to reduce the package sizes.
+  * Drop hurd specific dependency on libc0.3 (>= 2.3.2.ds1-12).  It is
+    no longer needed according to Michael Bunk.  Patch from Michael
+    Biebl.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 06 Sep 2009 17:13:33 +0200
 

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2009-09-09 22:40:52 UTC (rev 1758)
+++ sysvinit/trunk/debian/control	2009-09-10 08:28:49 UTC (rev 1759)
@@ -51,7 +51,7 @@
 
 Package: initscripts
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${glibc:Depends}, ${mount:Depends}, debianutils (>= 2.13.1), lsb-base (>= 3.0-6), sysvinit-utils (>= 2.86.ds1-64), sysv-rc | file-rc
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${mount:Depends}, debianutils (>= 2.13.1), lsb-base (>= 3.0-6), sysvinit-utils (>= 2.86.ds1-64), sysv-rc | file-rc
 Recommends: psmisc, e2fsprogs
 Conflicts: libdevmapper1.02.1 (<< 2:1.02.24-1)
 Replaces: libc6, libc6.1, libc0.1, libc0.3

Deleted: sysvinit/trunk/debian/deps-glibc
===================================================================
--- sysvinit/trunk/debian/deps-glibc	2009-09-09 22:40:52 UTC (rev 1758)
+++ sysvinit/trunk/debian/deps-glibc	2009-09-10 08:28:49 UTC (rev 1759)
@@ -1,14 +0,0 @@
-#
-# deps-glibc
-#
-# Figure out on which glibc version we need to depend on
-#
-
-DEB_BUILD_GNU_SYSTEM="$(dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)"
-
-case "$DEB_BUILD_GNU_SYSTEM" in
-  gnu)
-	echo 'glibc:Depends=libc0.3 (>= 2.3.2.ds1-12)'
-	;;
-esac
-

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-09-09 22:40:52 UTC (rev 1758)
+++ sysvinit/trunk/debian/rules	2009-09-10 08:28:49 UTC (rev 1759)
@@ -134,7 +134,6 @@
 	$(INSTALL_DATA) debian/initscripts.conffiles \
 		$(inittmp)/DEBIAN/conffiles
 	sh debian/deps-mount >> debian/initscripts.substvars
-	sh debian/deps-glibc >> debian/initscripts.substvars
 	dh_fixperms -pinitscripts -X/etc/init.d/skeleton
 
 	# Wrap it all up




More information about the Pkg-sysvinit-commits mailing list