summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-28 13:43:31 -0400
committerJoey Hess <joey@kitenet.net>2011-06-28 13:43:31 -0400
commit2637b34498704d791106a017b939eb912f9027e0 (patch)
treedc54ad8b6f1be6e32601c00860e0bc70a9d38d2b /debian/control
parentc7e5d10a876e693470db77daefafa36eb4150763 (diff)
Converted to use dh_python2. Closes: #616800
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 44a9ee8..350d9f8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: etckeeper
Section: admin
Priority: optional
-Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), bzr (>= 1.5~), python-central
+Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), bzr (>= 1.5~), python
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.2
XS-Python-Version: all
@@ -15,7 +15,6 @@ Depends: git-core (>= 1:1.5.4) | git (>= 1:1.7) | mercurial | bzr (>= 1.5~) | da
Recommends: cron
Suggests: sudo (>= 1.7.4p4)
Conflicts: bzr (<< 1.5~)
-XB-Python-Version: ${python:Versions}
Description: store /etc in git, mercurial, bzr or darcs
The etckeeper program is a tool to let /etc be stored in a git, mercurial,
bzr or darcs repository. It hooks into APT to automatically commit changes