This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxerces2-java.
commit c326116fe6dc24b8655e9e5e1e49b082f38b12e3 Author: Arnaud Vandyck <[email protected]> Date: Mon Jul 2 21:40:02 2007 +0000 preliminary work on new libxerces2-java 2.9.0 --- debian/changelog | 10 ++++++---- debian/control | 2 +- debian/libxerces2-java.docs | 9 ++++++--- debian/patches/04_build_target13.patch | 10 ---------- debian/rules | 4 ++-- 5 files changed, 15 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b75483..a1dc741 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ -libxerces2-java (2.8.1-3) UNRELEASED; urgency=low +libxerces2-java (2.9.0-1) UNRELEASED; urgency=low [Arnaud Vandyck] - * debian/control: removed Stefan Gybas and Wolfgang Baer from uploaders - - -- Arnaud Vandyck <[email protected]> Thu, 12 Apr 2007 10:34:22 +0200 + * New upstream. + * debian/control: removed Stefan Gybas and Wolfgang Baer from uploaders. + * debian/rule: added generation of the documentation. + + -- Arnaud Vandyck <[email protected]> Mon, 2 Jul 2007 22:39:58 +0200 libxerces2-java (2.8.1-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 82f990f..690e24a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]>, Marcus Better <[email protected]>, Matthias Klose <[email protected]> -Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0), java-gcj-compat-dev, ant, libxml-commons-resolver1.1-java, libjaxp1.3-java +Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.2.0), java-gcj-compat-dev, ant, libxml-commons-resolver1.1-java, libjaxp1.3-java, libstylebook-java Standards-Version: 3.7.2 Package: libxerces2-java diff --git a/debian/libxerces2-java.docs b/debian/libxerces2-java.docs index ea4894c..1910a27 100644 --- a/debian/libxerces2-java.docs +++ b/debian/libxerces2-java.docs @@ -1,3 +1,6 @@ -ISSUES -STATUS -TODO +NOTICE +NOTICE.resolver.txt +NOTICE.serializer.txt +README +Readme.html + diff --git a/debian/patches/04_build_target13.patch b/debian/patches/04_build_target13.patch deleted file mode 100644 index 2c1531a..0000000 --- a/debian/patches/04_build_target13.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- build.xml.orig 2005-04-19 20:41:32.000000000 +0200 -+++ build.xml 2005-04-19 20:42:05.000000000 +0200 -@@ -227,6 +227,7 @@ - <xjavac srcdir="${build.src}" - destdir="${build.dest}" - classpath="${build.dir}/classes:${tools.dir}/${jar.apis}:${tools.dir}/${jar.resolver}" -+ target="1.4" - debug="${debug}" - deprecation="${deprecation}" - optimize="${optimize}" diff --git a/debian/rules b/debian/rules index f4596bf..2e84769 100755 --- a/debian/rules +++ b/debian/rules @@ -15,11 +15,11 @@ endif # Additional JARs to add to the class path, either full path or just the # basename for JARs in /usr/share/java. The ".jar" suffix may also be ommitted -DEB_JARS := xml-commons-resolver-1.1 jaxp-1.3.jar +DEB_JARS := xml-commons-resolver-1.1 jaxp-1.3.jar stylebook # Ant targets to call DEB_ANT_CLEAN_TARGET := clean -DEB_ANT_BUILD_TARGET := jar +DEB_ANT_BUILD_TARGET := jar sampjar javadocs #docs install/libxerces2-java:: mkdir -p debian/libxerces2-java/usr/share/java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

