File: control

package info (click to toggle)
apt-listdifferences 1.20230122
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: python: 118; sh: 18; makefile: 11
file content (29 lines) | stat: -rw-r--r-- 721 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: apt-listdifferences
Section: utils
Priority: optional
Maintainer: Michael Gilbert <mgilbert@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 colordiff (>= 1.0.20),
 patch,
 po-debconf,
Standards-Version: 4.6.2
Rules-Requires-Root: no

Package: apt-listdifferences
Architecture: all
Built-Using: ${built:Using},
Depends:
 ${misc:Depends},
 most | less,
 devscripts,
 python3,
 python3-apt,
 python3-debian,
 debian-keyring,
Recommends:
 diffstat,
Description: source differences notification tool
 apt-listdifferences will show the differences, or patches, between the
 sources for all packages as they get updated. This makes it easy to
 review source changes that have been included in new package updates.