[pkg-java] r10731 - in trunk/stringtemplate/debian: . patches

Michael Koch mkoch at alioth.debian.org
Fri Oct 2 06:02:04 UTC 2009


Author: mkoch
Date: 2009-10-02 06:02:01 +0000 (Fri, 02 Oct 2009)
New Revision: 10731

Modified:
   trunk/stringtemplate/debian/
   trunk/stringtemplate/debian/changelog
   trunk/stringtemplate/debian/compat
   trunk/stringtemplate/debian/control
   trunk/stringtemplate/debian/patches/
   trunk/stringtemplate/debian/rules
Log:
stringtemplate (3.1-4) unstable; urgency=low

  * Build-Depends on defualt-jdk and debhelper >= 7.
  * (Build-)Depends on libantlr-java instead of antlr.
  * Added missing Depends: ${misc:Depends}.
  * Moved package to section 'java'.
  * Updated Standards-Version to 3.8.3.

 -- Michael Koch <konqueror at gmx.de>  Fri, 02 Oct 2009 08:00:49 +0200




Property changes on: trunk/stringtemplate/debian
___________________________________________________________________
Modified: svn:ignore
   - files
libstringtemplate-java
stamp-*

   + files
libstringtemplate-java
stamp-*
*.log
*.substvars


Modified: trunk/stringtemplate/debian/changelog
===================================================================
--- trunk/stringtemplate/debian/changelog	2009-10-01 23:51:26 UTC (rev 10730)
+++ trunk/stringtemplate/debian/changelog	2009-10-02 06:02:01 UTC (rev 10731)
@@ -1,3 +1,13 @@
+stringtemplate (3.1-4) unstable; urgency=low
+
+  * Build-Depends on defualt-jdk and debhelper >= 7.
+  * (Build-)Depends on libantlr-java instead of antlr.
+  * Added missing Depends: ${misc:Depends}.
+  * Moved package to section 'java'.
+  * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de>  Fri, 02 Oct 2009 08:00:49 +0200
+
 stringtemplate (3.1-3) unstable; urgency=low
 
   * Added junit to Build-Depends-Indep. Closes #467605.

Modified: trunk/stringtemplate/debian/compat
===================================================================
--- trunk/stringtemplate/debian/compat	2009-10-01 23:51:26 UTC (rev 10730)
+++ trunk/stringtemplate/debian/compat	2009-10-02 06:02:01 UTC (rev 10731)
@@ -1 +1 @@
-5
+7

Modified: trunk/stringtemplate/debian/control
===================================================================
--- trunk/stringtemplate/debian/control	2009-10-01 23:51:26 UTC (rev 10730)
+++ trunk/stringtemplate/debian/control	2009-10-02 06:02:01 UTC (rev 10731)
@@ -1,18 +1,18 @@
 Source: stringtemplate
-Section: devel
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Weimer <fw at deneb.enyo.de>, Michael Koch <konqueror at gmx.de>
-Build-Depends: cdbs (>= 0.4.8), debhelper (>> 5)
-Build-Depends-Indep: antlr, ant-optional, java-gcj-compat-dev, junit
-Standards-Version: 3.7.3
+Build-Depends: cdbs (>= 0.4.8), debhelper (>= 7), default-jdk, ant-optional
+Build-Depends-Indep: libantlr-java, junit
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stringtemplate
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stringtemplate
 Homepage: http://www.stringtemplate.org/
 
 Package: libstringtemplate-java
 Architecture: all
-Depends: antlr
+Depends: libantlr-java, ${misc:Depends}
 Description: StringTemplate templating engine for Java
  StringTemplate is a java template engine for generating source code,
  web pages, emails, or any other formatted text output. StringTemplate


Property changes on: trunk/stringtemplate/debian/patches
___________________________________________________________________
Added: svn:ignore
   + *.log


Modified: trunk/stringtemplate/debian/rules
===================================================================
--- trunk/stringtemplate/debian/rules	2009-10-01 23:51:26 UTC (rev 10730)
+++ trunk/stringtemplate/debian/rules	2009-10-02 06:02:01 UTC (rev 10731)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
 
 DEB_JARS := antlr ant-antlr junit
 DEB_ANT_BUILD_TARGET := jar




More information about the pkg-java-commits mailing list