* debian/ubuntu-dev-tools.install: Removed common.py entry.

This commit is contained in:
Jonathan Davies 2009-01-17 11:32:49 +00:00
parent 59aac908c1
commit 33e0071d66
3 changed files with 3 additions and 3 deletions

3
debian/changelog vendored
View File

@ -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

View File

@ -1,2 +1 @@
bash_completion/* etc/bash_completion.d/ bash_completion/* etc/bash_completion.d/
common.py usr/share/ubuntu-dev-tools/

View File

@ -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'],
) )