This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjogl2-java.
commit b55fef34670aacef47ba6bbd0e08cd88154a239d Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 4 12:16:18 2016 +0200 Removed the explicit build dependency on quilt --- debian/changelog | 1 + debian/control | 1 - debian/rules | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 92b47a5..ddc1089 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libjogl2-java (2.3.2+dfsg-5) UNRELEASED; urgency=medium * Team upload. * Transition to libswt-gtk-4-java + * Removed the explicit build dependency on quilt * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index 82f7098..36272c5 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Build-Depends: libxrandr-dev, libxt-dev, libxxf86vm-dev, - quilt, x11proto-xf86vidmode-dev Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjogl2-java.git diff --git a/debian/rules b/debian/rules index c4f4f9c..1edc97c 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-contrib ant-contrib-cpptasks ant-nodeps antlr ant-antlr swt4 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjogl2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

