aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-28 02:25:18 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-28 02:25:18 +0000
commit47cac6779a4457e29b956aa864f0292fa7706bc1 (patch)
treebdd6b0c41b3475360c745f00e1431b1ba180a5db /debian/rules
parenteb0283333b16d17c28ae11669e7d6ad0e19d4bb7 (diff)
downloadbusybox-w32-47cac6779a4457e29b956aa864f0292fa7706bc1.tar.gz
busybox-w32-47cac6779a4457e29b956aa864f0292fa7706bc1.tar.bz2
busybox-w32-47cac6779a4457e29b956aa864f0292fa7706bc1.zip
Updates for the .deb
-Erik
Diffstat (limited to '')
-rwxr-xr-xdebian/rules23
1 files changed, 17 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index 04714d648..ffa9b5c36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,12 +74,18 @@ busybox: install
74 dh_testdir 74 dh_testdir
75 dh_testroot 75 dh_testroot
76 dh_installdirs 76 dh_installdirs
77 dh_installdocs -p$@ docs/BusyBox.txt \ 77 #
78 docs/BusyBox.html docs/busybox.lineo.com AUTHORS README TODO 78 #Note that for busybox, we do not install any docs,
79 rm -rf $(bb)/usr/share/doc/busybox/busybox.lineo.com/CVS \ 79 # or man apges or anything else. This is in blatent violation of every
80 $(bb)/usr/share/doc/busybox/busybox.lineo.com/.cvsignore \ 80 # Debian policy out there, since this package is intended to be used
81 $(bb)/usr/share/doc/busybox/busybox.lineo.com/images/CVS \ 81 # _only_ by the debian-installer.
82 $(bb)/usr/share/doc/busybox/busybox.lineo.com/images/.cvsignore 82 #
83 #dh_installdocs -p$@ docs/BusyBox.txt \
84 # docs/BusyBox.html docs/busybox.lineo.com AUTHORS README TODO
85 #rm -rf $(bb)/usr/share/doc/busybox/busybox.lineo.com/CVS \
86 # $(bb)/usr/share/doc/busybox/busybox.lineo.com/.cvsignore \
87 # $(bb)/usr/share/doc/busybox/busybox.lineo.com/images/CVS \
88 # $(bb)/usr/share/doc/busybox/busybox.lineo.com/images/.cvsignore
83 #dh_undocumented -p$@ 89 #dh_undocumented -p$@
84 dh_installchangelogs -p$@ Changelog 90 dh_installchangelogs -p$@ Changelog
85 dh_strip -p$@ 91 dh_strip -p$@
@@ -87,6 +93,11 @@ busybox: install
87 dh_fixperms -p$@ 93 dh_fixperms -p$@
88 dh_installdeb -p$@ 94 dh_installdeb -p$@
89 dh_shlibdeps -p$@ 95 dh_shlibdeps -p$@
96 #
97 #Make _very_ sure there are no docs lurking about.
98 #
99 rm -rf $(bb)/usr/share/doc
100 rm -rf $(bb)/usr/share/man
90 dh_gencontrol -p$@ 101 dh_gencontrol -p$@
91 dh_md5sums -p$@ 102 dh_md5sums -p$@
92 dh_builddeb -p$@ 103 dh_builddeb -p$@