[javatools] 01/01: jh_depends: Reverted the ${java:Depends} sorting added in 0.56 due to build failures

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 28 21:17:06 UTC 2016


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

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

commit de56bd10db70e1d143298f3aba4fa1c8d4df4374
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jul 28 23:13:11 2016 +0200

    jh_depends: Reverted the ${java:Depends} sorting added in 0.56 due to build failures
---
 debian/changelog | 8 ++++++++
 jh_depends       | 1 -
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a958982..32dd62b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+javatools (0.58) unstable; urgency=medium
+
+  * Team upload.
+  * jh_depends: Reverted the ${java:Depends} sorting added in 0.56
+    due to build failures
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 28 Jul 2016 23:13:04 +0200
+
 javatools (0.57) unstable; urgency=medium
 
   * Team upload.
diff --git a/jh_depends b/jh_depends
index fe9aa15..4d28f0f 100755
--- a/jh_depends
+++ b/jh_depends
@@ -191,7 +191,6 @@ for p in $PACKAGES; do
       fi
    done
    DEBDEPS="$LOCALDEBDEPS $REALDEBDEPS"
-   DEBDEPS=`echo $DEBDEPS | xargs -n1 | LC_ALL=C sort -u`
 
    if [ -n "$VERBOSE" ]; then
       echo "Found Debs:" $DEBDEPS

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



More information about the pkg-java-commits mailing list