File: control

package info (click to toggle)
pepper 0.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,372 kB
  • sloc: cpp: 13,835; makefile: 353; ansic: 220; ruby: 106; perl: 17; sh: 5
file content (34 lines) | stat: -rw-r--r-- 1,303 bytes parent folder | download
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.