[pkg-java] r7994 - in trunk/batik/debian: . manpages
fourmond at alioth.debian.org
fourmond at alioth.debian.org
Wed Feb 18 23:13:31 UTC 2009
Author: fourmond
Date: 2009-02-18 23:13:31 +0000 (Wed, 18 Feb 2009)
New Revision: 7994
Modified:
trunk/batik/debian/changelog
trunk/batik/debian/control
trunk/batik/debian/copyright
trunk/batik/debian/manpages/rasterizer.1
Log:
[batik] Making batik fit for an upload to unstable
Modified: trunk/batik/debian/changelog
===================================================================
--- trunk/batik/debian/changelog 2009-02-18 15:42:04 UTC (rev 7993)
+++ trunk/batik/debian/changelog 2009-02-18 23:13:31 UTC (rev 7994)
@@ -1,6 +1,5 @@
-batik (1.7-2) UNRELEASED; urgency=low
+batik (1.7-2) unstable; urgency=low
- * NOT RELEASED YET
* Adding xmlgraphics-commons-1.2 and xml-apis-ext to the jars for
the build + corresponding build-deps
* Added Vcs-* fields
@@ -8,8 +7,14 @@
[ Sylvestre Ledru ]
* Build class version 49 (instead of 50)
- -- Vincent Fourmond <fourmond at debian.org> Thu, 16 Oct 2008 20:52:07 +0200
+ [ Vincent Fourmond ]
+ * Minor updates to the debian/copyright file
+ * It seems time has come for an upload to unstable...
+ * Adding ${misc:Depends} for potential debhelper-induced dependencies
+ * Tweaking rasterizer.1 to avoid unbreakable lines
+ -- Vincent Fourmond <fourmond at debian.org> Wed, 18 Feb 2009 22:58:36 +0100
+
batik (1.7-1) experimental; urgency=low
* New upstream release (Closes: #417888, #490556)
Modified: trunk/batik/debian/control
===================================================================
--- trunk/batik/debian/control 2009-02-18 15:42:04 UTC (rev 7993)
+++ trunk/batik/debian/control 2009-02-18 23:13:31 UTC (rev 7994)
@@ -21,7 +21,8 @@
libxalan2-java, libbsf-java,
libavalon-framework-java (>= 4.2.0), libcommons-io-java,
libcommons-logging-java, java-wrappers (>= 0.1.7),
- libxml-commons-external-java
+ libxml-commons-external-java,
+ ${misc:Depends}
Recommends: fop (>= 1:0.94)
Suggests: rhino
Description: xml.apache.org SVG Library
Modified: trunk/batik/debian/copyright
===================================================================
--- trunk/batik/debian/copyright 2009-02-18 15:42:04 UTC (rev 7993)
+++ trunk/batik/debian/copyright 2009-02-18 23:13:31 UTC (rev 7994)
@@ -1,17 +1,32 @@
Format-Specification:
http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
Upstream-Source: http://xml.apache.org/batik
+Upstream-Name: batik
+Upstream-Maintainer: Apache Software Foundation
-This package was debianized by Jeff Bailey <jbailey at debian.org> on
-Tue, 11 Jun 2002 10:52:34 -0400.
+ This package was debianized by Jeff Bailey <jbailey at debian.org> on
+ Tue, 11 Jun 2002 10:52:34 -0400.
-Files: debian/*
-Copyright: 2002-2008 Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-License: Apache-2.0
Files: *
Copyright: Apache Foundation
License: Apache-2.0
-The complete text of the Apache-2.0 license can be found on debian systems
-in /usr/share/common-licenses/Apache-2.0
\ No newline at end of file
+ Licensed 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.
+
+ The full text of the Apache License version 2.0 can be found at
+ /usr/share/common-licenses/Apache-2.0 on debian systems.
+
+Files: debian/*
+Copyright: 2002-2009 Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+License: Apache-2.0
Modified: trunk/batik/debian/manpages/rasterizer.1
===================================================================
--- trunk/batik/debian/manpages/rasterizer.1 2009-02-18 15:42:04 UTC (rev 7993)
+++ trunk/batik/debian/manpages/rasterizer.1 2009-02-18 23:13:31 UTC (rev 7994)
@@ -29,8 +29,14 @@
\fB\-m\fR <mimeType>
.IP
output mime type. Should be one of
-.IR image/jpg ,\ image/jpeg ,\ image/jpe ,\ image/png ,
-.IR image/tiff \ or \ application/pdf .
+.IR image/jpg ,
+.IR image/jpeg ,
+.IR image/jpe ,
+.IR image/png ,
+.I image/tiff
+or
+.IR application/pdf .
+
.TP
\fB\-w\fR <width>
.IP
More information about the pkg-java-commits
mailing list