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
|
overlay = "."
uploaders = ["Jelmer Vernooij <jelmer@debian.org>"]
# Disable the binary package for now, since some of the
# binaries clash with those in the python3-launchpadlib package.
bin = false
collapse_features = true
[packages.bin]
section = "web"
summary = "utilities for interacting with Launchpad"
description = """
This package provides a number of utilities for interacting with Launchpad.
* lp-attach: Attach files to a bug report
* lp-check-membership: Check if a user is a member of a team
* lp-list-bugs: List bugs in a project
* lp-set-dupe: Set a bug as a duplicate of another bug
"""
[packages."lib+api-beta"]
test_is_broken = true
[packages."lib+api-devel"]
test_is_broken = true
[packages."lib+api-v1_0"]
test_is_broken = true
|