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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

