summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdgit2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index dee9276..1e14862 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dgit (0.11) unstable; urgency=low
+
+ * Use "ftp.debian.org" not "http.debian.net" as the default Debian
+ archive. (http.debian.net tends to defeat certain kinds of cacheing,
+ and can also have more skew.)
+
+ --
+
dgit (0.10) unstable; urgency=low
* Create .pc/applied-patches - do not empty it (!)
diff --git a/dgit b/dgit
index 7352371..d2a52f6 100755
--- a/dgit
+++ b/dgit
@@ -236,7 +236,7 @@ our %defcfg = ('dgit.default.distro' => 'debian',
'dgit-distro.debian.sshdakls-host' => 'coccia.debian.org',
'dgit-distro.debian.sshdakls-dir' =>
'/srv/ftp-master.debian.org/ftp/dists',
- 'dgit-distro.debian.mirror' => 'http://http.debian.net/debian/');
+ 'dgit-distro.debian.mirror' => 'http://ftp.debian.org/debian/');
sub cfg {
foreach my $c (@_) {