[cdk] 61/62: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 30 21:56:42 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 5c2e91deeb01ad0537dace40e7404982580dbc36
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Mar 30 22:15:08 2018 +0200
Wrap and sort
---
debian/control | 16 ++++++++++------
debian/copyright | 4 ++--
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index f9522bc..1941440 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,21 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>
-Build-Depends: debhelper (>= 11), javahelper, default-jdk, ant-optional
-Build-Depends-Indep: ant-contrib,
+Build-Depends:
+ ant-contrib,
+ ant-optional,
antlr,
+ debhelper (>= 11),
+ default-jdk,
docbook-xsl (>= 1.66.1),
javacc,
- liblog4j1.2-java,
- libxerces2-java,
+ javahelper,
+ libjama-java (>= 1.0.3),
libjgrapht0.6-java,
+ liblog4j1.2-java,
libvecmath-java,
+ libxerces2-java,
libxom-java,
- libjama-java (>= 1.0.3),
libxpp3-java,
r-cran-rjava
Standards-Version: 4.1.3
@@ -23,7 +27,7 @@ Homepage: http://cdk.sourceforge.net/
Package: libcdk-java
Architecture: all
-Depends: ${misc:Depends}, ${java:Depends}
+Depends: ${java:Depends}, ${misc:Depends}
Suggests: jchempaint, jmol
Description: Chemistry Development Kit (CDK) Java libraries
The CDK is a library of Java classes used in computational and
diff --git a/debian/copyright b/debian/copyright
index cbafc77..921d9de 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,12 +17,12 @@ License: LGPL
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
-
+
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
-
+
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
--
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