[Pkg-cgit-commits] [pkg-cgit] 02/08: Suggest python3 instead of recommending python

Peter Colberg peter at colberg.org
Mon Jun 20 00:56:35 UTC 2016


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

pc-guest pushed a commit to branch master
in repository pkg-cgit.

commit 2195e5c0f14b8ce7c87558b7d018dd87d85fa6f3
Author: Peter Colberg <peter at colberg.org>
Date:   Sun Jun 19 16:48:21 2016 -0400

    Suggest python3 instead of recommending python
    
    Using cgit without python filters is perfectly reasonable.
    
    https://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps
---
 debian/cgit.lintian-overrides | 2 --
 debian/control                | 3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/cgit.lintian-overrides b/debian/cgit.lintian-overrides
deleted file mode 100644
index cc57e29..0000000
--- a/debian/cgit.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-cgit: python-script-but-no-python-dep usr/lib/cgit/filters/syntax-highlighting.py
-cgit: python-script-but-no-python-dep usr/lib/cgit/filters/email-gravatar.py
diff --git a/debian/control b/debian/control
index c0d9532..3845dca 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,8 @@ Package: cgit
 Architecture: any
 Multi-Arch: foreign
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: python, ${misc:Recommends}
+Recommends: ${misc:Recommends}
+Suggests: python3
 Description: hyperfast web frontend for git repositories written in C
  This is an attempt to create a fast web interface for the Git SCM, using a
  built-in cache to decrease server I/O pressure.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cgit/pkg-cgit.git



More information about the Pkg-cgit-commits mailing list