This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository androidsdk-tools.
commit 9d70fa7bdd3890576b2e5c1b2671488aa8daff0c Author: Stefan Handschuh <[email protected]> Date: Mon Oct 1 20:51:46 2012 +0200 Adjusts debian files to point to the packaging git repository. Renames debian/get_source.script to debian/orig-tar.sh as of the debian packaging guidelines. --- debian/README.source | 3 ++- debian/control | 4 +++- debian/{get_source.script => orig-tar.sh} | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/README.source b/debian/README.source index d707c3a..c4a19a3 100644 --- a/debian/README.source +++ b/debian/README.source @@ -19,4 +19,5 @@ where the following files and directories have been deleted: (this file contains a reference to a file for which I cannot find the sources) - all directories starting with '.' (except '.' itself) -The script 'get_source.script' can be used to generate the source archive. \ No newline at end of file +The script 'orig-tar.sh' can be used to generate the source archive. + diff --git a/debian/control b/debian/control index 12f4285..da88aad 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,8 @@ Uploaders: Stefan Handschuh <[email protected]> Build-Depends: debhelper (>=9), default-jdk, cdbs Standards-Version: 3.9.3 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 Package: libandroidsdk-common-java Architecture: all @@ -26,4 +28,4 @@ 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. \ No newline at end of file + This version of the sdklib library lacks the support for the sdk manager. diff --git a/debian/get_source.script b/debian/orig-tar.sh similarity index 97% rename from debian/get_source.script rename to debian/orig-tar.sh index 598968f..3581412 100755 --- a/debian/get_source.script +++ b/debian/orig-tar.sh @@ -5,7 +5,7 @@ # with the specified revision. # ####################################################### -if [ -d androidsdk-tools -o -f androidsdk-tools ] +if [ -d androidsdk-tools -o -f androidsdk-tools ] then echo "The file/directory 'androidsdk-tools' exists .. aborting." exit -- 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

