File: apt-listdifferences.1

package info (click to toggle)
apt-listdifferences 1.20141011
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • ctags: 1
  • sloc: python: 112; sh: 18; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH apt-listdifferences 1 2013-08-11
.SH NAME
apt-listdifferences \- source differences notification tool
.SH SYNOPSIS
.B apt-listdifferences
[ \-\-apt | \-\-initialize | <list of package names> ]
.SH DESCRIPTION
.B apt-listdifferences
will show the differences, or patch, between the sources
for all packages as they get updated.  This makes it possible to easily
review source changes that have been included in new Debian package updates.
.SH OPTIONS
.TP
\-\-apt, expect a list of packages, one per line, on stdin
.TP
\-\-initialize, download source database based on existing installed packages
.TP
<list of packages>, a list of Debian package files to use as reference
.SH AUTHOR
Michael Gilbert <mgilbert@debian.org>