debian/ 0000755 0000000 0000000 00000000000 12126562073 007172 5 ustar debian/build.xml 0000644 0000000 0000000 00000004264 12126560402 011013 0 ustar
debian/dirs 0000644 0000000 0000000 00000000017 12126560402 010046 0 ustar usr/share/java
debian/rules 0000755 0000000 0000000 00000001734 12126560402 010251 0 ustar #!/usr/bin/make -f
# debian/rules for avalon-framework
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
JAVA_HOME := /usr/lib/jvm/default-java
ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar excalibur-logkit log4j-1.2 xalan2 $(ANT_HOME)/lib/ant-junit.jar junit
DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_BUILD_TARGET := jar doc
DEB_ANT_CHECK_TARGET := test-all
POMS := debian/poms/pom.xml debian/poms/pom_api.xml debian/poms/pom_impl.xml
install/libavalon-framework-java::
# Install poms and jar
for pom in $(POMS); do \
mh_installpom -v -o -plibavalon-framework-java $$pom; \
mh_installjar -plibavalon-framework-java -l $$pom \
-navalon-framework -i${VERSION} dist/avalon-framework.jar; \
done
install/libavalon-framework-java-doc::
# remove the zero byte file to fix lintian warning
rm -f doc/api/package-list
debian/libavalon-framework-java-doc.doc-base 0000644 0000000 0000000 00000001133 12126560402 016205 0 ustar Document: libavalon-framework-java-doc
Title: Programmer API for Avalon Framework
Author: Apache Avalon/Excalibur developers
Abstract: Programmer API of the Avalon Framework, a common framework for
Java server applications. It consists of interfaces that define relationships
between commonly used application components, best-of-practice pattern
enforcement, and several lightweight convenience implementations of the
generic components.
Section: Programming
Format: HTML
Index: /usr/share/doc/libavalon-framework-java-doc/api/index.html
Files: /usr/share/doc/libavalon-framework-java-doc/api/*
debian/changelog 0000644 0000000 0000000 00000011306 12126562060 011041 0 ustar avalon-framework (4.2.0-9) unstable; urgency=low
* Team upload.
* Removed Michael Koch from the uploaders list (Closes: #653991)
* Bumped Standards-Version to 3.9.4 (no changes)
* debian/watch: Fixed the URL
* debian/copyright: Updated the syntax to the final DEP5 format
-- Emmanuel Bourg Tue, 02 Apr 2013 15:57:59 +0200
avalon-framework (4.2.0-8) unstable; urgency=low
* Applied patch from Kyle Nitzsche to correct formatting issues with
d/copyright. (Closes: #592766, LP: #610616)
- Thanks to Leo Arias for making us aware of the patch.
* Bumped Standards-Versions to 3.9.1 - no changes required.
* Removed depends on JRE, not required any longer due to policy changes.
* Updated the description of the -doc package.
-- Niels Thykier Tue, 28 Sep 2010 21:24:16 +0200
avalon-framework (4.2.0-7) unstable; urgency=low
[ Onkar Shinde ]
* liblogkit-java to libexcalibur-logkit-java transition.
-- Debian Java Maintainers Fri, 19 Mar 2010 23:16:58 +0530
avalon-framework (4.2.0-6) unstable; urgency=low
* Added Maven support
* Standards-Version to 3.8.4
* Removed Arnaud Vandyck from Uploaders
* d/copyright:
- converted to DEP-5 format
- added debian/pom.xml section
-- Gabriele Giacone <1o5g4r8o@gmail.com> Mon, 22 Feb 2010 20:20:48 +0100
avalon-framework (4.2.0-5) unstable; urgency=low
* Moved some Build-Depends-Indep to Build-Depends, since they were
used to clean the build.
* Change Build-Depends to use default-jdk instead of java-gcj-compat.
* Depend on "headless" versions of java. (Closes: #551546)
* Bumped debhelper to compat 7.
* Bumped Standards-Version to 3.8.3.
- Changed section to java.
- Refer to apache2 license rather than quoting it.
- Added Homepage and Vcs-* fields.
* Corrected spelling in description.
* Added missing ${misc:Depends}.
* Set source "1.3" for the java-doc generation to deal javadoc errors.
* Added myself to uploaders.
* Converted to 3.0 (quilt) source.
* Updated the build to recognize "test-all" as a test rather than a
build target.
-- Niels Thykier Sat, 21 Nov 2009 12:27:27 +0100
avalon-framework (4.2.0-4) unstable; urgency=low
* Use java-gcj-compat instead of kaffe. Closes: #445704.
* Removed Wolfgang and added myself to Uploaders.
* Updated debhelper level to 5.
* Updated Standard-Version to 3.7.2.
-- Michael Koch Tue, 09 Oct 2007 23:25:55 +0200
avalon-framework (4.2.0-3) unstable; urgency=low
* added myself as an uploader.
* removed Takashi Okamoto from the uploaders (closes: #352976).
-- Arnaud Vandyck Thu, 9 Mar 2006 21:23:48 +0000
avalon-framework (4.2.0-2) unstable; urgency=low
* kaffe compiler transition
-- Wolfgang Baer Sun, 15 Jan 2006 22:26:19 +0100
avalon-framework (4.2.0-1) unstable; urgency=low
* Move to main
* New upstream release (closes: #258023)
* Aknowledge NMU (closes: #301192)
* Fixed build dependencies (closes: #326697)
* Changed copyright to reflect new Apache 2.0 license
* Changed build system to cdbs - parts taken from patch provided
by Thomas Girard
* Added kaffe | java1-runtime | java2-runtime as dependency
* Run testsuite during build - currently one test is failing
against classpath derived vm's. Patch submitted to upstream.
* Standards-Version 3.6.2 (no changes)
* Changed maintainer to debian-java maintainers
* Add myself to uploaders
* javadoc is build now (closes: #230362) and registered with doc-base
-- Wolfgang Baer Mon, 26 Sep 2005 20:31:56 +0200
avalon-framework (4.1.2-2.1) unstable; urgency=high
* Non-maintainer upload.
* High-urgency upload for sarge-targetted RC bugfix
* Add missing build-dependency on junit, and favor j2sdk1.4 over j2sdk1.3;
thanks to Andreas Jochens for the patch (closes: #301192).
-- Steve Langasek Tue, 5 Apr 2005 20:48:33 -0700
avalon-framework (4.1.2-2) unstable; urgency=low
* add ConsoleLogger from CVS. (closes: #162135)
-- Takashi Okamoto Wed, 25 Sep 2002 00:21:30 +0900
avalon-framework (4.1.2-1) unstable; urgency=low
* New upstream release
-- Takashi Okamoto Sat, 16 Feb 2002 19:35:46 +0900
avalon-framework (4.0-2) unstable; urgency=low
* fixed the documentation bug in control file.(Closes: #124892)
* fixed the bug that jar file included source files.(Closes:#125687)
-- Takashi Okamoto Wed, 19 Dec 2001 11:18:10 +0900
avalon-framework (4.0-1) unstable; urgency=low
* Initial Release.
-- Takashi Okamoto Sun, 21 Oct 2001 09:20:16 +0900
debian/poms/ 0000755 0000000 0000000 00000000000 12126560402 010142 5 ustar debian/poms/pom.xml 0000644 0000000 0000000 00000003276 12126560402 011467 0 ustar
4.0.0
Avalon Framework [modules]
org.apache.avalon
avalon-framework
Avalon Framework
4.2.0
1997
pom
api
impl
scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework
http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework
scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-framework
debian/poms/pom_impl.xml 0000644 0000000 0000000 00000005557 12126560402 012514 0 ustar
org.apache.excalibur
excalibur-parent
4-SNAPSHOT
pom.xml
4.0.0
Avalon Framework Implementation
org.apache.avalon.framework
avalon-framework-impl
4.2.0
bundle
Avalon Framework Implementation
org.apache.avalon.framework
avalon-framework-api
commons-logging
commons-logging
provided
log4j
log4j
provided
org.apache.avalon.logkit
avalon-logkit
provided
junit
junit
test
jmock
jmock
test
org.apache.felix
maven-bundle-plugin
scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/impl
http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/impl
scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-framework/avalon-framework-impl
debian/poms/pom_api.xml 0000644 0000000 0000000 00000004452 12126560402 012315 0 ustar
org.apache.excalibur
excalibur-parent
4-SNAPSHOT
pom.xml
4.0.0
Avalon Framework API
org.apache.avalon.framework
avalon-framework-api
4.2.0
bundle
Avalon Framework API
org.apache.avalon.logkit
avalon-logkit
provided
junit
junit
test
org.apache.felix
maven-bundle-plugin
scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/api
http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/api
scm:svn:https://svn.apache.org/repos/asf/excalibur/trunk/avalon-framework/avalon-framework-api
debian/compat 0000644 0000000 0000000 00000000002 12126560402 010362 0 ustar 7
debian/copyright 0000644 0000000 0000000 00000002076 12126561670 011134 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Apache Avalon
Source: http://excalibur.apache.org
Files: *
Copyright: 1997-2004, The Apache Software Foundation
License: Apache-2.0
Comment:
Upstream authors: Federico Barbieri ,
Charles Benett ,
Peter Donald ,
Pierpaolo Fumagalli ,
Serge Knystautas ,
Roberto Lo Giacco ,
Berin Loritsch ,
Stefano Mazzocchi ,
Leo Simons
Files: debian/*
Copyright: 2001, Takashi Okamoto
License: Apache-2.0
Files: debian/poms/*
Copyright: The Apache Software Foundation
License: Apache-2.0
License: Apache-2.0
On Debian systems the full text of the Apache Software License version
2.0 can be found in the `/usr/share/common-licenses/Apache-2.0' file.
debian/libavalon-framework-java-doc.docs 0000644 0000000 0000000 00000000010 12126560402 015451 0 ustar doc/api
debian/control 0000644 0000000 0000000 00000003037 12126560651 010600 0 ustar Source: avalon-framework
Section: java
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Niels Thykier , Emmanuel Bourg
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant-optional, maven-repo-helper
Build-Depends-Indep: liblog4j1.2-java, libexcalibur-logkit-java, libxalan2-java, junit
Standards-Version: 3.9.4
Homepage: http://excalibur.apache.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/avalon-framework
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/avalon-framework
Package: libavalon-framework-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libavalon-framework-java-doc
Description: Common framework for Java server applications
The Avalon framework consists of interfaces that define
relationships between commonly used application components,
best-of-practice pattern enforcement, and several lightweight
convenience implementations of the generic components.
Package: libavalon-framework-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libavalon-framework-java
Description: Common framework for Java server applications (API)
The Avalon framework consists of interfaces that define
relationships between commonly used application components,
best-of-practice pattern enforcement, and several lightweight
convenience implementations of the generic components.
.
This is the API documentation for Avalon which is a common framework
for Java server applications.
debian/watch 0000644 0000000 0000000 00000000171 12126560461 010221 0 ustar version=3
http://archive.apache.org/dist/excalibur/avalon-framework/source/avalon-framework-([[:digit:].]+)-src\.tar\.gz
debian/source/ 0000755 0000000 0000000 00000000000 12126560402 010464 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12126560402 011672 0 ustar 3.0 (quilt)