This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch jessie-backports in repository gradle-debian-helper.
commit 779e489de0435927e29aa6c86e952de268fb2f08 Author: Andreas Tille <[email protected]> Date: Tue Nov 17 10:36:44 2015 +0100 Backport to Jessie by droping --console parameter from gradle-helper-plugin/src/main/perl/gradle.pm --- debian/changelog | 7 +++++++ debian/patches/jessie-backport.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 23 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4eb00fd..5275a6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gradle-debian-helper (1.1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + * Drop --console parameter from gradle-helper-plugin/src/main/perl/gradle.pm + + -- Andreas Tille <[email protected]> Tue, 17 Nov 2015 10:35:14 +0100 + gradle-debian-helper (1.1) unstable; urgency=medium * Find and remove the build directories when cleaning instead of diff --git a/debian/patches/jessie-backport.patch b/debian/patches/jessie-backport.patch new file mode 100644 index 0000000..533c748 --- /dev/null +++ b/debian/patches/jessie-backport.patch @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Tue, 17 Nov 2015 10:35:14 +0100 +Description: Drop --console parameter from gradle-helper-plugin/src/main/perl/gradle.pm + since this is not implemented in gradle 1.5 in Jessie + +--- a/gradle-helper-plugin/src/main/perl/gradle.pm ++++ b/gradle-helper-plugin/src/main/perl/gradle.pm +@@ -23,7 +23,6 @@ sub new { + + @{$this->{gradle_cmd}} = ("gradle", + "--info", +- "--console", "plain", + "--offline", + "--stacktrace", + "--no-daemon", diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..681b1fe --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +jessie-backport.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

