[Python-modules-commits] [utidylib] 12/16: Adjust dependencies to new tidy library (Closes: #828902).

Michal Cihar nijel at moszumanska.debian.org
Thu Jul 7 12:53:44 UTC 2016


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

nijel pushed a commit to branch master
in repository utidylib.

commit df7ec5ed132099cd0baf30111d70eca078e98c25
Author: Michal Čihař <michal at cihar.com>
Date:   Thu Jul 7 14:46:46 2016 +0200

    Adjust dependencies to new tidy library (Closes: #828902).
---
 debian/changelog | 1 +
 debian/control   | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b8dd668..3ca20b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ utidylib (0.3-1) UNRELEASED; urgency=low
   * Bump standards to 3.9.8.
   * Add dh-python to build depends.
   * Adjust Vcs-Svn URL.
+  * Adjust dependencies to new tidy library (Closes: #828902).
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
diff --git a/debian/control b/debian/control
index 0f86171..0154f60 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michal Čihař <nijel at debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python-setuptools
+Build-Depends: 
+    debhelper (>= 9), 
+    dh-python, 
+    libtidy5,
+    python-setuptools
 Build-Depends-Indep: python-all (>= 2.6.6-3)
 Standards-Version: 3.9.8
 Homepage: https://cihar.com/software/utidylib/
@@ -12,7 +16,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/utidylib.gi
 
 Package: python-utidylib
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, libtidy-0.99-0 (>= 20051018)
+Depends: ${python:Depends}, ${misc:Depends}, libtidy5 | libtidy-0.99-0 (>= 20051018)
 Provides: ${python:Provides}
 Breaks: ${python:Breaks}
 Description: Python wrapper for TidyLib

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



More information about the Python-modules-commits mailing list