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 61d788ea9037ef1cecb7b46269291284c2133ae1 Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 4 10:51:30 2013 +0000 Fixed the watch file --- debian/changelog | 10 ++++++++++ debian/control | 6 +++--- debian/watch | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 600c576..b3a2fcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libxerces2-java (2.11.0-7) unstable; urgency=low + + * Team upload. + * Bump Standards Version to 3.9.4 (no changes). + * debian/watch: Updated the URL + * debian/control: Removed "Section: libs" for libxerces2-java-gcj + to fix a Lintian warning (wrong-section-according-to-package-name) + + -- Emmanuel Bourg <[email protected]> Thu, 04 Apr 2013 12:23:33 +0200 + libxerces2-java (2.11.0-6) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 1a2e45c..1ddcd61 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,12 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Marcus Better <[email protected]>, Matthias Klose <[email protected]>, Damien Raude-Morvan <[email protected]>, - Jakub Adam <[email protected]> + Jakub Adam <[email protected]>, + Emmanuel Bourg <[email protected]> Build-Depends: cdbs (>= 0.4.8), debhelper (>= 7), default-jdk, gcj-native-helper, ant, maven-repo-helper, javahelper, libxml-commons-resolver1.1-java, libstylebook-java, libxml-commons-external-java (>= 1.4.01-2) -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libxerces2-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libxerces2-java Homepage: http://xerces.apache.org/xerces2-j/ @@ -45,7 +46,6 @@ Description: Validating XML parser for Java with DOM level 3 support Package: libxerces2-java-gcj Architecture: any -Section: libs Depends: libxerces2-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} Description: Validating XML parser for Java with DOM level 3 support (native code) The Xerces2 Java parser is the reference implementation of XNI, the diff --git a/debian/watch b/debian/watch index 1c51d24..9ac2f1d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://www.apache.org/dist/xml/xerces-j/source/ Xerces-J-src\.([\d+\.]+|\d+)\.tar\.gz debian uupdate +http://archive.apache.org/dist/xerces/j/source/ Xerces-J-src\.([\d+\.]+|\d+)\.tar\.gz debian uupdate -- 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

