[pkg-java] r16344 - trunk/libgoogle-collections-java/debian

Jakub Adam xhaakon-guest at alioth.debian.org
Sat Oct 27 21:42:33 UTC 2012


Author: xhaakon-guest
Date: 2012-10-27 21:42:33 +0000 (Sat, 27 Oct 2012)
New Revision: 16344

Added:
   trunk/libgoogle-collections-java/debian/classpath
Modified:
   trunk/libgoogle-collections-java/debian/changelog
   trunk/libgoogle-collections-java/debian/control
   trunk/libgoogle-collections-java/debian/rules
Log:
Add jsr305.jar into manifest Class-Path

Fixes lintian-reported warning missing-classpath

Modified: trunk/libgoogle-collections-java/debian/changelog
===================================================================
--- trunk/libgoogle-collections-java/debian/changelog	2012-10-27 16:07:32 UTC (rev 16343)
+++ trunk/libgoogle-collections-java/debian/changelog	2012-10-27 21:42:33 UTC (rev 16344)
@@ -1,11 +1,16 @@
 libgoogle-collections-java (1.0-3) UNRELEASED; urgency=low
 
+  [ Miguel Landaeta ]
   * Remove Michael Koch from Uploaders list.
     Thanks for your work on this package. (Closes: #654067).
   * Bump Standards-Version to 3.9.3. No changes were required.
 
- -- Miguel Landaeta <miguel at miguel.cc>  Thu, 26 Jul 2012 20:35:02 -0430
+  [ Jakub Adam ]
+  * Add jsr305.jar into manifest Class-Path.
+    - Fixes lintian-reported warning missing-classpath.
 
+ -- Jakub Adam <jakub.adam at ktknet.cz>  Sat, 27 Oct 2012 23:07:52 +0200
+
 libgoogle-collections-java (1.0-2) unstable; urgency=low
 
   * Upload to unstable.

Added: trunk/libgoogle-collections-java/debian/classpath
===================================================================
--- trunk/libgoogle-collections-java/debian/classpath	                        (rev 0)
+++ trunk/libgoogle-collections-java/debian/classpath	2012-10-27 21:42:33 UTC (rev 16344)
@@ -0,0 +1 @@
+debian/libgoogle-collections-java/usr/share/java/google-collections.jar jsr305.jar

Modified: trunk/libgoogle-collections-java/debian/control
===================================================================
--- trunk/libgoogle-collections-java/debian/control	2012-10-27 16:07:32 UTC (rev 16343)
+++ trunk/libgoogle-collections-java/debian/control	2012-10-27 21:42:33 UTC (rev 16344)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>, Miguel Landaeta <miguel at miguel.cc>
-Build-Depends: ant, debhelper (>= 7), cdbs (>= 0.4.5.3), default-jdk
+Build-Depends: ant, debhelper (>= 7), cdbs (>= 0.4.5.3), javahelper, default-jdk
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper, libjsr305-java
 Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgoogle-collections-java
@@ -12,7 +12,7 @@
 
 Package: libgoogle-collections-java
 Architecture: all
-Depends: libjsr305-java, ${misc:Depends}
+Depends: ${java:Depends}, ${misc:Depends}
 Description: suite of collections and related goodies for Java 5.0
  This library is a natural extension of the Java Collections Framework. The
  major new types are:

Modified: trunk/libgoogle-collections-java/debian/rules
===================================================================
--- trunk/libgoogle-collections-java/debian/rules	2012-10-27 16:07:32 UTC (rev 16343)
+++ trunk/libgoogle-collections-java/debian/rules	2012-10-27 21:42:33 UTC (rev 16344)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/javahelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
@@ -18,7 +18,7 @@
 #	install -d build/docs/api
 #	cp -r javadoc/* build/docs/api/
 
-binary-post-install/$(PACKAGE)::
+install/$(PACKAGE)::
 	mh_installpoms -p$(PACKAGE)
 	mh_installjar -p$(PACKAGE) -l debian/pom.xml build/dist/google-collect-$(VERSION)/google-collect-$(VERSION).jar
 




More information about the pkg-java-commits mailing list