reassign 503237 python-apt
retitle 503237 Should use security.debian.org for lenny/updates
kthxbye

software-properties-gtk gets this information from
/usr/share/python-apt/templates/Debian.info from the python-apt package.

I attach the diff for my NMU which fixes this by forcing all
(lenny|etch|sarge)/updates to use security.debian.org as the default
mirror.

Regards,

-- 
Jonny Lamb, UK
[EMAIL PROTECTED]
diff -Nruad -Nruad python-apt-0.7.7.1.orig/data/templates/Debian.info.in 
python-apt-0.7.7.1+nmu1/data/templates/Debian.info.in
--- python-apt-0.7.7.1.orig/data/templates/Debian.info.in       2008-10-24 
12:24:58.000000000 +0100
+++ python-apt-0.7.7.1+nmu1/data/templates/Debian.info.in       2008-10-24 
12:44:10.000000000 +0100
@@ -20,6 +20,8 @@
 
 Suite: lenny/updates
 RepositoryType: deb
+BaseURI: http://security.debian.org/
+MatchURI: security\.debian\.org
 ParentSuite: lenny
 _Description: Security updates
 
@@ -43,6 +45,8 @@
 
 Suite: etch/updates
 RepositoryType: deb
+BaseURI: http://security.debian.org/
+MatchURI: security\.debian\.org
 ParentSuite: etch
 _Description: Security updates
 
@@ -66,6 +70,8 @@
 
 Suite: sarge/updates
 RepositoryType: deb
+BaseURI: http://security.debian.org/
+MatchURI: security\.debian\.org
 ParentSuite: sarge
 _Description: Security updates
 
diff -Nruad -Nruad python-apt-0.7.7.1.orig/debian/changelog 
python-apt-0.7.7.1+nmu1/debian/changelog
--- python-apt-0.7.7.1.orig/debian/changelog    2008-10-24 12:24:58.000000000 
+0100
+++ python-apt-0.7.7.1+nmu1/debian/changelog    2008-10-24 12:46:04.000000000 
+0100
@@ -1,3 +1,11 @@
+python-apt (0.7.7.1+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * data/templates/Debian.info.in: Set the BaseURI to security.debian.org for
+    lenny/updates, etch/updates and sarge/updates. (Closes: #503237)
+
+ -- Jonny Lamb <[EMAIL PROTECTED]>  Fri, 24 Oct 2008 12:44:33 +0100
+
 python-apt (0.7.7.1) unstable; urgency=low
 
   * data/templates/Debian.info.in:

Attachment: signature.asc
Description: Digital signature

Reply via email to