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 dedde9bb8d4af027e7931bc144396c5733f9a48b Author: Kai-Chung Yan <[email protected]> Date: Tue Jun 23 14:33:43 2015 +0800 Remove quilt from build-depends and dh plugins --- debian/control | 1 - debian/rules | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d97cbab..c1fff0b 100644 --- a/debian/control +++ b/debian/control @@ -70,7 +70,6 @@ Build-Depends: ant, libxslthl-java, maven (>= 3), pandoc, - quilt, testng Build-Conflicts: groovy (>= 2.0.0~) Standards-Version: 3.9.6 diff --git a/debian/rules b/debian/rules index a97327a..3533311 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif %: - dh $@ --with javahelper,quilt + dh $@ --with javahelper override_dh_auto_build: find /usr/share/gradle -type l ! -exec test -r {} \; -print -- 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

