[BusyBox-cvs] busybox/debian busybox-cvs-static.manpages,NONE,1.1 busybox-cvs.manpages,NONE,1.1 changelog,1.29,1.30 config-udeb,1.5,1.6 control,1.14,1.15 rules,1.20,1.21

Glenn McGrath bug1 at busybox.net
Tue Dec 10 11:28:43 UTC 2002


Update of /var/cvs/busybox/debian
In directory winder:/tmp/cvs-serv26803

Modified Files:
	changelog config-udeb control rules 
Added Files:
	busybox-cvs-static.manpages busybox-cvs.manpages 
Log Message:
Sync debian files with debian package version 0.60.99.cvs20021209-2


--- NEW FILE: busybox-cvs-static.manpages ---
busybox.1

--- NEW FILE: busybox-cvs.manpages ---
busybox.1

Index: changelog
===================================================================
RCS file: /var/cvs/busybox/debian/changelog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- changelog	1 Dec 2002 02:09:19 -0000	1.29
+++ changelog	10 Dec 2002 11:28:40 -0000	1.30
@@ -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 at 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 at 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 at 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: config-udeb
===================================================================
RCS file: /var/cvs/busybox/debian/config-udeb,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config-udeb	8 Dec 2002 20:45:47 -0000	1.5
+++ config-udeb	10 Dec 2002 11:28:40 -0000	1.6
@@ -66,7 +66,7 @@
 # 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: control
===================================================================
RCS file: /var/cvs/busybox/debian/control,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- control	8 Dec 2002 20:45:47 -0000	1.14
+++ control	10 Dec 2002 11:28:40 -0000	1.15
@@ -52,8 +52,7 @@
 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: rules
===================================================================
RCS file: /var/cvs/busybox/debian/rules,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- rules	8 Dec 2002 20:45:47 -0000	1.20
+++ rules	10 Dec 2002 11:28:40 -0000	1.21
@@ -95,7 +95,7 @@
 	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




More information about the busybox-cvs mailing list