diff options
-rwxr-xr-x | build/preseed.pl | 4 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/build/preseed.pl b/build/preseed.pl index 372585c75..abcfe39a1 100755 --- a/build/preseed.pl +++ b/build/preseed.pl @@ -131,6 +131,10 @@ sub text_rtn { $text =~ s/^[[:space:]]*//; } + # Replace entities in examples + # FIXME: should maybe be extracted from entity definition + $text =~ s/&archive-mirror;/http.us.debian.org/; + print "$text"; $example{'first'} = 0; diff --git a/debian/changelog b/debian/changelog index d189d48a2..d69a70f78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,7 +38,11 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low * Update mac68k installation after notes from Finn Thain, upstream mac68k kernel hacker. - -- Frans Pop <fjp@debian.org> Wed, 28 Feb 2007 16:05:56 +0100 + [ Frans Pop ] + * Replace entity in example-preseed.txt file. Thanks to Geert Stappers for + spotting the error. Closes: #413257. + + -- Frans Pop <fjp@debian.org> Sat, 3 Mar 2007 19:33:55 +0100 installation-guide (20070122) unstable; urgency=low |