[SCM] eclipse-subclipse packaging branch, master, updated. upstream/1.8.16-22-g33401db

Jakub Adam jakub.adam at ktknet.cz
Fri Oct 12 22:13:07 UTC 2012


The following commit has been merged in the master branch:
commit e8fa13b90663b9426d59b47a2bd1f07d39279acc
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Fri Jul 6 18:43:41 2012 +0200

    Enable Mylyn integration

diff --git a/debian/control b/debian/control
index 1069a91..5295e7e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends: debhelper (>= 8~),
                default-jdk,
                eclipse-gef,
+               eclipse-mylyn,
                eclipse-pde (>= 3.7~exp),
                libsvnclientadapter-java (>= 1.8~),
                javahelper (>= 0.32~),
@@ -37,3 +38,17 @@ Description: Subversion Revision Graph Eclipse plugin
  .
  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.
diff --git a/debian/eclipse-subclipse-mylyn.eh-install b/debian/eclipse-subclipse-mylyn.eh-install
new file mode 100644
index 0000000..2d9b281
--- /dev/null
+++ b/debian/eclipse-subclipse-mylyn.eh-install
@@ -0,0 +1 @@
+org.tigris.subversion.subclipse.mylyn
diff --git a/debian/eclipse.features b/debian/eclipse.features
index 0f5f9d5..31b8109 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -2,3 +2,4 @@ org.tigris.subversion.clientadapter.feature
 org.tigris.subversion.clientadapter.javahl.feature
 org.tigris.subversion.subclipse
 org.tigris.subversion.subclipse.graph.feature gef
+org.tigris.subversion.subclipse.mylyn mylyn

-- 
eclipse-subclipse packaging



More information about the pkg-java-commits mailing list