[Python-modules-commits] [xhtml2pdf] 01/06: rename pisa packages as xhtml2pdf

Drew Parsons dparsons at moszumanska.debian.org
Sun Oct 29 18:26:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch master
in repository xhtml2pdf.

commit 06a6f252ba7d688056502d88f82a4df86a79064f
Author: Drew Parsons <dparsons at emerall.com>
Date:   Mon Oct 30 01:23:23 2017 +0800

    rename pisa packages as xhtml2pdf
---
 debian/changelog                                   |  8 +++-
 debian/control                                     | 48 ++++++++++++++++------
 debian/{python-pisa.docs => python-xhtml2pdf.docs} |  0
 ...hon-pisa.examples => python-xhtml2pdf.examples} |  0
 ...hon-pisa.manpages => python-xhtml2pdf.manpages} |  0
 5 files changed, 41 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f117a45..55d1ed9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-pisa (3.0.33-1) unstable; urgency=medium
+xhtml2pdf (0.2b-1) UNRELEASED; urgency=medium
 
+  [ Hugo Lefeuvre ]
   * Team upload.
   * New upstream release.
   * Refresh patches for new upstream release.
 
- -- Hugo Lefeuvre <hle at debian.org>  Fri, 23 Dec 2016 21:48:15 +0100
+  [ Drew Parsons ]
+  * Create new debian packaging for xhtml2pdf, adapted from pisa.
+
+ -- Drew Parsons <dparsons at debian.org>  Mon, 30 Oct 2017 01:32:55 +0800
 
 pisa (3.0.32-4) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index bf09f00..31dee13 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: pisa
+Source: xhtml2pdf
 Section: python
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
@@ -6,20 +6,42 @@ Uploaders: W. Martin Borgert <debacle at debian.org>
 Build-Depends: debhelper (>= 9), python, xsltproc, docbook-xsl
 Build-Depends-Indep: dh-python, python-setuptools
 Standards-Version: 3.9.8
-Homepage: http://www.xhtml2pdf.com/
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pisa.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pisa.git
+Homepage: https://github.com/xhtml2pdf/xhtml2pdf
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/xhtml2pdf.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/xhtml2pdf.git
 
-Package: python-pisa
+Package: python-xhtml2pdf
 Architecture: all
 Provides: ${python:Provides}
 Depends: ${misc:Depends}, ${python:Depends}, python-html5lib, python-imaging, python-pypdf2, python-reportlab (>= 2.2), python-pkg-resources
-Description: PDF generator using HTML and CSS (Python module)
- pisa is an html2pdf converter using the ReportLab Toolkit, HTML5lib and pyPdf.
+Description: A library for converting HTML into PDFs using ReportLab (Python 2 module)
+ xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the
+ HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS
+ 3). It is completely written in pure Python so it is platform
+ independent.
  .
- It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written
- in pure Python so it is platform independent. The main benefit of this tool
- that a user with Web skills like HTML and CSS is able to generate PDF
- templates very quickly without learning new technologies. Easy integration
- into Python frameworks like CherryPy, KID Templating, TurboGears, Django, Zope,
- Plone, Google AppEngine (GAE) etc.
+ The main benefit of this tool that a user with Web skills like HTML
+ and CSS is able to generate PDF templates very quickly without
+ learning new technologies.
+ .
+ xhtml2pdf was previously developed as "pisa".
+ .
+ This package installs the library for Python 2.
+
+Package: python3-xhtml2pdf
+Architecture: all
+Provides: ${python3:Provides}
+Depends: ${misc:Depends}, ${python3:Depends}, python3-html5lib, python3-imaging, python3-pypdf2, python3-reportlab (>= 2.2), python3-pkg-resources
+Description: A library for converting HTML into PDFs using ReportLab (Python 3 module)
+ xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the
+ HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS
+ 3). It is completely written in pure Python so it is platform
+ independent.
+ .
+ The main benefit of this tool that a user with Web skills like HTML
+ and CSS is able to generate PDF templates very quickly without
+ learning new technologies.
+ .
+ xhtml2pdf was previously developed as "pisa".
+ .
+ This package installs the library for Python 3.
diff --git a/debian/python-pisa.docs b/debian/python-xhtml2pdf.docs
similarity index 100%
rename from debian/python-pisa.docs
rename to debian/python-xhtml2pdf.docs
diff --git a/debian/python-pisa.examples b/debian/python-xhtml2pdf.examples
similarity index 100%
rename from debian/python-pisa.examples
rename to debian/python-xhtml2pdf.examples
diff --git a/debian/python-pisa.manpages b/debian/python-xhtml2pdf.manpages
similarity index 100%
rename from debian/python-pisa.manpages
rename to debian/python-xhtml2pdf.manpages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/xhtml2pdf.git



More information about the Python-modules-commits mailing list