diff options
author | Ryan Anderson <ryan@michonline.com> | 2005-07-31 04:17:25 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-02 22:53:15 -0700 |
commit | 6ff3376ca625d0c458e13956fc21b33e6fd6def0 (patch) | |
tree | ef5adba6fad83aba75f084aac558f10fb85cc558 /debian | |
parent | 479cec960c20a5022e2cfc7e46c88817d8540758 (diff) | |
download | git-6ff3376ca625d0c458e13956fc21b33e6fd6def0.tar.gz git-6ff3376ca625d0c458e13956fc21b33e6fd6def0.tar.xz |
[PATCH] Add new dependencies caused by git-send-email-script to debian/control
Signed-off-by: Ryan Anderson <ryan@michonline.com>
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 98c81c76f..ae1912c1c 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.1 Package: git-core Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, patch, diff, rcs -Recommends: rsync, curl, ssh +Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl Conflicts: git Description: The git content addressable filesystem GIT comes in two layers. The bottom layer is merely an extremely fast |