[pkg-java] r17013 - in trunk/jasperreports/debian: . patches

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Jul 11 13:19:56 UTC 2013


Author: ebourg-guest
Date: 2013-07-11 13:19:55 +0000 (Thu, 11 Jul 2013)
New Revision: 17013

Added:
   trunk/jasperreports/debian/patches/16_eclipse_compiler_updater.diff
Modified:
   trunk/jasperreports/debian/changelog
   trunk/jasperreports/debian/control
   trunk/jasperreports/debian/copyright
   trunk/jasperreports/debian/patches/series
Log:
Added a patch to compile with ecj 3.8 (addresses part of #713169)



Modified: trunk/jasperreports/debian/changelog
===================================================================
--- trunk/jasperreports/debian/changelog	2013-07-11 12:42:09 UTC (rev 17012)
+++ trunk/jasperreports/debian/changelog	2013-07-11 13:19:55 UTC (rev 17013)
@@ -1,3 +1,16 @@
+jasperreports (4.1.3+dfsg-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Added a patch to compile with ecj 3.8 (addresses part of #713169)
+  * debian/control
+    - Updated Standards-Version to 3.9.4 (no changes)
+    - Use canonical URLs for the Vcs-* fields
+  * debian/copyright:
+    - Updated the format URI
+    - Removed the duplicate Copyright field
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 11 Jul 2013 15:01:59 +0200
+
 jasperreports (4.1.3+dfsg-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/jasperreports/debian/control
===================================================================
--- trunk/jasperreports/debian/control	2013-07-11 12:42:09 UTC (rev 17012)
+++ trunk/jasperreports/debian/control	2013-07-11 13:19:55 UTC (rev 17013)
@@ -14,9 +14,9 @@
   glassfish-javaee, maven-repo-helper, libmondrian-java, libolap4j-java,
   libantlr-java, librhino-java, velocity, libcastor-core-java, libcastor-xml-java,
   libjackson-json-java
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jasperreports/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jasperreports/
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jasperreports/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jasperreports/
 Homepage: http://jasperforge.org/jasperreports
 
 Package: libjasperreports-java

Modified: trunk/jasperreports/debian/copyright
===================================================================
--- trunk/jasperreports/debian/copyright	2013-07-11 12:42:09 UTC (rev 17012)
+++ trunk/jasperreports/debian/copyright	2013-07-11 13:19:55 UTC (rev 17013)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: JasperReports
 Upstream-Contact: http://jasperforge.org/index.php?q=project/jasperreports
 Source: http://sourceforge.net/projects/jasperreports/files/jasperreports/
@@ -13,8 +13,8 @@
 
 
 Files: *
-Copyright: Copyright (C) 2001-2009 JasperSoft Corporation
-Copyright: Copyright (C) 2005 Works
+Copyright: 2001-2009, JasperSoft Corporation
+           2005, Works
 License: LGPL-3+
  Unless you have purchased a commercial license agreement from Jaspersoft,
  the following license terms apply:
@@ -57,4 +57,4 @@
 Copyright: Copyright 2008-2011 Damien Raude-Morvan <drazzib at debian.org>
 License: LGPL-3+
  The full text of the LGPL 3 license can be found in
- `/usr/share/common-licenses/LGPL-3' on Debian systems.
\ No newline at end of file
+ `/usr/share/common-licenses/LGPL-3' on Debian systems.

Added: trunk/jasperreports/debian/patches/16_eclipse_compiler_updater.diff
===================================================================
--- trunk/jasperreports/debian/patches/16_eclipse_compiler_updater.diff	                        (rev 0)
+++ trunk/jasperreports/debian/patches/16_eclipse_compiler_updater.diff	2013-07-11 13:19:55 UTC (rev 17013)
@@ -0,0 +1,17 @@
+Description: Update to compile with ecj 3.8 and later
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/src/net/sf/jasperreports/engine/design/JRJdtCompiler.java
++++ b/src/net/sf/jasperreports/engine/design/JRJdtCompiler.java
+@@ -154,6 +154,11 @@
+ 		{
+ 			return new char[0][0];
+ 		}
++
++		public boolean ignoreOptionalProblems() 
++		{
++			return false;
++		}
+ 	}
+ 
+ 	

Modified: trunk/jasperreports/debian/patches/series
===================================================================
--- trunk/jasperreports/debian/patches/series	2013-07-11 12:42:09 UTC (rev 17012)
+++ trunk/jasperreports/debian/patches/series	2013-07-11 13:19:55 UTC (rev 17013)
@@ -9,3 +9,4 @@
 13_disable_ooxml_support.diff
 14_velocity.diff
 15_poi.diff
+16_eclipse_compiler_updater.diff




More information about the pkg-java-commits mailing list