clip out the OpenJDK test and whine in the startup
authorBdale Garbee <bdale@gag.com>
Sun, 14 Mar 2010 05:12:20 +0000 (22:12 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 14 Mar 2010 05:12:20 +0000 (22:12 -0700)
debian/changelog
debian/patches/openjdk-is-ok.diff [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]
debian/source/format [new file with mode: 0644]

index 70482b925fdee9962344c3b76b01b7c3033933af..dadd3e63c7ba2586a3f8bdc149f8a060a27a7c11 100644 (file)
@@ -1,5 +1,6 @@
 openrocket (1.0.0-1) unstable; urgency=low
 
   * initial packaging for Debian
+  * patch startup to remove the whining about OpenJDK
 
- -- Bdale Garbee <bdale@gag.com>  Sat, 13 Mar 2010 15:25:12 -0700
+ -- Bdale Garbee <bdale@gag.com>  Sat, 13 Mar 2010 22:12:12 -0700
diff --git a/debian/patches/openjdk-is-ok.diff b/debian/patches/openjdk-is-ok.diff
new file mode 100644 (file)
index 0000000..3500965
--- /dev/null
@@ -0,0 +1,14 @@
+diff --git a/src/net/sf/openrocket/startup/Startup.java b/src/net/sf/openrocket/startup/Startup.java
+index 0439185..3e7a71a 100644
+--- a/src/net/sf/openrocket/startup/Startup.java
++++ b/src/net/sf/openrocket/startup/Startup.java
+@@ -29,7 +29,8 @@ public class Startup {
+               
+               checkVersion();
+               checkHead();
+-              checkOpenJDK();
++              // seems to work to me .. let's not hassle users .. Bdale
++              // checkOpenJDK();
+               
+               // Load and execute START_CLASS
+               try {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..a23bfdd
--- /dev/null
@@ -0,0 +1 @@
+openjdk-is-ok.diff
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)