1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
|
Source: git-core
Section: devel
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: libz-dev, libcurl3-gnutls-dev | libcurl3-dev, python, asciidoc (>> 7.0.2-3), xmlto, libexpat1-dev, rcs, subversion, libsvn-perl | libsvn-core-perl, unzip
Standards-Version: 3.7.2.0
Package: git-core
Architecture: any
Depends: ${shlibs:Depends}, perl-modules, liberror-perl, libdigest-sha1-perl, rcs
Recommends: git-doc, patch, less, rsync, curl, ssh-client, python
Suggests: git-arch, git-cvs, git-svn, git-email, git-daemon-run, gitk, gitweb, cogito
Replaces: cogito (<< 0.16rc2-0)
Conflicts: git (<< 4.3.20-8)
Description: content addressable filesystem
This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it 'does' do is track directory
contents efficiently.
.
Amongst other projects, the Linux kernel source tree is managed through
the git content manager.
.
This package provides the git core components.
Package: git-doc
Section: doc
Architecture: all
Suggests: git-core, git-arch, git-cvs, git-svn, git-email, gitk, gitweb
Description: content addressable filesystem (documentation)
This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it 'does' do is track directory
contents efficiently.
.
Amongst other projects, the Linux kernel source tree is managed through
the git content manager.
.
This package provides the documentation.
Package: git-arch
Architecture: all
Depends: git-core (= ${Source-Version})
Recommends: git-doc
Suggests: tla, bazaar
Replaces: cogito (<< 0.16rc2-0)
Description: content addressable filesystem (arch interoperability)
This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it 'does' do is track directory
contents efficiently.
.
Amongst other projects, the Linux kernel source tree is managed through
the git content manager.
.
This package provides tools for importing development history from arch
repositories.
Package: git-cvs
Architecture: all
Depends: git-core (= ${Source-Version}), cvsps (>> 2.1-0)
Recommends: git-doc
Suggests: cvs
Replaces: cogito (<< 0.16rc2-0)
Description: content addressable filesystem (cvs interoperability)
This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it 'does' do is track directory
contents efficiently.
.
Amongst other projects, the Linux kernel source tree is managed through
the git content manager.
.
This package provides tools for importing development history from cvs
repositories.
Package: git-svn
Architecture: all
Depends: git-core (= ${Source-Version}), libsvn-perl | libsvn-core-perl, libwww-perl
Recommends: git-doc
Suggests: subversion
Replaces: cogito (<< 0.16rc2-0)
Description: content addressable filesystem (svn interoperability)
This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it 'does' do is track directory
contents efficiently.
.
Amongst other projects, the Linux kernel source tree is managed through
the git content manager.
.
This package provides tools for importing development history from
subversion repositories.
Package: git-email
Architecture: all
Depends: git-core (= ${Source-Version}), libmail-sendmail-perl, libemail-valid-perl
Recommends: git-doc
Replaces: cogito (<< 0.16rc2-0)
Description: content addressable filesystem (email add-on)
This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it 'does' do is track directory
contents efficiently.
.
Amongst other projects, the Linux kernel source tree is managed through
the git content manager.
.
This package provides tools for sending series of patch emails.
Package: git-daemon-run
Architecture: all
Depends: git-core (= ${Source-Version}), runit, adduser
Description: content addressable filesystem (git-daemon service)
This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it 'does' do is track directory
contents efficiently.
.
Amongst other projects, the Linux kernel source tree is managed through
the git content manager.
.
This package provides a git-daemon service.
Package: gitk
Architecture: all
Depends: git-core (= ${Source-Version}), tk8.4
Recommends: git-doc
Replaces: cogito (<< 0.16rc2-0)
Description: content addressable filesystem (revision tree visualizer)
This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it 'does' do is track directory
contents efficiently.
.
Amongst other projects, the Linux kernel source tree is managed through
the git content manager.
.
This package provides the gitk program, a tcl/tk revision tree visualizer.
Package: gitweb
Architecture: all
Depends: git-core (= ${Source-Version}), perl
Recommends: git-doc
Description: content addressable filesystem (web interface)
This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it 'does' do is track directory
contents efficiently.
.
Amongst other projects, the Linux kernel source tree is managed through
the git content manager.
.
This package provides a web interface for browsing git repositories.
|