[pkg-java] r10185 - trunk/libjcip-annotations-java/debian

Torsten Werner twerner at alioth.debian.org
Sun Aug 23 20:12:56 UTC 2009


Author: twerner
Date: 2009-08-23 20:12:56 +0000 (Sun, 23 Aug 2009)
New Revision: 10185

Modified:
   trunk/libjcip-annotations-java/debian/changelog
   trunk/libjcip-annotations-java/debian/control
   trunk/libjcip-annotations-java/debian/copyright
   trunk/libjcip-annotations-java/debian/rules
Log:
* Really use default-java. (Closes: #543075)
* Add missing Depends: ${misc:Depends}.
* Update Standards-Version: 3.8.3.
* Change Section: java.
* Switch to explicit GPL-2+ for the Debian packaging.

Modified: trunk/libjcip-annotations-java/debian/changelog
===================================================================
--- trunk/libjcip-annotations-java/debian/changelog	2009-08-23 19:39:15 UTC (rev 10184)
+++ trunk/libjcip-annotations-java/debian/changelog	2009-08-23 20:12:56 UTC (rev 10185)
@@ -1,3 +1,13 @@
+libjcip-annotations-java (20060626-2) unstable; urgency=low
+
+  * Really use default-java. (Closes: #543075)
+  * Add missing Depends: ${misc:Depends}.
+  * Update Standards-Version: 3.8.3.
+  * Change Section: java.
+  * Switch to explicit GPL-2+ for the Debian packaging.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 23 Aug 2009 22:05:22 +0200
+
 libjcip-annotations-java (20060626-1) unstable; urgency=low
 
   [ Rafal Lewczuk ]

Modified: trunk/libjcip-annotations-java/debian/control
===================================================================
--- trunk/libjcip-annotations-java/debian/control	2009-08-23 19:39:15 UTC (rev 10184)
+++ trunk/libjcip-annotations-java/debian/control	2009-08-23 20:12:56 UTC (rev 10185)
@@ -1,12 +1,12 @@
 Source: libjcip-annotations-java
-Section: libs
+Section: java
 Priority: extra
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Rafal Lewczuk <rafal.lewczuk at gmail.com>,
  Torsten Werner <twerner at debian.org>
 Build-Depends: cdbs, debhelper (>= 5)
 Build-Depends-Indep: ant, default-jdk
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://www.jcip.net
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjcip-annotations-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjcip-annotations-java/
@@ -24,6 +24,7 @@
 
 Package: libjcip-annotations-java-doc
 Architecture: all
+Depends: ${misc:Depends}
 Section: doc
 Suggests: libjcip-annotations-java
 Description: Java Concurrency In Practice annotations library documentation

Modified: trunk/libjcip-annotations-java/debian/copyright
===================================================================
--- trunk/libjcip-annotations-java/debian/copyright	2009-08-23 19:39:15 UTC (rev 10184)
+++ trunk/libjcip-annotations-java/debian/copyright	2009-08-23 20:12:56 UTC (rev 10185)
@@ -420,5 +420,5 @@
   > Torsten
 
 The Debian packaging is (C) 2007, Rafal Lewczuk <rafal.lewczuk at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+is licensed under the GPL-2+, see `/usr/share/common-licenses/GPL-2'.
 

Modified: trunk/libjcip-annotations-java/debian/rules
===================================================================
--- trunk/libjcip-annotations-java/debian/rules	2009-08-23 19:39:15 UTC (rev 10184)
+++ trunk/libjcip-annotations-java/debian/rules	2009-08-23 20:12:56 UTC (rev 10185)
@@ -5,7 +5,7 @@
 
 # Add here any variable or target overrides you need.
 
-JAVA_HOME 		:= /usr/lib/jvm/java-gcj
+JAVA_HOME 		:= /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET	:= dist
 DEB_ANT_BUILDFILE       := debian/build.xml
 




More information about the pkg-java-commits mailing list