File: control

package info (click to toggle)
debomatic 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 344 kB
  • ctags: 69
  • sloc: python: 642; sh: 67; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 1,394 bytes parent folder | download
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
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 (>= 7.2.18)
Build-Depends-Indep: python (>= 2.5.4-1~), python-support (>= 0.90.0), python-docutils
XS-Python-Version: all
Standards-Version: 3.8.4
Homepage: https://launchpad.net/debomatic
Vcs-Svn: svn://svn.debian.org/python-apps/packages/debomatic/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/debomatic/trunk/

Package: debomatic
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, pbuilder | cowbuilder
Recommends: gnupg, lintian, python-pyinotify (>= 0.8.6-1)
XB-Python-Version: ${python:Versions}
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.