summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..bc6dc90
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: whatmaps
+Section: admin
+Priority: extra
+Maintainer: Guido Günther <agx@sigxcpu.org>
+Build-Depends: debhelper (>= 7.0.50~), 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.