[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#216950: marked as done (nmu diff)



Your message dated Sat, 20 Dec 2003 13:32:14 -0500
with message-id <E1AXlte-0001Tq-00@auric.debian.org>
and subject line Bug#216950: fixed in busybox-cvs 20031212-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Oct 2003 20:24:10 +0000
>From joey@kitenet.net Tue Oct 21 15:24:09 2003
Return-path: <joey@kitenet.net>
Received: from kitenet.net [64.62.161.42] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AC333-0002RO-00; Tue, 21 Oct 2003 15:24:09 -0500
Received: from dragon.kitenet.net (pm3naxs3-134.access.naxs.com [216.98.91.134])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client CN "Joey Hess", Issuer "Joey Hess" (verified OK))
	by kitenet.net (Postfix) with ESMTP id 86B9918473
	for <submit@bugs.debian.org>; Tue, 21 Oct 2003 20:24:05 +0000 (GMT)
Received: by dragon.kitenet.net (Postfix, from userid 1000)
	id F3BA06E25E; Tue, 21 Oct 2003 16:28:11 -0400 (EDT)
Date: Tue, 21 Oct 2003 16:28:11 -0400
From: Joey Hess <joeyh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: nmu diff
Message-ID: <20031021202811.GA12820@kitenet.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="FsscpQKzF/jJk6ya"
Content-Disposition: inline
X-Reportbug-Version: 2.34
User-Agent: Mutt/1.5.4i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=0.0 required=4.0
	tests=none
	version=2.53-bugs.debian.org_2003_10_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_21 (1.174.2.15-2003-03-30-exp)


--FsscpQKzF/jJk6ya
Content-Type: multipart/mixed; boundary="tsOsTdHNUZQcU9Ye"
Content-Disposition: inline


--tsOsTdHNUZQcU9Ye
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: busybox-cvs
Severity: normal
Version: 20030926-2.1

I have NMUed this package to fix a number of bugs that were delaying
aspects of d-i such as usb floppy support. A diff of my changes is
attached.

--=20
see shy jo

--tsOsTdHNUZQcU9Ye
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=busybox-cvs-nmu-diff
Content-Transfer-Encoding: quoted-printable

diff -ur old/busybox-cvs-20030926/debian/changelog busybox-cvs-20030926/deb=
ian/changelog
--- old/busybox-cvs-20030926/debian/changelog	2003-10-21 16:12:18.000000000=
 -0400
+++ busybox-cvs-20030926/debian/changelog	2003-10-21 13:08:03.000000000 -04=
00
@@ -1,3 +1,14 @@
+busybox-cvs (20030926-2.1) unstable; urgency=3Dlow
+
+  * NMU
+  * Remove /sbin/init from the udebs, while still leaving init support
+    compiled in. rootskel takes over providing init, but then calls bb ini=
t.
+    Remove linuxrc support from the udebs entirely. Closes: #216756
+  * config-floppy-udeb-linux: add minimal find, grep. Closes: #215169
+  * net-udeb-linux-i386: add loopback mount support. Closes: #215613
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 21 Oct 2003 12:47:52 -0400
+
 busybox-cvs (20030926-2) unstable; urgency=3Dlow
=20
   * debian/config-floppy-udeb-linux
diff -ur old/busybox-cvs-20030926/debian/config-floppy-udeb-linux busybox-c=
vs-20030926/debian/config-floppy-udeb-linux
--- old/busybox-cvs-20030926/debian/config-floppy-udeb-linux	2003-10-21 16:=
12:19.000000000 -0400
+++ busybox-cvs-20030926/debian/config-floppy-udeb-linux	2003-10-21 13:19:1=
0.000000000 -0400
@@ -160,8 +160,17 @@
 #
 # Finding Utilities
 #
-# CONFIG_FIND is not set
-# CONFIG_GREP is not set
+CONFIG_FIND=3Dy
+# CONFIG_FEATURE_FIND_MTIME is not set
+# CONFIG_FEATURE_FIND_PERM is not set
+# CONFIG_FEATURE_FIND_TYPE is not set
+# CONFIG_FEATURE_FIND_XDEV is not set
+# CONFIG_FEATURE_FIND_NEWER is not set
+# CONFIG_FEATURE_FIND_INUM is not set
+CONFIG_GREP=3Dy
+# CONFIG_FEATURE_GREP_EGREP_ALIAS is not set
+# CONFIG_FEATURE_GREP_FGREP_ALIAS is not set
+# CONFIG_FEATURE_GREP_CONTEXT is not set
 # CONFIG_XARGS is not set
=20
 #
