[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51
Andreas Beckmann
anbe at debian.org
Wed May 15 10:09:52 UTC 2013
The following commit has been merged in the master branch:
commit d4ef218bf1d1cc7676db0bb723783d852ffca321
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Apr 15 10:29:21 2013 +0200
distros.conf: enable DISTRO/updates along with DISTRO-backports
enable the security updates repository while installing backports
because backports may have been built against squeeze+security and
picked up bumped dependencies
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/conf/distros.conf b/conf/distros.conf
index 2450fc3..4386216 100644
--- a/conf/distros.conf
+++ b/conf/distros.conf
@@ -39,7 +39,7 @@ depends = squeeze
[squeeze-backports]
uri = http://ftp.de.debian.org/debian-backports
-depends = squeeze
+depends = squeeze squeeze/updates
target-release = squeeze-backports
[squeeze-backports-sloppy]
@@ -59,7 +59,7 @@ depends = wheezy
depends = wheezy
[wheezy-backports]
-depends = wheezy
+depends = wheezy wheezy/updates
target-release = wheezy-backports
diff --git a/debian/changelog b/debian/changelog
index f011d25..c05e257 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ piuparts (0.51) UNRELEASED; urgency=low
* piuparts.conf:
* distros.conf:
- Update backports setup after integration into the regular archive.
+ - Enable stable security updates when installing stable backports.
* 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