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 ce7537bb61354ff58c47d7ca6cd8bf6d56c910d7 Author: Gabriele Giacone <[email protected]> Date: Sun Feb 21 23:55:43 2010 +0000 added maven support --- debian/changelog | 14 ++++++++++ debian/compat | 2 +- debian/control | 11 ++++---- debian/copyright | 48 +++++++++++++++------------------ debian/pom.xml | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/rules | 6 +++-- debian/source/format | 1 + 7 files changed, 124 insertions(+), 34 deletions(-) diff --git a/debian/changelog b/debian/changelog index 84ae543..deb8dc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +xmlgraphics-commons (1.3.1.dfsg-5) unstable; urgency=low + + * Added Maven support + * Added VCS-* fields + * Standards-Version to 3.8.4 + * Source format 3.0 (quilt) + * debhelper compat to 7 + * d/copyright: + - converted to DEP5 format + - added debian/pom.xml section + * Removed Arnaud Vandyck from Uploaders + + -- Gabriele Giacone <[email protected]> Mon, 22 Feb 2010 00:13:23 +0100 + xmlgraphics-commons (1.3.1.dfsg-4) unstable; urgency=low * Hmmm, also depend on java2-runtime-headless as well... (really closes: diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 7326e73..d0358bf 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,13 @@ Source: xmlgraphics-commons Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, - Vincent Fourmond <[email protected]> -Build-Depends: debhelper (>= 5), cdbs +Uploaders: Michael Koch <[email protected]>, Vincent Fourmond <[email protected]> +Build-Depends: debhelper (>= 7), cdbs Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk, ant-optional, - libcommons-io-java (>= 1.3.1), junit, libcommons-logging-java -Standards-Version: 3.8.3 + libcommons-io-java (>= 1.3.1), junit, libcommons-logging-java, maven-repo-helper +Standards-Version: 3.8.4 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xmlgraphics-commons +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xmlgraphics-commons Package: libxmlgraphics-commons-java Architecture: all diff --git a/debian/copyright b/debian/copyright index f4ce92b..3879d79 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,29 +1,25 @@ -This package was debianized by Arnaud Vandyck <[email protected]> on 13-April-2007. -The source code was downloaded from http://xmlgraphics.apache.org/commons/ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: xmlgraphics-commons +Maintainer: Chris Bowditch, Thomas DeWeese, Christian Geisert, + Clay Leeds, Jeremias Märki, Cameron McCormack, Simon Pepping, Jörg + Pietschmann +Source: http://xmlgraphics.apache.org/commons/ -Authors: +Copyright: 2006, The Apache Software Foundation +License: Apache Software License version 2.0 + On Debian systems the full text of the Apache Software License version + 2.0 can be found in the `/usr/share/common-licenses/Apache-2.0' file. -Chris Bowditch, Thomas DeWeese, Christian Geisert, -Clay Leeds, Jeremias Märki, Cameron McCormack, Simon Pepping, Jörg -Pietschmann +Files: debian/* +Copyright: 2007, Arnaud Vandyck <[email protected]> +License: Apache Software License version 2.0 + On Debian systems the full text of the Apache Software License version + 2.0 can be found in the `/usr/share/common-licenses/Apache-2.0' file. -Copyright: - (c) 2006 The Apache Software Foundation - - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - On Debian systems, the Apache License Version 2.0 can be found in the file -/usr/share/common-licenses/Apache-2.0 \ No newline at end of file +Files: debian/pom.xml +Copyright: 2005, The Apache Software Foundation +License: Apache Software License version 2.0 + pom.xml file has been downloaded from + <http://github.com/apache/xml-graphics-commons> + On Debian systems the full text of the Apache Software License version + 2.0 can be found in the `/usr/share/common-licenses/Apache-2.0' file. diff --git a/debian/pom.xml b/debian/pom.xml new file mode 100644 index 0000000..080b3d2 --- /dev/null +++ b/debian/pom.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 +http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>xmlgraphics-commons</artifactId> + <packaging>jar</packaging> + <name>Apache XML Graphics Commons</name> + <version>1.3.1</version> + <url>http://xmlgraphics.apache.org/commons/</url> + <description> + Apache XML Graphics Commons is a library that consists of several reusable + components used by Apache Batik and Apache FOP. Many of these components + can easily be used separately outside the domains of SVG and XSL-FO. + </description> + <inceptionYear>2005</inceptionYear> + <mailingLists> + <mailingList> + <name>XML Graphics General List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/</archive> + </mailingList> + <mailingList> + <name>XML Graphics Commit List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-commits/</archive> + </mailingList> + </mailingLists> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/commons/trunk</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/xmlgraphics/commons/trunk/?root=Apache-SVN</url> + </scm> + <organization> + <name>Apache Software Foundation</name> + <url>http://www.apache.org/</url> + </organization> + <dependencies> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>1.3.1</version> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.4</version> + </dependency> + </dependencies> +</project> diff --git a/debian/rules b/debian/rules index 2e4401f..200fd71 100755 --- a/debian/rules +++ b/debian/rules @@ -14,5 +14,7 @@ DEB_JARS := commons-io commons-logging #junit ant-junit DEB_ANT_BUILD_TARGET := all install/libxmlgraphics-commons-java:: - install -m644 -D build/xmlgraphics-commons-$(VERSION).jar debian/libxmlgraphics-commons-java/usr/share/java/xmlgraphics-commons-$(VERSION).jar - dh_link -plibxmlgraphics-commons-java usr/share/java/xmlgraphics-commons-$(VERSION).jar usr/share/java/xmlgraphics-commons.jar + # Install pom and jar + mh_installpom -v -plibxmlgraphics-commons-java debian/pom.xml + mh_installjar -plibxmlgraphics-commons-java -l debian/pom.xml \ + -nxmlgraphics-commons -i${VERSION} build/xmlgraphics-commons-$(VERSION).jar diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 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

