File: control

package info (click to toggle)
svnkit 1.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,256 kB
  • ctags: 26,264
  • sloc: java: 221,083; ansic: 389; xml: 273; sh: 264; makefile: 47; python: 17; perl: 8
file content (63 lines) | stat: -rw-r--r-- 2,381 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: svnkit
Section: vcs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>, Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: ant,
               debhelper (>= 9),
               default-jdk,
               eclipse-rcp,
               javahelper,
               libjna-java,
               libsequence-library-java,
               libsqljet-java (>= 1.1.10-1~),
               libsvn-java (>= 1.8.8),
               libtrilead-ssh2-java (>= 6401+svn158),
               perl,
               maven-repo-helper
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/svnkit.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/svnkit.git
Homepage: http://svnkit.com

Package: svnkit
Architecture: all
Depends: default-jre-headless,
         libjna-java,
         libsequence-library-java,
         libsvnkit-java (= ${binary:Version}),
         libtrilead-ssh2-java (>= 6401+svn158),
         ${misc:Depends}
Description: pure Java Subversion client
 SVNKit allows one to work with Subversion repositories and working
 copies.  The SVNKit client features direct repository access as well as
 support for all high level Subversion operations available via the
 command-line Subversion client.

Package: libsvnkit-java
Architecture: all
Section: java
Depends: antlr3,
         libjna-java,
         libsequence-library-java,
         libsqljet-java (>= 1.1.10-1~),
         libtrilead-ssh2-java (>= 6401+svn158),
         ${misc:Depends}
Recommends: libsvn-java (>= 1.7)
Suggests: junit
Description: pure Java Subversion client library
 SVNKit provides APIs to work with Subversion repositories and working
 copies. The SVNKit library features direct repository access as well as
 support for all high level Subversion operations available via the
 command-line Subversion client.

Package: libsvnkit-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: default-jdk-doc, libsvnkit-java (= ${binary:Version})
Description: documentation for libsvnkit-java
 Documentation for SVNKit, which is a Java library that provides APIs to
 work with Subversion repositories and working copies. SVNKit features
 direct repository access as well as support for all high level Subversion
 operations that are available via the command-line Subversion client.