[pkg-java] r2968 - trunk/checkstyle/debian

Paul Cager paulcager-guest at alioth.debian.org
Fri Feb 2 01:14:18 CET 2007


Author: paulcager-guest
Date: 2007-02-02 01:14:18 +0100 (Fri, 02 Feb 2007)
New Revision: 2968

Modified:
   trunk/checkstyle/debian/rules
Log:
Apply CRLF fix to patch files.

Modified: trunk/checkstyle/debian/rules
===================================================================
--- trunk/checkstyle/debian/rules	2007-02-01 23:45:36 UTC (rev 2967)
+++ trunk/checkstyle/debian/rules	2007-02-02 00:14:18 UTC (rev 2968)
@@ -20,6 +20,12 @@
 SOFTWARE=checkstyle
 VERSION=4.1
 
+makebuilddir/checkstyle::
+	dos2unix build.xml
+
+post-patches/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




More information about the pkg-java-commits mailing list