mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* debian/ubuntu-dev-tools.install: Removed common.py entry.
This commit is contained in:
parent
59aac908c1
commit
33e0071d66
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -7,8 +7,9 @@ ubuntu-dev-tools (0.56) UNRELEASED; urgency=low
|
|||||||
* requestsync: Catch credentials error to hide traceback.
|
* requestsync: Catch credentials error to hide traceback.
|
||||||
* Moved common.py to ubuntutools/ subdirectory to avoid possible conflicts
|
* Moved common.py to ubuntutools/ subdirectory to avoid possible conflicts
|
||||||
in Python packaging and fixed all imports as necessary.
|
in Python packaging and fixed all imports as necessary.
|
||||||
|
* debian/ubuntu-dev-tools.install: Removed common.py entry.
|
||||||
|
|
||||||
-- Jonathan Davies <jpds@ubuntu.com> Thu, 15 Jan 2009 12:35:12 +0000
|
-- Jonathan Davies <jpds@ubuntu.com> Sat, 17 Jan 2009 11:32:33 +0000
|
||||||
|
|
||||||
ubuntu-dev-tools (0.55) jaunty; urgency=low
|
ubuntu-dev-tools (0.55) jaunty; urgency=low
|
||||||
|
|
||||||
|
1
debian/ubuntu-dev-tools.install
vendored
1
debian/ubuntu-dev-tools.install
vendored
@ -1,2 +1 @@
|
|||||||
bash_completion/* etc/bash_completion.d/
|
bash_completion/* etc/bash_completion.d/
|
||||||
common.py usr/share/ubuntu-dev-tools/
|
|
||||||
|
2
setup.py
2
setup.py
@ -24,6 +24,7 @@ setup(name='ubuntu-dev-tools',
|
|||||||
'get-build-deps',
|
'get-build-deps',
|
||||||
'grab-attachments',
|
'grab-attachments',
|
||||||
'hugdaylist',
|
'hugdaylist',
|
||||||
|
'manage-credentials',
|
||||||
'massfile',
|
'massfile',
|
||||||
'mk-sbuild-lv',
|
'mk-sbuild-lv',
|
||||||
'pbuilder-dist',
|
'pbuilder-dist',
|
||||||
@ -38,7 +39,6 @@ setup(name='ubuntu-dev-tools',
|
|||||||
'ubuntu-iso',
|
'ubuntu-iso',
|
||||||
'update-maintainer',
|
'update-maintainer',
|
||||||
'what-patch',
|
'what-patch',
|
||||||
'manage-credentials',
|
|
||||||
],
|
],
|
||||||
packages=['ubuntutools'],
|
packages=['ubuntutools'],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user