[eclipse-egit] 04/04: Add slf4j-api to orbitdeps
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Mon May 4 17:21:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
xhaakon-guest pushed a commit to branch master
in repository eclipse-egit.
commit d91a643e4fd3c35c46b5cdb34b94c88e0a132e18
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sun Apr 26 22:53:06 2015 +0200
Add slf4j-api to orbitdeps
---
debian/changelog | 1 +
debian/eclipse.orbitdeps | 1 +
debian/patches/use-distribution-jgit.patch | 15 +++++++++++----
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 12245f6..04095d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ eclipse-egit (3.7.0-1) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.6.
* Override false-positive codeless-jar Lintian warning.
* Remove Niels Thykier from Uploaders; thanks for your contributions.
+ * Add slf4j-api to orbitdeps.
-- Jakub Adam <jakub.adam at ktknet.cz> Sun, 26 Apr 2015 21:49:47 +0200
diff --git a/debian/eclipse.orbitdeps b/debian/eclipse.orbitdeps
index 69c2a14..7b6cdc6 100644
--- a/debian/eclipse.orbitdeps
+++ b/debian/eclipse.orbitdeps
@@ -1,3 +1,4 @@
JavaEWAH
org.eclipse.jgit
org.eclipse.jgit.java7
+slf4j-api
diff --git a/debian/patches/use-distribution-jgit.patch b/debian/patches/use-distribution-jgit.patch
index 9ce0b45..e224987 100644
--- a/debian/patches/use-distribution-jgit.patch
+++ b/debian/patches/use-distribution-jgit.patch
@@ -3,14 +3,14 @@ Date: Sun, 26 Apr 2015 21:51:27 +0200
Subject: use-distribution-jgit
---
- org.eclipse.egit-feature/feature.xml | 22 +++++++++++++++++++++-
- 1 file changed, 21 insertions(+), 1 deletion(-)
+ org.eclipse.egit-feature/feature.xml | 29 ++++++++++++++++++++++++++++-
+ 1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
-index 443f3e4..883f182 100644
+index 443f3e4..a4a74c2 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
-@@ -38,10 +38,30 @@
+@@ -38,10 +38,37 @@
<import plugin="org.eclipse.jsch.ui" version="1.1.100" match="compatible"/>
<import plugin="org.eclipse.jsch.core" version="1.1.100" match="compatible"/>
<import plugin="com.jcraft.jsch" version="0.1.37" match="compatible"/>
@@ -39,6 +39,13 @@ index 443f3e4..883f182 100644
+ unpack="false"/>
+
+ <plugin
++ id="org.slf4j"
++ download-size="0"
++ install-size="0"
++ version="0.0.0"
++ unpack="false"/>
++
++ <plugin
id="org.eclipse.egit.core"
download-size="0"
install-size="0"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-egit.git
More information about the pkg-java-commits
mailing list