summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-16 19:10:24 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-16 19:10:24 -0400
commitca38120888503b2529d0e69b3556163f89ea0667 (patch)
tree8e0814541f2b7171ccb74ba8adf98b1d23fd5b7d /debian
parent6ed0a15262d26ff262311afb48a79c95bb1ce3bb (diff)
remove versioned dependencies on bzr 1.4
I was told that bzr 1.4 would be released last weekend, but that does not seem to be true, (unless they meant that 1.4rc1 would be released). I don't want to keep a RC bug open blocked on a bzr release. The versioned deps arn't really needed; building with an older bzr will drop the bzr hook and otherwise work.
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 79bd28b..bec9c25 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), bzr (>= 1.4~), python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.9.0), bzr, 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.4~), ${misc:Depends}
+Depends: git-core (>= 1:1.5.4) | mercurial | bzr, ${misc:Depends}
Conflicts: bzr (<< 1.4~)
Description: store /etc in git, mercurial, or bzr
The etckeeper program is a tool to let /etc be stored in a git, mercurial,