[pkg-java] r11063 - trunk/stringtemplate/debian
Thierry Carrez
ttx-guest at alioth.debian.org
Fri Nov 13 12:51:06 UTC 2009
Author: ttx-guest
Date: 2009-11-13 12:51:06 +0000 (Fri, 13 Nov 2009)
New Revision: 11063
Modified:
trunk/stringtemplate/debian/changelog
trunk/stringtemplate/debian/control
Log:
debian/control: Also depend on a JRE to follow policy
Modified: trunk/stringtemplate/debian/changelog
===================================================================
--- trunk/stringtemplate/debian/changelog 2009-11-13 12:39:25 UTC (rev 11062)
+++ trunk/stringtemplate/debian/changelog 2009-11-13 12:51:06 UTC (rev 11063)
@@ -1,3 +1,9 @@
+stringtemplate (3.1-5) UNRELEASED; urgency=low
+
+ * debian/control: Also depend on a JRE to follow policy
+
+ -- Thierry Carrez <thierry.carrez at ubuntu.com> Fri, 13 Nov 2009 13:44:14 +0100
+
stringtemplate (3.1-4) unstable; urgency=low
* (Build-)Depends on libantlr-java instead of antlr (Closes: #547179).
Modified: trunk/stringtemplate/debian/control
===================================================================
--- trunk/stringtemplate/debian/control 2009-11-13 12:39:25 UTC (rev 11062)
+++ trunk/stringtemplate/debian/control 2009-11-13 12:51:06 UTC (rev 11063)
@@ -12,7 +12,7 @@
Package: libstringtemplate-java
Architecture: all
-Depends: libantlr-java, ${misc:Depends}
+Depends: default-jre-headless | java2-runtime-headless, 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
More information about the pkg-java-commits
mailing list