This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository androidsdk-tools.
commit 76f9adca03055397ae53d03f2c63a64ef30d8ec6 Author: Jakub Adam <[email protected]> Date: Sun Dec 23 21:44:08 2012 +0100 Add traceview 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 de5dcea..060fba3 100644 --- a/debian/README.source +++ b/debian/README.source @@ -9,6 +9,7 @@ where the following files and directories have been deleted: - swtmenubar - ddms - hierarchyviewer2 + - traceview - common/tests - sdkmanager/libs/sdklib/tests - ddms/libs/ddmlib/tests diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 50bfa3a..ee51572 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` +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 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

