Author: ludovicc-guest Date: 2009-07-13 21:53:24 +0000 (Mon, 13 Jul 2009) New Revision: 9257
Added: trunk/velocity/debian/patches/pom.patch Modified: trunk/velocity/debian/changelog trunk/velocity/debian/patches/series Log: * Fix FTBFS Modified: trunk/velocity/debian/changelog =================================================================== --- trunk/velocity/debian/changelog 2009-07-13 21:27:37 UTC (rev 9256) +++ trunk/velocity/debian/changelog 2009-07-13 21:53:24 UTC (rev 9257) @@ -1,4 +1,4 @@ -velocity (1.6.2-1) unstable; urgency=low +velocity (1.6.2-1) experimental; urgency=low * New upstream version, add myself to Uploaders * Change section to java, bump up Standards-Version to 3.8.2 Added: trunk/velocity/debian/patches/pom.patch =================================================================== --- trunk/velocity/debian/patches/pom.patch (rev 0) +++ trunk/velocity/debian/patches/pom.patch 2009-07-13 21:53:24 UTC (rev 9257) @@ -0,0 +1,11 @@ +--- a/pom.xml ++++ b/pom.xml +@@ -262,7 +262,7 @@ + <!-- Apache JIRA, Component Engine --> + <component>12311337</component> + <!-- FixFor 1.6 --> +- <filter>fixfor=12310290&sorter/field=issuekey&sorter/order=ASC</filter> ++<!-- removed as this line causes FTBFS on some platforms. Uncessary for us anyway.--> + <maxEntries>100</maxEntries> + <teamlist>http://velocity.apache.org/who-we-are.html</teamlist> + </configuration> Modified: trunk/velocity/debian/patches/series =================================================================== --- trunk/velocity/debian/patches/series 2009-07-13 21:27:37 UTC (rev 9256) +++ trunk/velocity/debian/patches/series 2009-07-13 21:53:24 UTC (rev 9257) @@ -1 +1,2 @@ +pom.patch build.patch _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

