From 118f0016d2f1ecece4d282a257049a86bc4c9ca6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Apr 2008 14:31:19 -0400 Subject: Include etckeeper plugin in Debian package. Conflicts: debian/control --- debian/control | 4 ++-- debian/rules | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') 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 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 -- cgit v1.2.3