diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-26 02:16:06 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-26 02:16:06 +0000 |
| commit | 12371f916b2fee0e3c1a0ab4d3e8623b21bf6f4a (patch) | |
| tree | aae9fc96321202936255d326036c44c5aa3b6a31 /debian | |
| parent | f66de64a1123670b68233d64cb3c0921bee57f8a (diff) | |
| download | busybox-w32-12371f916b2fee0e3c1a0ab4d3e8623b21bf6f4a.tar.gz busybox-w32-12371f916b2fee0e3c1a0ab4d3e8623b21bf6f4a.tar.bz2 busybox-w32-12371f916b2fee0e3c1a0ab4d3e8623b21bf6f4a.zip | |
Make a seperate busybox-doc package
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 7 | ||||
| -rwxr-xr-x | debian/rules | 16 |
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 3626718da..2a0ffa8bf 100644 --- a/debian/control +++ b/debian/control | |||
| @@ -2,8 +2,15 @@ Source: busybox | |||
| 2 | Priority: optional | 2 | Priority: optional |
| 3 | Maintainer: Erik Andersen <andersee@debian.org> | 3 | Maintainer: Erik Andersen <andersee@debian.org> |
| 4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0) | 4 | Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0) |
| 5 | Build-Depends-Indep: sgmltools-lite, w3m | ||
| 5 | Standards-Version: 3.2.1.0 | 6 | Standards-Version: 3.2.1.0 |
| 6 | 7 | ||
| 8 | Package: busybox-doc | ||
| 9 | Architecture: all | ||
| 10 | Section: doc | ||
| 11 | Description: Documentation for busybox | ||
| 12 | Documentation in various formats on busybox commands and their options. | ||
| 13 | |||
| 7 | Package: busybox | 14 | Package: busybox |
| 8 | Architecture: any | 15 | Architecture: any |
| 9 | Depends: ${shlibs:Depends} | 16 | Depends: ${shlibs:Depends} |
diff --git a/debian/rules b/debian/rules index b812bc249..2a0b48f24 100755 --- a/debian/rules +++ b/debian/rules | |||
| @@ -21,6 +21,7 @@ busybox-deb: | |||
| 21 | $(MAKE) | 21 | $(MAKE) |
| 22 | install -D busybox ./debian/busybox/bin/busybox | 22 | install -D busybox ./debian/busybox/bin/busybox |
| 23 | dh_installchangelogs Changelog -pbusybox | 23 | dh_installchangelogs Changelog -pbusybox |
| 24 | dh_installdocs -pbusybox | ||
| 24 | dh_strip -pbusybox | 25 | dh_strip -pbusybox |
| 25 | dh_compress -pbusybox | 26 | dh_compress -pbusybox |
| 26 | dh_fixperms -pbusybox | 27 | dh_fixperms -pbusybox |
| @@ -58,6 +59,7 @@ busybox-static: | |||
| 58 | $(MAKE) | 59 | $(MAKE) |
| 59 | install -D busybox ./debian/busybox-static/bin/busybox | 60 | install -D busybox ./debian/busybox-static/bin/busybox |
| 60 | dh_installchangelogs Changelog -pbusybox-static | 61 | dh_installchangelogs Changelog -pbusybox-static |
| 62 | dh_installdocs -pbusybox-static | ||
| 61 | dh_strip -pbusybox-static | 63 | dh_strip -pbusybox-static |
| 62 | dh_compress -pbusybox-static | 64 | dh_compress -pbusybox-static |
| 63 | dh_fixperms -pbusybox-static | 65 | dh_fixperms -pbusybox-static |
| @@ -69,5 +71,19 @@ busybox-static: | |||
| 69 | 71 | ||
| 70 | binary-arch: busybox-deb busybox-udeb busybox-static | 72 | binary-arch: busybox-deb busybox-udeb busybox-static |
| 71 | 73 | ||
| 74 | binary-indep: | ||
| 75 | dh_testdir | ||
| 76 | dh_testroot | ||
| 77 | $(MAKE) clean | ||
| 78 | $(MAKE) newdoc | ||
| 79 | dh_installdocs -pbusybox-doc | ||
| 80 | dh_installchangelogs Changelog -pbusybox-doc | ||
| 81 | dh_compress -pbusybox-doc | ||
| 82 | dh_fixperms -pbusybox-doc | ||
| 83 | dh_installdeb -pbusybox-doc | ||
| 84 | dh_gencontrol -pbusybox-doc | ||
| 85 | dh_md5sums -pbusybox-doc | ||
| 86 | dh_builddeb -pbusybox-doc | ||
| 87 | |||
| 72 | binary: binary-indep binary-arch | 88 | binary: binary-indep binary-arch |
| 73 | .PHONY: build clean binary-indep binary-arch binary install configure | 89 | .PHONY: build clean binary-indep binary-arch binary install configure |
