]> err.no Git - systemd/commitdiff
Update for v8
authorTollef Fog Heen <tfheen@err.no>
Sun, 29 Aug 2010 12:05:58 +0000 (14:05 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 29 Aug 2010 12:05:58 +0000 (14:05 +0200)
debian/changelog
debian/rules

index a25d7c5e10cfe1174a5138669fb674add4a17c71..f3f571434417223a184acce59cee69232fd45fb6 100644 (file)
@@ -1,9 +1,15 @@
-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
 
index 4a40052505e3c9f460621e77b7da8d2cfccf2256..468c5d503a8b3cccfa815776aff136d95c44a093 100755 (executable)
@@ -7,15 +7,17 @@ override_dh_install:
        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 $@