summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control66
1 files changed, 58 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index f13d970..b9327f7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,64 @@
Source: python-reconfigure
Section: python
Priority: optional
-Maintainer: Eugeny Pankov <e@ajenti.org>
-Build-Depends: debhelper (>=8.0.0), python-support (>= 0.6), cdbs (>= 0.4.49)
-XS-Python-Version: >=2.6
-Standards-Version: 3.9.1
+Maintainer: Andrew Shadura <andrewsh@debian.org>
+Build-Depends:
+ python-setuptools (>= 0.6.24),
+ python-all (>= 2.6.6-3),
+ python-sphinx,
+ python-chardet,
+ python-nose,
+ debhelper (>= 9)
+Standards-Version: 3.9.4
+Homepage: http://eugeny.github.io/reconfigure
Package: python-reconfigure
Architecture: all
-Homepage: http://eugeny.github.com/reconfigure
-XB-Python-Version: ${python:Versions}
-Depends: ${misc:Depends}, ${python:Depends}, python-chardet
-Description: Simple config file management library
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: simple config file management library
+ python-reconfigure provides easy and uniform access to various
+ kinds of configuration files, easily extendable with custom
+ parsers.
+ .
+ Supported configuration files:
+ * Ajenti (ajenti)
+ * BIND9 DNS (bind9)
+ * Crontabs (crontab)
+ * Samba CTDB (ctdb)
+ * ISC DHCPD / uDHCPD (dhcpd)
+ * NFS /etc/exports (exports)
+ * /etc/fstab (fstab)
+ * /etc/group (group)
+ * /etc/hosts (hosts)
+ * iptables-save dump (iptables)
+ * Netatalk afp.conf (netatalk)
+ * NSD DNS (nsd)
+ * /etc/passwd (passwd)
+ * /etc/resolv.conf (resolv)
+ * Samba (samba)
+ * Squid 3 (squid)
+ * Supervisord (supervisor)
+ .
+ Included parsers:
+ * BIND9 config (bind9)
+ * Crontab (crontab)
+ * NFS Exports (exports)
+ * .ini (ini)
+ * iptables-save (iptables)
+ * nginx-like (nginx)
+ * squid (squid)
+ * nsd (nsd)
+ * CSV-like space-separated values (ssv)
+ * JSON (jsonparser)
+
+Package: python-reconfigure-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: simple config file management library (documentation)
+ python-reconfigure provides easy and uniform access to various
+ kinds of configuration files, easily extendable with custom
+ parsers.
+ .
+ This package provides documentation to python-reconfigure.