[doxia] 12/15: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Aug 6 09:41:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag debian/1.1.4-3
in repository doxia.
commit c10340adf5b15c1e593fb7660e799041591fc8ed
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Aug 5 13:15:53 2015 +0200
Wrap and sort
---
debian/control | 66 ++++++++++++++++++++++++++++++++++++++--------------------
1 file changed, 43 insertions(+), 23 deletions(-)
diff --git a/debian/control b/debian/control
index 0d0e033..f772eae 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,35 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: libmaven-plugin-tools-java, libmaven-shade-plugin-java,
- libmodello-maven-plugin-java, libplexus-component-metadata-java, fop, libcommons-configuration-java,
- libcommons-lang-java, libdoxia-sitetools-java, libhttpclient-java, libitext1-java,
- liblog4j1.2-java, libmaven-doxia-tools-java, libmaven2-core-java, libplexus-containers-java,
- libplexus-i18n-java, libplexus-utils-java, libxerces2-java, junit, libxerces2-java,
- default-jdk-doc, libcommons-configuration-java-doc, liblog4j1.2-java-doc,
- libmaven2-core-java-doc, libplexus-containers-java-doc, libplexus-utils-java-doc,
- libmaven-javadoc-plugin-java
+Build-Depends: cdbs,
+ debhelper (>= 9),
+ default-jdk,
+ maven-debian-helper (>= 1.4)
+Build-Depends-Indep: default-jdk-doc,
+ fop,
+ junit,
+ libcommons-configuration-java,
+ libcommons-configuration-java-doc,
+ libcommons-lang-java,
+ libdoxia-sitetools-java,
+ libhttpclient-java,
+ libitext1-java,
+ liblog4j1.2-java,
+ liblog4j1.2-java-doc,
+ libmaven-doxia-tools-java,
+ libmaven-javadoc-plugin-java,
+ libmaven-plugin-tools-java,
+ libmaven-shade-plugin-java,
+ libmaven2-core-java,
+ libmaven2-core-java-doc,
+ libmodello-maven-plugin-java,
+ libplexus-component-metadata-java,
+ libplexus-containers-java,
+ libplexus-containers-java-doc,
+ libplexus-i18n-java,
+ libplexus-utils-java,
+ libplexus-utils-java-doc,
+ libxerces2-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/doxia.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/doxia.git
@@ -19,37 +39,37 @@ Homepage: http://maven.apache.org/doxia/
Package: libdoxia-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libdoxia-java-doc
Description: powerful content generation framework
- Doxia is a content generation framework which aims to provide its users
+ Doxia is a content generation framework which aims to provide its users
with powerful techniques for generating static and dynamic content.
.
- Doxia can be used to generate static sites in addition to being
- incorporated into dynamic content generation systems like blogs, wikis
- and content management systems.
+ Doxia can be used to generate static sites in addition to being
+ incorporated into dynamic content generation systems like blogs, wikis
+ and content management systems.
.
- Doxia is used extensively by Maven and it powers the entire
- documentation system of Maven. It gives Maven the ability to take any
+ Doxia is used extensively by Maven and it powers the entire
+ documentation system of Maven. It gives Maven the ability to take any
document that Doxia supports and output it any format.
Package: libdoxia-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
+Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libdoxia-java
Description: Documentation for libdoxia-java
- Doxia is a content generation framework which aims to provide its users
+ Doxia is a content generation framework which aims to provide its users
with powerful techniques for generating static and dynamic content.
.
- Doxia can be used to generate static sites in addition to being
- incorporated into dynamic content generation systems like blogs, wikis
- and content management systems.
+ Doxia can be used to generate static sites in addition to being
+ incorporated into dynamic content generation systems like blogs, wikis
+ and content management systems.
.
- Doxia is used extensively by Maven and it powers the entire
- documentation system of Maven. It gives Maven the ability to take any
+ Doxia is used extensively by Maven and it powers the entire
+ documentation system of Maven. It gives Maven the ability to take any
document that Doxia supports and output it any format.
.
This package provides the API documentation for Doxia.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/doxia.git
More information about the pkg-java-commits
mailing list