> Can you group the compat information in a separate paragraph as
> suggested by Filipus? I'd say between the general paragraph about
> systemd and the paragraph about systemadm at the end.
No problem. How's this?
Cheers,
--
4096R/B4CCF23A 2014-11-20 Scott James Wakeling <[email protected]>
diff -Nru systemd-ui-3/debian/control systemd-ui-3/debian/control
--- systemd-ui-3/debian/control 2014-04-28 23:56:47.000000000 +0100
+++ systemd-ui-3/debian/control 2015-03-12 22:23:52.000000000 +0000
@@ -39,12 +39,14 @@
Breaks: systemd-gui (<< 1:2-1)
Replaces: systemd-gui (<< 1:2-1)
Description: graphical frontend for systemd
- systemd is a replacement for sysvinit. It is dependency-based and
- able to read the LSB init script headers in addition to parsing rcN.d
- links as hints.
+ systemd is a system and service manager for Linux. It provides aggressive
+ parallelization capabilities, uses socket and D-Bus activation for starting
+ services, offers on-demand starting of daemons, keeps track of processes
+ using Linux control groups, supports snapshotting and restoring of the system
+ state, maintains mount and automount points and implements an elaborate
+ transactional dependency-based service control logic.
.
- It also provides process supervision using cgroups and the ability to
- not only depend on other init script being started, but also
- availability of a given mount point or D-Bus service.
+ systemd is compatible with SysV and LSB init scripts and can work as a
+ drop-in replacement for sysvinit.
.
- This package contains the graphical frontend for systemd.
+ This package provides systemadm, the graphical frontend for systemd.