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 faa5753a465ebd1ddc65ae231aee4a43c8e94014 Author: Jakub Adam <[email protected]> Date: Sat Sep 7 17:33:17 2013 +0200 Remove non-ASCII characters from d/*.pod Fixes FTBFS with perl 5.18. --- debian/changelog | 2 ++ debian/traceview.pod | 2 +- debian/uiautomatorviewer.pod | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 74c7d68..a3015db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ androidsdk-tools (22.2+git20130830~92d25d6-1) UNRELEASED; urgency=low * New upstream release. + * Remove non-ASCII characters from d/*.pod + - fixes FTBFS with perl 5.18. -- Jakub Adam <[email protected]> Sat, 07 Sep 2013 16:54:19 +0200 diff --git a/debian/traceview.pod b/debian/traceview.pod index 7476548..45677dc 100644 --- a/debian/traceview.pod +++ b/debian/traceview.pod @@ -41,7 +41,7 @@ panes. =head2 Timeline Panel -Each thread’s execution is shown in its own row, with time increasing to the +Each thread's execution is shown in its own row, with time increasing to the right. Each method is shown in another color (colors are reused in a round-robin fashion starting with the methods that have the most inclusive time). The thin lines underneath the first row show the extent (entry to exit) of all the calls diff --git a/debian/uiautomatorviewer.pod b/debian/uiautomatorviewer.pod index 37be0d2..654e98f 100644 --- a/debian/uiautomatorviewer.pod +++ b/debian/uiautomatorviewer.pod @@ -59,7 +59,7 @@ View the UI properties for your application: =over 4 Hover over the snapshot in the left-hand panel to see the UI components -identified by the uiautomatorviewer tool. You can view the component’s +identified by the uiautomatorviewer tool. You can view the component's properties listed in the lower right-hand panel, and the layout hierarchy in the upper right-hand panel. -- 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

