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

Paul Cager paulcager-guest at alioth.debian.org
Fri Jan 12 22:52:06 CET 2007


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 <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Wolfgang Baer <WBaer at gmx.de>, Paul Cager <paul-debian at home.paulcager.org>
 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




More information about the pkg-java-commits mailing list