diff options
author | Matthias Urlichs <smurf@smurf.noris.de> | 2005-10-10 13:10:01 +0200 |
---|---|---|
committer | Matthias Urlichs <smurf@smurf.noris.de> | 2005-10-10 13:10:01 +0200 |
commit | c6582aba5230301fe826c06d1891a4a8a9d32074 (patch) | |
tree | 8a6856c38d722509f14aca30517ae3c57c17e44d /debian | |
parent | 6d281217b930466717d0078285e5431c409b7aec (diff) | |
download | git-c6582aba5230301fe826c06d1891a4a8a9d32074.tar.gz |
svn import: add libsvn-core-perl to Debian's control file
Added libsvn-core-perl to debian/control, "Recommends:" section.
Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5d75c325e2..0ec89338bf 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.1 Package: git-core Architecture: any Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, patch, rcs -Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl, python (>= 2.4.0), less +Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl, libsvn-core-perl (>= 1.2.1), python (>= 2.4.0), less Suggests: cogito Conflicts: git, cogito (<< 0.13) Description: The git content addressable filesystem |