This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository syncany.
commit 0dbd80735fa7f4837ddc921b975f7963b7a20684 Author: Markus Koschany <[email protected]> Date: Sun Sep 25 14:51:03 2016 +0200 Add applicationVersion.patch and remove the snapshot release number. --- debian/patches/applicationVersion.patch | 21 +++++++++++++++++++++ debian/patches/no-tests.patch | 2 +- debian/patches/series | 1 + 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/debian/patches/applicationVersion.patch b/debian/patches/applicationVersion.patch new file mode 100644 index 0000000..3133f43 --- /dev/null +++ b/debian/patches/applicationVersion.patch @@ -0,0 +1,21 @@ +From: Markus Koschany <[email protected]> +Date: Sun, 25 Sep 2016 14:50:35 +0200 +Subject: applicationVersion + +--- + build.gradle | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/build.gradle b/build.gradle +index cfda7b7..07acca6 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -15,7 +15,7 @@ project.ext { + applicationRevision = getRevision() + + applicationVersionSnapshot = (!applicationRelease) ? "+SNAPSHOT.${asUTC(applicationDate, 'yyMMddHHmm')}.git${applicationRevision}" : "" +- applicationVersionFull = "${applicationVersion}${applicationVersionSnapshot}" ++ applicationVersionFull = "${applicationVersion}" + } + + // Gradle scripts and tasks //////////////////////////////////////////////////// diff --git a/debian/patches/no-tests.patch b/debian/patches/no-tests.patch index 3ff2de8..46139ec 100644 --- a/debian/patches/no-tests.patch +++ b/debian/patches/no-tests.patch @@ -10,7 +10,7 @@ Forwarded: not-needed 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle -index b7b0a02..3dbfb57 100644 +index 0b79219..cfda7b7 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,4 @@ dependencies { diff --git a/debian/patches/series b/debian/patches/series index ee80096..37702aa 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ no-tests.patch +applicationVersion.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/syncany.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

