summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2007-03-03 18:36:00 +0000
committerFrans Pop <elendil@planet.nl>2007-03-03 18:36:00 +0000
commit4159d5c77867b6050c03527eaecb6588c0022cfe (patch)
tree1a02c322e4a454a7648a2ffb6f2c102af3337933
parent94c426c0a2d0bda5b707f3e368aba2f947a3a06e (diff)
downloadinstallation-guide-4159d5c77867b6050c03527eaecb6588c0022cfe.zip
Replace entity in example-preseed.txt file; thanks to Geert Stappers
-rwxr-xr-xbuild/preseed.pl4
-rw-r--r--debian/changelog6
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