Sync debian files with debian package version 0.60.99.cvs20021209-2
authorGlenn L McGrath <bug1@ihug.co.nz>
Tue, 10 Dec 2002 11:28:40 +0000 (11:28 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Tue, 10 Dec 2002 11:28:40 +0000 (11:28 -0000)
debian/busybox-cvs-static.manpages [new file with mode: 0644]
debian/busybox-cvs.manpages [new file with mode: 0644]
debian/changelog
debian/config-udeb
debian/control
debian/rules

diff --git a/debian/busybox-cvs-static.manpages b/debian/busybox-cvs-static.manpages
new file mode 100644 (file)
index 0000000..c28fa90
--- /dev/null
@@ -0,0 +1 @@
+busybox.1
diff --git a/debian/busybox-cvs.manpages b/debian/busybox-cvs.manpages
new file mode 100644 (file)
index 0000000..c28fa90
--- /dev/null
@@ -0,0 +1 @@
+busybox.1
index 35dd189b81c8fad633225e3f6811c18870674e0d..6d7625eee1efdb620713f146cf0263be8358ebb5 100644 (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
index 2562da0ed488489cfed8cfb65aa75dd1f6a3301d..4d2f5b80a6bfa2d7dea8b9fbe99e7815b01f15d9 100644 (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
 
index f2110f922bcca683d839056a062b7019325fbfad..4cc618a7ff37144db1b9278c397edd56015762b3 100644 (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
index 197f98a46ff2b7a106c238e2f341cb38c77c8315..74073e44cb82f173f56b14e2bb877b34796b15bd 100755 (executable)
@@ -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