This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gluegen2.
commit 90f9ab2bad6f3a23c16bf4383e3de045ef55657f Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 4 11:34:30 2016 +0200 Removed the build dependency on quilt --- debian/changelog | 1 + debian/control | 3 +-- debian/rules | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b8c430c..eab75a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ gluegen2 (2.3.2-4) UNRELEASED; urgency=medium - Thanks to Steven Chamberlain for the patch. [ Emmanuel Bourg ] + * Removed the build dependency on quilt * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index b62b1b1..1e5927f 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,7 @@ Build-Depends: default-jdk (>= 2:1.6), junit4, libantlr-java, - libjsr305-java, - quilt + libjsr305-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/gluegen2.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/gluegen2.git diff --git a/debian/rules b/debian/rules index 6672c0d..060117f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk JAVA_HOME := /usr/lib/jvm/default-java/ DEB_JARS := ant-launcher antlrall ant-antlr ant-contrib ant-contrib-cpptasks ant-junit jsr305 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gluegen2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

