[jtidy] 22/30: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 18 09:20:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jtidy.
commit b33461c1c3b6afa9d1e5538bd1104875a337a605
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 18 09:29:56 2017 +0100
Wrap and sort
---
debian/control | 19 ++++++++++++++-----
debian/copyright | 6 +++---
debian/libjtidy-java-doc.install | 1 -
3 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index b1a4f02..468f231 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,18 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: libmaven-javadoc-plugin-java, junit4, liblog4j1.2-java, libslf4j-java,
- default-jdk-doc, ant, ant-doc
+Build-Depends:
+ ant,
+ ant-doc,
+ cdbs,
+ debhelper (>= 7),
+ default-jdk,
+ default-jdk-doc,
+ junit4,
+ liblog4j1.2-java,
+ libmaven-javadoc-plugin-java,
+ libslf4j-java,
+ maven-debian-helper (>= 1.4)
Standards-Version: 3.9.4
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jtidy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jtidy.git
@@ -13,7 +22,7 @@ Homepage: http://jtidy.sourceforge.net/
Package: libjtidy-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Suggests: libjtidy-java-doc
Description: JTidy
JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer.
@@ -25,7 +34,7 @@ Description: JTidy
Package: libjtidy-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
+Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libjtidy-java
Description: Documentation for JTidy
diff --git a/debian/copyright b/debian/copyright
index 9bbb99e..34cb0b8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,14 +23,14 @@ Informatique et en Automatique, Keio University). All Rights
Reserved.
COPYRIGHT NOTICE:
- *
+ *
* This software and documentation is provided "as is," and
* the copyright holders and contributing author(s) make no
* representations or warranties, express or implied, including
* but not limited to, warranties of merchantability or fitness
* for any particular purpose or that the use of the software or
* documentation will not infringe any third party patents,
- * copyrights, trademarks or other rights.
+ * copyrights, trademarks or other rights.
*
* The copyright holders and contributing author(s) will not be
* liable for any direct, indirect, special or consequential damages
@@ -46,7 +46,7 @@ COPYRIGHT NOTICE:
* not be misrepresented as being the original source.
* 3. This Copyright notice may not be removed or altered from any
* source or altered source distribution.
- *
+ *
* The copyright holders and contributing author(s) specifically
* permit, without fee, and encourage the use of this source code
* as a component for supporting the Hypertext Markup Language in
diff --git a/debian/libjtidy-java-doc.install b/debian/libjtidy-java-doc.install
index a6fcc0d..aecd23d 100644
--- a/debian/libjtidy-java-doc.install
+++ b/debian/libjtidy-java-doc.install
@@ -1,2 +1 @@
target/apidocs/* usr/share/doc/libjtidy-java/api
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jtidy.git
More information about the pkg-java-commits
mailing list