File: control

package info (click to toggle)
eclipse-subclipse 1.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 11,176 kB
  • ctags: 10,665
  • sloc: java: 74,899; xml: 2,668; sh: 12; makefile: 3
file content (54 lines) | stat: -rw-r--r-- 1,926 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
Source: eclipse-subclipse
Priority: optional
Section: devel
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>= 8~),
               default-jdk,
               eclipse-gef,
               eclipse-mylyn,
               eclipse-pde (>= 3.7~exp),
               libsvnclientadapter-java (>= 1.10~),
               javahelper (>= 0.32~),
               unzip,
               zip
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/eclipse-subclipse.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/eclipse-subclipse.git
Homepage: http://subclipse.tigris.org/

Package: eclipse-subclipse
Architecture: all
Depends: eclipse-platform (>= 3.7~exp),
         ${misc:Depends},
         ${orbit:Depends}
Description: Subversion client plugin for Eclipse
 Subclipse is an Eclipse Team Provider plug-in providing support for Subversion
 within the Eclipse IDE.

Package: eclipse-subclipse-graph
Architecture: all
Depends: eclipse-subclipse (= ${source:Version}),
         eclipse-gef,
         ${misc:Depends},
         ${orbit:Depends}
Description: Subversion Revision Graph Eclipse plugin
 Subclipse is an Eclipse Team Provider plug-in providing support for Subversion
 within the Eclipse IDE.
 .
 This plugin allows one to visualize a Subversion repository revision graph
 within Eclipse.

Package: eclipse-subclipse-mylyn
Architecture: all
Depends: eclipse-subclipse (= ${source:Version}),
         eclipse-mylyn,
         ${misc:Depends},
         ${orbit:Depends}
Description: Subclipse Mylyn integration
 Subclipse is an Eclipse Team Provider plug-in providing support for Subversion
 within the Eclipse IDE.
 .
 This plugin provides integration features between Subclipse and Mylyn, such as
 automatic change set management and linking projects to issue tracking systems
 based on svn properties.