[cdk] 28/62: don't build libcdk-java-doc package anymore
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 30 21:56:37 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository cdk.
commit 0faa0fe65ca667f5c4b62f4aa650f1cca3ddad2b
Author: Michael Koch <konqueror at gmx.de>
Date: Wed Feb 20 10:45:50 2008 +0000
don't build libcdk-java-doc package anymore
---
debian/changelog | 2 +-
debian/control | 13 -------------
debian/libcdk-java-doc.dirs | 1 -
debian/libcdk-java-doc.install | 1 -
debian/rules | 6 ------
5 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b5b5743..5400f3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,7 @@ cdk (1:1.0.1.91-1) UNRELEASED; urgency=low
* Updated Standards-Version to 3.7.3.
* Updated debhelper compat level to 5.
* Removed unused debian/README.Debian.
- * Removed unused cdk package and manpages.
+ * Removed unused cdk and libcdk-java-doc packages and manpages.
-- Michael Koch <konqueror at gmx.de> Fri, 08 Feb 2008 13:31:00 +0100
diff --git a/debian/control b/debian/control
index 92779a2..01cf9d6 100644
--- a/debian/control
+++ b/debian/control
@@ -20,16 +20,3 @@ Description: Chemistry Development Kit (CDK) Java libraries
information chemistry and in bioinformatics. It includes renderers,
file IO, SMILES generation/parsing, maximal common substructure
algorithms, fingerprinting and much, much more.
-
-Package: libcdk-java-doc
-Section: contrib/doc
-Architecture: all
-Suggests: libcdk-java
-Description: API documentation of the the Chemistry Development Kit (CDK)
- The CDK is a library of Java classes used in computational and
- information chemistry and in bioinformatics. It includes renderers,
- file IO, SMILES generation/parsing, maximal common substructure
- algorithms, fingerprinting and much, much more.
- .
- This package contains the API documentation of the Chemistry Development
- Kit (CDK) Java libraries.
diff --git a/debian/libcdk-java-doc.dirs b/debian/libcdk-java-doc.dirs
deleted file mode 100644
index a285151..0000000
--- a/debian/libcdk-java-doc.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/libcdk-java-doc/apidoc
diff --git a/debian/libcdk-java-doc.install b/debian/libcdk-java-doc.install
deleted file mode 100644
index c1d687e..0000000
--- a/debian/libcdk-java-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-build-tree/cdk/apidoc/* usr/share/doc/libcdk-java-doc/apidoc
diff --git a/debian/rules b/debian/rules
index 9015a54..5d3134b 100644
--- a/debian/rules
+++ b/debian/rules
@@ -41,12 +41,6 @@ clean::
rm -f src/org/openscience/cdk/smiles/smarts/parser/SMARTSParserTokenManager.java
rm -rf build
-build/cdk::
- # Make manpages.
- @cd debian/cdk-manpages && for mxml in "*.xml"; do \
- xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl $$mxml; \
- done
-
install/libcdk-java::
for COMPONENT in $(COMPONENTS); do \
install -m 644 dist/jar/cdk-$$COMPONENT.jar \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdk.git
More information about the pkg-java-commits
mailing list