[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.50-65-gd3ecf0f

Andreas Beckmann anbe at debian.org
Sun Apr 7 10:33:44 UTC 2013


The following commit has been merged in the develop branch:
commit 39f2dd00907c3c4f5a820a0edf85c39e1723a470
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Apr 6 15:44:52 2013 +0200

    distros.conf: update backports configuration
    
    backports have been integrated into the main archive
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/TODO b/TODO
index 53ca79b..0975b35 100644
--- a/TODO
+++ b/TODO
@@ -49,6 +49,9 @@ for 0.5x:
 - add a sample config with all possible keys set to some useful value
   (like /usr/share/doc/apt/examples/configure-index.gz)
 
+- look for a solution to use the global debian mirror for debian-backports, too
+  to avoid hardcoding a specific mirror in distros.conf
+
 
 for 0.6x:
 
diff --git a/conf/distros.conf b/conf/distros.conf
index 5604df9..2450fc3 100644
--- a/conf/distros.conf
+++ b/conf/distros.conf
@@ -38,10 +38,15 @@ depends = squeeze
 depends = squeeze
 
 [squeeze-backports]
-uri = http://backports.debian.org/debian-backports
+uri = http://ftp.de.debian.org/debian-backports
 depends = squeeze
 target-release = squeeze-backports
 
+[squeeze-backports-sloppy]
+uri = http://ftp.de.debian.org/debian-backports
+depends = squeeze squeeze-backports
+target-release = squeeze-backports-sloppy
+
 
 [wheezy/updates]
 uri = http://security.debian.org/
@@ -54,7 +59,6 @@ depends = wheezy
 depends = wheezy
 
 [wheezy-backports]
-uri = http://backports.debian.org/debian-backports
 depends = wheezy
 target-release = wheezy-backports
 
diff --git a/debian/changelog b/debian/changelog
index 73ebbda..5c373bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ piuparts (0.51) UNRELEASED; urgency=low
       package to be tested via --extra-old-packages.
   * piuparts.conf:
   * distros.conf:
+    - Update backports setup after integration into the regular archive.
   * piupartslib/conf.py:
     - Raise MissingSection if the requested section is not in piuparts.conf.
   * piupartslib/packagesdb.py:

-- 
piuparts git repository



More information about the Piuparts-commits mailing list