Build using python-central. For some reason bzr does not pick up on plugins built...
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 23 Dec 2008 23:51:07 +0000 (18:51 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 23 Dec 2008 23:51:07 +0000 (18:51 -0500)
debian/changelog
debian/control
debian/rules

index 48becc1a6e0e0bad3caed217133f617651faf0cc..1c52b2dc8677b2bcf90a458dd1be4d228dc659aa 100644 (file)
@@ -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
 
index d0d12c43ea0768147c153ba9887708bf6cbab752..1a3e6ff56dbe8e8d4cb1e13a46096bff14f193e2 100644 (file)
@@ -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
index 4fe53edf302c66f93b374e69491e78dfe927f4b1..bb9fc62a4c58c3f3dcffdab7a4ff80ec3cada60e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-       dh $@
+       dh --with python-central $@
 
 # Not intended for use by anyone except the author.
 announcedir: