On Tue, Aug 07, 2007 at 09:15:15PM -0300, Otavio Salvador wrote:
>From: Otavio Salvador <[EMAIL PROTECTED]>
>
>
>---
>
> debian/changelog         |    4 ++++
> tools/make_disc_trees.pl |    2 +-
> 2 files changed, 5 insertions(+), 1 deletions(-)
>
>diff --git a/debian/changelog b/debian/changelog
>index 8e6f4f6..411694b 100644
>--- a/debian/changelog
>+++ b/debian/changelog
>@@ -57,6 +57,10 @@ debian-cd (3.0.3) UNRELEASED; urgency=low
>   * Parse isolinux.cfg case-insensatively.
>   * Merge boot-i386 and boot-amd64 into boot-x86.
> 
>+  [ Otavio Salvador ]
>+  * Fix extranonfree support to be backward compatible with previous
>+    behaviour (default to false)
>+
>  -- Joey Hess <[EMAIL PROTECTED]>  Wed, 01 Aug 2007 23:47:14 -0400
> 
> debian-cd (3.0.2) unstable; urgency=high
>diff --git a/tools/make_disc_trees.pl b/tools/make_disc_trees.pl
>index c6f61d5..7ea92d4 100755
>--- a/tools/make_disc_trees.pl
>+++ b/tools/make_disc_trees.pl
>@@ -38,7 +38,7 @@ if (defined($ENV{'MAXCDS'})) {
> if (defined($ENV{'EXTRANONFREE'})) {
>       $extranonfree = $ENV{'EXTRANONFREE'};
> } else {
>-      $extranonfree = 1;
>+      $extranonfree = 0;
> }
>       
> my $list = "$tdir/list";

Applied.

-- 
Steve McIntyre, Cambridge, UK.                                [EMAIL PROTECTED]
"Further comment on how I feel about IBM will appear once I've worked out
 whether they're being malicious or incompetent. Capital letters are forecast."
 Matthew Garrett, http://www.livejournal.com/users/mjg59/30675.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to