diff --git a/debian/control b/debian/control index 81ce276..a683a18 100644 --- a/debian/control +++ b/debian/control @@ -60,6 +60,7 @@ Description: useful tools for Ubuntu developers - grab-merge - grabs a merge from merges.ubuntu.com easily. - hugdaylist - compile HugDay lists from bug list URLs. - import-bug-from-debian - copy a bug from the Debian BTS to Launchpad + - lp-list-bugs - briefly list status of Launchpad bugs. - lp-project-upload - upload a release tarball to a Launchpad project - lp-set-dup - sets the "duplicate of" bug of a bug and its dups. - manage-credentials - manage Launchpad token credentials. diff --git a/setup.py b/setup.py index 8be4a1f..bb91ffe 100755 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup(name='ubuntu-dev-tools', 'grab-merge', 'hugdaylist', 'import-bug-from-debian', + 'lp-list-bugs', 'lp-project-upload', 'lp-set-dup', 'lp-shell',