mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-07 05:51:29 +00:00
Port backportpackage to Python 3.
This commit is contained in:
parent
23c7d67425
commit
7f9949fc4c
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# ##################################################################
|
# ##################################################################
|
||||||
#
|
#
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -64,6 +64,8 @@ Depends:
|
|||||||
python-ubuntutools,
|
python-ubuntutools,
|
||||||
python3,
|
python3,
|
||||||
python3-distro-info,
|
python3-distro-info,
|
||||||
|
python3-httplib2,
|
||||||
|
python3-launchpadlib,
|
||||||
python3-ubuntutools,
|
python3-ubuntutools,
|
||||||
sensible-utils,
|
sensible-utils,
|
||||||
sudo,
|
sudo,
|
||||||
|
2
setup.py
2
setup.py
@ -17,6 +17,7 @@ if os.path.exists(changelog):
|
|||||||
|
|
||||||
if sys.version_info[0] >= 3:
|
if sys.version_info[0] >= 3:
|
||||||
scripts = [
|
scripts = [
|
||||||
|
'backportpackage',
|
||||||
'check-symbols',
|
'check-symbols',
|
||||||
'dch-repeat',
|
'dch-repeat',
|
||||||
'grab-merge',
|
'grab-merge',
|
||||||
@ -34,7 +35,6 @@ if sys.version_info[0] >= 3:
|
|||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
scripts = [
|
scripts = [
|
||||||
'backportpackage',
|
|
||||||
'bitesize',
|
'bitesize',
|
||||||
'check-mir',
|
'check-mir',
|
||||||
'grep-merges',
|
'grep-merges',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user