]> err.no Git - dpkg/commitdiff
no longer install update-rc.d, it moved to the sysvinit package
authorWichert Akkerman <wakkerma@debian.org>
Thu, 26 Jul 2001 12:29:47 +0000 (12:29 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 26 Jul 2001 12:29:47 +0000 (12:29 +0000)
ChangeLog
debian/rules
doc/fr/Makefile.in
doc/ja/Makefile.in
scripts/Makefile.in

index 9a284a90a4f042cb15c157c36651d59173282a52..2219a8c9f96d3e0fb7032dec6bb32ac62a544353 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jul 26 14:27:23 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * scripts/Makefile.in, doc/fr/Makefile.in, doc/ja/Makefile.in,
+    debian/rules: no longer install update-rc.d, it moved to the sysvinit
+    package
+
 Thu Jul 26 13:52:43 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
   * utils/start-stop-daemon.c: seems glibc has a completely non-standard
index 44732bee4f0db40acfb49d637f826f9fa3c0f785..1e13fa7e988f2568185dbc8ff9c682754ca2e615 100755 (executable)
@@ -108,7 +108,7 @@ binary-dpkg-most binary-dpkg-static-most: binary-dpkg%-most: stamp-binary%
                install -d -m 755 -o root -g root $(TMP_DPKG)/usr/share/man/$$i/man8 ; \
                for m in dpkg.8 dpkg-split.8 start-stop-daemon.8 \
                        cleanup-info.8 dpkg-divert.8 dpkg-statoverride.8 \
-                       install-info.8 update-alternatives.8 update-rc.d.8 ; do \
+                       install-info.8 update-alternatives.8 ; do \
                        if [ -f $(INSTALL_TMP)/usr/share/man/$$i/man8/$$m ] ; then \
                                cp -a $(INSTALL_TMP)/usr/share/man/$$i/man8/$$m $(TMP_DPKG)/usr/share/man/$$i/man8/$$m ; \
                        fi ; \
index 09e07124bbdc48ec169990dcef7d221f7368225b..72342310cbf6278f01a954785c185e881e3fd9a8 100644 (file)
@@ -12,7 +12,7 @@ MAN1PAGES     = dpkg-deb.1 dpkg-name.1 dpkg-source.1
 MAN5PAGES      = deb-control.5
 MAN8PAGES      = cleanup-info.8 dpkg.8 dpkg-divert.8 dpkg-scanpackages.8 \
                        dpkg-scansources.8 install-info.8 start-stop-daemon.8 \
-                       update-alternatives.8 update-rc.d.8
+                       update-alternatives.8
 
 all: 
 
index c97c114a24c78d220d59c445bc558ea4b09944b6..bff52be379f22cc2e17f19f339f0975a5926c9ed 100644 (file)
@@ -12,8 +12,7 @@ MAN1PAGES     = dpkg-deb.1 md5sum.1 822-date.1 dpkg-name.1 \
                  dpkg-checkbuilddeps.1
 MAN5PAGES      = deb-old.5 deb.5 deb-control.5
 MAN8PAGES      = dpkg.8 dselect.8 install-info.8 start-stop-daemon.8 \
-                 update-alternatives.8 update-rc.d.8 \
-                 cleanup-info.8 dpkg-divert.8 \
+                 update-alternatives.8 cleanup-info.8 dpkg-divert.8 \
                  dpkg-scanpackages.8 dpkg-scansources.8 \
 
 all: 
index e19882f6cc179e1e349e73be14b386acd7ead620..b985cf933a4623ca79e9e69c83601daaf71ce40a 100644 (file)
@@ -10,12 +10,12 @@ BIN_SCRIPTS         = dpkg-name dpkg-source dpkg-genchanges \
                          dpkg-scanpackages dpkg-scansources \
                          dpkg-architecture dpkg-checkbuilddeps
 
-SBIN_SCRIPTS           = update-rc.d update-alternatives install-info \
+SBIN_SCRIPTS           = update-alternatives install-info \
                          dpkg-divert dpkg-statoverride cleanup-info
 
 MAN1PAGES              = dpkg-name.1 dpkg-source.1 822-date.1 \
                          dpkg-checkbuilddeps.1
-MAN8PAGES              = update-rc.d.8 update-alternatives.8 install-info.8  \
+MAN8PAGES              = update-alternatives.8 install-info.8  \
                          cleanup-info.8 dpkg-scanpackages.8 dpkg-scansources.8 \
                          dpkg-divert.8 dpkg-statoverride.8