Author: twerner Date: 2010-06-22 12:53:38 +0000 (Tue, 22 Jun 2010) New Revision: 12631
Modified: trunk/antlr3/debian/changelog trunk/antlr3/debian/control trunk/antlr3/debian/rules Log: Remove Build-Depends: quilt. Modified: trunk/antlr3/debian/changelog =================================================================== --- trunk/antlr3/debian/changelog 2010-06-22 12:33:35 UTC (rev 12630) +++ trunk/antlr3/debian/changelog 2010-06-22 12:53:38 UTC (rev 12631) @@ -1,5 +1,6 @@ antlr3 (3.2-1) unstable; urgency=low + [ Ludovic Claude ] [Ludovic Claude] * Upstream build now uses Maven * debian/control: @@ -25,8 +26,11 @@ * 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 * Fix build failure for binary-arch only builds. Closes: #502660. Modified: trunk/antlr3/debian/control =================================================================== --- trunk/antlr3/debian/control 2010-06-22 12:33:35 UTC (rev 12630) +++ trunk/antlr3/debian/control 2010-06-22 12:53:38 UTC (rev 12631) @@ -3,7 +3,7 @@ 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, Modified: trunk/antlr3/debian/rules =================================================================== --- trunk/antlr3/debian/rules 2010-06-22 12:33:35 UTC (rev 12630) +++ trunk/antlr3/debian/rules 2010-06-22 12:53:38 UTC (rev 12631) @@ -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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

