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 a91183438a33b581c2a39fc91fb0e0e07dfdaf98 Author: Arnaud Vandyck <[email protected]> Date: Fri Apr 13 06:57:16 2007 +0000 xmlgraphics-commons (1.1.dfsg.1-1) unstable; urgency=low * Initial Release (closes: #418896). * No javadoc at the moment. -- Arnaud Vandyck <[email protected]> Fri, 13 Apr 2007 08:55:41 +0200 --- debian/README.Debian | 9 ++++++++ debian/ant.properties | 0 debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 33 ++++++++++++++++++++++++++++++ debian/copyright | 26 +++++++++++++++++++++++ debian/libxmlgraphics-commons-java.dirs | 1 + debian/libxmlgraphics-commons-java.install | 1 + debian/libxmlgraphics-commons-java.links | 1 + debian/rules | 15 ++++++++++++++ debian/watch | 7 +++++++ 11 files changed, 100 insertions(+) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..f483f0e --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,9 @@ +xmlgraphics-commons +------------------- + +Source tarball: +--------------- + +I removed commons-io.jar from lib directory. + + -- Arnaud Vandyck <[email protected]>, Fri, 13 Apr 2007 07:27:33 +0200 diff --git a/debian/ant.properties b/debian/ant.properties new file mode 100644 index 0000000..e69de29 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f94143d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +xmlgraphics-commons (1.1.dfsg.1-1) unstable; urgency=low + + * Initial Release (closes: #418896). + * No javadoc at the moment. + + -- Arnaud Vandyck <[email protected]> Fri, 13 Apr 2007 08:55:41 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a986e0f --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: xmlgraphics-commons +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Arnaud Vandyck <[email protected]> +Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev (>= 1.0.69-2), ant, ant-optional, cdbs, libcommons-io-java (>= 1.3.1), junit +Standards-Version: 3.7.2 + +Package: libxmlgraphics-commons-java +Section: libs +Architecture: all +Depends: java-gcj-compat | java2-runtime, libasm-java +Description: reusable components used by Batik and FOP + 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. You will find components such as a PDF library, an RTF library, + Graphics2D implementations that let you generate PDF & PostScript + files, and much more. + +#Package: libxmlgraphics-commons-java-doc +#Section: doc +#Architecture: all +#Suggests: libxmlgraphics-commons-java +#Description: reusable components used by Batik and FOP +# 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. You will find components such as a PDF library, an RTF library, +# Graphics2D implementations that let you generate PDF & PostScript +# files, and much more. +# . +# This package includes the documentation. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7aae378 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Arnaud Vandyck <[email protected]> on 13-April-2007. +The source code was downloaded from http://xmlgraphics.apache.org/commons/ + +Authors: + +Chris Bowditch, Thomas DeWeese, Christian Geisert, +Clay Leeds, Jeremias Märki, Cameron McCormack, Simon Pepping, Jörg +Pietschmann + +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. diff --git a/debian/libxmlgraphics-commons-java.dirs b/debian/libxmlgraphics-commons-java.dirs new file mode 100644 index 0000000..13c9f03 --- /dev/null +++ b/debian/libxmlgraphics-commons-java.dirs @@ -0,0 +1 @@ +usr/share/java diff --git a/debian/libxmlgraphics-commons-java.install b/debian/libxmlgraphics-commons-java.install new file mode 100644 index 0000000..4b60d35 --- /dev/null +++ b/debian/libxmlgraphics-commons-java.install @@ -0,0 +1 @@ +build/xmlgraphics-commons-1.1.jar /usr/share/java/ diff --git a/debian/libxmlgraphics-commons-java.links b/debian/libxmlgraphics-commons-java.links new file mode 100644 index 0000000..88a5163 --- /dev/null +++ b/debian/libxmlgraphics-commons-java.links @@ -0,0 +1 @@ +/usr/share/java/xmlgraphics-commons-1.1.jar /usr/share/java/xmlgraphics-commons.jar diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..bd577a4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# debian/rules file for xmlgraphics-commons (uses cdbs) + +export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +JAVA_HOME := /usr/lib/jvm/java-gcj/ +ANT_HOME := /usr/share/ant + +# no junit test at the moment +DEB_JARS := commons-io #junit ant-junit +DEB_ANT_BUILD_TARGET := all diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b4c3ef8 --- /dev/null +++ b/debian/watch @@ -0,0 +1,7 @@ +# watch control file for uscan +version=2 +# Options + +# Site Version Script +opts=dversionmangle=s/\.dfsg\.\d+$// \ + http://www.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-(.*)-src\.tar\.gz -- 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

