Author: malat-guest Date: 2010-07-18 12:52:05 +0000 (Sun, 18 Jul 2010) New Revision: 12775
Removed: trunk/xmlgraphics-commons/debian/pom.xml Modified: trunk/xmlgraphics-commons/debian/changelog trunk/xmlgraphics-commons/debian/control trunk/xmlgraphics-commons/debian/rules Log: Prepare for new release Modified: trunk/xmlgraphics-commons/debian/changelog =================================================================== --- trunk/xmlgraphics-commons/debian/changelog 2010-07-18 09:22:38 UTC (rev 12774) +++ trunk/xmlgraphics-commons/debian/changelog 2010-07-18 12:52:05 UTC (rev 12775) @@ -1,3 +1,12 @@ +xmlgraphics-commons (1.4.dfsg-1) experimental; urgency=low + + * New upstream. Closes: #589269 + * Update Standards-Version to 3.9.0 (no change required) + * Use shipped in poml.xml instead of debian one. + * Add get-orig-source target in debian/rules + + -- Mathieu Malaterre <[email protected]> Fri, 16 Jul 2010 11:39:47 +0200 + xmlgraphics-commons (1.3.1.dfsg-5) unstable; urgency=low * Added Maven support Modified: trunk/xmlgraphics-commons/debian/control =================================================================== --- trunk/xmlgraphics-commons/debian/control 2010-07-18 09:22:38 UTC (rev 12774) +++ trunk/xmlgraphics-commons/debian/control 2010-07-18 12:52:05 UTC (rev 12775) @@ -2,11 +2,14 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Michael Koch <[email protected]>, Vincent Fourmond <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Michael Koch <[email protected]>, Vincent Fourmond <[email protected]>, + Mathieu Malaterre <[email protected]> Build-Depends: debhelper (>= 7), cdbs -Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk, ant-optional, +Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk, ant-optional, libcommons-io-java (>= 1.3.1), junit, libcommons-logging-java, maven-repo-helper -Standards-Version: 3.8.4 +Standards-Version: 3.9.0 +Homepage: http://xmlgraphics.apache.org/commons/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xmlgraphics-commons Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xmlgraphics-commons Deleted: trunk/xmlgraphics-commons/debian/pom.xml =================================================================== --- trunk/xmlgraphics-commons/debian/pom.xml 2010-07-18 09:22:38 UTC (rev 12774) +++ trunk/xmlgraphics-commons/debian/pom.xml 2010-07-18 12:52:05 UTC (rev 12775) @@ -1,76 +0,0 @@ -<?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> Modified: trunk/xmlgraphics-commons/debian/rules =================================================================== --- trunk/xmlgraphics-commons/debian/rules 2010-07-18 09:22:38 UTC (rev 12774) +++ trunk/xmlgraphics-commons/debian/rules 2010-07-18 12:52:05 UTC (rev 12775) @@ -11,10 +11,13 @@ # no junit test at the moment DEB_JARS := commons-io commons-logging #junit ant-junit -DEB_ANT_BUILD_TARGET := all +DEB_ANT_BUILD_TARGET := all maven-artifacts install/libxmlgraphics-commons-java:: # Install pom and jar - mh_installpom -v -plibxmlgraphics-commons-java debian/pom.xml - mh_installjar -plibxmlgraphics-commons-java -l debian/pom.xml \ + mh_installpom -v -plibxmlgraphics-commons-java build/maven/pom.xml + mh_installjar -plibxmlgraphics-commons-java -l build/maven/pom.xml \ -nxmlgraphics-commons -i${VERSION} build/xmlgraphics-commons-$(VERSION).jar + +get-orig-source: + uscan --force-download --verbose _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

