This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ognl.
commit a0fa51ab03465588332b61efff2c717b24309eb4 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 5 00:47:58 2015 +0200 Wrap and sort --- debian/control | 19 ++++++++++++------- debian/libognl-java-doc.install | 4 ++-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 1753194..35dd184 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,20 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant -Build-Depends-Indep: libjavassist-java, junit4, docbook-xsl, docbook-xml, ant-optional, - libxalan2-java, javacc, maven-repo-helper, ant-contrib +Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk +Build-Depends-Indep: ant-contrib, + ant-optional, + docbook-xml, + docbook-xsl, + javacc, + junit4, + libjavassist-java, + libxalan2-java, + maven-repo-helper Standards-Version: 3.9.6 -Homepage: http://commons.apache.org/proper/commons-ognl/ -Vcs-Git: git://anonscm.debian.org/pkg-java/ognl .git +Vcs-Git: git://anonscm.debian.org/pkg-java/ognl.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/ognl.git +Homepage: http://commons.apache.org/ognl/ Package: libognl-java Architecture: all @@ -19,7 +26,6 @@ Description: Java expression language for getting and setting properties of Java objects. You use the same expression for both getting and setting the value of a property. - Package: libognl-java-doc Architecture: all Section: doc @@ -32,4 +38,3 @@ Description: Java expression language - Documentation . This package contains Language, Developer Documentation and API of OGNL software. - diff --git a/debian/libognl-java-doc.install b/debian/libognl-java-doc.install index cf0427c..76522da 100644 --- a/debian/libognl-java-doc.install +++ b/debian/libognl-java-doc.install @@ -1,3 +1,3 @@ -dist/docs/html/LanguageGuide /usr/share/doc/libognl-java/ -dist/docs/html/DeveloperGuide /usr/share/doc/libognl-java/ dist/docs/api /usr/share/doc/libognl-java/ +dist/docs/html/DeveloperGuide /usr/share/doc/libognl-java/ +dist/docs/html/LanguageGuide /usr/share/doc/libognl-java/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ognl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

