This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xmlgraphics-commons.
commit c0bee732e9a2d6a8e3f10ebb760a90b3a7a6fa79 Author: Mathieu Malaterre <[email protected]> Date: Sat Jul 11 21:30:07 2015 +0000 prepare next upload --- debian/control | 20 ++++++++++++++------ debian/copyright | 7 ------- debian/libxmlgraphics-commons-java-doc.doc-base | 2 +- debian/libxmlgraphics-commons-java.jlibs | 2 +- debian/rules | 2 +- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/debian/control b/debian/control index 8bd0fa5..9a5db15 100644 --- a/debian/control +++ b/debian/control @@ -2,18 +2,26 @@ Source: xmlgraphics-commons Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Vincent Fourmond <[email protected]>, Mathieu Malaterre <[email protected]> +Uploaders: Vincent Fourmond <[email protected]>, + Mathieu Malaterre <[email protected]> Build-Depends: debhelper (>= 9), javahelper -Build-Depends-Indep: default-jdk, default-jdk-doc, ant-optional, libmockito-java, - libcommons-io-java (>= 1.3.1), junit4, libcommons-logging-java, maven-repo-helper -Standards-Version: 3.9.5 +Build-Depends-Indep: ant-optional, + default-jdk, + default-jdk-doc, + junit4, + libcommons-io-java (>= 1.3.1), + libcommons-logging-java, + libmockito-java, + libxml-commons-resolver1.1-java, + maven-repo-helper +Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/xmlgraphics-commons Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/xmlgraphics-commons Homepage: http://xmlgraphics.apache.org/commons/ Package: libxmlgraphics-commons-java Architecture: all -Depends: ${misc:Depends}, libcommons-io-java, libcommons-logging-java +Depends: libcommons-io-java, libcommons-logging-java, ${misc:Depends} Suggests: libxmlgraphics-commons-java-doc Description: Reusable components used by Batik and FOP Apache XML Graphics Commons is a library that consists of several @@ -26,7 +34,7 @@ Description: Reusable components used by Batik and FOP Package: libxmlgraphics-commons-java-doc Architecture: all Section: doc -Depends: ${misc:Depends}, ${java:Depends} +Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Suggests: libxmlgraphics-commons-java Description: Reusable components used by Batik and FOP (documentation) diff --git a/debian/copyright b/debian/copyright index a6bf545..3a4da46 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,13 +9,6 @@ Files: * Copyright: 2006, The Apache Software Foundation License: Apache-2.0 -Files: debian/pom.xml -Copyright: 2005, The Apache Software Foundation -Comment: - pom.xml file has been downloaded from - <http://github.com/apache/xml-graphics-commons> -License: Apache-2.0 - Files: debian/* Copyright: 2007, Arnaud Vandyck <[email protected]>, 2011, Damien Raude-Morvan <[email protected]> diff --git a/debian/libxmlgraphics-commons-java-doc.doc-base b/debian/libxmlgraphics-commons-java-doc.doc-base index 43e0c9f..1d2ab63 100644 --- a/debian/libxmlgraphics-commons-java-doc.doc-base +++ b/debian/libxmlgraphics-commons-java-doc.doc-base @@ -5,5 +5,5 @@ Abstract: This is the API documentation for libxmlgraphics-commons-java Section: Programming/Java Format: HTML -Index: /usr/share/doc/libxmlgraphics-commons-java/api +Index: /usr/share/doc/libxmlgraphics-commons-java/api/index.html Files: /usr/share/doc/libxmlgraphics-commons-java/api/*.html diff --git a/debian/libxmlgraphics-commons-java.jlibs b/debian/libxmlgraphics-commons-java.jlibs index b9ac8ce..04d6cc0 100644 --- a/debian/libxmlgraphics-commons-java.jlibs +++ b/debian/libxmlgraphics-commons-java.jlibs @@ -1 +1 @@ -build/xmlgraphics-commons-1.5.jar +build/xmlgraphics-commons-2.0.1.jar diff --git a/debian/rules b/debian/rules index 6325d4a..3aa5588 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ #export DH_VERBOSE=1 JAVA_HOME=/usr/lib/jvm/default-java -export CLASSPATH=/usr/share/java/commons-io.jar:/usr/share/java/commons-logging.jar:/usr/share/java/junit4.jar:/usr/share/java/mockito-core.jar +export CLASSPATH=/usr/share/java/commons-io.jar:/usr/share/java/commons-logging.jar:/usr/share/java/junit4.jar:/usr/share/java/mockito-core.jar:/usr/share/java/xml-resolver.jar PACKAGE = xmlgraphics-commons VERSION = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlgraphics-commons.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

