Source: deb-build-snapshot
Section: devel
Priority: optional
Maintainer: Simon McVittie <smcv@collabora.com>
Standards-Version: 4.4.1
Build-Depends:
 debhelper,
 python3 (>= 3.4) | python3.5,
 python3-debian (>= 0.1.27) | python3.5,
Vcs-Git: https://gitlab.steamos.cloud/packaging/deb-build-snapshot.git
Vcs-Browser: https://gitlab.steamos.cloud/packaging/deb-build-snapshot

Package: deb-build-snapshot
Architecture: all
Multi-Arch: foreign
Section: devel
Depends:
 devscripts,
 dpkg-dev,
 git,
 rsync,
 ${local:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 apt,
 build-essential,
 fakeroot,
Suggests:
 dh-autoreconf,
 ccache,
 meson,
Description: tool to build Debian package snapshots from git
 deb-git-version-gen manufactures synthetic version numbers for Debian
 packages based on `git describe`, so developers can track which build
 they have ended up using.
 .
 deb-build-snapshot turns packages' source code in git into tested
 (and hopefully working) source .dsc and optionally binary .deb snapshots.
 It can also be used to do releases in a CI system or other controlled
 environment. Optionally, it can do the build remotely and/or in a
 schroot.
