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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: debomatic
Section: devel
Priority: extra
Maintainer: Luca Falavigna <dktrkranz@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
python3 (>= 3.2~),
dh-python,
dh-systemd,
python3-sphinx,
texlive-latex-base,
texlive-latex-recommended,
texlive-fonts-recommended,
texlive-latex-extra,
gettext
X-Python3-Version: >= 3.2
Standards-Version: 3.9.6
Homepage: https://debomatic.github.io
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/debomatic/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/debomatic/trunk/
Package: debomatic
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
pbuilder | cowbuilder,
debootstrap | cdebootstrap,
python3-toposort
Recommends: gpgv,
lintian,
python3-pyinotify (>= 0.8.6-1),
debian-archive-keyring,
ubuntu-keyring
Suggests: piuparts (>= 0.45),
apt-utils,
devscripts,
gnupg
Description: automatic build machine for Debian source packages
Deb-o-Matic is an easy to use build machine for Debian source packages
based on pbuilder, written in Python.
.
It provides a simple tool to automate build of source packages with limited
user interaction and a simple configuration. It has some useful features such
as automatic update of pbuilder, automatic scan and selection of source
packages to build and modules support.
.
It is meant to help developers to build their packages without worrying too
much of compilation, since it will run in background and no user feedback
is required during the whole process.
|