Skip to content
Snippets Groups Projects
Commit fbf7785e authored by James Page's avatar James Page
Browse files

Install jar files to /usr/share/java (Closes: #671208):

* Install jar files to /usr/share/java (Closes: #671208):
  - d/libjava-xmlbuilder-java.poms: Use --java-lib option.
* Bumped Standards-Version to 3.9.3:
  - d/copyright: Updated with field names for released version of DEP-5.
* Updated my email address.
parent cbbf4d6b
No related branches found
No related tags found
No related merge requests found
java-xmlbuilder (0.4-2) unstable; urgency=low
* Install jar files to /usr/share/java (Closes: #671208):
- d/libjava-xmlbuilder-java.poms: Use --java-lib option.
* Bumped Standards-Version to 3.9.3:
- d/copyright: Updated with field names for released version of DEP-5.
* Updated my email address.
-- James Page <james.page@ubuntu.com> Wed, 02 May 2012 16:35:02 +0100
java-xmlbuilder (0.4-1) unstable; urgency=low
* Initial release (Closes: #617526).
......
......@@ -2,10 +2,10 @@ Source: java-xmlbuilder
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@canonical.com>
Uploaders: James Page <james.page@ubuntu.com>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: libmaven-javadoc-plugin-java, junit, default-jdk-doc
Standards-Version: 3.9.1
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/java-xmlbuilder/
Vcs-Git: git://git.debian.org/git/pkg-java/java-xmlbuilder.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/java-xmlbuilder.git
......
Format-Specification: http://dep.debian.net/deps/dep5/
Name: java-xmlbuilder
Maintainer: James Murty as developer
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Upstream-Name: java-xmlbuilder
Upstream-Contact: James Murty as developer
Source: http://code.google.com/p/java-xmlbuilder/
Files: *
Copyright: 2008, James Murty <jmurty@dev.java.net>
License: Apache-2.0
Files: src/net/iharder/base64/Base64.java
Files: src/main/java/net/iharder/base64/Base64.java
Copyright: © 2002-2007 Robert Harder <rob@iharder.net>
License: Public Domain
License: public-domain
"I am placing this code in the Public Domain. Do with it as you will.
This software comes with no guarantees or warranties but with
plenty of well-wishing instead!"
Files: debian/*
Copyright: 2011, Canonical Ltd (http://www.canonical.com)
License: Apache-2.0
License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
......@@ -23,4 +23,4 @@
# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
# temporarily for certain artifacts such as Javadoc jars.
#
pom.xml --no-parent --has-package-version
pom.xml --no-parent --has-package-version --java-lib
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