From 186760fa76285d659c7e2ab4f6bb529e5f805747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= Date: Wed, 10 Jan 2018 16:21:18 +0100 Subject: Initial packaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Orón Martínez --- debian/control | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1663bd6 --- /dev/null +++ b/debian/control @@ -0,0 +1,39 @@ +Source: debos +Section: devel +Priority: optional +Maintainer: Debian Go Packaging Team +Uploaders: Héctor Orón Martínez +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, + golang-go-flags-dev, + golang-github-go-debos-fakemachine-dev, + golang-github-surma-gocpio-dev, + libostree-dev +Standards-Version: 4.1.3 +Homepage: https://github.com/go-debos/debos +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/debos.git +Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/debos.git +XS-Go-Import-Path: github.com/go-debos/debos +Testsuite: autopkgtest-pkg-go + +Package: debos +Architecture: any +Built-Using: ${misc:Built-Using} +Recommends: bmap-tools, ovmf +Depends: ${shlibs:Depends}, + ${misc:Depends}, + systemd-container +## d4s +## and please add to runtime dependencies for debos: gzip, bzip2, xz, tar, zip, dpkg, apt, blkid, parted, losetup, udevadm, systemd-nspawn, debootstrap +## may be I missed something +Description: Debian OS builder + debos 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 more meant as a toolchain to make comon + actions trivial while providing enough rope to do whatever tweaking that + might be required behind the scene. -- cgit v1.2.3