This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jblas.
commit 550f7a31411ef9b7bcb807d9527c91f132da4bac Author: Markus Koschany <[email protected]> Date: Mon Oct 23 21:33:54 2017 +0200 Install javadoc with jblas-doc.docs. --- debian/changelog | 1 + debian/jblas-doc.docs | 1 + debian/rules | 6 ------ 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index b9487ac..473beca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ jblas (1.2.4-1) unstable; urgency=medium * Migrate from CDBS to DH sequencer. * wrap-and-sort -sa. * Add version-property.patch and fix the wrong version. + * Install javadoc with jblas-doc.docs. -- Markus Koschany <[email protected]> Mon, 23 Oct 2017 21:25:10 +0200 diff --git a/debian/jblas-doc.docs b/debian/jblas-doc.docs new file mode 100644 index 0000000..863d673 --- /dev/null +++ b/debian/jblas-doc.docs @@ -0,0 +1 @@ +javadoc diff --git a/debian/rules b/debian/rules index e3d325f..38176e0 100755 --- a/debian/rules +++ b/debian/rules @@ -49,12 +49,6 @@ else endif dh_auto_test -override_dh_installdocs: - dh_installdocs - #install javadoc javadoc - install -m755 -d debian/jblas-doc/usr/share/doc/jblas-doc - cp -r javadoc debian/jblas-doc/usr/share/doc/jblas-doc/ - get-orig-source: -uscan --force-download --download-current-version @echo successfully retrieved upstream tarball -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jblas.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

