diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1204ba2 --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: foxyproxy-firefox-extension +Section: web +Priority: optional +Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> +Build-Depends: + debhelper-compat (= 13), +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://github.com/foxyproxy/firefox-extension +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/foxyproxy-firefox-extension +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/foxyproxy-firefox-extension + +Package: webext-foxyproxy +Section: web +Architecture: all +Depends: + fonts-font-awesome, + ${misc:Depends}, +Recommends: + firefox (>= 57) | firefox-esr (>= 57), +Enhances: + firefox, + firefox-esr, +Description: Advanced proxy management for Firefox + FoxyProxy is an advanced proxy management tool that completely replaces + Firefox's limited proxying capabilities. + . + It features automatically switching the internet connection across one or more + proxy servers based on URL patterns. |