[java3d] 26/77: Fixed several lintian warnings.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 8 11:24:41 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository java3d.
commit c6e19ca3da011349aa78dfad08e045d4137c0fcb
Author: Jonny Lamb <jonny at debian.org>
Date: Tue Feb 3 12:50:17 2009 +0000
Fixed several lintian warnings.
---
debian/control | 11 +++++++++--
debian/copyright | 2 +-
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 2fbf8ba..d7940ca 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ XS-Autobuild: yes
Package: libjava3d-java
Architecture: all
Suggests: libjava3d-java-doc
-Depends: java-gcj-compat | java1-runtime | java2-runtime, libjava3d-jni (>= ${source:Version}),
+Depends: ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime, libjava3d-jni (>= ${source:Version}),
libvecmath-java
Description: Java 3D API (java library)
The Java 3D API enables the creation of three-dimensional graphics
@@ -22,20 +22,25 @@ Description: Java 3D API (java library)
constructs for creating and manipulation 3D geometry and building the
structures used in rendering that geometry. With this software, you can
efficiently define and render very large virtual worlds.
+ .
+ This package contains the java library.
Package: libjava3d-jni
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Java3D API (java jni library)
The Java 3D API enables the creation of three-dimensional graphics
applications and Internet-based 3D applets. It provides high-level
constructs for creating and manipulation 3D geometry and building the
structures used in rendering that geometry. With this software, you can
efficiently define and render very large virtual worlds.
+ .
+ This package contains the java jni library.
Package: libjava3d-java-doc
Architecture: all
Section: doc
+Depends: ${misc:Depends}
Suggests: libjava3d-java
Description: Documentation for the Java3D API
The Java 3D API enables the creation of three-dimensional graphics
@@ -43,3 +48,5 @@ Description: Documentation for the Java3D API
constructs for creating and manipulation 3D geometry and building the
structures used in rendering that geometry. With this software, you can
efficiently define and render very large virtual worlds.
+ .
+ This package contains the API documentation.
diff --git a/debian/copyright b/debian/copyright
index 75e671c..11185bd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -166,7 +166,7 @@ Copyright: 2007 Sun Microsystems, Inc. All rights reserved.
License: other | LGPL
.
On Debian systems the full text of the GNU Lesser General Public License can be
- found in the `/usr/share/common-licenses/LGPL' file.
+ found in the `/usr/share/common-licenses/LGPL-2.1' file.
.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java3d.git
More information about the pkg-java-commits
mailing list