This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit b8ec10f71e5901b9208ee3592ed57f225b4669b4 Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 25 10:58:48 2015 +0100 debian/rules: Removed the install/libjetty8-java-doc target --- debian/changelog | 1 + debian/libjetty8-java-doc.install | 2 +- debian/rules | 4 ---- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6f38e17..40401d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jetty8 (8.1.18-2) UNRELEASED; urgency=medium * Fixed a build failure with maven-debian-helper 2.0 * Added the missing build depdndency on libasm3-java + * debian/rules: Removed the install/libjetty8-java-doc target -- Emmanuel Bourg <[email protected]> Wed, 25 Nov 2015 09:43:59 +0100 diff --git a/debian/libjetty8-java-doc.install b/debian/libjetty8-java-doc.install index cf64dc3..69c1bc4 100644 --- a/debian/libjetty8-java-doc.install +++ b/debian/libjetty8-java-doc.install @@ -1 +1 @@ -target/site/api usr/share/doc/libjetty8-java +target/site/apidocs/* usr/share/doc/libjetty8-java/api diff --git a/debian/rules b/debian/rules index 73e970b..93029a5 100755 --- a/debian/rules +++ b/debian/rules @@ -56,7 +56,3 @@ install/libjetty8-extra-java:: test-jetty-servlet/pom.xml test-jetty-servlet/target/test-jetty-servlet-*.jar; \ dh_link -plibjetty8-extra-java usr/share/java/jetty8-test-servlet-$$version.jar \ usr/share/jetty8/lib/test-jetty-servlet-$$version.jar; - -install/libjetty8-java-doc:: - mv target/site/apidocs target/site/api - dh_install -p libjetty8-java-doc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

