[cdk] 11/62: * 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.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 30 21:56:35 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 7dae488a787f2b0f7e7367e6240dcd1d59e85948
Author: Michael Koch <konqueror at gmx.de>
Date: Sun Feb 10 22:07:52 2008 +0000
* 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.
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
debian/control | 16 +++++++++-------
3 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 73e8405..7d25c77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ cdk (1:1.0.1-1) UNRELEASED; urgency=low
* 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
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 099edef..79584d2 100644
--- a/debian/control
+++ b/debian/control
@@ -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 @@ 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.
- .
- See the project page for more information:
- http://cdk.sourceforge.net
Package: libcdk-java-doc
Section: contrib/doc
--
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