X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=5d75c325e2dad1393cf5845dc9ccc6d54743e0e1;hb=039c6f162a63e9d91f360e2e6138e21a4015c543;hp=53b87f44a6853d2d61278da8d50932399e16e27b;hpb=5acc5bfd6303f1fec4b3d175a15a2ff800983be7;p=git.git diff --git a/debian/control b/debian/control index 53b87f44..5d75c325 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,15 @@ Source: git-core Section: devel Priority: optional Maintainer: Junio C Hamano -Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev, asciidoc > 6.0.3, xmlto, debhelper (>= 4.0.0) +Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev, asciidoc (>= 6.0.3), xmlto, debhelper (>= 4.0.0), bc Standards-Version: 3.6.1 Package: git-core Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, patch, rcs -Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl -Conflicts: git +Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, patch, rcs +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 GIT comes in two layers. The bottom layer is merely an extremely fast and flexible filesystem-based database designed to store directory trees @@ -18,7 +19,7 @@ Description: The git content addressable filesystem similar to other SCM tools. Package: git-tk -Architecture: any +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, git-core, tk8.4 Description: The git content addressable filesystem, GUI add-on This package contains 'gitk', the git revision tree visualizer.