debian/0000755000000000000000000000000011360202046007160 5ustar debian/watch0000644000000000000000000000016311214021215010204 0ustar version=3 opts=uversionmangle=s/^/0.0+svn/ \ http://viewvc.jboss.org/cgi-bin/viewvc.cgi/common/ .*revision=(\d+)$ debian/rules0000755000000000000000000000105511256747255010265 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := log4j-1.2 commons-httpclient install/libjboss-common-java:: install -m 644 -D jboss-common.jar $(DEB_DESTDIR)/usr/share/java/jboss-common-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/jboss-common-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jboss-common.jar get-orig-source: sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) debian/copyright0000644000000000000000000000706311256747255011145 0ustar This package was debianized by Varun Hiremath on Tue, 24 Apr 2007 17:19:10 +0530. It was downloaded from http://anonsvn.jboss.org/repos/common/ Upstream Author: JBoss Inc. Copyright: (c) 2005-2006 JBoss Inc., and individual contributors (c) 2006-2007 Red Hat Middleware LLC, and individual contributors 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, full text of the LGPL license can be found at `/usr/share/common-licenses/LGPL-2.1'. ------- Some files in: common-core/src/main/java/org/jboss/util/xml/* common-logging-jdk/src/main/java/org/jboss/logging/jdk/ Copyright: (c) 1999-2005 The Apache Software Foundation. License: The Apache Software License, Version 1.1 Copyright (c) 2001-2003 The Apache Software Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 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 end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)." Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. 4. The names "Apache" and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact apache@apache.org. 5. Products derived from this software may not be called "Apache", nor may "Apache" appear in their name, without prior written permission of the Apache Software Foundation. THIS SOFTWARE IS PROVIDED ``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 APACHE SOFTWARE FOUNDATION 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 © 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000011360202046010460 5ustar debian/source/format0000644000000000000000000000001411360202152011664 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000144610712021532011247 0ustar #!/bin/sh -e # $1 = version TAR=../libjboss-common-java_$1.orig.tar.gz DIR=libjboss-common-java-$1.orig REVISION=`echo $1 | sed -e 's/.*svn//'` # clean up the upstream tarball mkdir $DIR (cd $DIR;\ svn export -r $REVISION http://anonsvn.jboss.org/repos/common/common-core/trunk common-core;\ svn export -r $REVISION http://anonsvn.jboss.org/repos/common/common-logging-jdk/trunk common-logging-jdk;\ svn export -r $REVISION http://anonsvn.jboss.org/repos/common/common-logging-log4j/trunk common-logging-log4j;\ svn export -r $REVISION http://anonsvn.jboss.org/repos/common/common-logging-spi/trunk common-logging-spi) GZIP=--best tar -c -z -f $TAR $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/changelog0000644000000000000000000000223211360202010011020 0ustar libjboss-common-java (0.0+svn2938-3) unstable; urgency=low * Update my email address * Bump Standards-Version to 3.8.4 * Switch to source format 3.0 -- Varun Hiremath Sat, 10 Apr 2010 19:04:22 -0400 libjboss-common-java (0.0+svn2938-2) unstable; urgency=low * Use default-jre-headless and default-jdk as (Build-)Depends and added ant to Build-Depends. * Removed Build-Depends on libslide-webdavclient-java, which is scheduled for removal. This breaks backwards compatibility, as we had to remove: "org.jboss.net.protocol.http.DavURLLister" * Made debian/copyright refer to LGPL-2.1 rather than LGPL. * Bumped Standards-Version to 3.8.3. - Moved to section java. -- Niels Thykier Fri, 25 Sep 2009 08:19:13 +0200 libjboss-common-java (0.0+svn2938-1) unstable; urgency=low * new upstream version * Bump up Standards-Version: 3.8.0 (no changes). -- Torsten Werner Sun, 09 Nov 2008 21:18:25 +0100 libjboss-common-java (0.0+svn2663-1) unstable; urgency=low * Initial release (Closes: #448692) -- Varun Hiremath Tue, 24 Apr 2007 17:19:10 +0530 debian/build.xml0000644000000000000000000000220611256747255011025 0ustar debian/ant.properties0000644000000000000000000000040510712066475012075 0ustar project.name=jboss-common class.dir=classes source.dir=src/main/java common-core.dir=common-core common-logging-spi.dir=common-logging-spi common-logging-jdk.dir=common-logging-jdk common-logging-log4j.dir=common-logging-log4j jboss-common.jar=jboss-common.jar debian/control0000644000000000000000000000232411360201701010561 0ustar Source: libjboss-common-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner , Niels Thykier Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk Build-Depends-Indep: liblog4j1.2-java, libcommons-httpclient-java Standards-Version: 3.8.4 Homepage: http://www.jboss.org/community/wiki/JBossCommonProject Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjboss-common-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjboss-common-java Package: libjboss-common-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime-headless Description: The JBoss Common Project The common module in JBoss Application Server has been promoted to a standalone project. The project itself has now been and broken up into several projects. * common-core: Utility classes of Jboss. * common-logging-spi: The JBoss Logging interface. * common-logging-log4: The log4j implementation of JBoss. * common-logging-jdk: The logging jdk classes of JBoss. . This package ships all the components of JBoss common. debian/compat0000644000000000000000000000000211360201753010362 0ustar 7