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 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 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 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