Updates for the .deb
authorEric Andersen <andersen@codepoet.org>
Wed, 28 Jun 2000 02:25:18 +0000 (02:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 28 Jun 2000 02:25:18 +0000 (02:25 -0000)
 -Erik

debian/changelog
debian/rules

index 965534ed2de96831f2402f3b375984205c1ff778..d1a27f559209128e467f4998b1e5010630e11bd3 100644 (file)
@@ -10,7 +10,7 @@ busybox (0.45-1) frozen; urgency=low
     times in the past that I would have loved to have this sitting on my system
     (i.e. when libc gets screwed up.)
 
- -- Erik Andersen <andersee@debian.org>  Sun, 18 Jun 2000 21:45:47 -0600
+ -- Erik Andersen <andersee@debian.org>  Tue, 27 Jun 2000 12:26:41 -0600
 
 Local variables:
 mode: debian-changelog
index 04714d648bd1c83b102be46461bb451c217fb7b0..ffa9b5c3645854973e9282f8d701395326b89301 100755 (executable)
@@ -74,12 +74,18 @@ busybox: install
        dh_testdir
        dh_testroot
        dh_installdirs
-       dh_installdocs       -p$@ docs/BusyBox.txt \
-               docs/BusyBox.html docs/busybox.lineo.com AUTHORS README TODO
-       rm -rf $(bb)/usr/share/doc/busybox/busybox.lineo.com/CVS \
-               $(bb)/usr/share/doc/busybox/busybox.lineo.com/.cvsignore \
-               $(bb)/usr/share/doc/busybox/busybox.lineo.com/images/CVS \
-               $(bb)/usr/share/doc/busybox/busybox.lineo.com/images/.cvsignore
+       #
+       #Note that for busybox, we do not install any docs,
+       # or man apges or anything else.  This is in blatent violation of every
+       # Debian policy out there, since this package is intended to be used
+       # _only_ by the debian-installer.
+       #
+       #dh_installdocs       -p$@ docs/BusyBox.txt \
+       #       docs/BusyBox.html docs/busybox.lineo.com AUTHORS README TODO
+       #rm -rf $(bb)/usr/share/doc/busybox/busybox.lineo.com/CVS \
+       #       $(bb)/usr/share/doc/busybox/busybox.lineo.com/.cvsignore \
+       #       $(bb)/usr/share/doc/busybox/busybox.lineo.com/images/CVS \
+       #       $(bb)/usr/share/doc/busybox/busybox.lineo.com/images/.cvsignore
        #dh_undocumented      -p$@
        dh_installchangelogs -p$@ Changelog
        dh_strip             -p$@
@@ -87,6 +93,11 @@ busybox: install
        dh_fixperms          -p$@
        dh_installdeb        -p$@
        dh_shlibdeps         -p$@
+       #
+       #Make _very_ sure there are no docs lurking about.
+       #
+       rm -rf $(bb)/usr/share/doc
+       rm -rf $(bb)/usr/share/man
        dh_gencontrol        -p$@
        dh_md5sums           -p$@
        dh_builddeb          -p$@