[pkg-java] r7932 - trunk/java3d/debian

jonny at alioth.debian.org jonny at alioth.debian.org
Tue Feb 3 12:50:18 UTC 2009


Author: jonny
Date: 2009-02-03 12:50:17 +0000 (Tue, 03 Feb 2009)
New Revision: 7932

Modified:
   trunk/java3d/debian/control
   trunk/java3d/debian/copyright
Log:
Fixed several lintian warnings.


Modified: trunk/java3d/debian/control
===================================================================
--- trunk/java3d/debian/control	2009-02-03 11:45:46 UTC (rev 7931)
+++ trunk/java3d/debian/control	2009-02-03 12:50:17 UTC (rev 7932)
@@ -14,7 +14,7 @@
 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 @@
  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 @@
  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.

Modified: trunk/java3d/debian/copyright
===================================================================
--- trunk/java3d/debian/copyright	2009-02-03 11:45:46 UTC (rev 7931)
+++ trunk/java3d/debian/copyright	2009-02-03 12:50:17 UTC (rev 7932)
@@ -166,7 +166,7 @@
 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




More information about the pkg-java-commits mailing list