From 41299c25a882a287c0d2f2c67c62af6dc744c108 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Sun, 24 Dec 2000 11:35:18 +0000 Subject: [PATCH] Added depends on sysvinit (>= 2.72), so that we can make sure that /etc/rcS.d exists. --- ChangeLog | 5 +++++ debian/changelog | 2 ++ debian/control | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 114cfb8d..654582cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 24 05:31:27 CST 2000 Adam Heath + + * debian/control: Added depends on sysvinit (>= 2.72), so that we + can make sure that /etc/rcS.d exists. + Sun Dec 24 05:24:23 CST 2000 Adam Heath * scripts/update-rc.d: Changed documentation and help, as -f only diff --git a/debian/changelog b/debian/changelog index ba583f1c..af00ee81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ dpkg (1.8.0) unstable; urgency=low + * Added depends on sysvinit (>= 2.72), so that we can make sure that + /etc/rcS.d exists. Closes: #55037. * update-rc.d: Changed documentation and help, as -f only applies during remove. Closes: #55049. * Added a --force-all option. Closes: #61354. diff --git a/debian/control b/debian/control index 46e8abf5..8958b403 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Package: dpkg Architecture: any Essential: yes Pre-Depends: ${shlibs:Pre-Depends} +Depends: sysvinit (>= 2.72) Replaces: dpkg-doc-ja Description: Package maintenance system for Debian This package contains the programs which handle the installation and -- 2.39.5