aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-06 19:51:55 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-06 19:51:55 +0200
commit5bbf390d9e8d2703fa5ddc651367844dafe7adbb (patch)
treedda08e2a3dcfce9d51ab552b2217e9e0ebffe725 /debian/control
parent9ff7e3c0e052ffe0ddd20263b283469995d5c723 (diff)
parent9f93c4de0a223b9ae8422c80f828745bd7725b6e (diff)
Merge tag 'debian/0.0.7-1' into bpo/wheezy
whatmaps Debian release 0.0.7-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 7 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 570fbb8..516e234 100644
--- a/debian/control
+++ b/debian/control
@@ -15,14 +15,11 @@ 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).
+ python-apt, python-pkg-resources
+Description: tool to find processes mapping shared objects
+ After package upgrades (especially security fixes), services using a
+ shared library need to be restarted to make use of the updated version.
.
- 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.
+ Whatmaps looks for shared objects provided by upgraded packages, lists any
+ running processes that map them, and can integrate with APT to restart
+ services as needed after security upgrades.