From 33e0071d66d553b86c068d0667ecf965b33c9dc0 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Sat, 17 Jan 2009 11:32:49 +0000 Subject: [PATCH] * debian/ubuntu-dev-tools.install: Removed common.py entry. --- debian/changelog | 3 ++- debian/ubuntu-dev-tools.install | 1 - setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 16873c2..245e2c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ ubuntu-dev-tools (0.56) UNRELEASED; urgency=low * requestsync: Catch credentials error to hide traceback. * Moved common.py to ubuntutools/ subdirectory to avoid possible conflicts in Python packaging and fixed all imports as necessary. + * debian/ubuntu-dev-tools.install: Removed common.py entry. - -- Jonathan Davies Thu, 15 Jan 2009 12:35:12 +0000 + -- Jonathan Davies Sat, 17 Jan 2009 11:32:33 +0000 ubuntu-dev-tools (0.55) jaunty; urgency=low diff --git a/debian/ubuntu-dev-tools.install b/debian/ubuntu-dev-tools.install index 5b36808..40fadd6 100644 --- a/debian/ubuntu-dev-tools.install +++ b/debian/ubuntu-dev-tools.install @@ -1,2 +1 @@ bash_completion/* etc/bash_completion.d/ -common.py usr/share/ubuntu-dev-tools/ diff --git a/setup.py b/setup.py index ecb65a3..0f68626 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup(name='ubuntu-dev-tools', 'get-build-deps', 'grab-attachments', 'hugdaylist', + 'manage-credentials', 'massfile', 'mk-sbuild-lv', 'pbuilder-dist', @@ -38,7 +39,6 @@ setup(name='ubuntu-dev-tools', 'ubuntu-iso', 'update-maintainer', 'what-patch', - 'manage-credentials', ], packages=['ubuntutools'], )