[Python-modules-commits] [python-tidylib] 01/01: Update dependencies for tidy-html5 and texlive

Mattia Rizzolo mattia at debian.org
Sat Aug 6 08:03:35 UTC 2016


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

mattia pushed a commit to branch master
in repository python-tidylib.

commit a670fe740500da46bd800b5d3021faeb3af4a74c
Author: Jeremy Bicha <jbicha at ubuntu.com>
Date:   Sat Aug 6 07:56:28 2016 +0000

    Update dependencies for tidy-html5 and texlive
    
    Closes: #828900
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/changelog | 9 +++++++++
 debian/control   | 5 +++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 94a35b2..d24bc84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,16 @@
 python-tidylib (0.2.4~dfsg-3) UNRELEASED; urgency=medium
 
+  * Team upload.
+
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
+  [ Jeremy Bicha ]
+  * debian/control:
+    - Build-Depend on libtidy-dev
+    - Depend on libtidy5 instead of libtidy-0.99-0
+    - Build-depend on texlive-generic-extra for iftex.sty (Closes: #828900)
+
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:24:55 +0200
 
 python-tidylib (0.2.4~dfsg-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index d96d3ed..b84b13b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,9 @@ Build-Depends: debhelper (>= 9),
                python-all (>= 2.6.6-3~),
                python3-all,
                python3-sphinx,
-               libtidy-0.99-0,
+               libtidy-dev,
                texlive-fonts-recommended,
+               texlive-generic-extra,
                texlive-latex-extra
 Standards-Version: 3.9.6
 Homepage: http://countergram.com/open-source/pytidylib/
@@ -18,7 +19,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-tidy
 
 Package: python-tidylib
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, libtidy-0.99-0
+Depends: ${misc:Depends}, ${python:Depends}, libtidy5
 Description: Python 2 wrapper for HTML Tidy (tidylib)
  PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
  you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s

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



More information about the Python-modules-commits mailing list