Author: ebourg-guest Date: 2014-02-24 10:56:22 +0000 (Mon, 24 Feb 2014) New Revision: 17810
Added: trunk/libitext5-java/debian/patches/remove-javadoc-page-tracking.patch Modified: trunk/libitext5-java/debian/changelog trunk/libitext5-java/debian/control trunk/libitext5-java/debian/maven.properties trunk/libitext5-java/debian/orig-tar.sh trunk/libitext5-java/debian/patches/series trunk/libitext5-java/debian/patches/utf8.patch trunk/libitext5-java/debian/rules Log: New upstream release (5.5.0) Refreshed the patch Added a patch to remove the doubleclick page tracking from the Javadoc Enabled the unit tests (requires ghostscript) Changed debian/orig-tar.sh to include the PDFs used by the tests Changed the optional dependencies of libitext5-java from recommended to suggested Modified: trunk/libitext5-java/debian/changelog =================================================================== --- trunk/libitext5-java/debian/changelog 2014-02-22 05:49:54 UTC (rev 17809) +++ trunk/libitext5-java/debian/changelog 2014-02-24 10:56:22 UTC (rev 17810) @@ -1,3 +1,15 @@ +libitext5-java (5.5.0-1) unstable; urgency=medium + + * New upstream release + * Refreshed the patch + * Added a patch to remove the doubleclick page tracking from the Javadoc + * Enabled the unit tests (requires ghostscript) + * Changed debian/orig-tar.sh to include the PDFs used by the tests + * Changed the optional dependencies of libitext5-java from recommended + to suggested + + -- Emmanuel Bourg <[email protected]> Mon, 24 Feb 2014 10:37:07 +0100 + libitext5-java (5.4.5-1) unstable; urgency=low * New upstream release Modified: trunk/libitext5-java/debian/control =================================================================== --- trunk/libitext5-java/debian/control 2014-02-22 05:49:54 UTC (rev 17809) +++ trunk/libitext5-java/debian/control 2014-02-24 10:56:22 UTC (rev 17810) @@ -5,6 +5,8 @@ Uploaders: Andrew Ross <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: default-jdk-doc, + ghostscript, + junit4, libbcpkix-java, libbcpkix-java-doc, libbcprov-java (>= 1.48), @@ -20,8 +22,7 @@ Package: libitext5-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} -Recommends: ${maven:OptionalDepends} -Suggests: libitext5-java-doc +Suggests: ${maven:OptionalDepends}, libitext5-java-doc Description: Java Library to create and manipulate PDF on the fly iText is a library that allows you to generate PDF files on the fly. The iText classes are very useful for people who need to generate read-only, Modified: trunk/libitext5-java/debian/maven.properties =================================================================== --- trunk/libitext5-java/debian/maven.properties 2014-02-22 05:49:54 UTC (rev 17809) +++ trunk/libitext5-java/debian/maven.properties 2014-02-24 10:56:22 UTC (rev 17810) @@ -4,4 +4,4 @@ maven.compiler.source=1.5 maven.compiler.target=1.5 -maven.test.skip=true +maven.test.skip=false Modified: trunk/libitext5-java/debian/orig-tar.sh =================================================================== --- trunk/libitext5-java/debian/orig-tar.sh 2014-02-22 05:49:54 UTC (rev 17809) +++ trunk/libitext5-java/debian/orig-tar.sh 2014-02-24 10:56:22 UTC (rev 17810) @@ -12,7 +12,7 @@ TAR=../${SOURCE}_${VERSION}.orig.tar.xz svn export $SVNROOT $DIR -find $DIR/src/test -name "*.pdf" -exec rm \{\} \; +#find $DIR/src/test -name "*.pdf" -exec rm \{\} \; tar -cvJf $TAR $DIR rm -rf $DIR Added: trunk/libitext5-java/debian/patches/remove-javadoc-page-tracking.patch =================================================================== --- trunk/libitext5-java/debian/patches/remove-javadoc-page-tracking.patch (rev 0) +++ trunk/libitext5-java/debian/patches/remove-javadoc-page-tracking.patch 2014-02-24 10:56:22 UTC (rev 17810) @@ -0,0 +1,32 @@ +Description: Removes the doubleclick page tracking from the Javadoc +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/pom.xml ++++ b/pom.xml +@@ -109,19 +109,6 @@ + <links> + <link>http://api.itextpdf.com/itext/</link> + </links> +- <footer><![CDATA[ +-<script type="text/javascript"> +-var _gaq = _gaq || []; +-_gaq.push(['_setAccount', 'UA-11854164-1']); +-_gaq.push(['_setDomainName', 'itextpdf.com']); +-_gaq.push(['_trackPageview']); +-(function() { +-var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; +-ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; +-var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); +-})(); +-</script> +- ]]></footer> + </configuration> + </plugin> + <plugin> +@@ -251,4 +238,4 @@ + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <checkstyle.header.file>license.txt</checkstyle.header.file> + </properties> +-</project> +\ No newline at end of file ++</project> Modified: trunk/libitext5-java/debian/patches/series =================================================================== --- trunk/libitext5-java/debian/patches/series 2014-02-22 05:49:54 UTC (rev 17809) +++ trunk/libitext5-java/debian/patches/series 2014-02-24 10:56:22 UTC (rev 17810) @@ -1 +1,2 @@ utf8.patch +remove-javadoc-page-tracking.patch Modified: trunk/libitext5-java/debian/patches/utf8.patch =================================================================== --- trunk/libitext5-java/debian/patches/utf8.patch 2014-02-22 05:49:54 UTC (rev 17809) +++ trunk/libitext5-java/debian/patches/utf8.patch 2014-02-24 10:56:22 UTC (rev 17810) @@ -2,19 +2,19 @@ --- a/src/main/java/com/itextpdf/text/pdf/languages/IndicCompositeCharacterComparator.java +++ b/src/main/java/com/itextpdf/text/pdf/languages/IndicCompositeCharacterComparator.java -@@ -55,15 +55,6 @@ +@@ -56,15 +56,6 @@ * of Characters before the one with lower no. This is necessay to properly display the CompositeCharacters * when they occur side by side. * </p> -- * <p> -- * <h3>Examples of CompositeCharactes from Bangla</h3> -- * <ul> -- * <li><b>��?��?��?</b></li> -- * <li><b>��?��?</b></li> -- * <li><b>��?��?ষ��?ম</b></li> -- * <li><b>��?��?ষ</b></li> -- * </ul> -- * </p> - * +-// * <p> +-// * <h3>Examples of CompositeCharactes from Bangla</h3> +-// * <ul> +-// * <li><b>�?�?�?</b></li> +-// * <li><b>�?�?</b></li> +-// * <li><b>�?�?ষ�?ম</b></li> +-// * <li><b>�?�?ষ</b></li> +-// * </ul> +-// * </p> + * * @author <a href="mailto:[email protected]">Palash Ray</a> */ Modified: trunk/libitext5-java/debian/rules =================================================================== --- trunk/libitext5-java/debian/rules 2014-02-22 05:49:54 UTC (rev 17809) +++ trunk/libitext5-java/debian/rules 2014-02-24 10:56:22 UTC (rev 17810) @@ -6,5 +6,7 @@ JAVA_HOME := /usr/lib/jvm/default-java +DEB_MAVEN_ARGS = -DgsExec=/usr/bin/gs + get-orig-source: uscan --force-download --download-version $(DEB_UPSTREAM_VERSION)
_______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

