Your message dated Sat, 02 Apr 2005 16:02:13 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#302633: fixed in lessdisks 0.5.3cvs.20040906-15 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; 2 Apr 2005 02:04:09 +0000 >From [EMAIL PROTECTED] Fri Apr 01 18:04:09 2005 Return-path: <[EMAIL PROTECTED]> Received: from kitenet.net [64.62.161.42] (postfix) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DHXzd-0005uA-00; Fri, 01 Apr 2005 18:04:09 -0800 Received: from dragon.kitenet.net (unknown [66.168.94.177]) (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 10ECB17FEB for <[EMAIL PROTECTED]>; Sat, 2 Apr 2005 02:04:07 +0000 (GMT) Received: by dragon.kitenet.net (Postfix, from userid 1000) id EDE876E108; Fri, 1 Apr 2005 16:07:10 -1000 (HST) Date: Fri, 1 Apr 2005 16:07:09 -1000 From: Joey Hess <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: broken dependencies keep it out of testing Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wq9mPyueHGvFACwf" Content-Disposition: inline X-Reportbug-Version: 3.9 User-Agent: Mutt/1.5.8i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: --wq9mPyueHGvFACwf Content-Type: multipart/mixed; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: lessdisks Severity: serious Justification: makes package unsuitable for release Version: 0.5.3cvs.20040906-11 Tags: patch I think it would be a shame if sarge release w/o lessdisks in it. For one thing, debian-edu needs lessdisks and it would be easier over there if it were in sarge proper. For another, when I'm not using debian-edu or full lessdisks, I still find initrd-netboot-tools very useful for ad-hoc setting up of various arches netboot machines. Some broken dependencies are keeping the packages out of sarge though: kernel-image-netbootable/i386 unsatisfiable Depends: kernel-image-2.4-g= eneric | kernel-image-2.6-generic | kernel-image-netboot | not+alpha not+alpha (and not+i386) were provided by type-handling, but that was deprecated and dropped. There are other ways to accomplish it, and the attached patch does it by making kernel-image-netbootable arch all and having separate dependency lines for each supported architecture. For unsupported/untested architectures, I choose to make it depend on nothi= ng, although this could be handled better. But I happen to have a lot of information about using lessdisks on other arches than i386 and alpha, so see a future bug report with info about nfs rooted systems on hppa, mipsel, sparc, and ia64! Anyway, I hope the attached patch can be quickly applied and lessdisks can = get into sarge. I took the liberty of setting the urgency to medium in the changelog; I think that would be an appropriate urgency if lessdisks were uploaded with only my patch and no other changes, since the current version has been excessively well tested by its 65 day long wait in unstable. --=20 see shy jo --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="deps.patch" Content-Transfer-Encoding: quoted-printable diff -ur --new-file old/lessdisks-0.5.3cvs.20040906/debian/changelog lessdi= sks-0.5.3cvs.20040906/debian/changelog --- old/lessdisks-0.5.3cvs.20040906/debian/changelog 2005-04-01 12:59:56.00= 0000000 -1000 +++ lessdisks-0.5.3cvs.20040906/debian/changelog 2005-04-01 16:02:19.000000= 000 -1000 @@ -1,3 +1,11 @@ +lessdisks (0.5.3cvs.20040906-12) unstable; urgency=3Dmedium + + * Make kernel-image-netbootable arch all so it can have different deps p= er + architectire. The deps for each architecture are listed in a new file,= =20 + debian/depends.netbootable. + + -- Joey Hess <[EMAIL PROTECTED]> Fri, 1 Apr 2005 16:01:10 -1000 + lessdisks (0.5.3cvs.20040906-11) unstable; urgency=3Dmedium =20 * Fix (for real this time) the bugs introduced in latest uploads: Now diff -ur --new-file old/lessdisks-0.5.3cvs.20040906/debian/control lessdisk= s-0.5.3cvs.20040906/debian/control --- old/lessdisks-0.5.3cvs.20040906/debian/control 2005-04-01 12:59:57.0000= 00000 -1000 +++ lessdisks-0.5.3cvs.20040906/debian/control 2005-04-01 12:50:21.00000000= 0 -1000 @@ -125,6 +125,7 @@ Architecture: all Pre-Depends: initrd-tools Recommends: udhcpc +Suggests: kernel-image-netbootable Conflicts: lessdisks Description: initrd scripts for netboot support This package provides helper scripts for initrd-tools to support @@ -148,9 +149,9 @@ Website: http://www.lessdisks.net/ =20 Package: kernel-image-netbootable -Architecture: all +Architecture: any Pre-Depends: initrd-netboot-tools -Depends: kernel-image-2.4-386 | kernel-image-2.6-386 | kernel-image-netboo= t | not+i386, kernel-image-2.4-generic | kernel-image-2.6-generic | kernel-= image-netboot | not+alpha +Depends: ${Depends:netbootable} Suggests: mknbi, aboot, mkvmlinuz Description: net-bootable kernel for use with diskless systems This package attempts to ensure that the system is installable off of diff -ur --new-file old/lessdisks-0.5.3cvs.20040906/debian/depends.netboota= ble lessdisks-0.5.3cvs.20040906/debian/depends.netbootable --- old/lessdisks-0.5.3cvs.20040906/debian/depends.netbootable 1969-12-31 1= 4:00:00.000000000 -1000 +++ lessdisks-0.5.3cvs.20040906/debian/depends.netbootable 2005-04-01 12:51= :14.000000000 -1000 @@ -0,0 +1,2 @@ +i386: kernel-image-2.4-386 | kernel-image-2.6-386 | kernel-image-netboot +alpha: kernel-image-2.4-generic | kernel-image-2.6-generic | kernel-image-= netbootable diff -ur --new-file old/lessdisks-0.5.3cvs.20040906/debian/rules lessdisks-= 0.5.3cvs.20040906/debian/rules --- old/lessdisks-0.5.3cvs.20040906/debian/rules 2005-04-01 12:59:57.000000= 000 -1000 +++ lessdisks-0.5.3cvs.20040906/debian/rules 2005-04-01 16:02:43.000000000 = -1000 @@ -23,6 +23,11 @@ DEB_INSTALL_EXAMPLES_lessdisks-xterminal =3D xbase/etc-lessdisks/* DEB_INSTALL_EXAMPLES_lessdisks-cloner-terminal =3D cloner/doc/examples/* =20 +# Substitute in an appropriate depends line for the +# kernel-image-netbootable Depends. +DEPENDS_NETBOOTABLE =3D $(shell grep '^$(DEB_ARCH):' debian/depends.netboo= table | sed 's/$(DEB_ARCH): //') +DEB_DH_GENCONTROL_ARGS =3D -- -VDepends:netbootable=3D"$(DEPENDS_NETBOOTAB= LE)" + # Make sure these scripts are avoided... clean:: rm -f base/init.d-scripts/switchrunlevel --bp/iNruPH9dso1Pn-- --wq9mPyueHGvFACwf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCTf5Md8HHehbQuO8RArghAKCJgKgpQ0PII51dQ005heq8hp7HIgCfW2D4 3fa5S0SDX8JoZMVfB5mVIg4= =k8hS -----END PGP SIGNATURE----- --wq9mPyueHGvFACwf-- --------------------------------------- Received: (at 302633-close) by bugs.debian.org; 2 Apr 2005 21:15:07 +0000 >From [EMAIL PROTECTED] Sat Apr 02 13:15:07 2005 Return-path: <[EMAIL PROTECTED]> Received: from gluck.debian.org [192.25.206.10] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DHpxT-0003rO-00; Sat, 02 Apr 2005 13:15:07 -0800 Received: from newraff.debian.org [208.185.25.31] (mail) by gluck.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DHpxT-0007SV-00; Sat, 02 Apr 2005 14:15:07 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DHpkz-00052C-00; Sat, 02 Apr 2005 16:02:13 -0500 From: Jonas Smedegaard <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#302633: fixed in lessdisks 0.5.3cvs.20040906-15 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 02 Apr 2005 16:02:13 -0500 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 2 Source: lessdisks Source-Version: 0.5.3cvs.20040906-15 We believe that the bug you reported is fixed in the latest version of lessdisks, which is due to be installed in the Debian FTP archive: initrd-netboot-tools_0.5.3cvs.20040906-15_all.deb to pool/main/l/lessdisks/initrd-netboot-tools_0.5.3cvs.20040906-15_all.deb kernel-image-netbootable_0.5.3cvs.20040906-15_powerpc.deb to pool/main/l/lessdisks/kernel-image-netbootable_0.5.3cvs.20040906-15_powerpc.deb lessdisks-cloner-server_0.5.3cvs.20040906-15_all.deb to pool/main/l/lessdisks/lessdisks-cloner-server_0.5.3cvs.20040906-15_all.deb lessdisks-cloner-terminal_0.5.3cvs.20040906-15_all.deb to pool/main/l/lessdisks/lessdisks-cloner-terminal_0.5.3cvs.20040906-15_all.deb lessdisks-doc_0.5.3cvs.20040906-15_all.deb to pool/main/l/lessdisks/lessdisks-doc_0.5.3cvs.20040906-15_all.deb lessdisks-easydialog_0.5.3cvs.20040906-15_all.deb to pool/main/l/lessdisks/lessdisks-easydialog_0.5.3cvs.20040906-15_all.deb lessdisks-terminal_0.5.3cvs.20040906-15_all.deb to pool/main/l/lessdisks/lessdisks-terminal_0.5.3cvs.20040906-15_all.deb lessdisks-xterminal_0.5.3cvs.20040906-15_all.deb to pool/main/l/lessdisks/lessdisks-xterminal_0.5.3cvs.20040906-15_all.deb lessdisks_0.5.3cvs.20040906-15.diff.gz to pool/main/l/lessdisks/lessdisks_0.5.3cvs.20040906-15.diff.gz lessdisks_0.5.3cvs.20040906-15.dsc to pool/main/l/lessdisks/lessdisks_0.5.3cvs.20040906-15.dsc lessdisks_0.5.3cvs.20040906-15_all.deb to pool/main/l/lessdisks/lessdisks_0.5.3cvs.20040906-15_all.deb 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated lessdisks 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 2 Apr 2005 22:35:52 +0200 Source: lessdisks Binary: lessdisks-doc lessdisks lessdisks-terminal lessdisks-xterminal kernel-image-netbootable lessdisks-easydialog initrd-netboot-tools lessdisks-cloner-server lessdisks-cloner-terminal Architecture: source all powerpc Version: 0.5.3cvs.20040906-15 Distribution: unstable Urgency: medium Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]> Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]> Description: initrd-netboot-tools - initrd scripts for netboot support kernel-image-netbootable - net-bootable kernel for use with diskless systems lessdisks - flexible diskless (x)terminal system - server base files lessdisks-cloner-server - flexible diskless (x)terminal system - cloning repository lessdisks-cloner-terminal - flexible diskless (x)terminal system - cloning master lessdisks-doc - flexible diskless (x)terminal system - documentation lessdisks-easydialog - flexible diskless (x)terminal system - interface helper scripts lessdisks-terminal - flexible diskless (x)terminal system - terminal base files lessdisks-xterminal - flexible diskless (x)terminal system - terminal x-server Closes: 302633 302638 Changes: lessdisks (0.5.3cvs.20040906-15) unstable; urgency=medium . * Setup per-arch dependencies. Closes: bug#302633 (thanks to Joey Hess <[EMAIL PROTECTED]>, although implemented with vars, not file+sed). * Package kernel-image-netbootable for any arch (not only known working ones), now that dependencies can be strict for known ones and loose for the rest. Revert long description to match. * Setup per-arch suggestions (like dependencies) to avoid some of the debcheck complaints (but arch-all packages are still too inclusive). * Add some package tags: + lessdisks-xterminal enhances lessdisks-terminal. + kernel-image-netbootable enhances initrd-netboot-tools. + initrd-netboot-tools suggests kernel-image-netbootable. * Add kernel-image-netbootable dependencies for hppa, mipsel, ia64 and sparc, and document netbooting those archs as well as alpha. Closes: bug#302638 (thanks again to Joey Hess <[EMAIL PROTECTED]>). * Revert short description of kernel-image-netboot again: It is similar to the descriptions of kernel-image-686 and similar convenience packages, and the old string has nice translations. Reopen bug#286566 (and close it manually with this explanation). * Set urgency=medium as there's now too many improvements to argue for high urgency but we really want this in sarge. Files: a644820c7075730b670b7bcbcba40dfb 992 misc extra lessdisks_0.5.3cvs.20040906-15.dsc b504a620e60e76a6533bb771c85fd469 104088 misc extra lessdisks_0.5.3cvs.20040906-15.diff.gz a841c53843adbfc214015081c0ff31b9 70916 misc extra lessdisks_0.5.3cvs.20040906-15_all.deb f3dfeccfffab23f58ed6fe034d9c094c 64488 misc extra lessdisks-terminal_0.5.3cvs.20040906-15_all.deb 3941bfdac8edc2e3d57005e8c140d159 61486 misc extra lessdisks-xterminal_0.5.3cvs.20040906-15_all.deb 067e11c78377ecf9e3879418301558ab 42478 misc extra lessdisks-cloner-server_0.5.3cvs.20040906-15_all.deb 1d053de0cbcb08c65c713e44e9e1ee06 56576 misc extra lessdisks-cloner-terminal_0.5.3cvs.20040906-15_all.deb ea2a740118356b91d05436c922c649c4 61294 doc extra lessdisks-doc_0.5.3cvs.20040906-15_all.deb de19522bdf9bbf2014db36cd16257dd8 46774 misc extra lessdisks-easydialog_0.5.3cvs.20040906-15_all.deb e61d21426d98db8a49cc6c128b760a4f 48982 misc extra initrd-netboot-tools_0.5.3cvs.20040906-15_all.deb ac7012d5013fa7ed1dc9d4decce40d42 42694 misc extra kernel-image-netbootable_0.5.3cvs.20040906-15_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCTwNVn7DbMsAkQLgRAiG9AJoCN44yrfx/l4C3VTSdHf/5hokfCwCeNr3d JoN50ufVnIONFfPltErcRjY= =4470 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]