summaryrefslogtreecommitdiffstats
path: root/patch_cmds/diffstat/package/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'patch_cmds/diffstat/package/debian/control')
-rw-r--r--patch_cmds/diffstat/package/debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/patch_cmds/diffstat/package/debian/control b/patch_cmds/diffstat/package/debian/control
new file mode 100644
index 0000000..e1c0eed
--- /dev/null
+++ b/patch_cmds/diffstat/package/debian/control
@@ -0,0 +1,15 @@
+Source: diffstat
+Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
+Section: devel
+Priority: extra
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 5)
+Homepage: http://invisible-island.net/diffstat/
+
+Package: diffstat
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: generate C function prototypes and convert function definitions
+ Diffstat is is useful for reviewing large, complex patch files. It reads from
+ one or more input files which contain output from diff, producing a histogram
+ of the total lines changed for each file referenced.