[pkg-java] r11563 - branches/checkstyle/4.4/debian

Torsten Werner twerner at alioth.debian.org
Thu Feb 11 20:51:57 UTC 2010


Author: twerner
Date: 2010-02-11 20:51:56 +0000 (Thu, 11 Feb 2010)
New Revision: 11563

Modified:
   branches/checkstyle/4.4/debian/changelog
   branches/checkstyle/4.4/debian/rules
Log:
Switch to fromdos and todos which fixes a FTBFS. (Closes: #569424)

Modified: branches/checkstyle/4.4/debian/changelog
===================================================================
--- branches/checkstyle/4.4/debian/changelog	2010-02-11 20:39:56 UTC (rev 11562)
+++ branches/checkstyle/4.4/debian/changelog	2010-02-11 20:51:56 UTC (rev 11563)
@@ -1,3 +1,9 @@
+checkstyle (4.4+dfsg-5) unstable; urgency=high
+
+  * Switch to fromdos and todos which fixes a FTBFS. (Closes: #569424)
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 11 Feb 2010 21:48:55 +0100
+
 checkstyle (4.4+dfsg-4) unstable; urgency=low
 
   [ Dominik Smatana ]

Modified: branches/checkstyle/4.4/debian/rules
===================================================================
--- branches/checkstyle/4.4/debian/rules	2010-02-11 20:39:56 UTC (rev 11562)
+++ branches/checkstyle/4.4/debian/rules	2010-02-11 20:51:56 UTC (rev 11563)
@@ -29,10 +29,10 @@
 	rm -rf orig_tmp
 
 makebuilddir/checkstyle::
-	dos2unix build.xml
+	fromdos build.xml
 
 clean::
-	unix2dos build.xml
+	todos build.xml
 
 binary-post-install/checkstyle::
 	dh_install target/dist/$(PACKAGE)-$(VERSION)/$(PACKAGE)-$(VERSION).jar usr/share/java




More information about the pkg-java-commits mailing list