aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 14:31:35 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 14:31:35 +0000
commit891854ca7a69fe6947b510e527728a6c0b45bd35 (patch)
tree1c8c45abc0f62eeec55bc1abb275751f42531eed /debian/control
parent9fd357b17488d89210495771d29813c4a20f38d3 (diff)
As suggest by Balint:
Remove the 03-preferences patch: there's an ongoing discussion over at Debian about using xdg-open to open URLs[1] (instead of sensible-browser as this patch was doing) and anyway xdg-open behaves better for Balint. Since we'll be using xdg-open, add a dependency on xdg-utils (also suggested by Balint). Both changes are untested. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=172436 svn path=/trunk/; revision=50611
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 3df4b9f98f..723cf8a861 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Description: network traffic analyser (common files)
Package: wireshark
Architecture: any
-Depends: ${shlibs:Depends}, wireshark-common (= ${binary:Version})
+Depends: ${shlibs:Depends}, wireshark-common (= ${binary:Version}), xdg-utils
Recommends: gksu
Replaces: ethereal (<< 0.99.2-0)
Conflicts: ethereal (<< 0.99.2-0)