aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 570fbb874607e8bbc998c5451919da83337acbea (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
25
26
27
28
Source: whatmaps
Section: admin
Priority: extra
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends: debhelper (>= 9~), lsb-release,
  python-all (>> 2.6.6-3~),
  python-mock,
  python-nose,
  python-setuptools,
Standards-Version: 3.9.5
Homepage: https://honk.sigxcpu.org/piki/projects/whatmaps
Vcs-Git: git://honk.sigxcpu.org/git/whatmaps.git/
X-Python-Version: >= 2.7

Package: whatmaps
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, lsb-release,
 python-apt
Description: Find processes mapping shared objects
 After package upgrades processes using 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 one to restart them.
 .
 It can be integrated with apt to automatically restart services automatically
 on security upgrades.