diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-16 19:26:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-16 19:26:22 -0400 |
commit | 8ce6485ff6c0ac15590085be27e14c26f9dc530e (patch) | |
tree | c9dd94ec384ed25115106a44a97ef77637b34385 | |
parent | ca38120888503b2529d0e69b3556163f89ea0667 (diff) |
Revert "remove versioned dependencies on bzr 1.4"
This reverts commit ca38120888503b2529d0e69b3556163f89ea0667.
I'll do an interim release branched from the last one instead..
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index bec9c25..79bd28b 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, python-support (>= 0.5.3) +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, ${misc:Depends} +Depends: git-core (>= 1:1.5.4) | mercurial | bzr (>= 1.4~), ${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, |