diff options
| author | Emmanuel Bourg <ebourg@apache.org> | 2013-04-04 12:23:33 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2013-04-12 22:26:46 +0000 |
| commit | 550a1f0a506576db72c278e15c0a14668d78b182 (patch) | |
| tree | 4bcc7347cf1ed57273fa4a283b0530032f420815 | |
| parent | e7455b158f46813fb226b00c82d4f7befb2c3b4c (diff) | |
| parent | 35f9314e45442fdac12ffcf9dc023bb88250ec1f (diff) | |
2.11.0-7~exp1 (patches applied)applied/2.11.0-7_exp1applied/debian/experimental
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/control | 6 | ||||
| -rw-r--r-- | debian/watch | 2 |
3 files changed, 14 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 600c576..23d720b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libxerces2-java (2.11.0-7~exp1) experimental; 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 <ebourg@apache.org> 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 <pkg-java-maintainers@lists.alioth.debian.or Uploaders: Marcus Better <marcus@better.se>, Matthias Klose <doko@ubuntu.com>, Damien Raude-Morvan <drazzib@debian.org>, - Jakub Adam <jakub.adam@ktknet.cz> + Jakub Adam <jakub.adam@ktknet.cz>, + Emmanuel Bourg <ebourg@apache.org> 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 |
