[pkg-java] r14014 - in trunk/jsr107cache/debian: . source
Torsten Werner
twerner at alioth.debian.org
Sat Aug 6 22:52:48 UTC 2011
Author: twerner
Date: 2011-08-06 22:52:48 +0000 (Sat, 06 Aug 2011)
New Revision: 14014
Added:
trunk/jsr107cache/debian/TODO
trunk/jsr107cache/debian/source/
trunk/jsr107cache/debian/source/format
Modified:
trunk/jsr107cache/debian/changelog
trunk/jsr107cache/debian/control
Log:
* Team upload.
* Remove Arnaud from Uploaders list.
* Remove Java runtime Depends.
* Switch to source format 3.0.
Added: trunk/jsr107cache/debian/TODO
===================================================================
--- trunk/jsr107cache/debian/TODO (rev 0)
+++ trunk/jsr107cache/debian/TODO 2011-08-06 22:52:48 UTC (rev 14014)
@@ -0,0 +1,2 @@
+- packaging newer upstream version 1.1
+- maybe: build package with Maven
Modified: trunk/jsr107cache/debian/changelog
===================================================================
--- trunk/jsr107cache/debian/changelog 2011-08-06 22:43:05 UTC (rev 14013)
+++ trunk/jsr107cache/debian/changelog 2011-08-06 22:52:48 UTC (rev 14014)
@@ -1,3 +1,12 @@
+jsr107cache (1.0.dfsg.1-4) unstable; urgency=low
+
+ * Team upload.
+ * Remove Arnaud from Uploaders list.
+ * Remove Java runtime Depends.
+ * Switch to source format 3.0.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 07 Aug 2011 00:48:02 +0200
+
jsr107cache (1.0.dfsg.1-3) unstable; urgency=low
[ Michael Koch ]
Modified: trunk/jsr107cache/debian/control
===================================================================
--- trunk/jsr107cache/debian/control 2011-08-06 22:43:05 UTC (rev 14013)
+++ trunk/jsr107cache/debian/control 2011-08-06 22:52:48 UTC (rev 14014)
@@ -2,14 +2,14 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Kumar Appaiah <akumar at ee.iitm.ac.in>, Varun Hiremath <varun at debian.org>
+Uploaders: Kumar Appaiah <akumar at ee.iitm.ac.in>, Varun Hiremath <varun at debian.org>
Build-Depends: debhelper (>= 7), cdbs
Build-Depends-Indep: ant, default-jdk
Standards-Version: 3.8.1
Package: libjsr107cache-java
Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
Description: Java API for caching
JSR107 specifies API and semantics for temporary, in memory caching
of Java objects, including object creation, shared access, spooling,
Added: trunk/jsr107cache/debian/source/format
===================================================================
--- trunk/jsr107cache/debian/source/format (rev 0)
+++ trunk/jsr107cache/debian/source/format 2011-08-06 22:52:48 UTC (rev 14014)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list