diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-06-26 23:27:06 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-06-26 23:27:06 +0200 |
commit | 4d34c063cf248dbb2db283dad17b03e87b7c0888 (patch) | |
tree | d6e774ad989a7f99497b0815c7d6e3e6967f0f4e | |
parent | 43dafe028725e36d0345c8c21c21be1fb2711233 (diff) | |
download | init-system-helpers-4d34c063cf248dbb2db283dad17b03e87b7c0888.tar.gz |
init-system-helpers: add Breaks: systemd (<< 44-12)
This ensures that on updates from stable, at least systemd 44-12 is
present, which is the first version where the old trigger gained support
for checking whether i-s-h is installed.
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 1003dfd..85c1637 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/init-system-helper Package: init-system-helpers Architecture: all Depends: ${perl:Depends}, ${misc:Depends} +Breaks: systemd (<< 44-12) Description: helper tools for all init systems This package contains helper tools that are necessary for switching between the various init systems that Debian contains (e.g. sysvinit, upstart, |