diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 18:51:07 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 18:51:07 -0500 |
commit | a87b419dca5819a33875acf36cfdfdf13addb5c4 (patch) | |
tree | d23023a3e77074d500d4b058505ea0e207927b32 /debian/control | |
parent | 7782582225ef4f8220aa5c0bf91f6f1580bfdbc0 (diff) |
Build using python-central. For some reason bzr does not pick up on plugins built using python-support.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d0d12c4..1a3e6ff 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: etckeeper Section: admin Priority: optional -Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), bzr (>= 1.4~), python-support (>= 0.5.3) +Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), bzr (>= 1.4~), python-central Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.8.0 +XS-Python-Version: all Vcs-Git: git://git.kitenet.net/etckeeper Homepage: http://kitenet.net/~joey/code/etckeeper/ @@ -12,6 +13,7 @@ Architecture: all Section: admin Depends: git-core (>= 1:1.5.4) | mercurial | bzr (>= 1.4~), ${misc:Depends} Conflicts: bzr (<< 1.4~) +XB-Python-Version: ${python:Versions} Description: store /etc in git, mercurial, or bzr The etckeeper program is a tool to let /etc be stored in a git, mercurial, or bzr repository. It hooks into APT to automatically commit changes made to |