pbuilder-dist: Build with -proposed enabled for Ubuntu dev releases.

Thanks Scott Kitterman (LP: #1082452)
This commit is contained in:
Stefano Rivera 2012-12-02 12:20:02 +02:00
parent 487bc3a3c9
commit fabb0119ef
2 changed files with 4 additions and 1 deletions

4
debian/changelog vendored
View File

@ -12,6 +12,10 @@ ubuntu-dev-tools (0.146) UNRELEASED; urgency=low
[ Julian Taylor ]
* stop suggesting ipython, lp-shell has been moved to lptools
[ Stefano Rivera ]
* pbuilder-dist: Build with -proposed enabled for Ubuntu dev releases.
Thanks Scott Kitterman (LP: #1082452)
-- Julian Taylor <jtaylor@ubuntu.com> Sat, 24 Nov 2012 21:07:01 +0100
ubuntu-dev-tools (0.145) experimental; urgency=low

View File

@ -298,7 +298,6 @@ class PbuilderDist:
if dev_release:
self.enable_security = False
self.enable_updates = False
self.enable_proposed = False
if self.enable_security:
othermirrors.append('deb %s %s-security %s'