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

Bug#598196: debian-cd: more patches for documentation



Package: debian-cd
Version: 3.1.1
Severity: minor
Tags: patch


This is the last patch from the 'queries about CONF.sh and README'
thread last month.
This changes comments on CONF.sh, but *also* a config default change in
tools/sort_deps. The CONF.sh comments change is dependant on the tools/
sort_deps, so probably worth viewing that first.
Basically, I changed the default value for nosuggests from 1 to 0.
Comments in CONF.sh are updated to match.

PS:
Version is wrong - it also happens in svn ;)

thanks,
kk

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30.7-libre-fshoppe1 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debian-cd depends on:
ii  apt                  0.7.20.2+lenny2gns1 Advanced front-end for dpkg
ii  bc                   1.06.94-3           The GNU bc arbitrary precision cal
ii  cpp                  4:4.3.2-2           The GNU C preprocessor (cpp)
ii  curl                 7.18.2-8lenny4      Get a file from an HTTP, HTTPS or 
ii  dctrl-tools [grep-dc 2.13.1              Command-line tools to process Debi
ii  genisoimage          9:1.1.9-1           Creates ISO-9660 CD-ROM filesystem
ii  libcompress-zlib-per 2.012-1             Perl module for creation and manip
ii  lynx-cur             2.8.7dev9-2.1       Text-mode WWW Browser with NLS sup
ii  make                 3.81-5              The GNU version of the "make" util
ii  perl [libdigest-md5- 5.10.0-19lenny2     Larry Wall's Practical Extraction 
ii  tofrodos             1.7.8.debian.1-1    Converts DOS <-> Unix text files, 

Versions of packages debian-cd recommends:
pn  hfsutils                      <none>     (no description available)
pn  netpbm                        <none>     (no description available)
pn  syslinux-common               <none>     (no description available)

debian-cd suggests no packages.

-- no debconf information
=== modified file 'CONF.sh'
--- CONF.sh	2010-07-09 11:54:19 +0000
+++ CONF.sh	2010-09-27 11:52:51 +0000
@@ -216,12 +216,12 @@
 # excluded completely. The same goes for packages listed in EXCLUDE.
 
 # Set this if the recommended packages should be skipped when adding 
-# package on the CD.  The default is 'false'.
+# package on the CD.  The default is 'true'.
 export NORECOMMENDS=1
 
 # Set this if the suggested packages should be skipped when adding 
 # package on the CD.  The default is 'true'.
-#export NOSUGGESTS=1
+export NOSUGGESTS=1
 
 # Set to 1 to generate MD5/SHA1/SHA256/SHA512 sums for generated images
 export IMAGESUMS=1
=== modified file 'tools/sort_deps'
--- tools/sort_deps	2010-05-27 00:52:25 +0000
+++ tools/sort_deps	2010-09-27 11:53:43 +0000
@@ -21,7 +21,7 @@
 my $force_firmware = $ENV{'FORCE_FIRMWARE'} || 0;
 my $local = $ENV{'LOCAL'} || 0;
 my $complete = $ENV{'COMPLETE'} || 0;
-my $norecommends = $ENV{'NORECOMMENDS'} || 0;
+my $norecommends = $ENV{'NORECOMMENDS'} || 1;
 my $nosuggests = $ENV{'NOSUGGESTS'} || 1;
 
 my $apt = "$ENV{'BASEDIR'}/tools/apt-selection";


Reply to: