diff options
author | Albert Zhang <albert.zhang@canonical.com> | 2014-04-20 15:39:23 +0800 |
---|---|---|
committer | Albert Zhang <albert.zhang@canonical.com> | 2014-04-20 15:39:23 +0800 |
commit | 2ec20cec0a31e29404c6c5e15d24435d7bdc61cc (patch) | |
tree | 55aed0a26c0fb031d9952258f98eec44da99beaa /debian/control |
plainbox oem provider
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c7dde83 --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: plainbox-provider-oem +Section: utils +Priority: extra +Maintainer: Albert Zhang <albert.zhang@canonical.com> +Build-Depends: + debhelper (>= 8.0.0), + dh-python, + intltool, + python (>= 2.7), + python3, + python3-plainbox (>= 0.5.3) +Standards-Version: 3.9.2 +X-Python3-Version: >= 3.2 +Homepage: https://code.edge.launchpad.net/~oem-qa/oem-qa-checkbox/oem-plainbox + +Package: plainbox-provider-oem +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, plainbox-provider-checkbox, plainbox-insecure-policy +Description: plainbox oem provider + plainbox oem provider + +Package: plainbox-provider-oem-sutton +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, checkbox-gui, plainbox-provider-oem (= ${source:Version}) +Description: plainbox oem provider for sutton + plainbox oem provider for sutton + +Package: plainbox-provider-oem-kittyhawk +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, checkbox-gui, plainbox-provider-oem (= ${source:Version}) +Description: plainbox oem provider for kittyhawk + plainbox oem provider for kittyhawk |