-systemd (7-1) unstable; urgency=low
+systemd (8-1) unstable; urgency=low
* New upstream release
* Only ship the top /cgroup
* Pass --with-rootdir= to configure, to make it think / is / rather
than //
+ * Add PAM module package
+ * Fix up dependencies in local-fs.target. Closes: #594420
+ * Move systemadm to its own package. Closes: #588451
+ * Update standards-version (no changes needed)
+ * Update README.Debian to explain how to use systemd.
+ * Add systemd-sysv package that provides /sbin/init and friends.
-- Tollef Fog Heen <tfheen@debian.org> Sat, 07 Aug 2010 07:31:38 +0200
rm debian/tmp/usr/share/doc/systemd/LICENSE
dh_install -O--parallel --fail-missing
dh_install -plibpam-systemd debian/pam-configs /usr/share
+ sed -i 's/#\(Mount\|Swap\)Auto=yes/\1Auto=no/' debian/systemd/etc/systemd/system.conf
+
override_dh_auto_configure:
dh_auto_configure -- --with-rootdir=
override_dh_auto_install:
dh_auto_install
- rm debian/tmp/etc/systemd/system/runlevel5.target
- dh_link /lib/systemd/system/multi-user.target etc/systemd/system/runlevel5.target
+ rm debian/tmp/lib/systemd/system/runlevel5.target
rm debian/tmp/lib/security/pam_systemd.la
+ dh_link /lib/systemd/system/multi-user.target lib/systemd/system/runlevel5.target
%:
dh --parallel $@