[SCM] live-config branch, debian-old-2.0, updated. debian/2.0.14-1-1-g6f31bc2

Daniel Baumann daniel at debian.org
Sat Jan 1 16:44:51 UTC 2011


The following commit has been merged in the debian-old-2.0 branch:
commit 6f31bc2818dcb750bf7639165d7ff71be2df8533
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jan 1 17:44:23 2011 +0100

    Removing systemd support for 2.0 branch (Closes: #608326).

diff --git a/debian/control b/debian/control
index 9c7126e..97a1a37 100644
--- a/debian/control
+++ b/debian/control
@@ -35,19 +35,6 @@ Description: Debian Live - System Configuration Scripts (runit backend)
  .
  This package contains the runit backend (experimental!).
 
-Package: live-config-systemd
-Architecture: all
-Depends: ${misc:Depends}
-Conflicts: live-config-backend
-Replaces: live-config-backend
-Provides: live-config-backend
-Suggests: systemd
-Description: Debian Live - System Configuration Scripts (systemd backend)
- live-config contains the scripts that configure a Debian Live system during
- the boot process (late userspace).
- .
- This package contains the systemd backend (experimental!).
-
 Package: live-config-sysvinit
 Architecture: all
 Depends: ${misc:Depends}, sysvinit (>= 2.86)
diff --git a/debian/live-config-systemd.service b/debian/live-config-systemd.service
deleted file mode 100644
index b9afb88..0000000
--- a/debian/live-config-systemd.service
+++ /dev/null
@@ -1,15 +0,0 @@
-## Debian Live - System Configuration Scripts
-##
-## live-config contains the scripts that configure a Debian Live system during
-## the boot process (late userspace).
-##
-## This is the systemd service for live-config.
-
-
-[Unit]
-Description=live-config contains the scripts that configure a Debian Live system during the boot process (late userspace).
-
-[Service]
-ExecStart=/lib/live/config.sh
-Type=finish
-ValidNoProcess=yes
diff --git a/debian/rules b/debian/rules
index 85f8fe1..096e4f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,11 +13,6 @@ override_dh_auto_install:
 	rm -f debian/live-config/usr/share/doc/live-config/COPYING
 	bin/update-live-config.sh debian/live-config/lib/live/config
 
-	# live-config-systemd
-	install -D -m 0644 debian/live-config-systemd.service debian/live-config-systemd/etc/systemd/system/live-config.service
-	mkdir -p debian/live-config-systemd/etc/systemd/system/runlevel1.target.wants
-	ln -s ../live-config.service debian/live-config-systemd/etc/systemd/system/runlevel1.target.wants/live-config.service
-
 	# live-config-sysvinit
 	mkdir -p debian/live-config-sysvinit/lib/live/config
 	mv debian/live-config/lib/live/config/*-sysvinit debian/live-config-sysvinit/lib/live/config

-- 
live-config



More information about the debian-live-changes mailing list