diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-10 11:28:40 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-10 11:28:40 +0000 |
commit | 11adab05352d572adfc87e0f58201040658d7ca0 (patch) | |
tree | 69fe20cc401cf099cdeb819bdd498415e984ad1a | |
parent | 7b4e89b9e3acfee4295dc88fcda5605907d17651 (diff) |
Sync debian files with debian package version 0.60.99.cvs20021209-2
-rw-r--r-- | debian/busybox-cvs-static.manpages | 1 | ||||
-rw-r--r-- | debian/busybox-cvs.manpages | 1 | ||||
-rw-r--r-- | debian/changelog | 31 | ||||
-rw-r--r-- | debian/config-udeb | 2 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
6 files changed, 36 insertions, 4 deletions
diff --git a/debian/busybox-cvs-static.manpages b/debian/busybox-cvs-static.manpages new file mode 100644 index 000000000..c28fa9091 --- /dev/null +++ b/debian/busybox-cvs-static.manpages @@ -0,0 +1 @@ +busybox.1 diff --git a/debian/busybox-cvs.manpages b/debian/busybox-cvs.manpages new file mode 100644 index 000000000..c28fa9091 --- /dev/null +++ b/debian/busybox-cvs.manpages @@ -0,0 +1 @@ +busybox.1 diff --git a/debian/changelog b/debian/changelog index 35dd189b8..6d7625eee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +busybox-cvs (0.60.99.cvs20021209-2) unstable; urgency=low + + * cleanup scripts/config/ within make clean (closes: #172413) + * busybox-cvs-udeb + - include readlink + * include manpages within busybox-cvs and busybox-cvs-static + + -- Bastian Blank <waldi@debian.org> Mon, 09 Dec 2002 22:09:52 +0100 + +busybox-cvs (0.60.99.cvs20021209-1) unstable; urgency=low + + * New cvs version. + - fix udhcpc for use with ip. + - klogd supports -c. + * busybox-cvs-udeb + - set priority to extra. (closes: #172302) + - don't longer provide busybox-udeb. + + -- Bastian Blank <waldi@debian.org> Mon, 09 Dec 2002 16:22:03 +0100 + +busybox-cvs (0.60.99.cvs20021203-1) unstable; urgency=low + + * New packages based on busybox cvs. + * changes for the udeb + - enable ip applet with address, link and route part. + - enable udhcpc. + - disable ifconfig and route applet. + - disable ls color. + + -- Bastian Blank <waldi@debian.org> Tue, 03 Dec 2002 18:51:00 +0100 + busybox-cvs (0.61.pre-custom1) unstable; urgency=low * This is just to make it easier to make custom debs diff --git a/debian/config-udeb b/debian/config-udeb index 2562da0ed..4d2f5b80a 100644 --- a/debian/config-udeb +++ b/debian/config-udeb @@ -66,7 +66,7 @@ CONFIG_CHVT=y # Debian Utilities # # CONFIG_MKTEMP is not set -# CONFIG_READLINK is not set +CONFIG_READLINK=y # CONFIG_RUN_PARTS is not set # CONFIG_WHICH is not set diff --git a/debian/control b/debian/control index f2110f922..4cc618a7f 100644 --- a/debian/control +++ b/debian/control @@ -52,8 +52,7 @@ Architecture: any Depends: ${shlibs:Depends} Section: debian-installer Conflicts: busybox-udeb -Provides: busybox-udeb -Priority: standard +Priority: extra Description: Tiny utilities for the debian-installer BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for the most common diff --git a/debian/rules b/debian/rules index 197f98a46..74073e44c 100755 --- a/debian/rules +++ b/debian/rules @@ -95,7 +95,7 @@ binary-arch: build-arch install dh_builddeb -a -Nbusybox-cvs-udeb dh_gencontrol -pbusybox-cvs-udeb -- -fdebian/files~ - dpkg-distaddfile busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb debian-installer standard + dpkg-distaddfile busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb debian-installer extra dh_builddeb -pbusybox-cvs-udeb --filename=busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb binary: binary-arch |