Sync debian files with debian package version 0.60.99.cvs20021209-2

This commit is contained in:
Glenn L McGrath 2002-12-10 11:28:40 +00:00
parent 7b4e89b9e3
commit 11adab0535
6 changed files with 36 additions and 4 deletions

1
debian/busybox-cvs-static.manpages vendored Normal file
View File

@ -0,0 +1 @@
busybox.1

1
debian/busybox-cvs.manpages vendored Normal file
View File

@ -0,0 +1 @@
busybox.1

31
debian/changelog vendored
View File

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

2
debian/config-udeb vendored
View File

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

3
debian/control vendored
View File

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

2
debian/rules vendored
View File

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