File: control

package info (click to toggle)
jgit 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 12,956 kB
  • sloc: java: 126,114; xml: 2,151; sh: 348; perl: 269; makefile: 39
file content (63 lines) | stat: -rw-r--r-- 2,116 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
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
Source: jgit
Priority: optional
Section: java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Niels Thykier <niels@thykier.net>,
           Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>= 8~),
               cdbs,
               javahelper,
               default-jdk,
               libargs4j-java,
               libbuild-helper-maven-plugin-java,
               libhamcrest-java,
               libjsch-java,
               libmaven-antrun-plugin-java,
               libmaven-javadoc-plugin-java,
               libclirr-maven-plugin-java,
               maven-debian-helper,
               maven-repo-helper
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-java/eclipse-jgit.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse-jgit.git
Homepage: http://www.eclipse.org/jgit/

Package: libjgit-java
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Suggests: libjgit-java-doc
Replaces: eclipse-jgit (<< 2.0.0)
Breaks: eclipse-jgit (<< 2.0.0), eclipse-egit (<< 2.0.0~)
Description: Java implementation of GIT version control
 JGit is a lightweight, pure Java library implementing the Git version control
 system:
  * Repository access routines
  * Network protocols
  * Core version control algorithms

Package: libjgit-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libjgit-java
Description: Java implementation of GIT version control (documentation)
 JGit is a lightweight, pure Java library implementing the Git version control
 system:
  * Repository access routines
  * Network protocols
  * Core version control algorithms
 .
 This package contains the Javadoc API documentation.

Package: jgit-cli
Architecture: all
Section: devel
Depends: libjgit-java (= ${source:Version}),
         ${java:Depends},
         ${misc:Depends}
Description: Java implementation of GIT version control (command line interface)
 JGit is a lightweight, pure Java library implementing the Git version control
 system.
 .
 This package provides command line interface for user interaction with jgit.