This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-io.
commit d18a6f46c0210dae4f1b89b274b05592fc07853b Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 26 11:55:57 2016 +0200 Changed the install path of the API documentation to /usr/share/doc/libcommons-io-java --- debian/changelog | 2 ++ debian/libcommons-io-java-doc.doc-base | 5 ++--- debian/libcommons-io-java-doc.install | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3824a1a..935e913 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ commons-io (2.5-1) UNRELEASED; urgency=low [ Emmanuel Bourg ] * New upstream release * Build with maven-debian-helper instead of Ant + * Changed the install path of the API documentation + to /usr/share/doc/libcommons-io-java * Moved the package to Git * Standards-Version updated to 3.9.8 (no changes) * Use XZ compression for the upstream tarball diff --git a/debian/libcommons-io-java-doc.doc-base b/debian/libcommons-io-java-doc.doc-base index 8efb549..681d6f8 100644 --- a/debian/libcommons-io-java-doc.doc-base +++ b/debian/libcommons-io-java-doc.doc-base @@ -7,6 +7,5 @@ Abstract: This is the javadoc API of libcommons-io-java, a Java library Section: Programming Format: HTML -Index: /usr/share/doc/libcommons-io-java-doc/api/index.html -Files: /usr/share/doc/libcommons-io-java-doc/api/*.html - +Index: /usr/share/doc/libcommons-io-java/api/index.html +Files: /usr/share/doc/libcommons-io-java/api/*.html diff --git a/debian/libcommons-io-java-doc.install b/debian/libcommons-io-java-doc.install index 307d037..343f8d0 100644 --- a/debian/libcommons-io-java-doc.install +++ b/debian/libcommons-io-java-doc.install @@ -1 +1 @@ -target/apidocs/* usr/share/doc/libcommons-io-java-doc/api/ +target/apidocs/* usr/share/doc/libcommons-io-java/api/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-io.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

