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

Thomas Hood jdthood-guest at costa.debian.org
Tue Jan 31 23:06:25 UTC 2006


Author: jdthood-guest
Date: 2006-01-31 23:06:24 +0000 (Tue, 31 Jan 2006)
New Revision: 721

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/deps-glibc
   sysvinit/trunk/debian/deps-mount
Log:
Update deps-*

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-01-31 22:59:12 UTC (rev 720)
+++ sysvinit/trunk/debian/changelog	2006-01-31 23:06:24 UTC (rev 721)
@@ -2,6 +2,7 @@
 
   [ Thomas Hood ]
   * Fix dependency on mount for GNU/kFreeBSD  (Closes: #349984)
+    This involved updating deps-mount and deps-glibc (Closes: #335297)
   * bootlogd: 51_bootlogd_syncalot: Don't sync after each line unless
     the (new) -s option is given
     (Closes: #205724)

Modified: sysvinit/trunk/debian/deps-glibc
===================================================================
--- sysvinit/trunk/debian/deps-glibc	2006-01-31 22:59:12 UTC (rev 720)
+++ sysvinit/trunk/debian/deps-glibc	2006-01-31 23:06:24 UTC (rev 721)
@@ -1,29 +1,14 @@
 #
-# deps-glibc	Figure out on which glibc version we need to depend.
+# deps-glibc
 #
+# Figure out on which glibc version we need to depend on
+#
 
-DEB_BUILD_GNU_TYPE="$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)"
 DEB_BUILD_GNU_SYSTEM="$(dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)"
-DEB_BUILD_GNU_CPU="$(dpkg-architecture -qDEB_BUILD_GNU_CPU)"
 
 case "$DEB_BUILD_GNU_SYSTEM" in
-  linux)
-	case "$DEB_BUILD_GNU_CPU" in
-	  ia64|alpha)
-		echo 'glibc:Depends=libc6.1 (>= 2.3.2.ds1-12)'
-		;;
-	  *)
-		echo 'glibc:Depends=libc6 (>= 2.3.2.ds1-12)'
-		;;
-	esac
-	;;
   gnu)
 	echo 'glibc:Depends=libc0.3 (>= 2.3.2.ds1-12)'
 	;;
-# This would be the correct dependency, but it is dropped at
-# the request of the *bsd* maintainers (see Bug #253314)
-#  *bsd*)
-#	echo 'glibc:Depends=libc0.1 (>= 2.3.2.ds1-12)'
-#	;;
 esac
 

Modified: sysvinit/trunk/debian/deps-mount
===================================================================
--- sysvinit/trunk/debian/deps-mount	2006-01-31 22:59:12 UTC (rev 720)
+++ sysvinit/trunk/debian/deps-mount	2006-01-31 23:06:24 UTC (rev 721)
@@ -1,8 +1,8 @@
 #
 # deps-mount
 #
-# Output a dependency on the package that contains
-# the "mount" command we need.
+# Figure out which package we need to depend on in order to have
+# the right mount program
 #
 
 DEB_BUILD_GNU_TYPE="$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)"




More information about the Pkg-sysvinit-commits mailing list