[Pkg-cgit-commits] [pkg-cgit] 10/49: Add missing deps

Peter Colberg peter at colberg.org
Thu Jun 16 01:49:13 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 fb31f620d524e8172dcea3a5aeced727fb10d132
Author: Alexander Wirt <formorer at debian.org>
Date:   Sun Jul 20 11:49:37 2014 +0200

    Add missing deps
---
 debian/control | 53 +++++++++++++++++++++++------------------------------
 1 file changed, 23 insertions(+), 30 deletions(-)

diff --git a/debian/control b/debian/control
index 79799cc..3210fdc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,39 +1,32 @@
 Source: cgit
-Section: unknown
+Section: net
 Priority: extra
 Maintainer: Alexander Wirt <formorer at debian.org>
-Build-Depends: debhelper (>=9)
+Build-Depends: debhelper (>=9), liblua5.1-0-dev, libssl-dev, pkg-config, asciidoc, libxml2-utils
+Build-Depends-Indep: asciidoc, xmlto, docbook-xsl
 Standards-Version: 3.9.5
-Homepage: <insert the upstream URL, if relevant>
+Homepage: http://git.zx2c4.com/cgit/
 
 Package: cgit
 Architecture: any
 Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: auto-generated package by debmake
- This Debian binary package was auto-generated by the
- debmake(1) command provided by the debmake package.
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Description: A 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.
  .
- ===== This comes from the unmodified template file =====
- .
- Please edit this template file (debian/control) and other package files
- (debian/*) to make them meet all the requirements of the Debian Policy
- before uploading this package to the Debian archive.
- .
- See
-  * http://www.debian.org/doc/manuals/maint-guide/dreq.en.html#control
-  * http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-debian-control
- .
- The synopsis description at the top should be about 60 characters and
- written as a phrase.  No extra capital letters or a final period.  No
- articles — "a", "an", or "the".
- .
- The package description for general-purpose applications should be
- written for a less technical user.  This means that we should avoid
- jargon.  GNOME or KDE is fine but GTK+ is probably not.
- .
- Use the canonical forms of words:
-  * Use X Window System, X11, or X; not X Windows, X-Windows, or X Window.
-  * Use GTK+, not GTK or gtk.
-  * Use GNOME, not Gnome.
-  * Use PostScript, not Postscript or postscript.
+ Features:
+  * basic repository browsing (logs, diffs, trees...)
+  * caching of generated HTML
+  * cloneable URLs (implements dumb HTTP transport)
+  * commit feeds (atom format)
+  * discovery of Git repositories
+  * on-the-fly archives for tags and commits
+  * plugin support for e.g. syntax highlighting
+  * side-by-side diffs
+  * simple time/author statistics
+  * simple virtual hosting support (macro expansion)
+  * understands GitWeb project-lists
+  * understands gitweb.owner in Git config files
+  * has extensive filtering framework using scripts or a built-in lua
+    interpreter

-- 
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