~ubuntu-branches/ubuntu/trusty/urlview/trusty

« back to all changes in this revision

Viewing changes to debian/url_handler.sh

  • Committer: Bazaar Package Importer
  • Author(s): Emanuele Rocca
  • Date: 2011-03-12 20:42:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110312204201-ijzl0vrmqoh05plp
Tags: 0.9-19
* Acknowledge NMU. Thanks, Matt Kraai!
* Alpine added to mailto_prgs. Closes: #521049 
* Mimedecode removed from "Suggests". Closes: #550885, #597426
* ncftp2 has been renamed to ncftp. "Suggests" changed accordingly.
* Standards-Version bumped to 3.9.1:
  - Added {misc:Depends} to "Depends".
  - Debhelper compatibility level set to 8, build-depend on debhelper >= 8.
  - Extra leading whitespaces removed from doc-base control file.
  - Removed debian/postinst as calling install-docs is not required anymore.
  - Fixed debian/NEWS syntax errors.
  - doc-base section changed to Text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
# The lists of programs to be executed are
34
34
http_prgs="/usr/bin/sensible-browser:PW /usr/bin/sensible-browser:XT /usr/bin/galeon:PW /usr/bin/konqueror:PW /usr/bin/mozilla:PW /usr/bin/lynx:XT /usr/bin/w3m:XT /usr/bin/links:XT"
35
35
https_prgs=$http_prgs
36
 
mailto_prgs="/usr/bin/mutt:VT /usr/bin/elm:VT /usr/bin/pine:VT /usr/bin/mail:VT"
 
36
mailto_prgs="/usr/bin/mutt:VT /usr/bin/elm:VT /usr/bin/alpine:VT /usr/bin/pine:VT /usr/bin/mail:VT"
37
37
gopher_prgs="/usr/bin/gopher:XT /usr/bin/lynx:XT"
38
38
ftp_prgs="/usr/bin/ncftp:XT /usr/bin/lftp:XT $http_prgs"
39
39
file_prgs="/usr/bin/wget:XT /usr/bin/snarf:XT"