[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:27 UTC 2012
The following commit has been merged in the master branch:
commit b033143977fc0e4742b051b2326f76a99d2ec2a5
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sat Jun 23 17:09:06 2012 +0200
d/control: replace hardcoded libjgit-java version with ${orbit:Depends}.
diff --git a/debian/changelog b/debian/changelog
index 784c6a3..dd919ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ eclipse-egit (2.0.0-1) UNRELEASED; urgency=low
* New Upstream version.
* Refreshed d/patches/use-distribution-jgit.patch.
+ * d/control: replace hardcoded libjgit-java version with
+ ${orbit:Depends}.
-- Jakub Adam <jakub.adam at ktknet.cz> Sat, 23 Jun 2012 16:59:56 +0200
diff --git a/debian/control b/debian/control
index f6107de..20316f0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Niels Thykier <niels at thykier.net>,
Jakub Adam <jakub.adam at ktknet.cz>
Build-Depends: debhelper (>= 8~),
default-jdk,
- libjgit-java (>= 1.1.0),
+ libjgit-java (>= 2.0.0),
eclipse-pde (>= 3.7~exp),
javahelper (>= 0.32~),
unzip,
@@ -18,9 +18,9 @@ Homepage: http://www.eclipse.org/egit/
Package: eclipse-egit
Architecture: all
-Depends: libjgit-java (>= 1.1.0),
- eclipse-platform (>= 3.7~exp),
- ${misc:Depends}
+Depends: eclipse-platform (>= 3.7~exp),
+ ${misc:Depends},
+ ${orbit:Depends}
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.
--
Eclipse Team provider for the Git version control system
More information about the pkg-java-commits
mailing list