This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit f04ca5dd1b395564f0e8d0215741484c56e40345 Author: Kai-Chung Yan <[email protected]> Date: Wed Jun 17 21:22:58 2015 +0800 Reintroduce 26_disable_commitid.diff --- debian/changelog | 2 +- debian/patches/26_disable_commitid.diff | 6 +++--- debian/patches/series | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7e97364..a9490c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ gradle (1.12+dfsg-1) UNRELEASED; urgency=low * New upstream release (Closes: #733148) - * d/control: Refresh multiple Build-Depends + * d/control: Refresh multiple Build-Depends and Depends * d/control: Add myself as Uploaders (Closes: #683666) * d/bootstrap: Use Gradle 1.5 for bootstrap * d/gradle.1.md: Updated man page for gradle using Pandoc Markdown diff --git a/debian/patches/26_disable_commitid.diff b/debian/patches/26_disable_commitid.diff index 40f4b5e..dfe376e 100644 --- a/debian/patches/26_disable_commitid.diff +++ b/debian/patches/26_disable_commitid.diff @@ -7,11 +7,11 @@ Last-Update: 2012-08-18 @@ -32,7 +32,7 @@ } } - + -task determineCommitId { +/*task determineCommitId { ext.commitId = null - + doLast { @@ -98,9 +98,9 @@ throw new InvalidUserDataException("Could not determine commit id") @@ -19,7 +19,7 @@ Last-Update: 2012-08-18 } -} +}*/ - + -task createBuildReceipt(dependsOn: determineCommitId) { +task createBuildReceipt() { ext.receiptFile = file("$buildDir/$buildReceiptFileName") diff --git a/debian/patches/series b/debian/patches/series index 08d911d..c2e1323 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -22,3 +22,4 @@ docs.diff disable_sonar.diff disable_release_notes.diff search_system_jar.diff +26_disable_commitid.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

