debian/ 0000755 0000000 0000000 00000000000 12145010470 007160 5 ustar debian/build.xml 0000644 0000000 0000000 00000002127 11671500323 011007 0 ustar
debian/maven.ignoreRules 0000644 0000000 0000000 00000001716 11671500323 012517 0 ustar # Maven ignore rules - ignore some Maven dependencies and plugins
# Format of this file is:
# [group] [artifact] [type] [version] [classifier] [scope]
# where each element can be either
# - the exact string, for example org.apache for the group, or 3.1
# for the version. In this case, the element is simply matched
# and left as it is
# - * (the star character, alone). In this case, anything will
# match and be left as it is. For example, using * on the
# position of the artifact field will match any artifact id
# All elements much match before a rule can be applied
# Example rule: match jar with groupid= junit, artifactid= junit
# and version starting with 3., this dependency is then removed
# from the POM
# junit junit jar s/3\\..*/3.x/
org.apache.maven.plugins maven-assembly-plugin * * * *
org.apache.maven.plugins maven-eclipse-plugin * * * *
org.apache.maven.plugins maven-javadoc-plugin * * * *
org.apache.maven.plugins maven-source-plugin * * * *
debian/dirs 0000644 0000000 0000000 00000000017 10634333237 010054 0 ustar usr/share/java
debian/maven.rules 0000644 0000000 0000000 00000001677 11671500323 011361 0 ustar # Maven rules - transform Maven dependencies and plugins
# Format of this file is:
# [group] [artifact] [type] [version] [classifier] [scope]
# where each element can be either
# - the exact string, for example org.apache for the group, or 3.1
# for the version. In this case, the element is simply matched
# and left as it is
# - * (the star character, alone). In this case, anything will
# match and be left as it is. For example, using * on the
# position of the artifact field will match any artifact id
# - a regular expression of the form s/match/replace/
# in this case, elements that match are transformed using
# the regex rule.
# All elements much match before a rule can be applied
# Example rule: match jar with groupid= junit, artifactid= junit
# and version starting with 3., replacing the version with 3.x
# junit junit jar s/3\\..*/3.x/
junit junit jar s/3\..*/3.x/ * *
org.apache.ws.commons ws-commons-util jar s/.*/debian/ * *
debian/libws-commons-util-java.poms 0000644 0000000 0000000 00000003172 11671500323 014552 0 ustar # List of POM files for the package
# Format of this file is:
# [option]*
# where option can be:
# --ignore: ignore this POM and its artifact if any
# --ignore-pom: don't install the POM. To use on POM files that are created
# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
# --no-parent: remove the tag from the POM
# --package=: an alternative package to use when installing this POM
# and its artifact
# --has-package-version: to indicate that the original version of the POM is the same as the upstream part
# of the version for the package.
# --keep-elements=: a list of XML elements to keep in the POM
# during a clean operation with mh_cleanpom or mh_installpom
# --artifact=: path to the build artifact associated with this POM,
# it will be installed when using the command mh_install. [mh_install]
# --java-lib: install the jar into /usr/share/java to comply with Debian
# packaging guidelines
# --usj-name=: name to use when installing the library in /usr/share/java
# --usj-version=: version to use when installing the library in /usr/share/java
# --no-usj-versionless: don't install the versionless link in /usr/share/java
# --dest-jar=: the destination for the real jar.
# It will be installed with mh_install. [mh_install]
# --classifier=: Optional, the classifier for the jar. Empty by default.
# --site-xml=: Optional, the location for site.xml if it needs to be installed.
# Empty by default. [mh_install]
#
pom.xml --has-package-version
debian/watch 0000644 0000000 0000000 00000000137 10675125746 010235 0 ustar version=3
http://www.apache.org/dist/ws/commons/util/sources/ws-commons-util-(.*)-src\.tar\.gz
debian/rules 0000755 0000000 0000000 00000001246 11671500323 010247 0 ustar #!/usr/bin/make -f
# debian/rules file for libws-commons-util-java (uses cdbs)
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
install/libws-commons-util-java::
jar umf debian/osgi-MANIFEST.MF ws-commons-util-$(DEB_UPSTREAM_VERSION).jar
mh_installpoms -plibws-commons-util-java
mh_installjar -plibws-commons-util-java -l pom.xml ws-commons-util-$(DEB_UPSTREAM_VERSION).jar
clean::
-mh_clean
JAVA_HOME := /usr/lib/jvm/default-java
BUILD_FILE := debian/build.xml
DEB_ANT_INVOKE := ant -f $(BUILD_FILE)
DEB_ANT_BUILD_TARGET := dist
debian/changelog 0000644 0000000 0000000 00000005775 12145010366 011054 0 ustar libws-commons-util-java (1.0.1-9) unstable; urgency=low
* Team upload.
* Upload to unstable.
-- tony mancill Wed, 15 May 2013 15:49:14 -0700
libws-commons-util-java (1.0.1-8) experimental; urgency=low
[ Jakub Adam ]
* Don't specify Bundle-RequiredExecutionEnvironment in manifest.
- Allows library to import javax.xml.* packages provided by JRE
when used as OSGi bundle.
* Bump Standards-Version to 3.9.4: no changes needed.
* Remove Michael Koch from Uploaders list (Closes: #654099).
- Thanks for your contribution to this package.
* Add Jakub Adam to Uploaders list.
[ Niels Thykier ]
* Use the canonical SVN URL in the Vcs-Svn field.
-- Jakub Adam Tue, 05 Feb 2013 15:06:05 +0100
libws-commons-util-java (1.0.1-7) unstable; urgency=low
* Team upload.
* Install maven metadata:
- d/control: Build-Depends on maven-repo-helper.
- d/rules: Use mh_installpoms and mh_installjar to install JAR.
* d/control: Bump Standards-Version to 3.9.2: no changes needed.
* d/build.xml: Force source/target javac to 1.4.
-- Damien Raude-Morvan Mon, 12 Dec 2011 23:21:19 +0100
libws-commons-util-java (1.0.1-6) unstable; urgency=low
* Team upload.
* Rename source package to libws-commons-util-java to be consistent with
other packages.
* Update Vcs headers.
* Remove Java runtime from Depends.
* Remove Vladimír Lapáček from Uploaders list.
* Update Standards-Version: 3.9.1.
-- Torsten Werner Wed, 31 Aug 2011 14:42:27 +0200
libws-commons-util (1.0.1-5) unstable; urgency=low
* Added OSGi metadata to the jar file.
* Removed reference to cdbs's simple patch system in debian/rules.
* Bumped Standards-Version to 3.8.4 - no changes required.
-- Niels Thykier Sat, 06 Feb 2010 16:39:40 +0100
libws-commons-util (1.0.1-4) unstable; urgency=low
* Replaced java-gcj-compat with default-jdk as Build-Depends.
* Added missing ${misc:Depends}.
* Bumped debhelper compat to 7.
* Bumped Standards-Version to 3.8.3.
- Changed section to java.
- Referred to the Apache 2.0 license rather than quoting it.
- Removed the "XS-" prefix from the Vcs-* fields.
* Added myself to uploaders.
* Converted to 3.0 (quilt) source.
-- Niels Thykier Sat, 21 Nov 2009 14:06:30 +0100
libws-commons-util (1.0.1-3) unstable; urgency=low
* Set priority of the package from extra to optional.
* Added Homepage, XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control.
* Added watch file.
-- Michael Koch Sat, 22 Sep 2007 07:44:39 +0200
libws-commons-util (1.0.1-2) unstable; urgency=low
* Added missing Build-Depends-Indep on ant. Closes: 433745.
* Added myself to Uploaders.
-- Michael Koch Thu, 19 Jul 2007 09:24:30 -0100
libws-commons-util (1.0.1-1) unstable; urgency=low
* Initial release (Closes: #429570)
-- Vladimír Lapáček Fri, 27 Apr 2007 22:48:48 +0200
debian/osgi-MANIFEST.MF 0000644 0000000 0000000 00000000572 12100541151 011551 0 ustar Bundle-Localization: plugin
Bundle-Name: WS Commons Util Plug-in
Bundle-SymbolicName: org.apache.ws.commons.util
Export-Package: org.apache.ws.commons.serialize;version="1.0.1",org.ap
ache.ws.commons.util;version="1.0.1"
Bundle-Version: 1.0.1
Bundle-ManifestVersion: 2
Import-Package: javax.xml,javax.xml.namespace,org.w3c.dom,org.xml.sax,
org.xml.sax.ext,org.xml.sax.helpers
debian/source/ 0000755 0000000 0000000 00000000000 12145010470 010460 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11302031623 011663 0 ustar 3.0 (quilt)
debian/compat 0000644 0000000 0000000 00000000002 11301762751 010367 0 ustar 7
debian/copyright 0000644 0000000 0000000 00000001101 11301762751 011115 0 ustar This package was debianized by Vladimír Lapáček on
Fri, 27 Apr 2007 22:48:48 +0200.
It was downloaded from http://apache.osuosl.org/ws/commons/util/
Author: Jochen Wiedmann
Copyright: (c) 2007 Apache Software Foundation
License: Apache 2.0
On Debian systems, the complete text of the Apache 2.0 License
can be found in `/usr/share/common-licenses/Apache-2.0'.
The Debian packaging is © 2007, Vladimír Lapáček and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
debian/control 0000644 0000000 0000000 00000001417 12104211007 010560 0 ustar Source: libws-commons-util-java
Priority: optional
Section: java
Maintainer: Debian Java Maintainers
Uploaders: Niels Thykier , Jakub Adam
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, maven-repo-helper
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libws-commons-util-java/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libws-commons-util-java/
Homepage: http://ws.apache.org/commons/util/
Package: libws-commons-util-java
Architecture: all
Depends: ${misc:Depends}
Description: Common utilities from the Apache Web Services Project
This is a small collection of utility classes, that allow high
performance XML processing based on SAX.