This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-package.
commit c8261c8c5e952b6c7b3f34d54329dfbab31db64c Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 18 23:47:39 2015 +0200 Changed the architecture of the documentation packages from any to all --- debian/changelog | 1 + lib/jdk-doc.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6a6552e..3b4bc17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ java-package (0.60) UNRELEASED; urgency=medium * Fixed the detection of the latest Java 8 documentation archives. * Fixed the dh_shlibdeps error when generating a documentation package (Closes: #753071) + * Changed the architecture of the documentation packages from any to all. -- tony mancill <[email protected]> Thu, 18 Jun 2015 22:00:02 -0700 diff --git a/lib/jdk-doc.sh b/lib/jdk-doc.sh index 443bdfd..2027a94 100644 --- a/lib/jdk-doc.sh +++ b/lib/jdk-doc.sh @@ -2,7 +2,7 @@ j2sdk_doc_control() { j2se_control cat << EOF Package: $j2se_package -Architecture: any +Architecture: all Depends: \${misc:Depends} Description: $j2se_title The Java(TM) SE JDK is a development environment for building -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

