[pkg-java] r14099 - in trunk/libjazzy-java/debian: . source

Torsten Werner twerner at alioth.debian.org
Mon Aug 8 19:24:22 UTC 2011


Author: twerner
Date: 2011-08-08 19:24:22 +0000 (Mon, 08 Aug 2011)
New Revision: 14099

Added:
   trunk/libjazzy-java/debian/source/
   trunk/libjazzy-java/debian/source/format
Modified:
   trunk/libjazzy-java/debian/changelog
   trunk/libjazzy-java/debian/compat
   trunk/libjazzy-java/debian/control
   trunk/libjazzy-java/debian/rules
Log:
* Team upload
* New upstream release.
* Add real Homepage header. (Closes: #615367)
* Add Vcs-Svn header.
* Remove Arnaud from Uploaders list; no uploader left.
* Change Build-Depends: default-jdk.
* Adapt dependencies to current Java policy.
* Change Section: java.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.
* Switch to source format 3.0.

Modified: trunk/libjazzy-java/debian/changelog
===================================================================
--- trunk/libjazzy-java/debian/changelog	2011-08-08 19:03:05 UTC (rev 14098)
+++ trunk/libjazzy-java/debian/changelog	2011-08-08 19:24:22 UTC (rev 14099)
@@ -1,3 +1,19 @@
+libjazzy-java (0.5.2-1) unstable; urgency=low
+
+  * Team upload
+  * New upstream release.
+  * Add real Homepage header. (Closes: #615367)
+  * Add Vcs-Svn header.
+  * Remove Arnaud from Uploaders list; no uploader left.
+  * Change Build-Depends: default-jdk.
+  * Adapt dependencies to current Java policy.
+  * Change Section: java.
+  * Switch to debhelper level 7.
+  * Update Standards-Version: 3.9.1.
+  * Switch to source format 3.0.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 08 Aug 2011 21:23:25 +0200
+
 libjazzy-java (0.5.1a-3) unstable; urgency=low
 
   * debian/control: change section to libs

Modified: trunk/libjazzy-java/debian/compat
===================================================================
--- trunk/libjazzy-java/debian/compat	2011-08-08 19:03:05 UTC (rev 14098)
+++ trunk/libjazzy-java/debian/compat	2011-08-08 19:24:22 UTC (rev 14099)
@@ -1 +1 @@
-4
+7

Modified: trunk/libjazzy-java/debian/control
===================================================================
--- trunk/libjazzy-java/debian/control	2011-08-08 19:03:05 UTC (rev 14098)
+++ trunk/libjazzy-java/debian/control	2011-08-08 19:24:22 UTC (rev 14099)
@@ -1,20 +1,19 @@
 Source: libjazzy-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.8), ant, java-gcj-compat-dev
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.8), ant, default-jdk
+Standards-Version: 3.9.1
+Homepage: http://jazzy.sourceforge.net
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjazzy-java
 
 Package: libjazzy-java
 Architecture: all
-Depends: java-gcj-compat | java1-runtime | java2-runtime
-Suggests: java-virtual-machine
+Depends: ${misc:Depends}
 Description: spell checker java library
  Jazzy is a 100% pure Java library implementing a spell checking
  algorithm similar to aspell. It may be used to spell check a variety
  of sources and can be added by java devlopers who want to add spell
  checking functionality to java applications easily.
- .
- Homepage: <http://jazzy.sourceforge.net/>
 

Modified: trunk/libjazzy-java/debian/rules
===================================================================
--- trunk/libjazzy-java/debian/rules	2011-08-08 19:03:05 UTC (rev 14098)
+++ trunk/libjazzy-java/debian/rules	2011-08-08 19:24:22 UTC (rev 14099)
@@ -7,11 +7,11 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME_DIRS       := /usr/lib/jvm/java-gcj
+JAVA_HOME_DIRS       := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := library-all library-core library-swing examples javadoc
 
 LIBRARY=jazzy
-VERSION=0.5.1
+VERSION=0.5.2
 
 install/libjazzy-java::
 	install -m 644 dist/lib/jazzy.jar debian/libjazzy-java/usr/share/java/jazzy-$(VERSION).jar

Added: trunk/libjazzy-java/debian/source/format
===================================================================
--- trunk/libjazzy-java/debian/source/format	                        (rev 0)
+++ trunk/libjazzy-java/debian/source/format	2011-08-08 19:24:22 UTC (rev 14099)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list