debian/0000775000000000000000000000000012112702505007163 5ustar debian/changelog0000664000000000000000000000712412112702451011041 0ustar z3c.rml (2.0.0-0ubuntu3) raring; urgency=low * debian/control: add ttf-bitstream-vera to Depends (reportlab itself needs it). * debian/patches/dependencies.patch: remove part of a patch that changed Pillow to PIL now that Ubuntu has switched to the former. -- Gediminas Paulauskas Mon, 25 Feb 2013 16:39:25 +0200 z3c.rml (2.0.0-0ubuntu2) raring; urgency=low * debian/patches/dependencies.patch: add. Reportlab 2.6 is required. * debian/rules: suggest, not depend on zope.pagetemplate. * debian/source/local-options: unapply patches before commit. -- Gediminas Paulauskas Fri, 01 Feb 2013 12:01:49 -0500 z3c.rml (2.0.0-0ubuntu1) raring; urgency=low * New upstream release. * debian/control: Bump Standards-Version to 3.9.4. -- Logan Rosen Tue, 08 Jan 2013 21:40:32 -0500 z3c.rml (1.0.0-0ubuntu2) quantal; urgency=low * debian/control: added the Homepage field. -- Oussama Bounaim Thu, 27 Sep 2012 17:31:39 +0100 z3c.rml (1.0.0-0ubuntu1) precise; urgency=low * New upstream release. - includes LICENSE.txt * debian/patches/no-scripts.patch: put removal of dtd and reference scripts into a patch. * debian/copyright: Update to copyright-format 1.0. * debian/control: Bump Standards-Version to 3.9.3, small text fix. * debian/pydist-overrides: remove, not needed. -- Gediminas Paulauskas Mon, 02 Apr 2012 19:19:22 +0300 z3c.rml (0.9.1-0ubuntu5) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 08:16:51 +0000 z3c.rml (0.9.1-0ubuntu4) oneiric; urgency=low * dh_python2 transition. * changed to source format 3.0 quilt. * added debian/pydist-overrides to assist dhp2 calculate Depends. * debian/rules - changed "--with python-central" to "--with python2". * debian/control - changed python-all to (>= 2.6.6-3~). - removed B-D on python-central. - increased Standards Version to 3.9.2. - changed XS-P-V: all to X-P-V: >= 2.5. - removed XB-P-V, no longer needed. -- Charlie Smotherman Sun, 26 Jun 2011 11:00:00 -0500 z3c.rml (0.9.1-0ubuntu3) natty; urgency=low * Upload to Ubuntu. -- Gediminas Paulauskas Wed, 05 Jan 2011 22:34:45 +0200 z3c.rml (0.9.1-0ubuntu2) maverick; urgency=low * debian/copyright: convert to dep5 format. -- Gediminas Paulauskas Sun, 05 Sep 2010 01:14:35 +0300 z3c.rml (0.9.1-0ubuntu1) lucid; urgency=low * New upstream release. * LICENSE.txt: add the license. -- Gediminas Paulauskas Thu, 05 Aug 2010 17:46:19 +0300 z3c.rml (0.8.0-1ubuntu3) karmic; urgency=low * Remove dtd and reference entry points to not install those scripts. -- Gediminas Paulauskas Thu, 01 Apr 2010 17:56:01 +0300 z3c.rml (0.8.0-1ubuntu2) karmic; urgency=low * Convert to debhelper 7 and the pydeb dh7 extension. * Set section to zope * Move test dependencies to Suggests * Add copyright -- Gediminas Paulauskas Mon, 29 Mar 2010 19:05:46 +0300 python-z3c.rml (0.8.0-1ubuntu1) jaunty; urgency=low * Add summary and description * Build-Depend only on python-all, not python-all-dev -- Gediminas Paulauskas Mon, 02 Nov 2009 20:16:08 +0200 python-z3c.rml (0.8.0-1) gutsy; urgency=low * New upstream release -- Gediminas Paulauskas Mon, 20 Apr 2009 10:01:47 -0400 python-z3c.rml (0.7.3-1) gutsy; urgency=low * Inital Release -- Brian Sutherland Thu, 8 Nov 2007 19:27:48 +0100 debian/tests/0000775000000000000000000000000012112702505010325 5ustar debian/tests/control0000664000000000000000000000013012102774135011731 0ustar Tests: all Depends: @, python-zope.testrunner, python-imaging, python-zope.pagetemplate debian/tests/all0000664000000000000000000000012412075546233011031 0ustar #!/bin/bash testfilter='-s z3c.rml' . /usr/share/python-zope.testrunner/test_helper debian/source/0000775000000000000000000000000012112702505010463 5ustar debian/source/format0000664000000000000000000000001412075546233011705 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000015212102773014010243 0ustar #!/usr/bin/make -f export PYDEB_SUGGESTS_EXTRAS=test pagetemplate %: dh $@ --with pydeb --with python2 debian/patches/0000775000000000000000000000000012112702505010612 5ustar debian/patches/series0000664000000000000000000000004412102772017012031 0ustar no-scripts.patch dependencies.patch debian/patches/dependencies.patch0000664000000000000000000000062712112701261014264 0ustar Description: Reportlab 2.6 is required Forwarded: not-needed Index: z3c.rml/setup.py =================================================================== --- z3c.rml.orig/setup.py +++ z3c.rml/setup.py @@ -54,7 +54,7 @@ setup ( 'Pygments', 'lxml', 'pyPdf', - 'reportlab', + 'reportlab >= 2.6', 'setuptools', 'zope.interface', 'zope.schema', debian/patches/no-scripts.patch0000664000000000000000000000101412075546233013744 0ustar Description: do not install dtd and reference scripts Forwarded: not-needed Index: z3c.rml/setup.py =================================================================== --- z3c.rml.orig/setup.py +++ z3c.rml/setup.py @@ -59,11 +59,6 @@ setup ( 'zope.interface', 'zope.schema', ], - entry_points = { - 'console_scripts': [ - 'dtd = z3c.rml.dtd:main', - 'reference = z3c.rml.reference:main'], - }, include_package_data = True, zip_safe = False, ) debian/control0000664000000000000000000000146712112702307010576 0ustar Source: z3c.rml Section: zope Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Gediminas Paulauskas Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3~), python-setuptools, python-van.pydeb Standards-Version: 3.9.4 X-Python-Version: >= 2.5 Homepage: http://pypi.python.org/pypi/z3c.rml/ Package: python-z3c.rml Architecture: all Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, ttf-bitstream-vera Provides: ${pydeb:Provides} Suggests: ${pydeb:Suggests} Description: Alternative implementation of RML This is an alternative implementation of ReportLab's RML PDF generation XML format. Like the original implementation, it is based on ReportLab's "reportlab" library. debian/compat0000664000000000000000000000000212075546233010375 0ustar 7 debian/watch0000664000000000000000000000012312075546233010224 0ustar version=3 http://pypi.python.org/packages/source/z/z3c.rml/z3c.rml-(\d.*)\.tar\.gz debian/copyright0000664000000000000000000000457612075546233011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: z3c.rml Upstream-Contact: Stephan Richter and the Zope Community Source: http://pypi.python.org/pypi/z3c.rml Files: * Copyright: (c) 2007, 2008 Zope Foundation and Contributors. License: Zope-2.1 Zope Public License (ZPL) Version 2.1 . A copyright notice accompanies this license document that identifies the copyright holders. . This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. . 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. . 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders. . 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. . Disclaimer . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.