summaryrefslogtreecommitdiff
path: root/palemoon-ublock-origin/debian/control
blob: ba46875570fd296d439002f4e150e99abc84e818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: palemoon-ublock-origin
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: palemoon-ublock-origin
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: An efficient blocker for Chromium and Firefox. Fast and lean.
bgstack15