summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 05:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 05:47:55 +0000
commit63c9bff360cf0523b9332452ad0bd5d797fab4b0 (patch)
tree3eb5304dd7df7099e71dc749485d67b324154c81 /debian/control
parentAdding upstream version 1.55.0+dfsg. (diff)
downloadublock-origin-63c9bff360cf0523b9332452ad0bd5d797fab4b0.tar.xz
ublock-origin-63c9bff360cf0523b9332452ad0bd5d797fab4b0.zip
Adding debian version 1.55.0+dfsg-1.debian/1.55.0+dfsg-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control70
1 files changed, 70 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9f48474
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,70 @@
+Source: ublock-origin
+Section: web
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers@lists.alioth.debian.org>
+Uploaders:
+ Markus Koschany <apo@debian.org>,
+ Michael Meskes <meskes@debian.org>
+Build-Depends:
+ binaryen,
+ debhelper-compat (= 13),
+ nodejs,
+ node-css-tree,
+ node-js-beautify,
+ python3,
+ wabt
+Standards-Version: 4.6.2
+Homepage: https://github.com/gorhill/uBlock
+Vcs-Git: https://salsa.debian.org/webext-team/ublock-origin.git
+Vcs-Browser: https://salsa.debian.org/webext-team/ublock-origin
+
+Package: ublock-origin-doc
+Section: doc
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends}
+Description: lightweight and efficient ads, malware, trackers blocker (docs)
+ uBlock is a small footprint blocker for against web ads, malware, trackers,
+ analytics and similar invasive items.
+ .
+ Compared to other blockers like AdBlock and Ghostery, µBlock is focused on
+ having a smaller memory and CPU footprint.
+ .
+ This package contains larger files that are part of µBlock's documentation.
+
+Package: webext-ublock-origin-firefox
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends}
+Recommends:
+ firefox | firefox-esr
+Suggests:
+ ublock-origin-doc
+Description: lightweight and efficient ads, malware, trackers blocker (Firefox)
+ uBlock is a small footprint blocker for against web ads, malware, trackers,
+ analytics and similar invasive items.
+ .
+ Compared to other blockers like AdBlock and Ghostery, µBlock is focused on
+ having a smaller memory and CPU footprint.
+ .
+ This package provides the Firefox version of the addon.
+
+Package: webext-ublock-origin-chromium
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends}
+Recommends:
+ chromium
+Suggests:
+ ublock-origin-doc
+Description: lightweight and efficient ads, malware, trackers blocker (Chromium)
+ uBlock is a small footprint blocker for against web ads, malware, trackers,
+ analytics and similar invasive items.
+ .
+ Compared to other blockers like AdBlock and Ghostery, µBlock is focused on
+ having a smaller memory and CPU footprint.
+ .
+ This package provides the Chromium version of the addon.