summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-05 14:31:19 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-05 14:31:19 -0400
commit118f0016d2f1ecece4d282a257049a86bc4c9ca6 (patch)
tree2f1cee9cea47b39634de320289f7ad0bc8b2d5b0 /debian
parentfa84e9dcae169c7e6f9800572cb94bad2c09c51e (diff)
Include etckeeper plugin in Debian package.
Conflicts: debian/control
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules1
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index af675b6..df3e58c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: etckeeper
Section: admin
Priority: optional
-Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0)
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0), bzr (>= 1.4~), python-support (>= 0.5.3)
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.7.3
Vcs-Git: git://git.kitenet.net/etckeeper
@@ -10,7 +10,7 @@ Homepage: http://kitenet.net/~joey/code/etckeeper/
Package: etckeeper
Architecture: all
Section: admin
-Depends: git-core (>= 1:1.5.4) | mercurial | bzr (>= 1.0), ${misc:Depends}
+Depends: git-core (>= 1:1.5.4) | mercurial | bzr (>= 1.4~), ${misc:Depends}
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 eb737a5..28e3c1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ binary-indep: build
dh_testroot
dh_clean -k
$(MAKE) install DESTDIR=debian/etckeeper
+ dh_pysupport
dh_installdocs README TODO
dh_installexamples
dh_installchangelogs