File: control

package info (click to toggle)
diffstat 1.53-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,248 kB
  • ctags: 378
  • sloc: sh: 2,976; ansic: 1,992; makefile: 159
file content (17 lines) | stat: -rw-r--r-- 711 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: diffstat
Section: devel
Priority: optional
Maintainer: Francois Marier <francois@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.0
Homepage: http://invisible-island.net/diffstat/
Vcs-Git: git://git.debian.org/git/collab-maint/diffstat.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/diffstat.git;a=summary

Package: diffstat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: produces graph of changes introduced by a diff file
 This program is a simple filter that reads the output of the 'diff' program,
 and produces a histogram of the total number of lines that were changed.
 It is useful for scanning a patch file to see which files were changed.