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

pere at alioth.debian.org pere at alioth.debian.org
Sun Nov 18 23:20:05 UTC 2007


Author: pere
Date: 2007-11-18 23:20:05 +0000 (Sun, 18 Nov 2007)
New Revision: 1066

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/deps-mount
Log:
  * Add linux-gnulp to debian/deps-mount, to get the correct behaviour
    with regard to initscripts dependencies on lpia.  Patch from Adam
    Conrad in Ubuntu.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-11-18 23:16:41 UTC (rev 1065)
+++ sysvinit/trunk/debian/changelog	2007-11-18 23:20:05 UTC (rev 1066)
@@ -18,6 +18,9 @@
     during shutdown.  Based on patch from Ubuntu.
   * Stop progress bar on ltsp-client-core too.  The script was renamed
     in recent ltsp versions.  Based on patch from Ubuntu.
+  * Add linux-gnulp to debian/deps-mount, to get the correct behaviour
+    with regard to initscripts dependencies on lpia.  Patch from Adam
+    Conrad in Ubuntu.
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 30 Jan 2007 23:14:04 +0100
 

Modified: sysvinit/trunk/debian/deps-mount
===================================================================
--- sysvinit/trunk/debian/deps-mount	2007-11-18 23:16:41 UTC (rev 1065)
+++ sysvinit/trunk/debian/deps-mount	2007-11-18 23:20:05 UTC (rev 1066)
@@ -8,7 +8,7 @@
 DEB_BUILD_GNU_TYPE="$(dpkg-architecture -qDEB_BUILD_GNU_TYPE)"
 
 case "$DEB_BUILD_GNU_TYPE" in
-  *-linux|*-linux-gnu)
+  *-linux|*-linux-gnu|*-linux-gnulp)
 	echo 'mount:Depends=mount (>= 2.11x-1)'
 	;;
 esac




More information about the Pkg-sysvinit-commits mailing list