This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.2.
commit 14b2a1a54a76ed10e20b1119e3e7cdc07b075e2e Author: Torsten Werner <[email protected]> Date: Tue Jun 22 12:53:38 2010 +0000 Remove Build-Depends: quilt. --- debian/changelog | 6 +++++- debian/control | 2 +- debian/rules | 1 - 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b35eb5..6c5b7ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ antlr3 (3.2-1) unstable; urgency=low + [ Ludovic Claude ] [Ludovic Claude] * Upstream build now uses Maven * debian/control: @@ -25,7 +26,10 @@ antlr3 (3.2-1) unstable; urgency=low * debian/control: Updated Standards-Version to 3.8.3. * debian/control: Added Homepage field. - -- Ludovic Claude <[email protected]> Mon, 04 Jan 2010 23:51:23 +0100 + [ Torsten Werner ] + * Remove Build-Depends: quilt. + + -- Torsten Werner <[email protected]> Tue, 22 Jun 2010 14:53:06 +0200 antlr3 (3.0.1+dfsg-4) unstable; urgency=low diff --git a/debian/control b/debian/control index 98e3b9c..194b721 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, quilt, default-jdk-builddep, maven-debian-helper (>= 1.0), antlr +Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep, maven-debian-helper (>= 1.0), antlr Build-Depends-Indep: libantlr-java, libantlr-maven-plugin-java (>= 2.1), libmaven-site-plugin-java (>= 2.0), libstringtemplate-java (>= 3.2.1), libsurefire-java (>= 2.4.3), junit4, libmaven-plugin-testing-java, diff --git a/debian/rules b/debian/rules index cc47fb3..a30f1de 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk #include /usr/share/gcj/debian_defaults -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

