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) | |
download | busybox-w32-11adab05352d572adfc87e0f58201040658d7ca0.tar.gz busybox-w32-11adab05352d572adfc87e0f58201040658d7ca0.tar.bz2 busybox-w32-11adab05352d572adfc87e0f58201040658d7ca0.zip |
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 @@ | |||
1 | busybox-cvs (0.60.99.cvs20021209-2) unstable; urgency=low | ||
2 | |||
3 | * cleanup scripts/config/ within make clean (closes: #172413) | ||
4 | * busybox-cvs-udeb | ||
5 | - include readlink | ||
6 | * include manpages within busybox-cvs and busybox-cvs-static | ||
7 | |||
8 | -- Bastian Blank <waldi@debian.org> Mon, 09 Dec 2002 22:09:52 +0100 | ||
9 | |||
10 | busybox-cvs (0.60.99.cvs20021209-1) unstable; urgency=low | ||
11 | |||
12 | * New cvs version. | ||
13 | - fix udhcpc for use with ip. | ||
14 | - klogd supports -c. | ||
15 | * busybox-cvs-udeb | ||
16 | - set priority to extra. (closes: #172302) | ||
17 | - don't longer provide busybox-udeb. | ||
18 | |||
19 | -- Bastian Blank <waldi@debian.org> Mon, 09 Dec 2002 16:22:03 +0100 | ||
20 | |||
21 | busybox-cvs (0.60.99.cvs20021203-1) unstable; urgency=low | ||
22 | |||
23 | * New packages based on busybox cvs. | ||
24 | * changes for the udeb | ||
25 | - enable ip applet with address, link and route part. | ||
26 | - enable udhcpc. | ||
27 | - disable ifconfig and route applet. | ||
28 | - disable ls color. | ||
29 | |||
30 | -- Bastian Blank <waldi@debian.org> Tue, 03 Dec 2002 18:51:00 +0100 | ||
31 | |||
1 | busybox-cvs (0.61.pre-custom1) unstable; urgency=low | 32 | busybox-cvs (0.61.pre-custom1) unstable; urgency=low |
2 | 33 | ||
3 | * This is just to make it easier to make custom debs | 34 | * 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 | |||
66 | # Debian Utilities | 66 | # Debian Utilities |
67 | # | 67 | # |
68 | # CONFIG_MKTEMP is not set | 68 | # CONFIG_MKTEMP is not set |
69 | # CONFIG_READLINK is not set | 69 | CONFIG_READLINK=y |
70 | # CONFIG_RUN_PARTS is not set | 70 | # CONFIG_RUN_PARTS is not set |
71 | # CONFIG_WHICH is not set | 71 | # CONFIG_WHICH is not set |
72 | 72 | ||
diff --git a/debian/control b/debian/control index f2110f922..4cc618a7f 100644 --- a/debian/control +++ b/debian/control | |||
@@ -52,8 +52,7 @@ Architecture: any | |||
52 | Depends: ${shlibs:Depends} | 52 | Depends: ${shlibs:Depends} |
53 | Section: debian-installer | 53 | Section: debian-installer |
54 | Conflicts: busybox-udeb | 54 | Conflicts: busybox-udeb |
55 | Provides: busybox-udeb | 55 | Priority: extra |
56 | Priority: standard | ||
57 | Description: Tiny utilities for the debian-installer | 56 | Description: Tiny utilities for the debian-installer |
58 | BusyBox combines tiny versions of many common UNIX utilities into a single | 57 | BusyBox combines tiny versions of many common UNIX utilities into a single |
59 | small executable. It provides minimalist replacements for the most common | 58 | 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 | |||
95 | dh_builddeb -a -Nbusybox-cvs-udeb | 95 | dh_builddeb -a -Nbusybox-cvs-udeb |
96 | 96 | ||
97 | dh_gencontrol -pbusybox-cvs-udeb -- -fdebian/files~ | 97 | dh_gencontrol -pbusybox-cvs-udeb -- -fdebian/files~ |
98 | dpkg-distaddfile busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb debian-installer standard | 98 | dpkg-distaddfile busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb debian-installer extra |
99 | dh_builddeb -pbusybox-cvs-udeb --filename=busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb | 99 | dh_builddeb -pbusybox-cvs-udeb --filename=busybox-cvs-udeb_$(VERSION)_$(ARCH).udeb |
100 | 100 | ||
101 | binary: binary-arch | 101 | binary: binary-arch |