[libmetadata-extractor-java] 03/05: debian/orig-tar.sh: Download the sources from Github

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Mar 10 13:48:59 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository libmetadata-extractor-java.

commit 9a6390438df705497b42d5db32a5ff2878b320bf
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Mar 10 10:00:52 2015 +0100

    debian/orig-tar.sh: Download the sources from Github
---
 debian/changelog   | 1 +
 debian/orig-tar.sh | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c9434b4..8eb9a3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libmetadata-extractor-java (2.6.4-3) UNRELEASED; urgency=medium
 
   * Moved the package to Git
   * debian/watch: Watch the release tags on Github
+  * debian/orig-tar.sh: Download the sources from Github
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 10 Mar 2015 09:34:34 +0100
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 61850d9..7f33d1d 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -4,8 +4,8 @@ VERSION=$2
 TAR=../libmetadata-extractor-java_$VERSION.orig.tar.xz
 DIR=metadata-extractor-$VERSION
 
-git clone --branch 2.6.4 https://code.google.com/p/metadata-extractor $DIR
-rm -Rf $DIR/*.iml $DIR/.git* $DIR/Javadoc/* $DIR/Libraries/*
+git clone --branch $VERSION https://github.com/drewnoakes/metadata-extractor.git $DIR
+rm -Rf $DIR/*.iml $DIR/.git* $DIR/Javadoc/* $DIR/Libraries/* $DIR/.travis.yml
 
 tar -c -J -f $TAR $DIR
 rm -rf $DIR $3

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



More information about the pkg-java-commits mailing list