[eclipse-jgit] 05/05: No longer use javahelper for computing the packages dependencies to remove the servlet dependency from libjgit-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jun 22 08:40:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository eclipse-jgit.

commit 02c57cea01c8c44a6c7f8134a98e9548cf1a5355
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jun 22 10:31:59 2016 +0200

    No longer use javahelper for computing the packages dependencies to remove the servlet dependency from libjgit-java
---
 debian/changelog |  2 ++
 debian/control   | 12 ++++--------
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d6c2eb7..fb615c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 jgit (3.7.1-3) UNRELEASED; urgency=medium
 
   * Team upload.
+  * No longer use javahelper for computing the packages dependencies
+    to remove the servlet dependency from libjgit-java
   * Build with the DH sequencer instead of CDBS
   * Removed the build dependency on libclirr-maven-plugin-java
   * Fixed a typo in the manpage
diff --git a/debian/control b/debian/control
index d517ca0..9425248 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9~),
                libcommons-compress-java,
                libequinox-osgi-java,
                libhamcrest-java,
+               libhttpclient-java,
                libjavaewah-java,
                libjsch-java,
                libmaven-antrun-plugin-java,
@@ -26,8 +27,7 @@ Homepage: http://www.eclipse.org/jgit/
 
 Package: libjgit-java
 Architecture: all
-Depends: ${java:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}, libjsch-java, libjavaewah-java, libslf4j-java, libhttpclient-java
 Suggests: libjgit-java-doc
 Replaces: eclipse-jgit (<< 2.0.0)
 Breaks: eclipse-jgit (<< 2.0.0), eclipse-egit (<< 2.0.0~)
@@ -40,9 +40,7 @@ Description: Java implementation of GIT version control
 
 Package: libjgit-ant-java
 Architecture: all
-Depends: libjgit-java (= ${source:Version}),
-         ${java:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}, libjgit-java (= ${source:Version}), ant
 Description: Java implementation of GIT version control (Ant interface)
  JGit is a lightweight, pure Java library implementing the Git version control
  system:
@@ -70,9 +68,7 @@ Description: Java implementation of GIT version control (documentation)
 Package: jgit-cli
 Architecture: all
 Section: devel
-Depends: libjgit-java (= ${source:Version}),
-         ${java:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends}, libjgit-java (= ${source:Version}), libcommons-compress-java, libargs4j-java
 Description: Java implementation of GIT version control (command line interface)
  JGit is a lightweight, pure Java library implementing the Git version control
  system.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-jgit.git



More information about the pkg-java-commits mailing list