[SCM] Eclipse Team provider for the Git version control system branch, master, updated. debian/1.3.0-1-7-ga938052
Jakub Adam
jakub.adam at ktknet.cz
Sat Jun 23 21:23:29 UTC 2012
The following commit has been merged in the master branch:
commit a938052bbe28e8b97ef1afea0cf67389959ab6dd
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sat Jun 23 19:19:44 2012 +0200
Enable EGit Mylyn integration
diff --git a/debian/changelog b/debian/changelog
index 41a6e77..1eb6e28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ eclipse-egit (2.0.0-1) UNRELEASED; urgency=low
* d/control: replace hardcoded libjgit-java version with
${orbit:Depends}.
* Bump Standards-Version to 3.9.3.
+ * Enable EGit Mylyn integration.
-- Jakub Adam <jakub.adam at ktknet.cz> Sat, 23 Jun 2012 16:59:56 +0200
diff --git a/debian/control b/debian/control
index 5e47540..92d7845 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 8~),
default-jdk,
libjgit-java (>= 2.0.0),
eclipse-pde (>= 3.7~exp),
+ eclipse-mylyn,
javahelper (>= 0.32~),
unzip,
zip
@@ -24,3 +25,18 @@ Depends: eclipse-platform (>= 3.7~exp),
Description: Eclipse Team provider for the Git version control system
The EGit project is implementing Eclipse tooling on top of the JGit Java
implementation of Git.
+
+Package: eclipse-egit-mylyn
+Architecture: all
+Depends: eclipse-egit (= ${source:Version}),
+ eclipse-mylyn,
+ ${misc:Depends},
+ ${orbit:Depends}
+Description: Mylyn integration for EGit
+ This plugin allows one to create links between Git commits and Mylyn tasks.
+ It includes these functions:
+ .
+ * Pre-populating of the commit message with name, ID and status of active
+ Mylyn task.
+ * Add files changed in a particular commit into active task's context.
+ * From Git History view, open a task corresponding to a commit.
diff --git a/debian/eclipse-egit-mylyn.eh-install b/debian/eclipse-egit-mylyn.eh-install
new file mode 100644
index 0000000..d5f5957
--- /dev/null
+++ b/debian/eclipse-egit-mylyn.eh-install
@@ -0,0 +1 @@
+org.eclipse.egit.mylyn
diff --git a/debian/eclipse.features b/debian/eclipse.features
index c8aac24..d67dc64 100644
--- a/debian/eclipse.features
+++ b/debian/eclipse.features
@@ -1 +1,2 @@
org.eclipse.egit
+org.eclipse.egit.mylyn mylyn
--
Eclipse Team provider for the Git version control system
More information about the pkg-java-commits
mailing list