This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository androidsdk-tools.
commit b59cdff37fc76ad27e4f865584298c9bb431a9f1 Author: John Paul Adrian Glaubitz <[email protected]> Date: Thu Sep 19 07:16:39 2013 +0200 Imported Adrian's fixes --- debian/compat | 2 +- debian/control | 42 +++++++++++++++++++++--------------------- debian/copyright | 2 +- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/debian/compat b/debian/compat index 62f9457..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 \ No newline at end of file +9 diff --git a/debian/control b/debian/control index 19366d5..132538e 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends-Indep: default-jdk, bnd, libswt-gtk-3-java, libjfreechart-swt-java eclipse-rcp (>= 3.8.1), libguava-java (>= 13.0.1), libkxml2-java, perl Standards-Version: 3.9.4 Homepage: http://developer.android.com/tools/help/index.html -Vcs-Git: git://anonscm.debian.org/git/pkg-java/androidsdk-tools.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/androidsdk-tools.git +Vcs-Git: git://anonscm.debian.org/pkg-java/androidsdk-tools.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/androidsdk-tools.git;a=summary Package: libandroidsdk-common-java Section: java @@ -24,11 +24,11 @@ Section: java Architecture: all Depends: libandroidsdk-common-java (= ${binary:Version}), ${java:Depends}, ${misc:Depends} -Description: Android sdklib - The android sdklib contains the resource assembler that compiles - the static resource files of an android project. +Description: Android SDKlib + The Android SDKlib contains the resource assembler that compiles + the static resource files of an Android project. . - This version of the sdklib library lacks the support for the sdk manager. + This version of the SDKlib library lacks the support for the SDK manager. Package: libandroidsdk-sdkstats-java Section: java @@ -36,10 +36,11 @@ Architecture: all Depends: libandroidsdk-common-java (= ${binary:Version}), ${java:Depends}, ${misc:Depends} Description: Sends Android SDK usage statistics to Google - This library sends reports about usage of Android SDK to Google server. - Information can be used to help improving the software. + This library sends reports about usage of the Android SDK to the + Google servers. Information can be used to help improving the + software. . - User has to grant a permission in order to participate in the data collection. + User has to grant permission in order to participate in the data collection. Package: libandroidsdk-swtmenubar-java Section: java @@ -50,7 +51,7 @@ Description: Android SDK OS menubar hook library OS menu bar. . Typically, an SWT Menu named "Tools" should be provided into which the - library will add About and Options menu items. + library will add "About" and "Options" menu items. Package: libandroidsdk-ddmlib-java Section: java @@ -83,14 +84,14 @@ Description: Graphical debugging tool for Android Dalvik Debug Monitor is a tool for debugging Android applications. Among others, it provides these capabilities: . - * Port-forwarding services. - * Screen capture on the device. - * Thread and heap information on the device. - * Logcat, process, and radio state information. - * Incoming call and SMS spoofing. - * Location data spoofing. + * Port-forwarding services + * Screen capture on the device + * Thread and heap information on the device + * Logcat, process, and radio state information + * Incoming call and SMS spoofing + * Location data spoofing . - This package is required only when you want to run DDMS as a standalone + This package is required only when you want to run DDMS as a stand-alone application. For usage from within Eclipse IDE, install eclipse-adt. Package: libandroidsdk-hierarchyviewerlib-java @@ -100,7 +101,7 @@ Depends: libandroidsdk-ddmuilib-java (= ${binary:Version}), ${java:Depends}, ${misc:Depends} Description: Android Hierarchy Viewer library Hierarchy Viewer allows you to debug and optimize your user interface. - It provides a visual representation of the layout's View hierarchy + It provides a visual representation of the layout's view hierarchy (the Layout View) and a magnified inspector of the display (the Pixel Perfect View). @@ -117,8 +118,8 @@ Description: Tool to debug and optimize Android user interface (the Layout View) and a magnified inspector of the display (the Pixel Perfect View). . - This package is required only when you want to run DDMS as a standalone - application. For usage from within Eclipse IDE, install eclipse-adt + This package is required only when you want to run DDMS as a stand-alone + application. For usage from within Eclipse IDE, install eclipse-adt. Package: androidsdk-traceview Section: java @@ -140,4 +141,3 @@ Description: Tool to scan and analyze the UI components of an Android applicatio that are displayed on the test device. Using this information, you can later create uiautomator tests with selector objects that target specific UI components to test. - diff --git a/debian/copyright b/debian/copyright index 43723cd..2f43ca6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Developement tools for the android SDK +Upstream-Name: Development tools for the Android SDK Source: https://android.googlesource.com/platform/sdk Files: * -- 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

