* pbuilder-dist:

- Add squeeze as a Debian distribution. Thanks to Marco Rodrigues.
This commit is contained in:
Siegfried-Angel Gevatter Pujals 2009-03-28 15:19:36 +01:00
parent ca10641308
commit 0bb9ebc0d8
2 changed files with 8 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,9 +1,14 @@
ubuntu-dev-tools (0.72) UNRELEASED; urgency=low
[ Jonathan Davies ]
* README.updates: Added - lists steps to take when updating this package.
* grab-merge: Added --help option and manpage (LP: #349109).
-- Jonathan Davies <jpds@ubuntu.com> Thu, 26 Mar 2009 00:22:01 +0000
[ Siegfried-Angel Gevatter Pujals ]
* pbuilder-dist:
- Add squeeze as a Debian distribution. Thanks to Marco Rodrigues.
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Sat, 28 Mar 2009 15:19:26 +0100
ubuntu-dev-tools (0.71) jaunty; urgency=low

View File

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