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

Bug#320206: marked as done (debian-cd: Minor improvement in CONF.sh: use $CODENAME for exclusions)



Your message dated Mon, 22 Aug 2005 16:32:04 -0700
with message-id <E1E7Lls-0007KZ-00@spohr.debian.org>
and subject line Bug#320206: fixed in debian-cd 2.2.23
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; 27 Jul 2005 15:59:48 +0000
>From aragorn@tiscali.nl Wed Jul 27 08:59:48 2005
Return-path: <aragorn@tiscali.nl>
Received: from smtp-out2.tiscali.nl [195.241.79.177] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1DxoJw-0005Og-00; Wed, 27 Jul 2005 08:59:48 -0700
Received: from [195.240.184.66] (helo=strider.fjphome.nl)
	by smtp-out2.tiscali.nl with esmtp (Tiscali http://www.tiscali.nl)
	id 1DxoJw-0005CG-8v
	for <submit@bugs.debian.org>; Wed, 27 Jul 2005 17:59:48 +0200
From: Frans Pop <aragorn@tiscali.nl>
To: submit@bugs.debian.org
Subject: debian-cd: Minor improvement in CONF.sh: use $CODENAME for exclusions
Date: Wed, 27 Jul 2005 17:59:59 +0200
User-Agent: KMail/1.7.2
MIME-Version: 1.0
Content-Type: multipart/signed;
  boundary="nextPart10208483.IH9QJbdWYe";
  protocol="application/pgp-signature";
  micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200507271759.59647.aragorn@tiscali.nl>
Delivered-To: submit@bugs.debian.org
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-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

--nextPart10208483.IH9QJbdWYe
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: debian-cd
Severity: minor
Tags: patch

The patch below looks logical to me, but maybe there's a very good
reason why it's not done that way...


Index: CONF.sh
===================================================================
--- CONF.sh     (revision 891)
+++ CONF.sh     (working copy)
@@ -166,14 +166,14 @@
 export DEFSRCSIZE=635

 # We don't want certain packages to take up space on CD1...
-export EXCLUDE="$BASEDIR"/tasks/exclude-sarge
+export EXCLUDE="$BASEDIR/tasks/exclude-$CODENAME"
 # ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x)
-export UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-sarge
+export UNEXCLUDE2="$BASEDIR/tasks/unexclude-CD2-$CODENAME"
 # Any packages listed in EXCLUDE but not in any UNEXCLUDE will be
 # excluded completely.

 # We also exclude some source packages
-#export SRCEXCLUDE="$BASEDIR"/tasks/exclude-src-potato
+#export SRCEXCLUDE="$BASEDIR/tasks/exclude-src-$CODENAME"

 # Set this if the recommended packages should be skipped when adding
 # package on the CD.  The default is 'false'.

--nextPart10208483.IH9QJbdWYe
Content-Type: application/pgp-signature

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

iD8DBQBC569/gm/Kwh6ICoQRAqW+AJ42JPwqA3x24HckrRU8OLHjnCh1zACeLgkJ
f5YRsKEo++cFdsgHdD8hTF0=
=Yksi
-----END PGP SIGNATURE-----

--nextPart10208483.IH9QJbdWYe--

---------------------------------------
Received: (at 320206-close) by bugs.debian.org; 22 Aug 2005 23:40:56 +0000
>From katie@spohr.debian.org Mon Aug 22 16:40:55 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1E7Lls-0007KZ-00; Mon, 22 Aug 2005 16:32:04 -0700
From: Steve McIntyre <93sam@debian.org>
To: 320206-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#320206: fixed in debian-cd 2.2.23
Message-Id: <E1E7Lls-0007KZ-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Mon, 22 Aug 2005 16:32:04 -0700
Delivered-To: 320206-close@bugs.debian.org
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-Level: 
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-CrossAssassin-Score: 5

Source: debian-cd
Source-Version: 2.2.23

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

debian-cd_2.2.23.dsc
  to pool/main/d/debian-cd/debian-cd_2.2.23.dsc
debian-cd_2.2.23.tar.gz
  to pool/main/d/debian-cd/debian-cd_2.2.23.tar.gz
debian-cd_2.2.23_all.deb
  to pool/main/d/debian-cd/debian-cd_2.2.23_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 320206@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <93sam@debian.org> (supplier of updated debian-cd 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: Tue, 23 Aug 2005 00:02:40 +0100
Source: debian-cd
Binary: debian-cd
Architecture: source all
Version: 2.2.23
Distribution: unstable
Urgency: low
Maintainer: Debian CD Group <debian-cd@lists.debian.org>
Changed-By: Steve McIntyre <93sam@debian.org>
Description: 
 debian-cd  - Tools for building (Official) Debian CD set
Closes: 249386 311925 311925 313613 318021 320206
Changes: 
 debian-cd (2.2.23) unstable; urgency=low
 .
   * Raphael Hertzog
     - Patch from Sven Luther for pegasos support already applied
       by Steve McIntyre. Closes: #311925
   * Steve McIntyre
     - Added sed hack to make sarge appear as "stable" in the Release
       files we generate on the CDs (for the sarge release). Removed the
       hack sgain before the 2.2.23 package build.
     - Download the release notes and try to fit them onto
       CD#1. Updated sarge's README.html.in to point to them
     - Updated tools/add-bin-doc to stop warnings on this.
     - Added patch from Sven Luther to add a forth script to make
  	  ppc/pegasos easier to boot.  Closes: #311925
     - Re-add the kernel-headers packages to match kernel images (only
       on i386 and amd64). Closes: #249386
     - Made list2cds more verbose
     - Added tools/sarge/upgrade-hppa.sh and tools/sarge/upgrade-sparc.sh
       to install the upgrade-kernel bits on CD#1
     - Added tools/dedicated_source: simple script used to add extra
       source packages onto _binary_ CDs. Used for the amd64 sarge release
       so far.
     - Added patch from Frans Pop to use $CODENAME for exclusions.
       Closes: #320206
     - We no longer need to use md5sum.textutils, as dpkg no longer ships a
       non-64-clean version. We can now just use plain "md5sum".
       Closes: #313613
   * Joey Hess
     - Synced up all sarge changes to etch.
     - Use dpkg --print-architecture instead of now-deprecated
       --print-installation-architecture
     - Completed access cd-drivers transition.
     - d-i renamed syslinux.txt to boot.txt, us new name instead of
       renaming file from d-i.
     - Use isolinux config files included in the d-i debian-cd_info tarball
       so it does not need to be maintained in both places.
     - Repository moved to svn, update docs to reflect move.
     - Add hw-detect-full to exclude list for etch, renamed to disk-detect.
     - Switch mipsel to use my builds.
     - Applied s390 boot support patch by Frans Pop. Closes: #318021
     - partman udeb renamed to partman-base
   * Stephen R. Marenka
     - Changed m68k boot for etch to handle etch changes in d-i.
Files: 
 6403dbcf51b1baf564a93f1ad9c64331 652 admin extra debian-cd_2.2.23.dsc
 3e1d924df911286f21a09ebfe55883e6 632908 admin extra debian-cd_2.2.23.tar.gz
 3ebdfa7fe12ca78aa353988efa63560b 640580 admin extra debian-cd_2.2.23_all.deb

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

iD8DBQFDClw2fDt5cIjHwfcRAoHlAJ9mUH16bLCiOjb6EqA2+s7u1BLUZwCfYyeD
mhEAFFijghdZQOoe0QthckM=
=L13T
-----END PGP SIGNATURE-----



Reply to: