File: control

package info (click to toggle)
gitmagic 20160304-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,280 kB
  • ctags: 20
  • sloc: makefile: 98; sh: 38
file content (26 lines) | stat: -rw-r--r-- 967 bytes parent folder | download
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
Source: gitmagic
Section: doc
Priority: optional
Maintainer: Sebastien Badia <seb@sebian.fr>
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: asciidoc,
                     docbook-utils,
                     gawk,
                     texlive-generic-recommended,
                     texlive-lang-cyrillic,
                     tidy,
                     xmlto
Standards-Version: 3.9.7
Homepage: http://www-cs-students.stanford.edu/~blynn/gitmagic/
Vcs-git: https://anonscm.debian.org/git/collab-maint/gitmagic.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gitmagic.git

Package: gitmagic
Architecture: all
Depends: ${misc:Depends}
Description: guide about Git version control system
 Git is a version control Swiss army knife. A reliable versatile multipurpose
 revision control tool whose extraordinary flexibility makes it tricky to learn,
 let alone master.
 .
 This is easier to understand guide for Git than the official Git user manual.