mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
* pbuilder-dist:
- Add squeeze as a Debian distribution. Thanks to Marco Rodrigues.
This commit is contained in:
parent
ca10641308
commit
0bb9ebc0d8
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user