[pkg-java] r16047 - trunk/libjgrapht-java/branch_0.8/debian

Giovanni Mascellani gio at alioth.debian.org
Tue May 8 17:17:50 UTC 2012


Author: gio
Date: 2012-05-08 17:17:50 +0000 (Tue, 08 May 2012)
New Revision: 16047

Modified:
   trunk/libjgrapht-java/branch_0.8/debian/changelog
   trunk/libjgrapht-java/branch_0.8/debian/control
   trunk/libjgrapht-java/branch_0.8/debian/rules
Log:
Fix other lintian warnings and a missing dependency.


Modified: trunk/libjgrapht-java/branch_0.8/debian/changelog
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/changelog	2012-05-08 16:37:45 UTC (rev 16046)
+++ trunk/libjgrapht-java/branch_0.8/debian/changelog	2012-05-08 17:17:50 UTC (rev 16047)
@@ -4,8 +4,9 @@
     - Update debian/copyright.
   * Bump Standards-Version to 3.9.3 (no changes needed).
   * Update my email address.
+  * Use jh_classpath to fix classpath.
 
- -- Giovanni Mascellani <gio at debian.org>  Tue, 08 May 2012 18:33:49 +0200
+ -- Giovanni Mascellani <gio at debian.org>  Tue, 08 May 2012 18:51:25 +0200
 
 libjgrapht0.8-java (0.8.1-1) unstable; urgency=low
 

Modified: trunk/libjgrapht-java/branch_0.8/debian/control
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/control	2012-05-08 16:37:45 UTC (rev 16046)
+++ trunk/libjgrapht-java/branch_0.8/debian/control	2012-05-08 17:17:50 UTC (rev 16047)
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), ant, default-jdk, junit4,
- libjgraph-java
+ libjgraph-java, javahelper
 Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjgrapht-java/branch_0.8
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjgrapht-java/branch_0.8
@@ -12,8 +12,7 @@
 
 Package: libjgrapht0.8-java
 Architecture: all
-Depends: openjdk-6-jre | java6-runtime, ${misc:Depends}
-Suggests: java-virtual-machine
+Depends: ${misc:Depends}, libjgraph-java
 Provides: libjgrapht-java
 Description: mathematical graph theory library for Java
  JGraphT is a free Java graph library that provides mathematical

Modified: trunk/libjgrapht-java/branch_0.8/debian/rules
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/rules	2012-05-08 16:37:45 UTC (rev 16046)
+++ trunk/libjgrapht-java/branch_0.8/debian/rules	2012-05-08 17:17:50 UTC (rev 16047)
@@ -17,6 +17,7 @@
 
 install/libjgrapht$(SOVERSION)-java::
 	dh_link -plibjgrapht$(SOVERSION)-java /usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgrapht$(SOVERSION).jar
+	jh_classpath -c"$(DEB_JARS)" debian/libjgrapht$(SOVERSION)-java/usr/share/java/jgrapht-$(DEB_UPSTREAM_VERSION).jar
 
 get-orig-source:
 	uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename




More information about the pkg-java-commits mailing list