summaryrefslogtreecommitdiff
path: root/ublock-origin-combined/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-20 14:14:07 -0400
committerB Stack <bgstack15@gmail.com>2020-10-20 14:14:07 -0400
commitec1b4def96f555245774ae843bdcafff58103168 (patch)
treeb7f982ca20c7f9a6f1d3129e587dd7c58f6202ff /ublock-origin-combined/debian/control
parentMerge branch 'makemkv-bump' into 'master' (diff)
downloadstackrpms-ec1b4def96f555245774ae843bdcafff58103168.tar.gz
stackrpms-ec1b4def96f555245774ae843bdcafff58103168.tar.bz2
stackrpms-ec1b4def96f555245774ae843bdcafff58103168.zip
ublock-origin-combined rc1
First attempt in both rpm and dpkg for a single package that owns ublock-origin. This should simplify maintenance going forward.
Diffstat (limited to 'ublock-origin-combined/debian/control')
-rw-r--r--ublock-origin-combined/debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/ublock-origin-combined/debian/control b/ublock-origin-combined/debian/control
new file mode 100644
index 0000000..d491357
--- /dev/null
+++ b/ublock-origin-combined/debian/control
@@ -0,0 +1,23 @@
+Source: ublock-origin-combined
+Section: web
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>=12~),
+ unzip,
+ make
+Standards-Version: 4.1.4
+Homepage: https://github.com/gorhill/uBlock/releases
+
+Package: ublock-origin-combined
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Replaces: palemoon-ublock-origin, waterfox-ublock-origin, newmoon-ublock-origin
+Breaks: palemoon-ublock-origin, waterfox-ublock-origin, newmoon-ublock-origin
+Provides: palemoon-ublock-origin, waterfox-ublock-origin, newmoon-ublock-origin
+Description: Efficient blocker for Chromium and Firefox. Fast and lean.
+ uBlock Origin is NOT an "ad blocker": it is a
+ wide-spectrum blocker -- which happens to be able
+ to function as a mere "ad blocker". The default
+ behavior of uBlock Origin when newly installed is
+ to block ads, trackers and malware sites
bgstack15