[Pkg-cgit-commits] [pkg-cgit] 19/49: Fix deps

Peter Colberg peter at colberg.org
Thu Jun 16 01:49:14 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 eded3b311e00ed8de9c5e7394199fe066ec57240
Author: Alexander Wirt <formorer at debian.org>
Date:   Thu Aug 28 15:10:55 2014 -0700

    Fix deps
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index d31fc02..524dd4d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: cgit
 Section: net
 Priority: extra
 Maintainer: Alexander Wirt <formorer at debian.org>
-Build-Depends: debhelper (>=9), liblua5.1-0-dev, libssl-dev, pkg-config, asciidoc, libxml2-utils, tidy, unzip
-Build-Depends-Indep: asciidoc, xmlto, docbook-xsl
+Build-Depends: debhelper (>=9), liblua5.1-0-dev, libssl-dev, pkg-config, libxml2-utils, tidy, unzip, git, asciidoc, xmlto, docbook-xsl
 Standards-Version: 3.9.5
 Homepage: http://git.zx2c4.com/cgit/
 
@@ -11,7 +10,8 @@ Package: cgit
 Architecture: any
 Multi-Arch: foreign
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
-Description: A hyperfast web frontend for git repositories written in C
+Recommends: python
+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