diff -ur old/busybox-cvs-20030926/debian/config-net-udeb-linux-i386 busybox=
-cvs-20030926/debian/config-net-udeb-linux-i386
--- old/busybox-cvs-20030926/debian/config-net-udeb-linux-i386	2003-09-26 0=
9:13:06.000000000 -0400
+++ busybox-cvs-20030926/debian/config-net-udeb-linux-i386	2003-10-21 13:06=
:25.000000000 -0400
@@ -205,7 +205,7 @@
 #
 CONFIG_INIT=3Dy
 CONFIG_FEATURE_USE_INITTAB=3Dy
-CONFIG_FEATURE_INITRD=3Dy
+# CONFIG_FEATURE_INITRD is not set
 # CONFIG_FEATURE_INIT_COREDUMPS is not set
 CONFIG_FEATURE_EXTRA_QUIET=3Dy
 # CONFIG_HALT is not set
diff -ur old/busybox-cvs-20030926/debian/config-udeb busybox-cvs-20030926/d=
ebian/config-udeb
--- old/busybox-cvs-20030926/debian/config-udeb	2003-10-21 16:12:18.0000000=
00 -0400
+++ busybox-cvs-20030926/debian/config-udeb	2003-10-21 13:05:02.000000000 -=
0400
@@ -208,7 +208,7 @@
 #
 CONFIG_INIT=3Dy
 CONFIG_FEATURE_USE_INITTAB=3Dy
-CONFIG_FEATURE_INITRD=3Dy
+# CONFIG_FEATURE_INITRD is not set
 # CONFIG_FEATURE_INIT_COREDUMPS is not set
 CONFIG_FEATURE_EXTRA_QUIET=3Dy
 CONFIG_HALT=3Dy
diff -ur old/busybox-cvs-20030926/debian/config-udeb-linux busybox-cvs-2003=
0926/debian/config-udeb-linux
--- old/busybox-cvs-20030926/debian/config-udeb-linux	2003-10-21 16:12:19.0=
00000000 -0400
+++ busybox-cvs-20030926/debian/config-udeb-linux	2003-10-21 13:06:06.00000=
0000 -0400
@@ -208,7 +208,7 @@
 #
 CONFIG_INIT=3Dy
 CONFIG_FEATURE_USE_INITTAB=3Dy
-CONFIG_FEATURE_INITRD=3Dy
+# CONFIG_FEATURE_INITRD is not set
 # CONFIG_FEATURE_INIT_COREDUMPS is not set
 CONFIG_FEATURE_EXTRA_QUIET=3Dy
 CONFIG_HALT=3Dy
diff -ur old/busybox-cvs-20030926/debian/config-udeb-linux-i386 busybox-cvs=
-20030926/debian/config-udeb-linux-i386
--- old/busybox-cvs-20030926/debian/config-udeb-linux-i386	2003-09-26 09:13=
:06.000000000 -0400
+++ busybox-cvs-20030926/debian/config-udeb-linux-i386	2003-10-21 13:03:38.=
000000000 -0400
@@ -208,7 +208,7 @@
 #
 CONFIG_INIT=3Dy
 CONFIG_FEATURE_USE_INITTAB=3Dy
-CONFIG_FEATURE_INITRD=3Dy
+# CONFIG_FEATURE_INITRD is not set
 # CONFIG_FEATURE_INIT_COREDUMPS is not set
 CONFIG_FEATURE_EXTRA_QUIET=3Dy
 CONFIG_HALT=3Dy
@@ -406,7 +406,7 @@
 #
 # Common options for mount/umount
 #
-# CONFIG_FEATURE_MOUNT_LOOP is not set
+CONFIG_FEATURE_MOUNT_LOOP=3Dy
 # CONFIG_FEATURE_MTAB_SUPPORT is not set
=20
 #
diff -ur old/busybox-cvs-20030926/debian/rules busybox-cvs-20030926/debian/=
rules
--- old/busybox-cvs-20030926/debian/rules	2003-10-21 16:12:18.000000000 -04=
00
+++ busybox-cvs-20030926/debian/rules	2003-10-21 13:07:54.000000000 -0400
@@ -83,6 +83,9 @@
 	$(MAKE) CONFIG_DEBUG=3D$(CONFIG_DEBUG)
=20
 	$(MAKE) PREFIX=3D$(CURDIR)/install-$(PACKAGE_PREFIX)-udeb install
+	# Remove init link, but init support is still compiled in to be
+	# used.
+	rm -f $(CURDIR)/install-$(PACKAGE_PREFIX)-udeb/sbin/init
=20
 	touch $@
=20

--tsOsTdHNUZQcU9Ye--

