diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 48becc1..1c52b2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ etckeeper (0.22) UNRELEASED; urgency=low * Move etckeeper to sbin, and man page to section 8, since only an admin can really use etckeeper. Closes: #509152 * Mention README file from man page. + * Build using python-central. For some reason bzr does not pick up on + plugins built using python-support. -- Joey Hess <joeyh@debian.org> Mon, 22 Dec 2008 16:11:38 -0500 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 diff --git a/debian/rules b/debian/rules index 4fe53ed..bb9fc62 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ + dh --with python-central $@ # Not intended for use by anyone except the author. announcedir: |