mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-05 20:11:29 +00:00
Bump X-Python-Version to >= 2.6, now that python-launchpadlib no longer
supports Python 2.5.
This commit is contained in:
parent
280d8c1172
commit
010639eba5
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
ubuntu-dev-tools (0.120) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.120) unstable; urgency=low
|
||||||
|
|
||||||
[ Felix Geyer ]
|
[ Felix Geyer ]
|
||||||
* pull-lp-source.1: Document -d option.
|
* pull-lp-source.1: Document -d option.
|
||||||
@ -11,6 +11,8 @@ ubuntu-dev-tools (0.120) UNRELEASED; urgency=low
|
|||||||
* pull-{lp,debian}-source, pull-debian-debdiff: Catch KeyboardInterrupt.
|
* pull-{lp,debian}-source, pull-debian-debdiff: Catch KeyboardInterrupt.
|
||||||
(LP: #713845)
|
(LP: #713845)
|
||||||
* pull-debian-source: Handle -p-u and -security suites.
|
* pull-debian-source: Handle -p-u and -security suites.
|
||||||
|
* Bump X-Python-Version to >= 2.6, now that python-launchpadlib no longer
|
||||||
|
supports Python 2.5.
|
||||||
|
|
||||||
[ Julian Taylor ]
|
[ Julian Taylor ]
|
||||||
* add support for cowbuilder and cowbuilder-dist in builder.py
|
* add support for cowbuilder and cowbuilder-dist in builder.py
|
||||||
@ -21,7 +23,7 @@ ubuntu-dev-tools (0.120) UNRELEASED; urgency=low
|
|||||||
* ubuntutools.distro_info: Fix TypeError crash and add a test case to
|
* ubuntutools.distro_info: Fix TypeError crash and add a test case to
|
||||||
catch regressions (LP: #731398).
|
catch regressions (LP: #731398).
|
||||||
|
|
||||||
-- Benjamin Drung <bdrung@debian.org> Tue, 08 Mar 2011 17:19:55 +0100
|
-- Stefano Rivera <stefanor@debian.org> Sat, 12 Mar 2011 22:07:47 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.119) unstable; urgency=low
|
ubuntu-dev-tools (0.119) unstable; urgency=low
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -22,7 +22,7 @@ Build-Depends: dctrl-tools,
|
|||||||
python-setuptools,
|
python-setuptools,
|
||||||
python-soappy,
|
python-soappy,
|
||||||
python-unittest2
|
python-unittest2
|
||||||
X-Python-Version: >= 2.5
|
X-Python-Version: >= 2.6
|
||||||
Homepage: https://launchpad.net/ubuntu-dev-tools
|
Homepage: https://launchpad.net/ubuntu-dev-tools
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user