Merge refs/heads/master from .
This commit is contained in:
6
debian/.gitignore
vendored
Normal file
6
debian/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
git-core
|
||||
git-tk
|
||||
*.debhelper
|
||||
*.substvars
|
||||
build-stamp
|
||||
files
|
5
debian/control
vendored
5
debian/control
vendored
@ -2,14 +2,15 @@ Source: git-core
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Junio C Hamano <junkio@cox.net>
|
||||
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)
|
||||
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
|
||||
Conflicts: git
|
||||
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
|
||||
|
5
debian/git-core.doc-base
vendored
5
debian/git-core.doc-base
vendored
@ -1,6 +1,5 @@
|
||||
Document: git-core
|
||||
Title: git-core
|
||||
Author:
|
||||
Title: git reference
|
||||
Abstract: This manual describes git
|
||||
Section: Devel
|
||||
|
||||
@ -9,4 +8,4 @@ Index: /usr/share/doc/git-core/git.html
|
||||
Files: /usr/share/doc/git-core/*.html
|
||||
|
||||
Format: text
|
||||
Files: /usr/share/doc/git-core/git-core.txt
|
||||
Files: /usr/share/doc/git-core/git.txt*
|
||||
|
2
debian/git-tk.files
vendored
2
debian/git-tk.files
vendored
@ -1 +1,3 @@
|
||||
/usr/bin/gitk
|
||||
/usr/share/man/man1/gitk.*
|
||||
/usr/share/doc/git-core/gitk.*
|
||||
|
Reference in New Issue
Block a user