--FsscpQKzF/jJk6ya
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/lZbad8HHehbQuO8RAisvAKCPR0APoPLYi8V0X31CJCVJyy7b/ACglnV6
37d4xDmp7h3TKivX599TwBc=
=CWu3
-----END PGP SIGNATURE-----

--FsscpQKzF/jJk6ya--

---------------------------------------
Received: (at 216950-close) by bugs.debian.org; 20 Dec 2003 19:25:38 +0000
>From katie@auric.debian.org Sat Dec 20 13:25:37 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AXlz6-0007To-00; Sat, 20 Dec 2003 12:37:52 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AXlte-0001Tq-00; Sat, 20 Dec 2003 13:32:14 -0500
From: Bastian Blank <waldi@debian.org>
To: 216950-close@bugs.debian.org
X-Katie: $Revision: 1.43 $
Subject: Bug#216950: fixed in busybox-cvs 20031212-1
Message-Id: <E1AXlte-0001Tq-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Sat, 20 Dec 2003 13:32:14 -0500
Delivered-To: 216950-close@bugs.debian.org

Source: busybox-cvs
Source-Version: 20031212-1

We believe that the bug you reported is fixed in the latest version of
busybox-cvs, which is due to be installed in the Debian FTP archive:

busybox-cvs-floppy-udeb_20031212-1_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-floppy-udeb_20031212-1_i386.udeb
busybox-cvs-static_20031212-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs-static_20031212-1_i386.deb
busybox-cvs-udeb_20031212-1_i386.udeb
  to pool/main/b/busybox-cvs/busybox-cvs-udeb_20031212-1_i386.udeb
busybox-cvs_20031212-1.diff.gz
  to pool/main/b/busybox-cvs/busybox-cvs_20031212-1.diff.gz
busybox-cvs_20031212-1.dsc
  to pool/main/b/busybox-cvs/busybox-cvs_20031212-1.dsc
busybox-cvs_20031212-1_i386.deb
  to pool/main/b/busybox-cvs/busybox-cvs_20031212-1_i386.deb
busybox-cvs_20031212.orig.tar.gz
  to pool/main/b/busybox-cvs/busybox-cvs_20031212.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 216950@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <waldi@debian.org> (supplier of updated busybox-cvs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 12 Dec 2003 21:19:41 +0100
Source: busybox-cvs
Binary: busybox-cvs-static busybox-cvs busybox-cvs-udeb busybox-cvs-floppy-udeb
Architecture: source i386
Version: 20031212-1
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Description: 
 busybox-cvs - Tiny utilities for small and embedded systems
 busybox-cvs-floppy-udeb - Tiny utilities for the debian-installer floppy images (udeb)
 busybox-cvs-static - Standalone rescue shell with tons of builtin utilities
 busybox-cvs-udeb - Tiny utilities for the debian-installer (udeb)
Closes: 215169 215613 216528 216756 216950 222386 223770 223773
Changes: 
 busybox-cvs (20031212-1) unstable; urgency=low
 .
   * new cvs version
     - fixes IOR in fdisk. (closes: #223773)
   * debian/config*
     - update
     - remove mtab support from mount in busybox-static. (closes: #222386)
     - enable progress bar for wget. (closes: #223770)
   * modutils/obj/obj_s390{,x}.c
     - fix abi change, R_390_GOTOFF -> R_390_GOTOFF32. (closes: #216528)
   * acknowledge nmu. (closes: #216950, #216756, #215169, #215613)
Files: 
 06b5eb9829fcc3b2a55c2f78e68ce1c4 835 - optional busybox-cvs_20031212-1.dsc
 68402543f7b7c05b6d63a15a9398d711 1305110 - optional busybox-cvs_20031212.orig.tar.gz
 635b588c2b7658ac641ca754df9e8f22 148780 - optional busybox-cvs_20031212-1.diff.gz
 42787bb21225b1f091003b1b6092d772 135880 utils optional busybox-cvs_20031212-1_i386.deb
 d44b91ed48a66407599327f0b56fac55 676188 shells optional busybox-cvs-static_20031212-1_i386.deb
 58b9f11914f711c75be083541212183f 134502 debian-installer extra busybox-cvs-udeb_20031212-1_i386.udeb
 6d80fb0a6c38f3359e6e1e1f845cb22f 59132 debian-installer extra busybox-cvs-floppy-udeb_20031212-1_i386.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iEYEARECAAYFAj/kkKIACgkQLkAIIn9ODhEHfwCgzTvMcsNfel4DS9fmy5dOWbhk
wIgAoLH70Sf0A0DpYh7Ya7VLrVxsov0Y
=CUZc
-----END PGP SIGNATURE-----



Reply to: