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

Petter Reinholdtsen pere at alioth.debian.org
Sun Jul 26 10:24:23 UTC 2009


Author: pere
Date: 2009-07-26 10:24:22 +0000 (Sun, 26 Jul 2009)
New Revision: 1550

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
Remove setting of unused makefile variable LIBC6 from rules.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-26 09:40:08 UTC (rev 1549)
+++ sysvinit/trunk/debian/changelog	2009-07-26 10:24:22 UTC (rev 1550)
@@ -6,6 +6,7 @@
     debian/tmp/.
   * Drop the stop calls for K11mountoverflowtmp in runlevels 0 and 6.
     The umountfs script will take care of the task (Closes: 526733)
+  * Remove setting of unused makefile variable LIBC6 from rules.
 
   [ Kel Modderman ]
   * Allow forcefsck on kernel cmdline to have same effect as touching

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2009-07-26 09:40:08 UTC (rev 1549)
+++ sysvinit/trunk/debian/rules	2009-07-26 10:24:22 UTC (rev 1550)
@@ -30,14 +30,6 @@
   endif
 endif
 
-LIBC6	= libc6
-ifeq ($(DEB_HOST_ARCH), alpha)
-LIBC6	= libc6.1
-endif
-ifeq ($(DEB_HOST_ARCH), ia64)
-LIBC6	= libc6.1
-endif
-
 define checkdir
 	test -f src/init.c
 endef




More information about the Pkg-sysvinit-commits mailing list