debian/ 0000755 0000000 0000000 00000000000 11557353466 007205 5 ustar debian/libclassworlds-java-doc.doc-base 0000644 0000000 0000000 00000000500 10635063433 015274 0 ustar Document: libclassworlds-java
Title: API Javadoc for libclassworlds-java
Author: Codehaus developers
Abstract: This is the API Javadoc provided by the libclassworlds-java library.
Section: Programming
Format: HTML
Index: /usr/share/doc/libclassworlds-java/api/index.html
Files: /usr/share/doc/libclassworlds-java/api/*
debian/patches/ 0000755 0000000 0000000 00000000000 11557353466 010634 5 ustar debian/patches/series 0000644 0000000 0000000 00000000011 11222774276 012034 0 ustar pom.diff
debian/patches/pom.diff 0000644 0000000 0000000 00000001052 11222774276 012252 0 ustar --- a/pom.xml
+++ b/pom.xml
@@ -1,10 +1,10 @@
-
+
4.0.0
classworlds
classworlds
jar
classworlds
- 1.1-beta-1-SNAPSHOT
+ 1.1
http://cvs.classworlds.codehaus.org/
2002
@@ -133,4 +133,4 @@
The Codehaus
http://codehaus.org/
-
+
debian/control 0000644 0000000 0000000 00000004430 11557353376 010611 0 ustar Source: classworlds
Section: java
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Trygve Laugstøl , Paul Cager ,
Torsten Werner
Build-Depends-Indep: ant, ant-optional, libxalan2-java, maven-ant-helper (>> 4),
maven-repo-helper, default-jdk-doc
Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk
Standards-Version: 3.9.2
Homepage: http://classworlds.codehaus.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/classworlds/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/classworlds/
Package: libclassworlds-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libclassworlds-java-doc
Description: framework for container developers requiring manipulation of ClassLoaders
Classworlds is a framework for container developers who require complex
manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims
and classes can cause many headaches and confusion for certain types of
application developers. Projects which involve dynamic loading of
components or otherwise represent a 'container' that can benefit from the
classloading control provided by classworlds.
.
Classworlds provides a richer set of semantics for class loading than Java's
normal mechanisms, while still being able to provide a ClassLoader interface
to integrate seamlessly with the Java environment.
Package: libclassworlds-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, default-jdk-doc
Suggests: libclassworlds-java
Description: Documentation for the Classworlds Java library
Classworlds is a framework for container developers who require complex
manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims
and classes can cause many headaches and confusion for certain types of
application developers. Projects which involve dynamic loading of
components or otherwise represent a 'container' that can benefit from the
classloading control provided by classworlds.
.
Classworlds provides a richer set of semantics for class loading than Java's
normal mechanisms, while still being able to provide a ClassLoader interface
to integrate seamlessly with the Java environment.
.
This package provides the API documentation.
debian/watch 0000644 0000000 0000000 00000000405 11256715433 010225 0 ustar version=3
#http://dist.codehaus.org/classworlds/distributions/classworlds-([\d.]+)-src\.tar\.gz
opts=uversionmangle=s/_/./g;s/1\.1/1.1-final/;s/.ALPHA/~ALPHA/;s/.RC/~RC/ \
http://svn.codehaus.org/classworlds/tags/ CLASSWORLDS_(\d.*)/ debian debian/orig-tar.sh
debian/source/ 0000755 0000000 0000000 00000000000 11557353466 010505 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11557352316 011704 0 ustar 3.0 (quilt)
debian/changelog 0000644 0000000 0000000 00000005144 11557353444 011057 0 ustar classworlds (1.1-final-5) unstable; urgency=low
* Team upload.
* Switch to 3.0 (quilt) source format.
* Bump Standards-Version to 3.9.2:
- Add Vcs-* fields.
- Add Homepage field.
- Drop duplicate section field on package.
* d/control: Build-Depends on default-jdk-doc instead of openjdk-6-doc
(Closes: #567268).
* d/rules: Strip "-final" from version number to generate correct JAR name
(Closes: #614541)
-- Damien Raude-Morvan Sun, 01 May 2011 23:56:39 +0200
classworlds (1.1-final-4) unstable; urgency=low
[ Michael Koch ]
* Fixed watch file.
[ Torsten Werner ]
* Add myself to Uploaders.
* Add missing Build-Depends: openjdk-6-doc. (Closes: #551764)
-- Torsten Werner Tue, 20 Oct 2009 17:41:44 +0200
classworlds (1.1-final-3) unstable; urgency=low
* Upload to unstable.
-- Torsten Werner Sun, 09 Aug 2009 10:38:43 +0200
classworlds (1.1-final-2) experimental; urgency=low
* Add watch file
* Change section to java, bump up Standards-Version to 3.8.1
* Add the Maven POM to the package,
* Add a Build-Depends-Indep dependency on maven-repo-helper
* Use mh_installpom and mh_installjar to install the POM and the jar to the
Maven repository
* Use quilt to patch the POM and use as the top level element
* Change the dependency on java-gcj to default-jdk (Closes: #526281)
-- Ludovic Claude Thu, 16 Apr 2009 15:00:16 +0100
classworlds (1.1-final-1) unstable; urgency=low
* Update to the 1.1 release.
-- Matthias Klose Sun, 02 Dec 2007 23:37:41 +0100
classworlds (1.1-alpha-2-1) unstable; urgency=low
* New maintainer (Closes: #382813).
* Fix FTBFS: build-depends on j2sdk1.4 (Closes: #397566).
* Moved from contrib/devel to main/libs.
* Changed to use CDBS (pkg-java standard).
* Bumped to compat 5 and standards version 3.7.2.
* Provides a doc-base.
-- Paul Cager Sat, 16 Jun 2007 23:06:46 +0100
classworlds (1.0.1-1.1) unstable; urgency=high
* NMU during BSP.
* Fix build failure (thanks to Andreas Jochens for the patch):
- Add junit to build dependencies.
- debian/rules: Set JAVA_HOME.
- src/java/test/org/codehaus/classworlds/ClassRealmImplTest.java:
ClassWriter.visit() from libasm-java 1.5 expects a version argument.
Closes: #307042.
-- Matej Vela Sun, 8 May 2005 22:29:01 +0200
classworlds (1.0.1-1) unstable; urgency=low
* Initial Release.
(closes: #269502)
-- Marcus Crafter Wed, 1 Sep 2004 20:46:11 +0200
debian/rules 0000755 0000000 0000000 00000001740 11557353203 010254 0 ustar #!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -s "s/-final//")
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := ant-trax ant-nodeps xalan2
DEB_ANT_BUILD_TARGET := package javadoc
DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml
DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION)
API_DOCS := build/api
get-orig-source:
-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
binary-post-install/lib$(PACKAGE)-java::
mh_installpoms -plib$(PACKAGE)-java
mh_installjar -plib$(PACKAGE)-java -l pom.xml --usj-version=$(VERSION) build/$(PACKAGE)-$(VERSION).jar
binary-post-install/lib$(PACKAGE)-java-doc::
dh_install -plib$(PACKAGE)-java-doc build/api usr/share/doc/lib$(PACKAGE)-java
clean::
mh_clean
debian/copyright 0000644 0000000 0000000 00000004767 10635063433 011142 0 ustar This package was debianized by Marcus Crafter on
Wed, 1 Sep 2004 20:46:11 +0200.
classworlds was downloaded from http://svn.codehaus.org/classworlds
Upstream Authors:
Ben Walding
bob mcwhirter
Jason van Zyl
Hani Suleiman
Copyright:
Copyright 2002 (C) The Codehaus. All Rights Reserved.
License:
Redistribution and use of this software and associated documentation
("Software"), with or without modification, are permitted provided
that the following conditions are met:
1. Redistributions of source code must retain copyright
statements and notices. Redistributions must also contain a
copy of this document.
2. Redistributions in binary form must reproduce the
above copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other
materials provided with the distribution.
3. The name "classworlds" must not be used to endorse or promote
products derived from this Software without prior written
permission of The Codehaus. For written permission, please
contact bob@codehaus.org.
4. Products derived from this Software may not be called "classworlds"
nor may "classworlds" appear in their names without prior written
permission of The Codehaus. "classworlds" is a registered
trademark of The Codehaus.
5. Due credit should be given to The Codehaus.
(http://classworlds.codehaus.org/).
THIS SOFTWARE IS PROVIDED BY THE CODEHAUS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
THE CODEHAUS OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
The Debian packaging is (C) 2004, Marcus Crafter and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
debian/libclassworlds-java.poms 0000644 0000000 0000000 00000000024 11222776612 014036 0 ustar pom.xml --no-parent
debian/orig-tar.sh 0000755 0000000 0000000 00000001007 11222774276 011261 0 ustar #!/bin/sh -e
VERSION=$2
TAR=../classworlds_$VERSION.orig.tar.gz
DIR=classworlds-$VERSION
TAG=$(echo "CLASSWORLDS_$VERSION" | sed 's,1\.1-final,1_1,' | sed 's,-\(alpha\),_ALPHA_,' | sed 's,-\(beta\),_BETA_,' | sed 's,-\(rc\),_RC_,' | sed 's,\([0-9]\)\.,\1_,g' )
svn export http://svn.codehaus.org/classworlds/tags/$TAG/classworlds/ $DIR
tar -c -z -f $TAR $DIR
rm -rf $DIR ../$TAG
# move to directory 'tarballs'
if [ -r .svn/deb-layout ]; then
. .svn/deb-layout
mv $TAR $origDir
echo "moved $TAR to $origDir"
fi
debian/build.properties 0000644 0000000 0000000 00000000117 11222774276 012414 0 ustar javadoc.dir=build/api
maven.test.skip=true
build.sourceDirectory=src/java/main
debian/compat 0000644 0000000 0000000 00000000002 10630261450 010361 0 ustar 5
debian/maven.rules 0000644 0000000 0000000 00000000035 11222774276 011360 0 ustar junit junit jar s/3\..*/3.x/