File: control

package info (click to toggle)
diffstat 1.45-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 664 kB
  • ctags: 157
  • sloc: sh: 2,920; ansic: 1,482; makefile: 129
file content (14 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: diffstat
Section: devel
Priority: optional
Maintainer: Greg Norris <adric@debian.org>
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.7.2

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.