This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxmlenc-java.
commit 3d1f49921d12de78db07bca47dc0ebcd63ed0a0c Author: Emmanuel Bourg <[email protected]> Date: Mon Apr 24 11:09:49 2017 +0200 Removed the libxmlenc-java-doc package (Closes: #861063) --- debian/changelog | 1 + debian/control | 12 ------------ debian/libxmlenc-java-doc.doc-base | 9 --------- debian/libxmlenc-java-doc.install | 1 - 4 files changed, 1 insertion(+), 22 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5c6ba4d..3860a1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libxmlenc-java (0.52+dfsg-5) UNRELEASED; urgency=medium * Team upload. + * Removed the libxmlenc-java-doc package (Closes: #861063) * Simplified debian/rules -- Emmanuel Bourg <[email protected]> Mon, 27 Jul 2015 19:06:49 +0200 diff --git a/debian/control b/debian/control index f8857fa..7b4f56d 100644 --- a/debian/control +++ b/debian/control @@ -16,15 +16,3 @@ Description: Fast stream-based XML output library for java Lightweight XML encoding library for Java, optimized for performance. It fills the gap between a light-weight parser like SAX, and a heavy-weight XML output library, like JDOM. - -Package: libxmlenc-java-doc -Section: doc -Architecture: all -Depends: ${misc:Depends} -Suggests: libxmlenc-java, default-jdk-doc -Description: Fast stream-based XML output library for java - documentation - Lightweight XML encoding library for Java, optimized for performance. It - fills the gap between a light-weight parser like SAX, and a heavy-weight - XML output library, like JDOM. - . - This package contains the javadoc documentation. diff --git a/debian/libxmlenc-java-doc.doc-base b/debian/libxmlenc-java-doc.doc-base deleted file mode 100644 index 1220f6d..0000000 --- a/debian/libxmlenc-java-doc.doc-base +++ /dev/null @@ -1,9 +0,0 @@ -Document: libxmlenc-java -Title: API JavaDoc for libxmlenc-java -Author: Ernst de Haan <[email protected]> -Abstract: This the API JavaDoc provided by Ernst de Haan <[email protected]> for libxmlenc-java -Section: Programming - -Format: HTML -Index: /usr/share/doc/libxmlenc-java/api/ -Files: /usr/share/doc/libxmlenc-java/api/*.html diff --git a/debian/libxmlenc-java-doc.install b/debian/libxmlenc-java-doc.install deleted file mode 100644 index 074b8b5..0000000 --- a/debian/libxmlenc-java-doc.install +++ /dev/null @@ -1 +0,0 @@ -build/javadoc/* /usr/share/doc/libxmlenc-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxmlenc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

