[pkg-java] r5768 - trunk/cdk/debian
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Wed Feb 20 10:45:51 UTC 2008
Author: mkoch
Date: 2008-02-20 10:45:50 +0000 (Wed, 20 Feb 2008)
New Revision: 5768
Removed:
trunk/cdk/debian/libcdk-java-doc.dirs
trunk/cdk/debian/libcdk-java-doc.install
Modified:
trunk/cdk/debian/changelog
trunk/cdk/debian/control
trunk/cdk/debian/rules
Log:
don't build libcdk-java-doc package anymore
Modified: trunk/cdk/debian/changelog
===================================================================
--- trunk/cdk/debian/changelog 2008-02-20 08:25:25 UTC (rev 5767)
+++ trunk/cdk/debian/changelog 2008-02-20 10:45:50 UTC (rev 5768)
@@ -16,7 +16,7 @@
* 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
Modified: trunk/cdk/debian/control
===================================================================
--- trunk/cdk/debian/control 2008-02-20 08:25:25 UTC (rev 5767)
+++ trunk/cdk/debian/control 2008-02-20 10:45:50 UTC (rev 5768)
@@ -20,16 +20,3 @@
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.
Deleted: trunk/cdk/debian/libcdk-java-doc.dirs
===================================================================
--- trunk/cdk/debian/libcdk-java-doc.dirs 2008-02-20 08:25:25 UTC (rev 5767)
+++ trunk/cdk/debian/libcdk-java-doc.dirs 2008-02-20 10:45:50 UTC (rev 5768)
@@ -1 +0,0 @@
-usr/share/doc/libcdk-java-doc/apidoc
Deleted: trunk/cdk/debian/libcdk-java-doc.install
===================================================================
--- trunk/cdk/debian/libcdk-java-doc.install 2008-02-20 08:25:25 UTC (rev 5767)
+++ trunk/cdk/debian/libcdk-java-doc.install 2008-02-20 10:45:50 UTC (rev 5768)
@@ -1 +0,0 @@
-build-tree/cdk/apidoc/* usr/share/doc/libcdk-java-doc/apidoc
Modified: trunk/cdk/debian/rules
===================================================================
--- trunk/cdk/debian/rules 2008-02-20 08:25:25 UTC (rev 5767)
+++ trunk/cdk/debian/rules 2008-02-20 10:45:50 UTC (rev 5768)
@@ -41,12 +41,6 @@
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 \
More information about the pkg-java-commits
mailing list