summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2020-10-15 19:54:28 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2020-10-15 19:54:28 +0200
commitf159ecefbfff82bbcdfca4e63cd89ccdad3a6596 (patch)
tree03faf771cf15c6e27015d0d5a26939887b0dc577
parent530b94043031f095e9d650e4b99194aa88891333 (diff)
Wrap and sort
-rw-r--r--debian/control67
1 files changed, 36 insertions, 31 deletions
diff --git a/debian/control b/debian/control
index bcc898d..0a4525e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,21 @@ Source: debos
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
-Uploaders: Héctor Orón Martínez <zumbi@debian.org>, Andrej Shadura <andrewsh@debian.org>
-Build-Depends: debhelper (>= 10),
- dh-golang,
- golang-any,
- golang-github-docker-go-units-dev,
- golang-github-stretchr-testify-dev,
- golang-yaml.v2-dev,
- golang-github-sjoerdsimons-ostree-go-dev (>= 0.0~git20201014.8fae757-2~),
- golang-go-flags-dev,
- golang-github-go-debos-fakemachine-dev (>= 0.0~git20181105.9316584~),
- golang-github-surma-gocpio-dev,
- golang-gopkg-freddierice-go-losetup.v1-dev
+Uploaders:
+ Héctor Orón Martínez <zumbi@debian.org>,
+ Andrej Shadura <andrewsh@debian.org>,
+Build-Depends:
+ debhelper (>= 10),
+ dh-golang,
+ golang-any,
+ golang-github-docker-go-units-dev,
+ golang-github-go-debos-fakemachine-dev (>= 0.0~git20181105.9316584~),
+ golang-github-sjoerdsimons-ostree-go-dev (>= 0.0~git20201014.8fae757-2~),
+ golang-github-stretchr-testify-dev,
+ golang-github-surma-gocpio-dev,
+ golang-go-flags-dev,
+ golang-gopkg-freddierice-go-losetup.v1-dev,
+ golang-yaml.v2-dev,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://github.com/go-debos/debos
@@ -24,25 +27,27 @@ Testsuite: autopkgtest-pkg-go
Package: debos
Architecture: amd64
-Built-Using: ${misc:Built-Using}
-Recommends: bmap-tools
- , ovmf
- , bzip2
- , xz-utils
- , zip
-# For the action image-partition
- , parted
- , mount
- , udev
- , e2fsprogs
- , linux-image-amd64
-Depends: ${shlibs:Depends}
- , ${misc:Depends}
- , busybox | busybox-static
- , systemd-container
- , debootstrap
- , qemu-system-x86
- , qemu-user-static
+Built-Using:
+ ${misc:Built-Using},
+Recommends:
+ bmap-tools,
+ bzip2,
+ e2fsprogs,
+ linux-image-amd64,
+ mount,
+ ovmf,
+ parted,
+ udev,
+ xz-utils,
+ zip,
+Depends:
+ busybox | busybox-static,
+ debootstrap,
+ qemu-system-x86,
+ qemu-user-static,
+ systemd-container,
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Debian OS builder
debos is a tool to make creation of various Debian based OS "images"
simpler. While most other tools focus on specific use-case, debos is