Author: malat-guest Date: 2011-09-15 20:11:31 +0000 (Thu, 15 Sep 2011) New Revision: 14919
Modified: trunk/fop/debian/changelog trunk/fop/debian/rules Log: minor tweak Modified: trunk/fop/debian/changelog =================================================================== --- trunk/fop/debian/changelog 2011-09-15 19:34:54 UTC (rev 14918) +++ trunk/fop/debian/changelog 2011-09-15 20:11:31 UTC (rev 14919) @@ -1,6 +1,7 @@ fop (1:1.0.dfsg2-3) UNRELEASED; urgency=low * Fix misrender issue. Closes: #610344 + * Remove qdox.jar copy from source tree -- Mathieu Malaterre <[email protected]> Sun, 11 Sep 2011 15:01:03 +0200 Modified: trunk/fop/debian/rules =================================================================== --- trunk/fop/debian/rules 2011-09-15 19:34:54 UTC (rev 14918) +++ trunk/fop/debian/rules 2011-09-15 20:11:31 UTC (rev 14919) @@ -44,6 +44,7 @@ clean:: -rm -Rf build mkdir -p lib/build + rm -f lib/build/qdox.jar mh_clean get-orig-source: _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

