[pkg-java] r13009 - in trunk/tijmp/debian: . patches source
Niels Thykier
nthykier-guest at alioth.debian.org
Sat Oct 2 10:05:10 UTC 2010
Author: nthykier-guest
Date: 2010-10-02 10:05:03 +0000 (Sat, 02 Oct 2010)
New Revision: 13009
Added:
trunk/tijmp/debian/patches/series
trunk/tijmp/debian/source/
trunk/tijmp/debian/source/format
Modified:
trunk/tijmp/debian/changelog
trunk/tijmp/debian/control
trunk/tijmp/debian/patches/tijmp-jarlookup.patch
trunk/tijmp/debian/rules
Log:
tijmp (0.8+dfsg-4) UNRELEASED; urgency=low
* Corrected JAVA_HOME to openjdk-6 (Closes: #598769)
* Bumped Standards-Versions 3.9.1 - no changes required.
* Converted patch to quilt format.
* Converted source to 3.0 (quilt) format.
-- Niels Thykier <niels at thykier.net> Sat, 02 Oct 2010 12:00:26 +0200
Modified: trunk/tijmp/debian/changelog
===================================================================
--- trunk/tijmp/debian/changelog 2010-10-02 06:36:56 UTC (rev 13008)
+++ trunk/tijmp/debian/changelog 2010-10-02 10:05:03 UTC (rev 13009)
@@ -1,3 +1,12 @@
+tijmp (0.8+dfsg-4) UNRELEASED; urgency=low
+
+ * Corrected JAVA_HOME to openjdk-6 (Closes: #598769)
+ * Bumped Standards-Versions 3.9.1 - no changes required.
+ * Converted patch to quilt format.
+ * Converted source to 3.0 (quilt) format.
+
+ -- Niels Thykier <niels at thykier.net> Sat, 02 Oct 2010 12:00:26 +0200
+
tijmp (0.8+dfsg-3) experimental; urgency=low
* Team upload.
Modified: trunk/tijmp/debian/control
===================================================================
--- trunk/tijmp/debian/control 2010-10-02 06:36:56 UTC (rev 13008)
+++ trunk/tijmp/debian/control 2010-10-02 10:05:03 UTC (rev 13009)
@@ -5,7 +5,7 @@
Uploaders: Michael Koch <konqueror at gmx.de>,
Niels Thykier <niels at thykier.net>
Build-Depends: cdbs, debhelper (>= 7), openjdk-6-jdk
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tijmp
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/tijmp
Homepage: http://www.khelekore.org/jmp/tijmp/
Added: trunk/tijmp/debian/patches/series
===================================================================
--- trunk/tijmp/debian/patches/series (rev 0)
+++ trunk/tijmp/debian/patches/series 2010-10-02 10:05:03 UTC (rev 13009)
@@ -0,0 +1 @@
+tijmp-jarlookup.patch
Modified: trunk/tijmp/debian/patches/tijmp-jarlookup.patch
===================================================================
--- trunk/tijmp/debian/patches/tijmp-jarlookup.patch 2010-10-02 06:36:56 UTC (rev 13008)
+++ trunk/tijmp/debian/patches/tijmp-jarlookup.patch 2010-10-02 10:05:03 UTC (rev 13009)
@@ -1,5 +1,5 @@
---- src/tijmp.c.orig 2007-07-08 18:19:27.000000000 +0200
-+++ src/tijmp.c 2007-07-08 18:25:10.000000000 +0200
+--- a/src/tijmp.c 2007-07-08 18:19:27.000000000 +0200
++++ b/src/tijmp.c 2007-07-08 18:25:10.000000000 +0200
@@ -42,6 +42,12 @@
return 0;
}
Modified: trunk/tijmp/debian/rules
===================================================================
--- trunk/tijmp/debian/rules 2010-10-02 06:36:56 UTC (rev 13008)
+++ trunk/tijmp/debian/rules 2010-10-02 10:05:03 UTC (rev 13009)
@@ -2,9 +2,8 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-DEB_CONFIGURE_SCRIPT_ENV += JAVA_HOME="/usr/lib/jvm/default-java"
+DEB_CONFIGURE_SCRIPT_ENV += JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
UPSTREAM_VERSION=$(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/\+dfsg//' )
Added: trunk/tijmp/debian/source/format
===================================================================
--- trunk/tijmp/debian/source/format (rev 0)
+++ trunk/tijmp/debian/source/format 2010-10-02 10:05:03 UTC (rev 13009)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list