[xslthl] 01/04: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 21 00:53:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository xslthl.
commit a8f5075713f1a1a1cda6407f2bff93e24ba469bf
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Nov 21 01:49:08 2017 +0100
Wrap and sort
---
debian/control | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 9b87251..5b4bd20 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,14 @@ Section: text
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Eugene Zhukov <eugene at debian.org>
-Build-Depends: debhelper (>=10), default-jdk, maven-debian-helper (>= 1.6.1),
- libsaxon-java, libsaxonhe-java, libxalan2-java, junit4
+Build-Depends:
+ debhelper (>=10),
+ default-jdk,
+ junit4,
+ libsaxon-java,
+ libsaxonhe-java,
+ libxalan2-java,
+ maven-debian-helper (>= 1.6.1)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/xslthl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/xslthl.git
@@ -13,7 +19,7 @@ Homepage: http://xslthl.sourceforge.net
Package: libxslthl-java
Section: java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: XSLT syntax highlighting
This is an implementation of syntax highlighting as an extension module for
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xslthl.git
More information about the pkg-java-commits
mailing list