Codebase list doxia / c10340a
Wrap and sort Emmanuel Bourg 8 years ago
1 changed file(s) with 43 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
44 Uploaders: Torsten Werner <twerner@debian.org>
5 Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4)
6 Build-Depends-Indep: libmaven-plugin-tools-java, libmaven-shade-plugin-java,
7 libmodello-maven-plugin-java, libplexus-component-metadata-java, fop, libcommons-configuration-java,
8 libcommons-lang-java, libdoxia-sitetools-java, libhttpclient-java, libitext1-java,
9 liblog4j1.2-java, libmaven-doxia-tools-java, libmaven2-core-java, libplexus-containers-java,
10 libplexus-i18n-java, libplexus-utils-java, libxerces2-java, junit, libxerces2-java,
11 default-jdk-doc, libcommons-configuration-java-doc, liblog4j1.2-java-doc,
12 libmaven2-core-java-doc, libplexus-containers-java-doc, libplexus-utils-java-doc,
13 libmaven-javadoc-plugin-java
5 Build-Depends: cdbs,
6 debhelper (>= 9),
7 default-jdk,
8 maven-debian-helper (>= 1.4)
9 Build-Depends-Indep: default-jdk-doc,
10 fop,
11 junit,
12 libcommons-configuration-java,
13 libcommons-configuration-java-doc,
14 libcommons-lang-java,
15 libdoxia-sitetools-java,
16 libhttpclient-java,
17 libitext1-java,
18 liblog4j1.2-java,
19 liblog4j1.2-java-doc,
20 libmaven-doxia-tools-java,
21 libmaven-javadoc-plugin-java,
22 libmaven-plugin-tools-java,
23 libmaven-shade-plugin-java,
24 libmaven2-core-java,
25 libmaven2-core-java-doc,
26 libmodello-maven-plugin-java,
27 libplexus-component-metadata-java,
28 libplexus-containers-java,
29 libplexus-containers-java-doc,
30 libplexus-i18n-java,
31 libplexus-utils-java,
32 libplexus-utils-java-doc,
33 libxerces2-java
1434 Standards-Version: 3.9.6
1535 Vcs-Git: git://anonscm.debian.org/pkg-java/doxia.git
1636 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/doxia.git
1838
1939 Package: libdoxia-java
2040 Architecture: all
21 Depends: ${misc:Depends}, ${maven:Depends}
41 Depends: ${maven:Depends}, ${misc:Depends}
2242 Recommends: ${maven:OptionalDepends}
2343 Suggests: libdoxia-java-doc
2444 Description: powerful content generation framework
25 Doxia is a content generation framework which aims to provide its users
45 Doxia is a content generation framework which aims to provide its users
2646 with powerful techniques for generating static and dynamic content.
2747 .
28 Doxia can be used to generate static sites in addition to being
29 incorporated into dynamic content generation systems like blogs, wikis
30 and content management systems.
48 Doxia can be used to generate static sites in addition to being
49 incorporated into dynamic content generation systems like blogs, wikis
50 and content management systems.
3151 .
32 Doxia is used extensively by Maven and it powers the entire
33 documentation system of Maven. It gives Maven the ability to take any
52 Doxia is used extensively by Maven and it powers the entire
53 documentation system of Maven. It gives Maven the ability to take any
3454 document that Doxia supports and output it any format.
3555
3656 Package: libdoxia-java-doc
3757 Architecture: all
3858 Section: doc
39 Depends: ${misc:Depends}, ${maven:DocDepends}
59 Depends: ${maven:DocDepends}, ${misc:Depends}
4060 Recommends: ${maven:DocOptionalDepends}
4161 Suggests: libdoxia-java
4262 Description: Documentation for libdoxia-java
43 Doxia is a content generation framework which aims to provide its users
63 Doxia is a content generation framework which aims to provide its users
4464 with powerful techniques for generating static and dynamic content.
4565 .
46 Doxia can be used to generate static sites in addition to being
47 incorporated into dynamic content generation systems like blogs, wikis
48 and content management systems.
66 Doxia can be used to generate static sites in addition to being
67 incorporated into dynamic content generation systems like blogs, wikis
68 and content management systems.
4969 .
50 Doxia is used extensively by Maven and it powers the entire
51 documentation system of Maven. It gives Maven the ability to take any
70 Doxia is used extensively by Maven and it powers the entire
71 documentation system of Maven. It gives Maven the ability to take any
5272 document that Doxia supports and output it any format.
5373 .
5474 This package provides the API documentation for Doxia.