[java-gnome] 03/05: No longer generate the -java-doc package (Closes: #875576)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Mar 7 21:58:15 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository java-gnome.
commit 638eaf7440cafd74425bc6eedf94d95ebe6da425
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Nov 17 17:34:43 2017 +0100
No longer generate the -java-doc package (Closes: #875576)
---
debian/changelog | 1 +
debian/control | 18 ------------------
debian/libjava-gnome-java-doc.install | 3 ---
debian/rules | 3 ---
4 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fd9f0c0..c71fc14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
java-gnome (4.1.3-7) UNRELEASED; urgency=medium
* Team upload.
+ * No longer generate the -java-doc package (Closes: #875576)
* Standards-Version updated to 4.1.3
-- Emmanuel Bourg <ebourg at apache.org> Fri, 17 Nov 2017 17:00:52 +0100
diff --git a/debian/control b/debian/control
index 78c10dd..3831f50 100644
--- a/debian/control
+++ b/debian/control
@@ -64,21 +64,3 @@ Description: Java-gnome language bindings project JNI layer
it.
.
This package contains the necessary JNI layer.
-
-Package: libjava-gnome-java-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: libjava-gnome-java
-Description: Java-gnome language bindings project documentation
- These are the Java bindings for GTK+ and GNOME! Featuring a robust
- engineering design, completely generated internals, a lovingly crafted
- layer presenting the public API, and steadily increasing coverage of
- the underlying libraries.
- .
- You can use java-gnome to develop sophisticated user interfaces for
- Linux applications so that they richly integrate with the GNOME Desktop
- while leveraging the power of the Java language and your expertise with
- it.
- .
- This package contains the API documentation.
diff --git a/debian/libjava-gnome-java-doc.install b/debian/libjava-gnome-java-doc.install
deleted file mode 100644
index 8c85c32..0000000
--- a/debian/libjava-gnome-java-doc.install
+++ /dev/null
@@ -1,3 +0,0 @@
-HACKING.markdown /usr/share/doc/libjava-gnome-java/
-doc/api/ /usr/share/doc/libjava-gnome-java/
-doc/examples/ /usr/share/doc/libjava-gnome-java/
diff --git a/debian/rules b/debian/rules
index 1eb091e..21aeed0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,6 @@ override_dh_auto_configure:
override_dh_auto_build-arch:
$(DEB_MAKE_ENVVARS) dh_auto_build -- all
-override_dh_auto_build-indep:
- $(DEB_MAKE_ENVVARS) dh_auto_build -- doc
-
override_dh_auto_test:
get-orig-source:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-gnome.git
More information about the pkg-java-commits
mailing list