From 2736bffad890dbbe2cc0f40110d6e327e457d9bb Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 23 Feb 2016 00:05:39 +0100 Subject: [PATCH] MT#11387 Switch Pre-Depends into Depends Let's avoid Pre-Depends everywhere, in case of problems we can re-add them iff needed, but as a starting point get rid of then. Quoting Guillem: Pre-Depends impose some harsh constraints on the package manager, and consequently make upgrades harder. That's one of the reasons in Debian any packager considering to add them needs to send a mail to the debian-devel mailing list to see if there's any problem with it. postinst should never require Pre-Depends, preinst *might* require them. Change-Id: I174936d4b9784f0985641e6cb37db968d24180ae --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 474753de..c815374f 100644 --- a/debian/control +++ b/debian/control @@ -22,10 +22,10 @@ Standards-Version: 3.9.7 Package: ngcp-sems Architecture: any -Pre-Depends: ngcp-system-tools, - ${misc:Pre-Depends} +Pre-Depends: ${misc:Pre-Depends} Depends: adduser, ngcp-prompts, + ngcp-system-tools, python, ${misc:Depends}, ${shlibs:Depends}