pbuilder-dist.new: Add 'experimental' to list of known Debian releases

This commit is contained in:
Iain Lane 2008-12-21 23:07:44 +00:00
parent f00706c9cf
commit 60f81e741b
2 changed files with 6 additions and 2 deletions

6
debian/changelog vendored
View File

@ -12,7 +12,11 @@ ubuntu-dev-tools (0.50) UNRELEASED; urgency=low
* Move perl-modules and libwww-perl to Recommends, as they are only necessary
for a single script and Recommends are also installed by default.
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Sun, 21 Dec 2008 11:45:56 +0100
[ Iain Lane ]
* pbuilder-dist.new: Add 'experimental' to list of known Debian releases.
pbuilder-experimental works.
-- Iain Lane <laney@ubuntu.com> Sun, 21 Dec 2008 23:06:39 +0000
ubuntu-dev-tools (0.49) jaunty; urgency=low

View File

@ -31,7 +31,7 @@
import sys
import os
debian_distros = ['etch', 'lenny', 'sid', 'stable', 'testing', 'unstable']
debian_distros = ['etch', 'lenny', 'sid', 'stable', 'testing', 'unstable', 'experimental']
class pbuilder_dist: