[pkg-java] r17373 - in trunk/nekohtml/debian: . patches
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Oct 23 10:00:48 UTC 2013
Author: ebourg-guest
Date: 2013-10-23 10:00:48 +0000 (Wed, 23 Oct 2013)
New Revision: 17373
Added:
trunk/nekohtml/debian/libnekohtml-java.lintian-overrides
Modified:
trunk/nekohtml/debian/changelog
trunk/nekohtml/debian/nekohtml-xni.pom
trunk/nekohtml/debian/patches/build.diff
Log:
New upstream release (1.9.19)
Refreshed the patch
Added a Lintian override for the codeless-jar warning on nekohtmlXni.jar
Modified: trunk/nekohtml/debian/changelog
===================================================================
--- trunk/nekohtml/debian/changelog 2013-10-23 09:45:00 UTC (rev 17372)
+++ trunk/nekohtml/debian/changelog 2013-10-23 10:00:48 UTC (rev 17373)
@@ -1,6 +1,8 @@
-nekohtml (1.9.15-2) UNRELEASED; urgency=low
+nekohtml (1.9.19-1) unstable; urgency=low
* Team upload.
+ * New upstream release
+ - Refreshed the patch
* debian/control:
- Use canonical URLs for the Vcs-* fields
- Updated Standards-Version to 3.9.4 (no changes)
@@ -10,8 +12,9 @@
* debian/rules: Improved the clean target
* debian/copyright: Updated the Format URI
* Use XZ compression for the upstream tarball
+ * Added a Lintian override for the codeless-jar warning on nekohtmlXni.jar
- -- Emmanuel Bourg <ebourg at apache.org> Wed, 23 Oct 2013 11:28:12 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 23 Oct 2013 11:59:27 +0200
nekohtml (1.9.15-1) unstable; urgency=low
Added: trunk/nekohtml/debian/libnekohtml-java.lintian-overrides
===================================================================
--- trunk/nekohtml/debian/libnekohtml-java.lintian-overrides (rev 0)
+++ trunk/nekohtml/debian/libnekohtml-java.lintian-overrides 2013-10-23 10:00:48 UTC (rev 17373)
@@ -0,0 +1 @@
+libnekohtml-java: codeless-jar *nekohtmlXni*
Modified: trunk/nekohtml/debian/nekohtml-xni.pom
===================================================================
--- trunk/nekohtml/debian/nekohtml-xni.pom 2013-10-23 09:45:00 UTC (rev 17372)
+++ trunk/nekohtml/debian/nekohtml-xni.pom 2013-10-23 10:00:48 UTC (rev 17373)
@@ -2,5 +2,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nekohtml</groupId>
<artifactId>nekohtmlXni</artifactId>
- <version>1.9.12</version>
+ <version>1.9.19</version>
</project>
Modified: trunk/nekohtml/debian/patches/build.diff
===================================================================
--- trunk/nekohtml/debian/patches/build.diff 2013-10-23 09:45:00 UTC (rev 17372)
+++ trunk/nekohtml/debian/patches/build.diff 2013-10-23 10:00:48 UTC (rev 17373)
@@ -9,7 +9,7 @@
<property name='build.data.dir' value='${build.dir}/data/output' />
<property name='build.lib.dir' value='${build.dir}/lib' />
-@@ -72,7 +72,7 @@
+@@ -78,7 +78,7 @@
source='${compile.source}' target='${compile.target}'
includeAntRuntime='false'>
<classpath>
@@ -18,7 +18,7 @@
</classpath>
<src path='${src.dir}' />
<src path='${build.src.dir}' />
-@@ -83,7 +83,7 @@
+@@ -89,7 +89,7 @@
source='${compile.source}' target='${compile.target}'
includeAntRuntime='false'>
<classpath>
@@ -27,7 +27,7 @@
</classpath>
<src path='${src.dir}' />
<src path='${build.src.dir}' />
-@@ -97,11 +97,6 @@
+@@ -103,11 +103,6 @@
unless="compile.skip">
<mkdir dir="${build.classes.dir}"/>
@@ -37,5 +37,5 @@
- <compileWith xercesVersion="2.3.0" bridge="2_3"/>
- <compileWith xercesVersion="2.8.1" bridge="2_3"/>
<compileWith xercesVersion="2.9.1" bridge="2_3"/>
+ <compileWith xercesVersion="2.10.0" bridge="2_3"/>
- <copy todir="${build.classes.dir}">
More information about the pkg-java-commits
mailing list