Author: mkoch Date: 2009-09-18 20:27:10 +0000 (Fri, 18 Sep 2009) New Revision: 10481
Modified: trunk/tijmp/debian/changelog trunk/tijmp/debian/control trunk/tijmp/debian/rules Log: tijmp (0.6-1) unstable; urgency=low * New upstream release * Updated Standards-Version to 3.8.0. No changes needed. -- Michael Koch <[email protected]> Sun, 15 Jun 2008 23:31:06 +0200 Modified: trunk/tijmp/debian/changelog =================================================================== --- trunk/tijmp/debian/changelog 2009-09-18 20:04:27 UTC (rev 10480) +++ trunk/tijmp/debian/changelog 2009-09-18 20:27:10 UTC (rev 10481) @@ -1,3 +1,10 @@ +tijmp (0.6-1) unstable; urgency=low + + * New upstream release + * Updated Standards-Version to 3.8.0. No changes needed. + + -- Michael Koch <[email protected]> Sun, 15 Jun 2008 23:31:06 +0200 + tijmp (0.5-1) unstable; urgency=low * New upstream release Modified: trunk/tijmp/debian/control =================================================================== --- trunk/tijmp/debian/control 2009-09-18 20:04:27 UTC (rev 10480) +++ trunk/tijmp/debian/control 2009-09-18 20:27:10 UTC (rev 10481) @@ -4,7 +4,7 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Michael Koch <[email protected]> Build-Depends: cdbs, debhelper (>= 5), sun-java6-jdk -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 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/ Modified: trunk/tijmp/debian/rules =================================================================== --- trunk/tijmp/debian/rules 2009-09-18 20:04:27 UTC (rev 10480) +++ trunk/tijmp/debian/rules 2009-09-18 20:27:10 UTC (rev 10481) @@ -6,6 +6,8 @@ DEB_CONFIGURE_SCRIPT_ENV += JAVA_HOME="/usr/lib/jvm/java-6-sun" +DEB_MAKE_INVOKE += JAR=/usr/lib/jvm/java-6-sun/bin/jar + install/tijmp:: mv debian/tijmp/usr/share/java/tijmp.jar debian/tijmp/usr/share/java/tijmp-$(DEB_UPSTREAM_VERSION).jar dh_link -p tijmp /usr/share/java/tijmp-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/tijmp.jar _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

