~ludovicc/uj/stringtemplate

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-10-02 08:00:49 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20091002080049-dewhb649u31e6aax
Tags: 3.1-4
* (Build-)Depends on libantlr-java instead of antlr (Closes: #547179).
* Build-Depends on defualt-jdk and debhelper >= 7.
* Added missing Depends: ${misc:Depends}.
* Moved package to section 'java'.
* Updated Standards-Version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: stringtemplate
2
 
Section: devel
 
2
Section: java
3
3
Priority: optional
4
4
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
5
5
Uploaders: Florian Weimer <fw@deneb.enyo.de>, Michael Koch <konqueror@gmx.de>
6
 
Build-Depends: cdbs (>= 0.4.8), debhelper (>> 5)
7
 
Build-Depends-Indep: antlr, ant-optional, java-gcj-compat-dev, junit
8
 
Standards-Version: 3.7.3
 
6
Build-Depends: cdbs (>= 0.4.8), debhelper (>= 7), default-jdk, ant-optional
 
7
Build-Depends-Indep: libantlr-java, junit
 
8
Standards-Version: 3.8.3
9
9
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/stringtemplate
10
10
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stringtemplate
11
11
Homepage: http://www.stringtemplate.org/
12
12
 
13
13
Package: libstringtemplate-java
14
14
Architecture: all
15
 
Depends: antlr
 
15
Depends: libantlr-java, ${misc:Depends}
16
16
Description: StringTemplate templating engine for Java
17
17
 StringTemplate is a java template engine for generating source code,
18
18
 web pages, emails, or any other formatted text output. StringTemplate