[libxpp2-java] 01/02: This commit was manufactured by cvs2svn to create tag 'RELEASE_2_1_10-3'.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Oct 14 20:56:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag debian/RELEASE_2_1_10-3
in repository libxpp2-java.
commit ae9f700c9b03118d82b9f19f7833f7f6dc4e5718
Author: (no author) <nobody at debian.org>
Date: Fri Sep 23 23:41:36 2005 +0000
This commit was manufactured by cvs2svn to create tag
'RELEASE_2_1_10-3'.
---
debian/changelog | 19 +++++++++++++++++++
debian/control | 4 ++--
debian/libxpp2-java.doc-base | 10 ++++++++++
debian/rules | 2 +-
4 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0d235e8..a49afc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+libxpp2-java (2.1.10-3) unstable; urgency=low
+
+ * Added ant-optional due to ant reorganization
+ * Registered javadoc apis with doc-base
+
+ * Upload sponsored by Arnaud Vandyck
+
+ -- Wolfgang Baer <WBaer at gmx.de> Fri, 16 Sep 2005 15:46:04 +0200
+
+libxpp2-java (2.1.10-2) unstable; urgency=low
+
+ * Upload to unstable
+ * Changed libant1.6-java build-dep to ant
+ * Standards-Version 3.6.2 (no changes)
+
+ * Upload sponsored by Petter Reinholdtsen
+
+ -- Wolfgang Baer <WBaer at gmx.de> Sat, 13 Aug 2005 13:56:43 +0200
+
libxpp2-java (2.1.10-1) experimental; urgency=low
* Initial Release (closes: #305229)
diff --git a/debian/control b/debian/control
index 77c6765..8693ff5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.28), libant1.6-java, kaffe, junit
-Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs (>= 0.4.28), ant, kaffe, junit
+Standards-Version: 3.6.2
Package: libxpp2-java
Architecture: all
diff --git a/debian/libxpp2-java.doc-base b/debian/libxpp2-java.doc-base
new file mode 100644
index 0000000..b6932f2
--- /dev/null
+++ b/debian/libxpp2-java.doc-base
@@ -0,0 +1,10 @@
+Document: libxpp2-java
+Title: Programmer API for XPP V2
+Author: Aleksander Andrzej Slominski <aslom at cs.indiana.edu>
+Abstract: Javadocs for Xml Pull Parser V2, a streaming pull XML parser
+ for java. This version is the predecessor of XPP3.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libxpp2-java/api/index.html
+Files: /usr/share/doc/libxpp2-java/api/*.html
diff --git a/debian/rules b/debian/rules
index 1c777ab..df38723 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
JAVA_HOME := /usr/lib/kaffe
-ANT_HOME := /usr/share/ant1.6
+ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar junit
DEB_ANT_COMPILER := jikes
DEB_ANT_BUILD_TARGET := compile junit api
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxpp2-java.git
More information about the pkg-java-commits
mailing list