~hudson-ubuntu/+junk/jenkins-commons-jexl

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: James Page
  • Date: 2011-06-29 10:05:46 UTC
  • Revision ID: james.page@canonical.com-20110629100546-tx0up7ta61v9tnbl
renamed package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: hudson-commons-jexl
 
1
Source: jenkins-commons-jexl
2
2
Section: java
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
18
18
Standards-Version: 3.9.2
19
19
Homepage: https://github.com/jenkinsci/jexl/
20
20
 
21
 
Package: libhudson-commons-jexl-java
 
21
Package: libjenkins-commons-jexl-java
22
22
Architecture: all
23
23
Depends: ${maven:Depends}, ${misc:Depends}
24
24
Recommends: ${maven:OptionalDepends}
25
 
Suggests: libhudson-commons-jexl-java-doc
26
 
Description: Hudson fork of the JSTL Expression Language with extensions
 
25
Suggests: libjenkins-commons-jexl-java-doc
 
26
Description: Jenkins fork of the JSTL Expression Language with extensions
27
27
 This library is an expression language engine for easy embedding in
28
28
 applications and frameworks. It implements an extented version of the
29
29
 Expression Language of the JSTL (Java Standard Tag Library, java server
31
31
 .
32
32
 This package contains the branch used/maintained by the jenkinsci project.
33
33
 
34
 
Package: libhudson-commons-jexl-java-doc
 
34
Package: libjenkins-commons-jexl-java-doc
35
35
Architecture: all
36
36
Section: doc
37
37
Depends: ${maven:DocDepends}, ${misc:Depends}
38
38
Recommends: ${maven:DocOptionalDepends}
39
 
Suggests: libhudson-commons-jexl-java
40
 
Description: Documentation for libhudson-commons-jexl-java
 
39
Suggests: libjenkins-commons-jexl-java
 
40
Description: Documentation for libjenkins-commons-jexl-java
41
41
 This library is an expression language engine for easy embedding in
42
42
 applications and frameworks. It implements an extented version of the
43
43
 Expression Language of the JSTL (Java Standard Tag Library, java server
44
44
 related technology).
45
45
 .
46
 
 This package provides the API documentation for libhudson-commons-jexl-java.
 
46
 This package provides the API documentation for libjenkins-commons-jexl-java.