[zookeeper] 03/10: Removed src/contrib/loggraph from the upstream tarball since

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 26 12:44:51 UTC 2015


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

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

commit d422ed19163768af098a5563a466201b735fb104
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Jan 26 11:48:15 2015 +0100

    Removed src/contrib/loggraph from the upstream tarball since
---
 debian/changelog   | 3 +++
 debian/orig-tar.sh | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d0b2e54..0e3d9e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ zookeeper (3.4.6+dfsg-1) UNRELEASED; urgency=medium
   * libzookeeper-java suggests libzookeeper-java-doc but doesn't recommend it
   * Install the API documentation under /usr/share/doc/libzookeeper-java
     instead of usr/share/doc/libzookeeper-java-doc
+  * debian/orig-tar.sh:
+    - Removed src/contrib/loggraph from the upstream tarball since it isn't used
+      and is missing the source of a minimized JavaScript file (yui-min.js)
 
  -- James Page <james.page at ubuntu.com>  Tue, 25 Mar 2014 09:41:18 +0000
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index c243fac..3986d2d 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -24,9 +24,9 @@ GZIP=--best tar -cjf $NEWTAR --exclude '*.jar' \
          --exclude "zookeeper-${VERSION}/recipes" \
          --exclude "zookeeper-${VERSION}/dist-maven" \
          --exclude "zookeeper-${VERSION}/src/contrib/fatjar" \
+         --exclude "zookeeper-${VERSION}/src/contrib/loggraph" \
          --exclude "zookeeper-${VERSION}/src/c/generated" \
          --exclude "zookeeper-${VERSION}/src/java/main/org/apache/jute/compiler/generated/*.java" \
          --exclude "zookeeper-${VERSION}/src/java/generated" $DIR
 
 rm -rf $DIR $TAR
-

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



More information about the pkg-java-commits mailing list