[pkg-java] r5669 - trunk/cdk/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sun Feb 10 22:07:52 UTC 2008


Author: mkoch
Date: 2008-02-10 22:07:52 +0000 (Sun, 10 Feb 2008)
New Revision: 5669

Modified:
   trunk/cdk/debian/changelog
   trunk/cdk/debian/compat
   trunk/cdk/debian/control
Log:
* Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
* Made Debian Java Maintainers the maintaine of the package and moved Daniel
  Leidert to Uploaders and also added myself.
* In debian/control use ${source:Version} instead of ${Source-Version}.
* Added Homepage, Vcs-Svn and Vcs-Browser fields.
* Updated Standards-Version to 3.7.3.
* Updated debhelper compat level to 5.


Modified: trunk/cdk/debian/changelog
===================================================================
--- trunk/cdk/debian/changelog	2008-02-10 16:11:23 UTC (rev 5668)
+++ trunk/cdk/debian/changelog	2008-02-10 22:07:52 UTC (rev 5669)
@@ -2,6 +2,13 @@
 
   * New upstream version.
   * Added watch file.
+  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
+  * Made Debian Java Maintainers the maintaine of the package and moved Daniel
+    Leidert to Uploaders and also added myself.
+  * In debian/control use ${source:Version} instead of ${Source-Version}.
+  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
+  * Updated Standards-Version to 3.7.3.
+  * Updated debhelper compat level to 5.
 
  -- Michael Koch <konqueror at gmx.de>  Fri, 08 Feb 2008 13:31:00 +0100
 

Modified: trunk/cdk/debian/compat
===================================================================
--- trunk/cdk/debian/compat	2008-02-10 16:11:23 UTC (rev 5668)
+++ trunk/cdk/debian/compat	2008-02-10 22:07:52 UTC (rev 5669)
@@ -1 +1 @@
-4
+5

Modified: trunk/cdk/debian/control
===================================================================
--- trunk/cdk/debian/control	2008-02-10 16:11:23 UTC (rev 5668)
+++ trunk/cdk/debian/control	2008-02-10 22:07:52 UTC (rev 5669)
@@ -1,14 +1,19 @@
 Source: cdk
 Section: contrib/libs
 Priority: optional
-Maintainer: Daniel Leidert (dale) <daniel.leidert at wgdd.de>
-Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ant (>= 1.6), ant-optional, antlr, docbook-xsl (>= 1.66.1), javacc, kaffe | java2-compiler, libcommons-cli-java, libcrimson-java, libjdom0-java, liblog4j1.2-java, libmysql-java, libpgjava, libxerces2-java, xsltproc
-Standards-Version: 3.6.1.1
+Maintainer: Debain Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Daniel Leidert (dale) <daniel.leidert at wgdd.de>, Michael Koch <konqueror at gmx.de>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: ant-optional, antlr, docbook-xsl (>= 1.66.1), javacc, java-gcj-compat-dev, libcommons-cli-java, libcrimson-java, libjdom0-java, liblog4j1.2-java, libmysql-java, libpgjava, libxerces2-java, xsltproc
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/cdk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cdk
+Homepage: http://cdk.sourceforge.net/
 
 Package: cdk
 Section: contrib/utils
 Architecture: all
-Depends: libcdk-java (>= ${Source-Version}), perl, perl-base (>= 5.6.1)
+Depends: libcdk-java (>= ${source:Version}), perl, perl-base (>= 5.6.1)
 Description: Shell wrappers for 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,
@@ -28,9 +33,6 @@
  information chemistry and in bioinformatics. It includes renderers,
  file IO, SMILES generation/parsing, maximal common substructure
  algorithms, fingerprinting and much, much more.
- .
- See the project page for more information:
- http://cdk.sourceforge.net
 
 Package: libcdk-java-doc
 Section: contrib/doc




More information about the pkg-java-commits mailing list