[Python-modules-commits] [python-latexcodec] 08/20: Downgrade install of -doc package to Suggests

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 13 15:34:48 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository python-latexcodec.

commit 426e68c4196f1e9576b25869715268cdc1646b80
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jul 12 09:31:17 2017 +0100

    Downgrade install of -doc package to Suggests
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d1cd8b2..99ded42 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Package: python-latexcodec
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends}
-Recommends: python-latexcodec-doc
+Suggests: python-latexcodec-doc
 Description: LaTeX lexer and codec library for Python
  latexcodec is a Python library for converting from and into
  LaTeX encoding. It includes a codec module which contains classes
@@ -40,7 +40,7 @@ Package: python3-latexcodec
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
-Recommends: python-latexcodec-doc
+Suggests: python-latexcodec-doc
 Description: LaTeX lexer and codec library for Python3
  latexcodec is a Python library for converting from and into
  LaTeX encoding. It includes a codec module which contains classes

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



More information about the Python-modules-commits mailing list