[Erp5-report] r12919 - in /spec/debian/unstable/python-reportlab: ./ python-reportlab-1.20d...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 20 17:34:04 CET 2007


Author: luke
Date: Tue Feb 20 17:33:22 2007
New Revision: 12919

URL: http://svn.erp5.org?rev=12919&view=rev
Log:
 - removed all but python2.4 version

Added:
    spec/debian/unstable/python-reportlab/python-reportlab-doc_1.20debian-2_all.deb   (with props)
    spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2.diff.gz   (with props)
    spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2.dsc
    spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2_all.deb   (with props)
    spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2_i386.changes
    spec/debian/unstable/python-reportlab/python2.4-reportlab_1.20debian-2_all.deb   (with props)
Modified:
    spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/changelog
    spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/control
    spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/rules

Modified: spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/changelog
URL: http://svn.erp5.org/spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/changelog?rev=12919&r1=12918&r2=12919&view=diff
==============================================================================
--- spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/changelog (original)
+++ spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/changelog Tue Feb 20 17:33:22 2007
@@ -1,3 +1,9 @@
+python-reportlab (1.20debian-2) unstable; urgency=low
+
+  * removed all but python2.4 version
+
+ -- Lukasz Nowak <lukasz.nowak at ventis.com.pl>  Tue, 20 Feb 2007 17:18:35 +0100
+
 python-reportlab (1.20debian-1) unstable; urgency=low
 
   * New upstream version.

Modified: spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/control
URL: http://svn.erp5.org/spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/control?rev=12919&r1=12918&r2=12919&view=diff
==============================================================================
--- spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/control (original)
+++ spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/control Tue Feb 20 17:33:22 2007
@@ -4,7 +4,7 @@
 Maintainer: Gregor Hoffleit <flight at debian.org>
 Uploaders: Matthias Klose <doko at debian.org>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 4.2.28), python2.1-dev, python2.2-dev, python2.3-dev, python2.4-dev, python-dev
+Build-Depends: debhelper (>= 4.2.28), python2.4-dev
 
 Package: python-reportlab
 Architecture: all
@@ -38,81 +38,6 @@
  .
  This package contains the documentation for ReportLab in PDF format.
 
-Package: python2.1-reportlab
-Architecture: all
-Depends: ${python:Depends}, python2.1-xml
-Recommends: python2.1-imaging, python2.1-reportlab-accel
-Conflicts: python-reportlab (<= 1.18debian-1)
-Suggests: pdf-viewer, python2.1-egenix-mxtexttools
-Description: ReportLab library to create PDF documents using Python (2.1)
- ReportLab is a library that lets you directly create documents in
- Adobe's Portable Document Format (PDF) using the Python programming language.
- .
- ReportLab library creates PDF based on graphics commands without
- intervening steps. It's therefore extremely fast, and flexible (since
- you're using a full-blown programming language).
- .
- This is the Python 2.1 version of the package.
- .
- Sample use cases are:
-   * Dynamic PDF generation on the web
-   * High-volume corporate reporting and database publishing
-   * As embeddable print engine for other applications, including a 
-     'report language' so that users can customize their own reports.
-   * As 'build system' for complex documents with charts, tables and text 
-     such as management accounts, statistical reports and scientific papers
-   * from XML to PDF in one step
-
-Package: python2.2-reportlab
-Architecture: all
-Depends: ${python:Depends}, python2.2-xml
-Recommends: python2.2-imaging, python2.2-reportlab-accel
-Conflicts: python-reportlab (<= 1.18debian-1)
-Suggests: pdf-viewer, python2.2-egenix-mxtexttools
-Description: ReportLab library to create PDF documents using Python (2.2)
- ReportLab is a library that lets you directly create documents in
- Adobe's Portable Document Format (PDF) using the Python programming language.
- .
- ReportLab library creates PDF based on graphics commands without
- intervening steps. It's therefore extremely fast, and flexible (since
- you're using a full-blown programming language).
- .
- This is the Python 2.2 version of the package.
- .
- Sample use cases are:
-   * Dynamic PDF generation on the web
-   * High-volume corporate reporting and database publishing
-   * As embeddable print engine for other applications, including a 
-     'report language' so that users can customize their own reports.
-   * As 'build system' for complex documents with charts, tables and text 
-     such as management accounts, statistical reports and scientific papers
-   * from XML to PDF in one step
-
-Package: python2.3-reportlab
-Architecture: all
-Depends: ${python:Depends}, python2.3-xml
-Recommends: python2.3-imaging, python2.3-reportlab-accel
-Conflicts: python-reportlab (<= 1.18debian-1)
-Suggests: pdf-viewer, python2.3-egenix-mxtexttools
-Description: ReportLab library to create PDF documents using Python (2.3)
- ReportLab is a library that lets you directly create documents in
- Adobe's Portable Document Format (PDF) using the Python programming language.
- .
- ReportLab library creates PDF based on graphics commands without
- intervening steps. It's therefore extremely fast, and flexible (since
- you're using a full-blown programming language).
- .
- This is the Python 2.3 version of the package.
- .
- Sample use cases are:
-   * Dynamic PDF generation on the web
-   * High-volume corporate reporting and database publishing
-   * As embeddable print engine for other applications, including a 
-     'report language' so that users can customize their own reports.
-   * As 'build system' for complex documents with charts, tables and text 
-     such as management accounts, statistical reports and scientific papers
-   * from XML to PDF in one step
-
 Package: python2.4-reportlab
 Architecture: all
 Depends: ${python:Depends}, python2.4-xml

