[Python-modules-commits] [xhtml2pdf] 01/02: use ${python:Depends} alone to pull in python dependencies.

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 30 05:11:08 UTC 2017


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

dparsons pushed a commit to tag debian/0.2b-1
in repository xhtml2pdf.

commit 7ded38262f2926656bb5b0b9d6475cdc878e168d
Author: Drew Parsons <dparsons at emerall.com>
Date:   Mon Oct 30 12:34:02 2017 +0800

    use ${python:Depends} alone to pull in python dependencies.
    
    cf: #866452 (would close the bug if it were in xhtml2pdf)
---
 debian/changelog | 3 ++-
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b0d68d2..6c50470 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,8 @@ xhtml2pdf (0.2b-1) UNRELEASED; urgency=medium
 
   [ Drew Parsons ]
   * Create new debian packaging for xhtml2pdf, adapted from pisa.
-    - includes python3 package, python3-xhtml2pdf,
+    - includes python3 package, python3-xhtml2pdf
+    - use ${python:Depends} to pull in python dependencies
   * Standards-Version: 4.1.1
   * debhelper compatibility level 10
 
diff --git a/debian/control b/debian/control
index 20abed0..07d83ec 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/xhtml2pdf.g
 Package: python-xhtml2pdf
 Architecture: all
 Provides: ${python:Provides}
-Depends: python-html5lib, python-imaging, python-pypdf2, python-reportlab (>= 2.2), python-pkg-resources, ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 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
@@ -42,7 +42,7 @@ Description: A library for converting HTML into PDFs using ReportLab (Python 2 m
 Package: python3-xhtml2pdf
 Architecture: all
 Provides: ${python3:Provides}
-Depends: python3-html5lib, python3-imaging, python3-pypdf2, python3-reportlab (>= 2.2), python3-pkg-resources, ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
 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

-- 
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