2005-07-15 03:26:31 +02:00
|
|
|
Source: git-core
|
|
|
|
Section: devel
|
|
|
|
Priority: optional
|
2005-08-08 08:21:38 +02:00
|
|
|
Maintainer: Junio C Hamano <junkio@cox.net>
|
2005-10-15 02:15:11 +02:00
|
|
|
Build-Depends-Indep: libz-dev, libssl-dev, libcurl3-dev|libcurl3-gnutls-dev|libcurl3-openssl-dev, asciidoc (>= 6.0.3), xmlto, debhelper (>= 4.0.0), bc
|
2005-07-15 03:26:31 +02:00
|
|
|
Standards-Version: 3.6.1
|
|
|
|
|
|
|
|
Package: git-core
|
|
|
|
Architecture: any
|
2005-10-16 20:59:13 +02:00
|
|
|
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, rcs
|
2005-11-05 11:39:42 +01:00
|
|
|
Recommends: rsync, curl, ssh, python (>= 2.4.0), less
|
2005-10-16 20:59:13 +02:00
|
|
|
Suggests: cogito, patch
|
2005-08-26 13:00:04 +02:00
|
|
|
Conflicts: git, cogito (<< 0.13)
|
2005-07-15 03:26:31 +02:00
|
|
|
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
|
|
|
|
with regard to their history. The top layer is a SCM-like tool which
|
|
|
|
enables human beings to work with the database in a manner to a degree
|
2005-08-11 01:54:36 +02:00
|
|
|
similar to other SCM tools.
|
|
|
|
|
2005-11-05 11:39:42 +01:00
|
|
|
Package: git-doc
|
|
|
|
Architecture: all
|
2005-11-05 21:54:25 +01:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, git-core
|
2005-11-05 11:39:42 +01:00
|
|
|
Description: The git content addressable filesystem, Documentation
|
|
|
|
This package contains documentation for GIT.
|
|
|
|
|
2005-08-11 01:54:36 +02:00
|
|
|
Package: git-tk
|
2005-08-12 22:32:02 +02:00
|
|
|
Architecture: all
|
2005-08-11 01:54:36 +02:00
|
|
|
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.
|
2005-07-15 03:26:31 +02:00
|
|
|
|
2005-11-05 11:39:42 +01:00
|
|
|
Package: git-svn
|
|
|
|
Architecture: all
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, git-core, libsvn-core-perl (>= 1.2.1)
|
|
|
|
Suggests: subversion
|
|
|
|
Description: The git content addressable filesystem, SVN interoperability
|
|
|
|
This package contains 'git-svnimport', to import development history from
|
|
|
|
SVN repositories.
|
|
|
|
|
|
|
|
Package: git-arch
|
|
|
|
Architecture: all
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, git-core
|
|
|
|
Suggests: tla, bazaar
|
|
|
|
Description: The git content addressable filesystem, GNUArch interoperability
|
|
|
|
This package contains 'git-archimport', to import development history from
|
|
|
|
GNUArch repositories.
|
|
|
|
|
|
|
|
Package: git-cvs
|
|
|
|
Architecture: all
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, git-core
|
|
|
|
Suggests: cvs
|
|
|
|
Description: The git content addressable filesystem, CVS interoperability
|
|
|
|
This package contains 'git-cvsimport', to import development history from
|
|
|
|
CVS repositories.
|
|
|
|
|
|
|
|
Package: git-email
|
|
|
|
Architecture: all
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, git-core, libmail-sendmail-perl, libemail-valid-perl
|
|
|
|
Description: The git content addressable filesystem, e-mail add-on
|
|
|
|
This package contains 'git-send-email', to send a series of patch e-mails.
|
|
|
|
|
|
|
|
|