diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9b0763c..8fe4b37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +etckeeper (0.56) UNRELEASED; urgency=low + + * Converted to use dh_python2. Closes: #616800 + + -- Joey Hess <joeyh@debian.org> Tue, 28 Jun 2011 13:43:05 -0400 + etckeeper (0.55) unstable; urgency=low * Fix error propigation to yum, which makes AVOID_COMMIT_BEFORE_INSTALL work. 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 diff --git a/debian/rules b/debian/rules index bb9fc62..cd2906f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh --with python-central $@ + dh --with python2 $@ # Not intended for use by anyone except the author. announcedir: |