From ca38120888503b2529d0e69b3556163f89ea0667 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 16 Apr 2008 19:10:24 -0400 Subject: 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. --- debian/control | 4 ++-- 1 file 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 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, -- cgit v1.2.3