This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository nekohtml.
commit 86fce7be0e98678a37eff1554336642c8b1c36fa Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 23 21:37:59 2014 +0000 Moved the HTML documentation in the libnekohtml-java-doc package --- debian/changelog | 1 + ...{libnekohtml-java.doc-base => libnekohtml-java-doc.doc-base.manual} | 0 debian/rules | 3 ++- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ecb3355..997d46d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ nekohtml (1.9.21-1) UNRELEASED; urgency=medium * Team upload * New upstream release * Standards-Version updated to 3.9.5 (no changes) + * Moved the HTML documentation in the libnekohtml-java-doc package -- Emmanuel Bourg <[email protected]> Mon, 23 Jun 2014 21:44:46 +0200 diff --git a/debian/libnekohtml-java.doc-base b/debian/libnekohtml-java-doc.doc-base.manual similarity index 100% rename from debian/libnekohtml-java.doc-base rename to debian/libnekohtml-java-doc.doc-base.manual diff --git a/debian/rules b/debian/rules index cd625ef..e6db2bd 100755 --- a/debian/rules +++ b/debian/rules @@ -16,14 +16,15 @@ get-orig-source: uscan --download-version $(VERSION) --force-download --rename binary-post-install/lib$(PACKAGE)-java:: - dh_install -plib$(PACKAGE)-java doc usr/share/doc/lib$(PACKAGE)-java mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l --usj-version=$(VERSION) pom.xml build/lib/$(PACKAGE).jar mh_installjar -plib$(PACKAGE)-java -l --usj-version=$(VERSION) debian/nekohtml-xni.pom build/lib/$(PACKAGE)Xni.jar binary-post-install/lib$(PACKAGE)-java-doc:: + dh_install -plib$(PACKAGE)-java-doc doc usr/share/doc/lib$(PACKAGE)-java dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(PACKAGE)-java clean:: mh_clean -rm -rf debian/tmp + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/nekohtml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

