add lp-list-bugs to a couple more places (thanks, Benjamin Drung)

This commit is contained in:
Colin Watson 2010-09-19 23:13:30 +01:00
parent 1048901abb
commit df660e9667
2 changed files with 2 additions and 0 deletions

1
debian/control vendored
View File

@ -60,6 +60,7 @@ Description: useful tools for Ubuntu developers
- grab-merge - grabs a merge from merges.ubuntu.com easily. - grab-merge - grabs a merge from merges.ubuntu.com easily.
- hugdaylist - compile HugDay lists from bug list URLs. - hugdaylist - compile HugDay lists from bug list URLs.
- import-bug-from-debian - copy a bug from the Debian BTS to Launchpad - 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-project-upload - upload a release tarball to a Launchpad project
- lp-set-dup - sets the "duplicate of" bug of a bug and its dups. - lp-set-dup - sets the "duplicate of" bug of a bug and its dups.
- manage-credentials - manage Launchpad token credentials. - manage-credentials - manage Launchpad token credentials.

View File

@ -27,6 +27,7 @@ setup(name='ubuntu-dev-tools',
'grab-merge', 'grab-merge',
'hugdaylist', 'hugdaylist',
'import-bug-from-debian', 'import-bug-from-debian',
'lp-list-bugs',
'lp-project-upload', 'lp-project-upload',
'lp-set-dup', 'lp-set-dup',
'lp-shell', 'lp-shell',