[eclipse-pydev] 03/19: Enable Mylyn integration
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Fri Nov 22 08:31:52 UTC 2013
This is an automated email from the git hooks/post-receive script.
xhaakon-guest pushed a commit to branch master
in repository eclipse-pydev.
commit ed5c239429382d902806d02f66016a818bbadeb8
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Fri Jan 18 21:14:53 2013 +0100
Enable Mylyn integration
---
debian/control | 16 ++++++++++++++++
debian/eclipse-mylyn-context-pydev.eh-install | 1 +
debian/eclipse.features | 1 +
3 files changed, 18 insertions(+)
diff --git a/debian/control b/debian/control
index f1690ed..f58f8fd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
Build-Depends: debhelper (>= 9),
eclipse-pde (>= 3.8),
eclipse-rse,
+ eclipse-mylyn (>= 3.8.2-2),
javahelper,
jython (>= 2.5.2-2),
antlr3 (>= 3.2-8),
@@ -53,3 +54,18 @@ Description: Python IDE for Eclipse
* Interactive console
* Unittest integration
* Code coverage
+
+Package: eclipse-mylyn-context-pydev
+Architecture: all
+Depends: eclipse-pydev (= ${binary:Version}),
+ eclipse-mylyn,
+ ${misc:Depends},
+ ${orbit:Depends}
+Description: Mylyn context integration for PyDev
+ Mylyn context provides usage monitoring, degree-of-interested modeling and the
+ task-focused user extensions implementation for the Eclipse UI, which re-aligns
+ the user experience around tasks and provides features such as workspace
+ focusing and one-click multitasking.
+ .
+ This package provides Mylyn context integration for Python development
+ with PyDev.
diff --git a/debian/eclipse-mylyn-context-pydev.eh-install b/debian/eclipse-mylyn-context-pydev.eh-install
new file mode 100644
index 0000000..249df04
--- /dev/null
+++ b/debian/eclipse-mylyn-context-pydev.eh-install
@@ -0,0 +1 @@
+org.python.pydev.mylyn.feature
diff --git a/debian/eclipse.features b/debian/eclipse.features
index 2e01db3..22c4742 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -1 +1,2 @@
org.python.pydev.feature
+org.python.pydev.mylyn.feature mylyn
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git
More information about the pkg-java-commits
mailing list