Author: paulcager-guest Date: 2007-01-12 22:52:06 +0100 (Fri, 12 Jan 2007) New Revision: 2929
Modified: trunk/checkstyle/debian/control trunk/checkstyle/debian/rules Log: Change DOS format EOLs to plain LFs in build.xml. Allows patches to apply Modified: trunk/checkstyle/debian/control =================================================================== --- trunk/checkstyle/debian/control 2007-01-12 00:53:23 UTC (rev 2928) +++ trunk/checkstyle/debian/control 2007-01-12 21:52:06 UTC (rev 2929) @@ -4,7 +4,7 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]>, Paul Cager <[EMAIL PROTECTED]> Build-Depends-Indep: kaffe (>= 2:1.1.5-3), ant-optional, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr, libcommons-cli-java -Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 4.2.30), ant +Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 4.2.30), ant, tofrodos Standards-Version: 3.7.2 Package: checkstyle Modified: trunk/checkstyle/debian/rules =================================================================== --- trunk/checkstyle/debian/rules 2007-01-12 00:53:23 UTC (rev 2928) +++ trunk/checkstyle/debian/rules 2007-01-12 21:52:06 UTC (rev 2929) @@ -31,6 +31,12 @@ rm -r tmp +makebuilddir/checkstyle:: + dos2unix build.xml + +cleanbuilddir/checkstyle:: + unix2dos build.xml + install/checkstyle:: install -m 644 target/dist/$(SOFTWARE)-$(VERSION)/$(SOFTWARE)-$(VERSION).jar debian/checkstyle/usr/share/java/$(SOFTWARE)-$(VERSION).jar install -m 644 target/dist/$(SOFTWARE)-$(VERSION)/$(SOFTWARE)-optional-$(VERSION).jar debian/checkstyle/usr/share/java/$(SOFTWARE)-optional-$(VERSION).jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

