소스 검색

Added depends on sysvinit (>= 2.72), so that we can make sure that
/etc/rcS.d exists.

Adam Heath 25 년 전
부모
커밋
41299c25a8
3개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 1 0
      debian/control

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Sun Dec 24 05:31:27 CST 2000 Adam Heath <doogie@debian.org>
+
+  * 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 <doogie@debian.org>
 
   * scripts/update-rc.d: Changed documentation and help, as -f only

+ 2 - 0
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.

+ 1 - 0
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