From 9b2df80b6b19b2b58dcecfba276695ab35fc9081 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 6 Apr 2015 13:21:32 +0200 Subject: [PATCH] Make systemd-sysv's dependency to systemd unversioned The package just contains 6 symlinks and thus isn't sensitive at all against version mismatches. This avoids running into circular dependencies when testing local debs. Thus the unversioned Pre-Depends: is sufficient. --- debian/changelog | 9 +++++++++ debian/control | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 54c1b458e..71ae16e7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +systemd (219-7) UNRELEASED; urgency=medium + + * Make systemd-sysv's dependency to systemd unversioned. The package just + contains 6 symlinks and thus isn't sensitive at all against version + mismatches. This avoids running into circular dependencies when testing + local debs. + + -- Martin Pitt Mon, 06 Apr 2015 13:19:37 +0200 + systemd (219-6) experimental; urgency=medium [ Martin Pitt ] diff --git a/debian/control b/debian/control index 0d637abec..7edfa3363 100644 --- a/debian/control +++ b/debian/control @@ -92,8 +92,7 @@ Replaces: sysvinit (<< 2.88dsf-44~), upstart Pre-Depends: systemd Depends: ${shlibs:Depends}, - ${misc:Depends}, - systemd (= ${binary:Version}) + ${misc:Depends} Description: system and service manager - SysV links systemd is a system and service manager for Linux. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting -- 2.39.5