[pkg-java] r5320 - in trunk/tijmp/debian: . patches
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Sat Jan 5 22:50:53 UTC 2008
Author: mkoch
Date: 2008-01-05 22:50:52 +0000 (Sat, 05 Jan 2008)
New Revision: 5320
Added:
trunk/tijmp/debian/patches/tijmp-java6-javac.patch
Modified:
trunk/tijmp/debian/changelog
trunk/tijmp/debian/control
trunk/tijmp/debian/rules
trunk/tijmp/debian/watch
Log:
tijmp (0.5~pre1-1) unstable; urgency=low
* New upstream release.
* Added debian/patches/tijmp-java6-javac.patch to make sure to build with
the correct javac.
* Updated watch to match upstream pre versions.
* Added Homepage, Vcs-Svn and Vcs-Browser fields.
* Updated Standards-Version to 3.7.3.
-- Michael Koch <konqueror at gmx.de> Sat, 05 Jan 2008 23:47:51 +0100
Modified: trunk/tijmp/debian/changelog
===================================================================
--- trunk/tijmp/debian/changelog 2008-01-05 22:09:14 UTC (rev 5319)
+++ trunk/tijmp/debian/changelog 2008-01-05 22:50:52 UTC (rev 5320)
@@ -1,3 +1,14 @@
+tijmp (0.5~pre1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Added debian/patches/tijmp-java6-javac.patch to make sure to build with
+ the correct javac.
+ * Updated watch to match upstream pre versions.
+ * Added Homepage, Vcs-Svn and Vcs-Browser fields.
+ * Updated Standards-Version to 3.7.3.
+
+ -- Michael Koch <konqueror at gmx.de> Sat, 05 Jan 2008 23:47:51 +0100
+
tijmp (0.4-1) unstable; urgency=low
* New upstream release. Closes: #449113.
Modified: trunk/tijmp/debian/control
===================================================================
--- trunk/tijmp/debian/control 2008-01-05 22:09:14 UTC (rev 5319)
+++ trunk/tijmp/debian/control 2008-01-05 22:50:52 UTC (rev 5320)
@@ -4,7 +4,10 @@
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror at gmx.de>
Build-Depends: cdbs, debhelper (>= 5), sun-java6-jdk
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+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/
Package: tijmp
Architecture: any
@@ -16,5 +19,3 @@
.
It is written to be fast and have small memory footprint. The user
interface uses swing.
- .
- Homepage: http://www.khelekore.org/jmp/tijmp/
Added: trunk/tijmp/debian/patches/tijmp-java6-javac.patch
===================================================================
--- trunk/tijmp/debian/patches/tijmp-java6-javac.patch (rev 0)
+++ trunk/tijmp/debian/patches/tijmp-java6-javac.patch 2008-01-05 22:50:52 UTC (rev 5320)
@@ -0,0 +1,13 @@
+--- src/Makefile.in.orig 2008-01-05 23:38:39.000000000 +0100
++++ src/Makefile.in 2008-01-05 23:39:08.000000000 +0100
+@@ -191,8 +191,8 @@
+ target_vendor = @target_vendor@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-JAVAC = javac
+-JAVAH = javah
++JAVAC = /usr/lib/jvm/java-6-sun/bin/javac
++JAVAH = /usr/lib/jvm/java-6-sun/bin/javah
+ BUILT_SOURCES = tijmp_TIJMPController.h
+ DISTCLEANFILES = tijmp_TIJMPController.h
+ lib_LTLIBRARIES = libtijmp.la
Modified: trunk/tijmp/debian/rules
===================================================================
--- trunk/tijmp/debian/rules 2008-01-05 22:09:14 UTC (rev 5319)
+++ trunk/tijmp/debian/rules 2008-01-05 22:50:52 UTC (rev 5320)
@@ -2,7 +2,7 @@
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
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_CONFIGURE_SCRIPT_ENV += JAVA_HOME="/usr/lib/jvm/java-6-sun"
Modified: trunk/tijmp/debian/watch
===================================================================
--- trunk/tijmp/debian/watch 2008-01-05 22:09:14 UTC (rev 5319)
+++ trunk/tijmp/debian/watch 2008-01-05 22:50:52 UTC (rev 5320)
@@ -1,2 +1,3 @@
version=3
-http://www.khelekore.org/jmp/tijmp/ tijmp-(.*).tar.gz
+opts=uversionmangle=s/-pre/~pre/ \
+ http://www.khelekore.org/jmp/tijmp/ tijmp-(.*).tar.gz
More information about the pkg-java-commits
mailing list