This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository easymock.
commit f62ea04bbc8de1c857779430b259e84a69f9757b Author: Jan-Pascal van Best <[email protected]> Date: Thu Sep 13 11:11:54 2007 +0000 Added samples to doc-base; added README.Debian-source to both packages --- debian/copyright | 2 +- debian/libeasymock-java-doc.doc-base | 2 +- debian/rules | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/copyright b/debian/copyright index 5e9f435..539588a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Tue, 11 Sep 2007 14:03:47 +0200 It was downloaded from http://www.easymock.org/Downloads.html Run the debian/get-orig-source.sh script to download the upstream ZIP file and -create the source tarball used by Debian. +create the source tarball used by Debian. See README.Debian-source for details. Upstream Authors: Tammo Freese <http://tammofreese.de> diff --git a/debian/libeasymock-java-doc.doc-base b/debian/libeasymock-java-doc.doc-base index 23201cb..c03f1b2 100644 --- a/debian/libeasymock-java-doc.doc-base +++ b/debian/libeasymock-java-doc.doc-base @@ -13,4 +13,4 @@ Files: /usr/share/doc/libeasymock-java-doc/*.html /usr/share/doc/libeasymock-java-doc/api/org/easymock/*.html /usr/share/doc/libeasymock-java-doc/api/org/easymock/internal/*.html /usr/share/doc/libeasymock-java-doc/api/org/easymock/internal/matchers/*.html - /usr/share/doc/libeasymock-java-doc/samples/org/easymock/samples/*.html + /usr/share/doc/libeasymock-java-doc/samples/org/easymock/samples/*.java diff --git a/debian/rules b/debian/rules index 663792f..14f8f8d 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,8 @@ DEB_ANT_BUILD_TARGET = jar javadoc DEB_ANT_CHECK_TARGET = test DEB_JARS = ant-junit junit4 -DEB_INSTALL_DOCS_libeasymock-java-doc := Documentation*.html easymock.css samples api +DEB_INSTALL_DOCS_libeasymock-java := debian/README.Debian-source +DEB_INSTALL_DOCS_libeasymock-java-doc := debian/README.Debian-source Documentation*.html easymock.css samples api cleanbuilddir:: src src: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

