[SCM] androidsdk-tools packaging branch, master, updated. bc99716d327d86f7a62fb4a762ed53d9287cd175
Jakub Adam
jakub.adam at ktknet.cz
Sun Dec 23 21:43:48 UTC 2012
The following commit has been merged in the master branch:
commit 76f9adca03055397ae53d03f2c63a64ef30d8ec6
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sun Dec 23 21:44:08 2012 +0100
Add traceview into upstream tarball
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
--
androidsdk-tools packaging
More information about the pkg-java-commits
mailing list