File: control

package info (click to toggle)
diffstat 1.61-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,992 kB
  • ctags: 618
  • sloc: sh: 3,105; ansic: 2,514; makefile: 163
file content (17 lines) | stat: -rw-r--r-- 749 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: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1)
Standards-Version: 3.9.6
Homepage: http://invisible-island.net/diffstat/
Vcs-Git: https://anonscm.debian.org/collab-maint/diffstat.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?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.