[xmlgraphics-commons] 18/47: Prepare for new release
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 2 23:28:08 UTC 2017
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 e0ee53fc2998bbd5388ef5103c6fcbc0ef274fcb
Author: Mathieu Malaterre <malat at debian.org>
Date: Sun Jul 18 12:52:05 2010 +0000
Prepare for new release
---
debian/changelog | 9 +++++++
debian/control | 9 ++++---
debian/pom.xml | 76 --------------------------------------------------------
debian/rules | 9 ++++---
4 files changed, 21 insertions(+), 82 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index deb8dc7..6df253b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <mathieu.malaterre at gmail.com> Fri, 16 Jul 2010 11:39:47 +0200
+
xmlgraphics-commons (1.3.1.dfsg-5) unstable; urgency=low
* Added Maven support
diff --git a/debian/control b/debian/control
index d0358bf..a275105 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,14 @@ Source: xmlgraphics-commons
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Koch <konqueror at gmx.de>, Vincent Fourmond <fourmond at debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Michael Koch <konqueror at gmx.de>, Vincent Fourmond <fourmond at debian.org>,
+ Mathieu Malaterre <mathieu.malaterre at gmail.com>
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
diff --git a/debian/pom.xml b/debian/pom.xml
deleted file mode 100644
index 080b3d2..0000000
--- a/debian/pom.xml
+++ /dev/null
@@ -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>general-subscribe at xmlgraphics.apache.org</subscribe>
- <unsubscribe>general-unsubscribe at xmlgraphics.apache.org</unsubscribe>
- <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/</archive>
- </mailingList>
- <mailingList>
- <name>XML Graphics Commit List</name>
- <subscribe>commits-subscribe at xmlgraphics.apache.org</subscribe>
- <unsubscribe>commits-unsubscribe at xmlgraphics.apache.org</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 200fd71..17e7673 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,10 +11,13 @@ JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun
# 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlgraphics-commons.git
More information about the pkg-java-commits
mailing list