summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin B Rye <justin.byam.rye@gmail.com>2014-05-06 09:12:03 +0200
committerGuido Günther <agx@sigxcpu.org>2014-05-06 09:12:03 +0200
commitd10e47c277d729a7d8375444a24878809d020055 (patch)
tree3cdb9188978d32724855a86e45abbcbcdedb630f
parent00790da0e3b2c5e63254511a07b2bc4167bde40d (diff)
Improve package description
Closes: #747147
-rw-r--r--debian/control15
1 files changed, 6 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 570fbb8..e35fce7 100644
--- a/debian/control
+++ b/debian/control
@@ -16,13 +16,10 @@ 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).
+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.