summaryrefslogtreecommitdiff
path: root/debian/control
blob: 09f142a5c610df60f5482a2518746db73d9a0852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: madison-lite
Section: admin
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9)
Vcs-Git: https://salsa.debian.org/debian/madison-lite.git
Vcs-Browser: https://salsa.debian.org/debian/madison-lite

Package: madison-lite
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Recommends: libdigest-md5-perl
Suggests: wget
Description: display versions of Debian packages in an archive
 This program inspects a local Debian package archive and displays the
 versions of the given packages found in each suite (for example, stable,
 testing, or unstable) in a brief but easily human-readable form. It aims to
 be a drop-in replacement for the madison utility from the da-katie archive
 management suite that runs on the central Debian archive systems, but one
 which can run without access to the archive's SQL database.
 .
 For simple queries, you can use http://packages.debian.org/ instead, which
 does not require you to have access to a system with a local mirror.