diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-07-15 14:31:35 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-07-15 14:31:35 +0000 |
commit | 891854ca7a69fe6947b510e527728a6c0b45bd35 (patch) | |
tree | 1c8c45abc0f62eeec55bc1abb275751f42531eed /Makefile.am | |
parent | 9fd357b17488d89210495771d29813c4a20f38d3 (diff) | |
download | wireshark-891854ca7a69fe6947b510e527728a6c0b45bd35.tar.gz wireshark-891854ca7a69fe6947b510e527728a6c0b45bd35.tar.bz2 wireshark-891854ca7a69fe6947b510e527728a6c0b45bd35.zip |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f513b43f4e..c44ee0a8d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -682,7 +682,6 @@ EXTRA_DIST = \ debian/dirs \ debian/headers-check.c \ debian/patches/00list \ - debian/patches/03_preferences.dpatch \ debian/postinst \ debian/pycompat \ debian/pyversions \ |