diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2018-10-08 07:52:28 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2019-02-03 16:21:38 +0000 |
commit | a79bce4e6694f0121065a1b495aa68f174c18e29 (patch) | |
tree | 150f8be229122ece5d276350857c7a46bc3f5f2e | |
parent | 278678b42f16391c8fea83ff29eee5fc7875b991 (diff) | |
download | ikiwiki-a79bce4e6694f0121065a1b495aa68f174c18e29.tar ikiwiki-a79bce4e6694f0121065a1b495aa68f174c18e29.tar.gz |
Allow Breezy as alternative to Bazaar.
(cherry picked from commit a07f048d9fc99928ebbb74b34f5d1932ff3d7884)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6af39bd83..c1c74f0bb 100644 --- a/debian/control +++ b/debian/control @@ -53,7 +53,7 @@ Depends: ${perl:Depends}, Recommends: gcc | c-compiler, - git (>= 1:1.7) | git-core (>= 1:1.5.0) | subversion | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38) | darcs, + git (>= 1:1.7) | git-core (>= 1:1.5.0) | subversion | tla | bzr | brz | mercurial | monotone (>= 0.38) | darcs, libauthen-passphrase-perl, libc6-dev | libc-dev, libcgi-formbuilder-perl (>= 3.05), |