[pkg-java] r18181 - in trunk/libitext5-java/debian: . patches
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon May 26 12:00:04 UTC 2014
Author: ebourg-guest
Date: 2014-05-26 12:00:04 +0000 (Mon, 26 May 2014)
New Revision: 18181
Modified:
trunk/libitext5-java/debian/changelog
trunk/libitext5-java/debian/patches/remove-javadoc-page-tracking.patch
Log:
New upstream release (5.5.1)
Modified: trunk/libitext5-java/debian/changelog
===================================================================
--- trunk/libitext5-java/debian/changelog 2014-05-25 02:26:37 UTC (rev 18180)
+++ trunk/libitext5-java/debian/changelog 2014-05-26 12:00:04 UTC (rev 18181)
@@ -1,3 +1,10 @@
+libitext5-java (5.5.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ * Refreshed remove-javadoc-page-tracking.patch
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 26 May 2014 13:17:50 +0200
+
libitext5-java (5.5.0-1) unstable; urgency=medium
* New upstream release
Modified: trunk/libitext5-java/debian/patches/remove-javadoc-page-tracking.patch
===================================================================
--- trunk/libitext5-java/debian/patches/remove-javadoc-page-tracking.patch 2014-05-25 02:26:37 UTC (rev 18180)
+++ trunk/libitext5-java/debian/patches/remove-javadoc-page-tracking.patch 2014-05-26 12:00:04 UTC (rev 18181)
@@ -3,27 +3,26 @@
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);
--})();
+@@ -190,18 +190,6 @@
+ <links>
+ <link>http://api.itextpdf.com/itext/</link>
+ </links>
+- <footer><![CDATA[
+-<script>
+- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+-
+- ga('create', 'UA-11854164-1', 'itextpdf.com');
+- ga('send', 'pageview');
+-
-</script>
- ]]></footer>
- </configuration>
- </plugin>
- <plugin>
-@@ -251,4 +238,4 @@
+ </configuration>
+ </plugin>
+ </plugins>
+@@ -257,4 +245,4 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<checkstyle.header.file>license.txt</checkstyle.header.file>
</properties>
More information about the pkg-java-commits
mailing list