mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
lpapicache.py: Fix imports with python-launchpadlib 1.5.1 and add
python-lazr-restfulclient to Depends
This commit is contained in:
parent
7fba4ddbd1
commit
48f591a4bb
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -13,6 +13,7 @@ ubuntu-dev-tools (0.76) UNRELEASED; urgency=low
|
|||||||
|
|
||||||
[ Michael Bienia ]
|
[ Michael Bienia ]
|
||||||
* Drop python-launchpad-bugs from Depends.
|
* Drop python-launchpad-bugs from Depends.
|
||||||
|
* Add python-lazr-restfulclient to Depends.
|
||||||
* buildd: Add a --batch mode for batch retrying/rescoring of packages.
|
* buildd: Add a --batch mode for batch retrying/rescoring of packages.
|
||||||
* requestsync:
|
* requestsync:
|
||||||
- Use UBU* environment variables before the DEB* ones (lp: #400133)
|
- Use UBU* environment variables before the DEB* ones (lp: #400133)
|
||||||
@ -45,7 +46,7 @@ ubuntu-dev-tools (0.76) UNRELEASED; urgency=low
|
|||||||
- debian/rules: set DEB_PYTHON_SYSTEM to pysupport.
|
- debian/rules: set DEB_PYTHON_SYSTEM to pysupport.
|
||||||
- ubuntu-dev-tools.preinst: remove stale pycentral files on upgrades.
|
- ubuntu-dev-tools.preinst: remove stale pycentral files on upgrades.
|
||||||
|
|
||||||
-- Michael Bienia <geser@ubuntu.com> Tue, 25 Aug 2009 13:03:50 +0200
|
-- Michael Bienia <geser@ubuntu.com> Sat, 29 Aug 2009 11:12:01 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.75) karmic; urgency=low
|
ubuntu-dev-tools (0.75) karmic; urgency=low
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -14,7 +14,7 @@ Package: ubuntu-dev-tools
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${python:Depends}, ${misc:Depends}, binutils, devscripts, sudo,
|
Depends: ${python:Depends}, ${misc:Depends}, binutils, devscripts, sudo,
|
||||||
python-debian, python-launchpadlib, dctrl-tools, lsb-release, diffstat,
|
python-debian, python-launchpadlib, dctrl-tools, lsb-release, diffstat,
|
||||||
dpkg-dev, python-apt (>= 0.7.9)
|
dpkg-dev, python-apt (>= 0.7.9), python-lazr-restfulclient
|
||||||
Recommends: bzr, pbuilder | cowdancer | sbuild, reportbug (>= 3.39ubuntu1),
|
Recommends: bzr, pbuilder | cowdancer | sbuild, reportbug (>= 3.39ubuntu1),
|
||||||
ca-certificates, debootstrap, genisoimage, perl-modules, libwww-perl
|
ca-certificates, debootstrap, genisoimage, perl-modules, libwww-perl
|
||||||
Conflicts: devscripts (<< 2.10.7ubuntu5)
|
Conflicts: devscripts (<< 2.10.7ubuntu5)
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
import sys
|
import sys
|
||||||
import libsupport
|
import libsupport
|
||||||
from launchpadlib.errors import HTTPError
|
from launchpadlib.errors import HTTPError
|
||||||
from launchpadlib.resource import Entry
|
from lazr.restfulclient.resource import Entry
|
||||||
from udtexceptions import *
|
from udtexceptions import *
|
||||||
|
|
||||||
class Launchpad(object):
|
class Launchpad(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user