[pkg-java] r3892 - in trunk/pentaho-reportdesigner/debian: . patches
avdyk at alioth.debian.org
avdyk at alioth.debian.org
Fri Jul 20 12:50:05 UTC 2007
Author: avdyk
Date: 2007-07-20 12:50:05 +0000 (Fri, 20 Jul 2007)
New Revision: 3892
Added:
trunk/pentaho-reportdesigner/debian/patches/
trunk/pentaho-reportdesigner/debian/patches/01_build.xml_remove_executable_arg.patch
trunk/pentaho-reportdesigner/debian/patches/10_ReportDialog_comment_WindowsLookAndFeel.patch
Modified:
trunk/pentaho-reportdesigner/debian/control
trunk/pentaho-reportdesigner/debian/rules
Log:
I stop working on this package, rene need jfreereport, not this package
Modified: trunk/pentaho-reportdesigner/debian/control
===================================================================
--- trunk/pentaho-reportdesigner/debian/control 2007-07-20 10:55:22 UTC (rev 3891)
+++ trunk/pentaho-reportdesigner/debian/control 2007-07-20 12:50:05 UTC (rev 3892)
@@ -4,13 +4,13 @@
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk at debian.org>
Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0)
-Build-Depends-Indep: java-gcj-compat-dev, ant
+Build-Depends-Indep: java-gcj-compat-dev, ant, libjgoodies-looks-java
Standards-Version: 3.7.2
Package: libpentaho-reportdesigner-java
Architecture: all
Section: contrib/libs
-Depends: gij | java-gcj-compat | java1-runtime | java2-runtime
+Depends: gij | java-gcj-compat | java1-runtime | java2-runtime, libjgoodies-looks-java
Recommends:
Suggests:
Description: reporting module from pentaho suite
Added: trunk/pentaho-reportdesigner/debian/patches/01_build.xml_remove_executable_arg.patch
===================================================================
--- trunk/pentaho-reportdesigner/debian/patches/01_build.xml_remove_executable_arg.patch (rev 0)
+++ trunk/pentaho-reportdesigner/debian/patches/01_build.xml_remove_executable_arg.patch 2007-07-20 12:50:05 UTC (rev 3892)
@@ -0,0 +1,17 @@
+--- src/build.xml~ 2007-07-10 11:53:22.000000000 +0200
++++ src/build.xml 2007-07-20 13:00:01.000000000 +0200
+@@ -60,7 +60,6 @@
+ debug="true"
+ source="1.5"
+ target="1.5"
+- executable="${javac1.5.path}"
+ compiler="modern"
+ fork="true">
+ </javac>
+@@ -267,4 +266,4 @@
+ <target name="all" depends="createBinaryDistribution, createSourceDistribution">
+ </target>
+
+-</project>
+\ No newline at end of file
++</project>
Added: trunk/pentaho-reportdesigner/debian/patches/10_ReportDialog_comment_WindowsLookAndFeel.patch
===================================================================
--- trunk/pentaho-reportdesigner/debian/patches/10_ReportDialog_comment_WindowsLookAndFeel.patch (rev 0)
+++ trunk/pentaho-reportdesigner/debian/patches/10_ReportDialog_comment_WindowsLookAndFeel.patch 2007-07-20 12:50:05 UTC (rev 3892)
@@ -0,0 +1,11 @@
+--- src/org/pentaho/reportdesigner/crm/report/ReportDialog.java~ 2007-07-20 11:42:26.000000000 +0000
++++ src/org/pentaho/reportdesigner/crm/report/ReportDialog.java 2007-07-20 11:51:35.000000000 +0000
+@@ -506,7 +506,7 @@
+ {
+ UIManager.put("ClassLoader", LookUtils.class.getClassLoader());//NON-NLS
+ UIManager.put("jgoodies.popupDropShadowEnabled", Boolean.FALSE);//NON-NLS
+- UIManager.setLookAndFeel(new WindowsLookAndFeel());
++ //UIManager.setLookAndFeel(new WindowsLookAndFeel());
+ }
+ else if (osName != null && (osName.toLowerCase().contains("mac")))//NON-NLS
+ {
Modified: trunk/pentaho-reportdesigner/debian/rules
===================================================================
--- trunk/pentaho-reportdesigner/debian/rules 2007-07-20 10:55:22 UTC (rev 3891)
+++ trunk/pentaho-reportdesigner/debian/rules 2007-07-20 12:50:05 UTC (rev 3892)
@@ -2,7 +2,7 @@
# debian/rules file for libpentaho-reportdesigner-java (uses cdbs)
include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/java-gcj
@@ -12,7 +12,7 @@
with_gcj_native := yes
endif
-DEB_JARS :=
+DEB_JARS := looks
DEB_ANT_BUILD_TARGET := createBinaryDistribution
DEB_ANT_BUILDFILE := src/build.xml
More information about the pkg-java-commits
mailing list