aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog18
-rw-r--r--debian/control17
2 files changed, 25 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index c1757df..3d09258 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+whatmaps (0.0.7-1) unstable; urgency=medium
+
+ [ Justin B Rye ]
+ * [d10e47c] Improve package description (Closes: #747147)
+
+ [ Guido Günther ]
+ * New upstream version 0.0.7
+ * [acbf3dd] Depend on python-pkg-resources needed for the entry point
+ * [a049392] Drop patches applied upstream
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 06 Jun 2014 19:42:09 +0200
+
+whatmaps (0.0.6-2) unstable; urgency=medium
+
+ * [b0fe055] Add missing import
+
+ -- Guido Günther <agx@sigxcpu.org> Sat, 03 May 2014 11:29:16 +0200
+
whatmaps (0.0.6-1) unstable; urgency=medium
* New upstream version 0.0.6
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.