summaryrefslogtreecommitdiff
path: root/debian/wireshark-common.config
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2015-11-21 18:18:34 +0100
committerBalint Reczey <balint@balintreczey.hu>2015-12-06 20:35:54 +0000
commit9e60f2a080764c20089a8e3d3846a045e4417643 (patch)
tree257f8bf15bdbb13d011fe7a1112d9680766a4e11 /debian/wireshark-common.config
parent89594f0ef855a11bfe749176ab7b139be161b3c6 (diff)
downloadwireshark-9e60f2a080764c20089a8e3d3846a045e4417643.tar.gz
debian: Merge multiple small packaging fixes from Debian
* Ask user during installation if she/he wants to allow regular users to capture packets * Fix minor typos in d/control * Handle upgrades from older versions properly * Make wireshark depend on misc:Depends * Sync order of some fields Change-Id: I608b43cfaa81799f165f4c39734182d41cb1d524 Reviewed-on: https://code.wireshark.org/review/12448 Petri-Dish: Balint Reczey <balint@balintreczey.hu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu>
Diffstat (limited to 'debian/wireshark-common.config')
-rw-r--r--debian/wireshark-common.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/wireshark-common.config b/debian/wireshark-common.config
index c851405331..e81a176d29 100644
--- a/debian/wireshark-common.config
+++ b/debian/wireshark-common.config
@@ -4,7 +4,7 @@ set -e
. /usr/share/debconf/confmodule
-db_input medium wireshark-common/install-setuid || true
+db_input high wireshark-common/install-setuid || true
db_go
exit 0