summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2018-07-18 23:51:53 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-07-18 23:51:53 +0100
commit6c026224a3ac5441ae01833aade85b4e75e0a92b (patch)
tree8c687afd940b02a7675470c17eea2be84f8074e3
parentdfc8af2b8f5ca0e87dea9e89f594bb28051a73cd (diff)
debian/control: Remove obsolete Breaks and Depends relations
The broken cryptsetup, elilo, lilo, s390-tools, console-setup, systemd-sysv, and lvm2 versions are all older than jessie (current oldstable). We can assume that they will have been upgraded without an explicit Breaks. kmod replaced module-init-tools in wheezy (current oldoldstable) so there is no need to allow the latter as an alternative. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 001bb32..534edfb 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Depends: initramfs-tools-core (= ${binary:Version}), linux-base, ${misc:Depends}
Suggests: bash-completion
Provides: linux-initramfs-tool
Conflicts: linux-initramfs-tool, usplash (<< 0.5.50)
-Breaks: cryptsetup (<< 2:1.6.6-4~), elilo (<< 3.12-3.1~), lilo (<< 22.8-8.2~), s390-tools (<< 1.8.3-2~), console-setup (<< 1.72), systemd-sysv (<< 186), lvm2 (<< 2.02.111-2.1~), initscripts (<< 2.88dsf-59.3~), upstart, e2fsprogs (<< 1.42.13)
+Breaks: initscripts (<< 2.88dsf-59.3~), upstart, e2fsprogs (<< 1.42.13)
Description: generic modular initramfs generator (automation)
This package builds a bootable initramfs for Linux kernel packages. The
initramfs is loaded along with the kernel and is responsible for
@@ -25,7 +25,7 @@ Package: initramfs-tools-core
Architecture: all
Multi-Arch: foreign
Recommends: ${busybox:Recommends}
-Depends: klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod | module-init-tools, udev, coreutils (>= 8.24), e2fsprogs, ${misc:Depends}
+Depends: klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod, udev, coreutils (>= 8.24), e2fsprogs, ${misc:Depends}
Suggests: bash-completion
Breaks: initramfs-tools (<< 0.121~), ${busybox:Breaks}
Replaces: initramfs-tools (<< 0.121~)