Skip to content
Snippets Groups Projects
Commit 7f049f37 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

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

parent f100d2ab
No related branches found
No related tags found
No related merge requests found
ant.build.javac.source=1.6
ant.build.javac.target=1.6
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@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@apache.org> Mon, 09 Sep 2013 22:21:27 +0200
libswarmcache-java (1.0RC2+cvs20071027-6) unstable; urgency=low
......
......@@ -4,19 +4,23 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Torsten Werner <twerner@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
......
This package was debianized by Varun Hiremath <varunhiremath@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@autobotcity.com>
Contributors: Rajeev Kaul and Jason Carreira
It was downloaded from http://swarmcache.sourceforge.net/
Files: *
Copyright: 2007, John Watkinson <john@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@autobotcity.com>
Contributors: Rajeev Kaul and Jason Carreira
Copyright: (C) 2007 John Watkinson <john@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@gmail.com> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Files: debian/*
Copyright: 2007, Varun Hiremath <varunhiremath@gmail.com>
License: GPL-2
On Debian systems, you can find the GPL-2 license in:
/usr/share/common-licenses/GPL-2
......@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment