[pkg-java] r17209 - trunk/libswarmcache-java/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 9 20:23:02 UTC 2013


Author: ebourg-guest
Date: 2013-09-09 20:23:01 +0000 (Mon, 09 Sep 2013)
New Revision: 17209

Added:
   trunk/libswarmcache-java/debian/ant.properties
Modified:
   trunk/libswarmcache-java/debian/changelog
   trunk/libswarmcache-java/debian/control
   trunk/libswarmcache-java/debian/copyright
   trunk/libswarmcache-java/debian/rules
Log:
Removed the obsolete DM-Upload-Allowed flag
Updated Standards-Version to 3.9.4 (no changes)
Use canonical URLs for the Vcs-* fields
Removed the unknown substitution variable ${shlibs:Depends}
Transition to libcommons-collections3-java
Removed the unused build dependency on libservlet2.5-java
Generate Java 6 compatible bytecode
debian/copyright: Updated to the Copyright Format 1.0




Added: trunk/libswarmcache-java/debian/ant.properties
===================================================================
--- trunk/libswarmcache-java/debian/ant.properties	                        (rev 0)
+++ trunk/libswarmcache-java/debian/ant.properties	2013-09-09 20:23:01 UTC (rev 17209)
@@ -0,0 +1,2 @@
+ant.build.javac.source=1.6
+ant.build.javac.target=1.6

Modified: trunk/libswarmcache-java/debian/changelog
===================================================================
--- trunk/libswarmcache-java/debian/changelog	2013-09-09 19:38:02 UTC (rev 17208)
+++ trunk/libswarmcache-java/debian/changelog	2013-09-09 20:23:01 UTC (rev 17209)
@@ -1,14 +1,25 @@
-libswarmcache-java (1.0RC2+cvs20071027-7) UNRELEASED; urgency=low
+libswarmcache-java (1.0RC2+cvs20071027-7) unstable; urgency=low
 
   * Team upload.
+
+  [ Miguel Landaeta ]
   * Add versioned dependency on libjgroups-java (>= 2.12.2.Final).
   * Add missing dependencies for libswarmcache-java. (Closes: #643730).
-  * Bump Standards-Version to 3.9.3. No changes were required.
   * Remove myself from Uploaders list since I was added by mistake.
   * Add mh_clean call in clean target.
 
- -- Miguel Landaeta <miguel at miguel.cc>  Thu, 26 Jul 2012 20:51:26 -0430
+  [ Emmanuel Bourg ]
+  * Removed the obsolete DM-Upload-Allowed flag
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Use canonical URLs for the Vcs-* fields
+  * Removed the unknown substitution variable ${shlibs:Depends}
+  * Transition to libcommons-collections3-java
+  * Removed the unused build dependency on libservlet2.5-java
+  * Generate Java 6 compatible bytecode
+  * debian/copyright: Updated to the Copyright Format 1.0
 
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 09 Sep 2013 22:21:27 +0200
+
 libswarmcache-java (1.0RC2+cvs20071027-6) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libswarmcache-java/debian/control
===================================================================
--- trunk/libswarmcache-java/debian/control	2013-09-09 19:38:02 UTC (rev 17208)
+++ trunk/libswarmcache-java/debian/control	2013-09-09 20:23:01 UTC (rev 17209)
@@ -4,19 +4,23 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>
 Build-Depends: cdbs, debhelper (>= 7), maven-repo-helper
-Build-Depends-Indep: ant, default-jdk, libcommons-collections-java,
- libcommons-logging-java, libjgroups-java (>= 2.12.2.Final), libservlet2.5-java
-Standards-Version: 3.9.3
-Homepage: http://swarmcache.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libswarmcache-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libswarmcache-java
-DM-Upload-Allowed: yes
+Build-Depends-Indep: ant,
+                     default-jdk,
+                     libcommons-collections3-java,
+                     libcommons-logging-java,
+                     libjgroups-java (>= 2.12.2.Final)
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libswarmcache-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libswarmcache-java
+Homepage: http://swarmcache.sourceforge.net
 
 Package: libswarmcache-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcommons-logging-java,
- libcommons-collections-java, libjgroups-java (>= 2.12.2.Final)
-Description: simple, yet powerful distributed caching mechanism for Java
+Depends: libcommons-collections3-java,
+         libcommons-logging-java,
+         libjgroups-java (>= 2.12.2.Final),
+         ${misc:Depends}
+Description: SwarmCache - Distributed caching mechanism for Java
  SwarmCache is a simple but effective distributed cache. It uses IP
  multicast to efficiently communicate with any number of hosts on a LAN.
  It is specifically designed for use by clustered, database-driven web

Modified: trunk/libswarmcache-java/debian/copyright
===================================================================
--- trunk/libswarmcache-java/debian/copyright	2013-09-09 19:38:02 UTC (rev 17208)
+++ trunk/libswarmcache-java/debian/copyright	2013-09-09 20:23:01 UTC (rev 17209)
@@ -1,27 +1,28 @@
-This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
-Tue, 24 Apr 2007 17:19:10 +0530.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: SwarmCache
+Source: http://swarmcache.sourceforge.net
+Comment:
+ Upstream Author: John Watkinson <john at autobotcity.com>
+ Contributors: Rajeev Kaul and Jason Carreira
 
-It was downloaded from http://swarmcache.sourceforge.net/
+Files: *
+Copyright: 2007, John Watkinson <john at autobotcity.com>
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ . 
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ On Debian systems, you can find the LGPL license in:
+ /usr/share/common-licenses/LGPL-2.1
 
-Upstream Author: John Watkinson <john at autobotcity.com>
-
-Contributors: Rajeev Kaul and Jason Carreira
-
-Copyright: (C) 2007 John Watkinson <john at autobotcity.com>
-
-License:
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
- 
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  On Debian systems, you can find the LGPL license in:
-  /usr/share/common-licenses/LGPL
-
-The Debian packaging is (C) 2007, Varun Hiremath <varunhiremath at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+Files: debian/*
+Copyright: 2007, Varun Hiremath <varunhiremath at gmail.com>
+License: GPL-2
+ On Debian systems, you can find the GPL-2 license in:
+ /usr/share/common-licenses/GPL-2

Modified: trunk/libswarmcache-java/debian/rules
===================================================================
--- trunk/libswarmcache-java/debian/rules	2013-09-09 19:38:02 UTC (rev 17208)
+++ trunk/libswarmcache-java/debian/rules	2013-09-09 20:23:01 UTC (rev 17209)
@@ -5,7 +5,7 @@
 
 JAVA_HOME 		:= /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET	:= jar
-DEB_JARS		:= commons-logging commons-collections jgroups
+DEB_JARS		:= commons-logging commons-collections3 jgroups
 
 install/libswarmcache-java::
 	mh_installpom -plibswarmcache-java debian/pom.xml




More information about the pkg-java-commits mailing list