aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d5fe04e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: ublock
+Section: web
+Priority: optional
+Maintainer: Matthew Bekkema <mbekkema97@gmail.com>
+Build-Depends: debhelper (>= 9),
+ mozilla-devscripts
+Standards-Version: 3.9.6
+Homepage: https://github.com/gorhill/uBlock
+
+Package: xul-ext-ublock
+Architecture: all
+Depends: ${xpi:Depends}, ${misc:Depends},
+ fonts-font-awesome,
+Recommends: ${xpi:Recommends}
+Breaks: ${xpi:Breaks}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Description: general-purpose lightweight ads, malware, trackers blocker
+ 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.
+
+Package: ublock-chromium-extension
+Architecture: all
+Depends: chromium, ${misc:Depends}
+Enhances: chromium
+Description: general-purpose lightweight ads, malware, trackers blocker
+ 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.