This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository androidsdk-tools.
commit 12c725ec7bfae5b11937ef55814bf58ba5f69b27 Author: Jakub Adam <[email protected]> Date: Mon Dec 31 19:16:22 2012 +0100 Add uiautomatorviewer 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 060fba3..cb1d735 100644 --- a/debian/README.source +++ b/debian/README.source @@ -10,6 +10,7 @@ where the following files and directories have been deleted: - ddms - hierarchyviewer2 - traceview + - uiautomatorviewer - common/tests - sdkmanager/libs/sdklib/tests - ddms/libs/ddmlib/tests diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index ee51572..a922178 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 ! -name hierarchyviewer2 ! -name traceview` +rm -fr `find androidsdk-tools -maxdepth 1 -type d ! -name androidsdk-tools ! -name common ! -name sdkmanager ! -name sdkstats ! -name swtmenubar ! -name ddms ! -name hierarchyviewer2 ! -name traceview ! -name uiautomatorviewer` 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

