summaryrefslogtreecommitdiff
path: root/debian/control
blob: ba21960fb68c34d034f41d2b350275c7f1662497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: whatmaps
Section: admin
Priority: extra
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends: debhelper, python-support
Standards-Version: 3.9.1
Homepage: https://honk.sigxcpu.org/piki/projects/whatmaps
Vcs-Git: git://honk.sigxcpu.org/git/whatmaps.git/

Package: whatmaps
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, lsb-release,
 python-apt
Description: Find processes mapping shared objects
 During upgrades processes mapping a ahared library need to be restarted to
 make use of that updated library (e.g. if the library got a security upgrade).
 .
 Whatmaps looks for shared objects in packages and finds running programs that
 map them, list them and allows to restart them.