diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-15 23:33:03 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-15 23:33:03 -0700 |
commit | b93aa3ec9506618e9a22c04d775b35f31e7e068f (patch) | |
tree | 9373a7d7888a09b6467fa7b8af38dff4eec02e82 /debian | |
parent | c6ae61590f79cb7ff848ef0f2c33396507e60442 (diff) | |
download | git-b93aa3ec9506618e9a22c04d775b35f31e7e068f.tar.gz git-b93aa3ec9506618e9a22c04d775b35f31e7e068f.tar.xz |
Recommend 'less' for Debian.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 33a8f852b..845a08cd4 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) +Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl, python (>= 2.4.0), less Suggests: cogito Conflicts: git, cogito (<< 0.13) Description: The git content addressable filesystem |