Control: tags -1 + patch

This patch still isn't enough for it to build because of test
failures. See the other RC bug on this package.

Thanks,
Jeremy


>From 88fa457654cb37802bd89073aae234f3e130cac7 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@ubuntu.com>
Date: Thu, 30 Jun 2016 01:36:21 -0400
Subject: [PATCH 1/2] Update dependencies for tidy-html5 and texlive (Closes:
 #828900)

---
 debian/changelog | 9 +++++++++
 debian/control   | 7 ++++---
 2 files changed, 13 insertions(+), 3 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ý <n...@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..1f875d3 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
@@ -36,7 +37,7 @@ Description: Python 2 wrapper for HTML Tidy (tidylib)

 Package: python3-tidylib
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, libtidy-0.99-0
+Depends: ${misc:Depends}, ${python3:Depends}, libtidy5
 Description: Python 3 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
-- 
2.8.1

Reply via email to