[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. upstream/3.6.3-18-g3abd1d0
Jakub Adam
jakub.adam at ktknet.cz
Thu Nov 17 20:43:41 UTC 2011
The following commit has been merged in the master branch:
commit 3abd1d07c1a7ffb51c714a6764e8f6c463ee917e
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Thu Nov 17 21:16:37 2011 +0100
Enable Bugzilla integration feature
diff --git a/debian/control b/debian/control
index 2a73953..163fb7d 100644
--- a/debian/control
+++ b/debian/control
@@ -125,6 +125,19 @@ Description: Mylyn version control integration for git
.
Mylyn version control integration for git.
+Package: eclipse-mylyn-tasks-bugzilla
+Architecture: all
+Depends: eclipse-mylyn (= ${source:Version}),
+ ${misc:Depends}
+Description: Mylyn Bugzilla Connector
+ Mylyn integrates task support into Eclipse. It supports offline editing
+ for certain task repositories and monitors work activity to hide
+ information that is not relevant to the current task. Also included is
+ the Mylyn Focused UI for reducing information overload when working with
+ tasks and the Bugzilla task connector.
+ .
+ Bugzilla client integrated with Eclipse and Mylyn
+
Package: eclipse-mylyn-tasks-trac
Architecture: all
Depends: eclipse-mylyn (= ${source:Version}),
diff --git a/debian/eclipse-mylyn-tasks-bugzilla.eh-install b/debian/eclipse-mylyn-tasks-bugzilla.eh-install
new file mode 100644
index 0000000..a047e88
--- /dev/null
+++ b/debian/eclipse-mylyn-tasks-bugzilla.eh-install
@@ -0,0 +1 @@
+org.eclipse.mylyn.bugzilla_feature
diff --git a/debian/eclipse.features b/debian/eclipse.features
index 060ae75..6d75167 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -8,5 +8,6 @@ org.eclipse.mylyn.java_feature jdt
org.eclipse.mylyn.pde_feature
org.eclipse.mylyn.cvs
org.eclipse.mylyn.git egit jgit
+org.eclipse.mylyn.bugzilla_feature
org.eclipse.mylyn.trac_feature
org.eclipse.mylyn.wikitext_feature
--
eclipse-mylyn - Plug-in for eclipse - Debian package.
More information about the pkg-java-commits
mailing list