This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository statsvn.
commit 6d310578eaff42ebed13af46bf806362593cc283 Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 19 23:42:34 2018 +0200 Wrap and sort --- debian/control | 29 ++++++++++++++++++++--------- debian/statsvn.dirs | 3 +-- debian/statsvn.install | 2 +- debian/statsvn.manpages | 2 +- 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index 4031978..aaaba8c 100644 --- a/debian/control +++ b/debian/control @@ -3,27 +3,38 @@ Section: vcs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Vincent Fourmond <[email protected]> -Build-Depends: cdbs, debhelper (>= 5), ant, - libjcommon-java, libjfreechart-java, statcvs (>= 1:0.5.0), default-jdk, - libsvnkit-java, libjdom1-java, javahelper (>= 0.36) +Build-Depends: + ant, + cdbs, + debhelper (>= 5), + default-jdk, + javahelper (>= 0.36), + libjcommon-java, + libjdom1-java, + libjfreechart-java, + libsvnkit-java, + statcvs (>= 1:0.5.0) Standards-Version: 3.9.4 Vcs-Git: https://anonscm.debian.org/git/pkg-java/statsvn.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/statsvn.git -Homepage: http://www.statsvn.org/ - +Homepage: http://www.statsvn.org Package: statsvn Architecture: all -Depends: java-gcj-compat | java-runtime, ${java:Depends}, - statcvs (>= 1:0.7.0.dfsg-4~), subversion, java-wrappers (>= 0.1.22), +Depends: + java-gcj-compat | java-runtime, + java-wrappers (>= 0.1.22), + statcvs (>= 1:0.7.0.dfsg-4~), + subversion, + ${java:Depends}, ${misc:Depends} Description: SVN repository statistics StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project evolution, e.g. the lines of code over time, contribution of each developer, the evolution of modules, directories, files, the time and days when most - checkins happen, etc. It also shows the commit logs and integrates + checkins happen, etc. It also shows the commit logs and integrates out of the box with ViewVc, BugZilla, Chora and others. . - StatSVN generates a static suite of HTML or XDoc documents containing + StatSVN generates a static suite of HTML or XDoc documents containing tables and chart images. diff --git a/debian/statsvn.dirs b/debian/statsvn.dirs index d86dc8a..64f6fc8 100644 --- a/debian/statsvn.dirs +++ b/debian/statsvn.dirs @@ -1,3 +1,2 @@ -/usr/share/java /usr/bin - +/usr/share/java diff --git a/debian/statsvn.install b/debian/statsvn.install index 0e39ba1..7368302 100644 --- a/debian/statsvn.install +++ b/debian/statsvn.install @@ -1 +1 @@ -debian/wrappers/statsvn usr/bin \ No newline at end of file +debian/wrappers/statsvn usr/bin diff --git a/debian/statsvn.manpages b/debian/statsvn.manpages index 30b0b88..a0c3df2 100644 --- a/debian/statsvn.manpages +++ b/debian/statsvn.manpages @@ -1 +1 @@ -debian/manpages/statsvn.1 \ No newline at end of file +debian/manpages/statsvn.1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/statsvn.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

