This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository androidsdk-tools.
commit c641489fd8fb1972449d2b2612808483b32292db Author: Jakub Adam <[email protected]> Date: Sat Dec 22 22:29:43 2012 +0100 Add hierarchyviewer2 into upstream tarball --- debian/README.source | 1 + debian/orig-tar.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/README.source b/debian/README.source index 318b071..de5dcea 100644 --- a/debian/README.source +++ b/debian/README.source @@ -8,6 +8,7 @@ where the following files and directories have been deleted: - sdkstats - swtmenubar - ddms + - hierarchyviewer2 - common/tests - sdkmanager/libs/sdklib/tests - ddms/libs/ddmlib/tests diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 2b5beb3..50bfa3a 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -17,7 +17,7 @@ git clone -b tools_r$REVISION https://android.googlesource.com/platform/sdk andr VERSION=`git --git-dir=androidsdk-tools/.git log -1 --format=%cd~%h --date=short | sed s/-//g` echo "Version "$VERSION echo "Deleting not needed files ..." -rm -fr `find androidsdk-tools -maxdepth 1 -type d ! -name androidsdk-tools ! -name common ! -name sdkmanager ! -name sdkstats ! -name swtmenubar ! -name ddms` +rm -fr `find androidsdk-tools -maxdepth 1 -type d ! -name androidsdk-tools ! -name common ! -name sdkmanager ! -name sdkstats ! -name swtmenubar ! -name ddms ! -name hierarchyviewer2` rm -fr androidsdk-tools/common/tests rm -fr androidsdk-tools/sdkmanager/libs/sdklib/tests rm -fr androidsdk-tools/sdkmanager/app -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/androidsdk-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