Modified: spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/rules
URL: http://svn.erp5.org/spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/rules?rev=12919&r1=12918&r2=12919&view=diff
==============================================================================
--- spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/rules (original)
+++ spec/debian/unstable/python-reportlab/python-reportlab-1.20debian/debian/rules Tue Feb 20 17:33:22 2007
@@ -9,7 +9,7 @@
 PWD := $(shell pwd)
 
 # The versions of python currently supported
-PYVERS = 2.1 2.2 2.3 2.4
+PYVERS = 2.4
 PY_INTERPRETER = /usr/bin/python
 
 build: build-stamp

Added: spec/debian/unstable/python-reportlab/python-reportlab-doc_1.20debian-2_all.deb
URL: http://svn.erp5.org/spec/debian/unstable/python-reportlab/python-reportlab-doc_1.20debian-2_all.deb?rev=12919&view=auto
==============================================================================
Binary file - no diff available.

Propchange: spec/debian/unstable/python-reportlab/python-reportlab-doc_1.20debian-2_all.deb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2.diff.gz
URL: http://svn.erp5.org/spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2.diff.gz?rev=12919&view=auto
==============================================================================
Binary file - no diff available.

Propchange: spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2.diff.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2.dsc
URL: http://svn.erp5.org/spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2.dsc?rev=12919&view=auto
==============================================================================
--- spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2.dsc (added)
+++ spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2.dsc Tue Feb 20 17:33:22 2007
@@ -1,0 +1,12 @@
+Format: 1.0
+Source: python-reportlab
+Version: 1.20debian-2
+Binary: python-reportlab-doc, python-reportlab, python2.4-reportlab
+Maintainer: Gregor Hoffleit <flight at debian.org>
+Architecture: all
+Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 4.2.28), python2.4-dev
+Uploaders: Matthias Klose <doko at debian.org>
+Files: 
+ 40fe85c0ac56c0d2836b79f69777b5de 2457526 python-reportlab_1.20debian.orig.tar.gz
+ 8f303622e997a7cf69758c07a89ecc0a 17085 python-reportlab_1.20debian-2.diff.gz

Added: spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2_all.deb
URL: http://svn.erp5.org/spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2_all.deb?rev=12919&view=auto
==============================================================================
Binary file - no diff available.

Propchange: spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2_all.deb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2_i386.changes
URL: http://svn.erp5.org/spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2_i386.changes?rev=12919&view=auto
==============================================================================
--- spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2_i386.changes (added)
+++ spec/debian/unstable/python-reportlab/python-reportlab_1.20debian-2_i386.changes Tue Feb 20 17:33:22 2007
@@ -1,0 +1,24 @@
+Format: 1.7
+Date: Tue, 20 Feb 2007 17:18:35 +0100
+Source: python-reportlab
+Binary: python2.4-reportlab python-reportlab python-reportlab-doc
+Architecture: source all
+Version: 1.20debian-2
+Distribution: unstable
+Urgency: low
+Maintainer: Gregor Hoffleit <flight at debian.org>
+Changed-By: Lukasz Nowak <lukasz.nowak at ventis.com.pl>
+Description: 
+ python-reportlab - ReportLab library to create PDF documents using Python
+ python-reportlab-doc - Documentation for the ReportLab Python library (PDF format)
+ python2.4-reportlab - ReportLab library to create PDF documents using Python (2.4)
+Changes: 
+ python-reportlab (1.20debian-2) unstable; urgency=low
+ .
+   * removed all but python2.4 version
+Files: 
+ b9aba574e2c0ce2349e57b07b8f382f5 482 python optional python-reportlab_1.20debian-2.dsc
+ 8f303622e997a7cf69758c07a89ecc0a 17085 python optional python-reportlab_1.20debian-2.diff.gz
+ cbdfcbb2d485ab44dd33080e74cbfa70 70522 python optional python-reportlab_1.20debian-2_all.deb
+ 5f377bc3c1b4a8d6fed7b3b5a8b1fd62 1241946 doc optional python-reportlab-doc_1.20debian-2_all.deb
+ d322a20e74307317b5b3910f736d8793 859812 python optional python2.4-reportlab_1.20debian-2_all.deb

Added: spec/debian/unstable/python-reportlab/python2.4-reportlab_1.20debian-2_all.deb
URL: http://svn.erp5.org/spec/debian/unstable/python-reportlab/python2.4-reportlab_1.20debian-2_all.deb?rev=12919&view=auto
==============================================================================
Binary file - no diff available.

Propchange: spec/debian/unstable/python-reportlab/python2.4-reportlab_1.20debian-2_all.deb
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




More information about the Erp5-report mailing list