File: control

package info (click to toggle)
lptools 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 324 kB
  • ctags: 144
  • sloc: python: 1,552; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 2,169 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: lptools
Section: python
Priority: extra
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3)
Maintainer: Nathan Handler <nhandler@debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 3.9.5
X-Python-Version: >= 2.4
Vcs-Bzr: http://anonscm.debian.org/bzr/collab-maint/lptools/unstable
Vcs-Browser: http://anonscm.debian.org/loggerhead/collab-maint/lptools/unstable
Homepage: http://launchpad.net/lptools

Package: lptools
Architecture: all
XB-Python-Version: ${python:Versions}
Breaks: ubuntu-dev-tools (<< 0.129)
Replaces: ubuntu-dev-tools (<< 0.129)
Recommends: python-chameleon, python-indicate, python-gtk2
Suggests: python-tdb
Depends: python | ipython,
         python-bzrlib,
         python-launchpadlib,
         python-xdg,
         ${misc:Depends},
         ${python:Depends}
Description: Tools for working with Launchpad
 LP Tools allow you to work with Launchpad without ever having to deal
 with the web interface. This package provides the following tools:
 .
  - lp-attach - attach a file to a Launchpad bug
  - lp-bug-dupe-properties - find duplicate Launchpad bug reports
  - lp-capture-bug-counts - view summary of number of bugs for a Launchpad
    project
  - lp-check-membership - check if a launchpad user is a member of a group
  - lp-force-branch-mirror - force a new import
  - lp-get-branches - check out all the branches of a team
  - lp-grab-attachments - download all attachments for specified bugs
    or from bugs for a particular project
  - lp-list-bugs - list all bugs for a project
  - lp-milestone2ical - convert milestones on a project into the iCal format
  - lp-milestones - list and manipulate milestones for a project
  - lp-project - create and manage projects
  - lp-project-upload - upload release files
  - lp-recipe-status - show the status of the recipes owned by a particular user
  - lp-remove-team-members - remove members from a team
  - lp-review-list - list reviews for a project
  - lp-review-notifier - desktop notifier about reviews that can be done
  - lp-set-dup - mark duplicate bugs
  - lp-shell - convenient way to launch Python interpreter already logged in
    to launchpad