1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: pepper
Section: vcs
Priority: optional
Maintainer: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper (>= 10~)
, dpkg-dev (>= 1.16.1~)
, dh-autoreconf
, autotools-dev
, zlib1g-dev
, lua5.1
, liblua5.1-dev
, git
, gnuplot
, mercurial
, libsvn-dev (>= 1.5)
, asciidoc-base
, xmlto
Standards-Version: 3.9.8
Homepage: http://jgehring.github.io/pepper/
Vcs-Git: https://salsa.debian.org/debian/pepper.git
Vcs-Browser: https://salsa.debian.org/debian/pepper
Package: pepper
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g, lua5.1, gnuplot
Recommends: git, mercurial, libsvn1 (>= 1.5), gnuplot-x11
Description: Source code repository statistics and report tool
pepper is a flexible command-line tool for retrieving statistics and
generating reports from source code repositories. It ships with
several graphical and textual reports, and is easily extendable using
the Lua scripting language. pepper includes support for multiple
version control systems, including Git and Subversion. Using native
language bindings, multi-threading and a local revision cache, it
provides fast access to repository data.
|