mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 18:33:06 +00:00
Sync debian files with debian package version 0.60.99.cvs20021209-2
This commit is contained in:
parent
7b4e89b9e3
commit
11adab0535
1
debian/busybox-cvs-static.manpages
vendored
Normal file
1
debian/busybox-cvs-static.manpages
vendored
Normal file
@ -0,0 +1 @@
|
||||
busybox.1
|
1
debian/busybox-cvs.manpages
vendored
Normal file
1
debian/busybox-cvs.manpages
vendored
Normal file
@ -0,0 +1 @@
|
||||
busybox.1
|
31
debian/changelog
vendored
31
debian/changelog
vendored
@ -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
2
debian/config-udeb
vendored
@ -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
3
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user