summaryrefslogtreecommitdiff
path: root/palemoon/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-01-26 15:31:03 +0000
committerB Stack <bgstack15@gmail.com>2019-01-26 15:31:03 +0000
commit01a9822e17e555568a7f3a8b5b5ad50d5599489f (patch)
tree7c68e36b9837419160b727908216c1045e42eb47 /palemoon/debian/control
parentpalemoon 28.3.1 (diff)
downloadstackrpms-01a9822e17e555568a7f3a8b5b5ad50d5599489f.tar.gz
stackrpms-01a9822e17e555568a7f3a8b5b5ad50d5599489f.tar.bz2
stackrpms-01a9822e17e555568a7f3a8b5b5ad50d5599489f.zip
Palemoon dpkg for devuan
Diffstat (limited to 'palemoon/debian/control')
-rw-r--r--palemoon/debian/control46
1 files changed, 46 insertions, 0 deletions
diff --git a/palemoon/debian/control b/palemoon/debian/control
new file mode 100644
index 0000000..a7f177f
--- /dev/null
+++ b/palemoon/debian/control
@@ -0,0 +1,46 @@
+Source: palemoon
+Section: web
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Bugs: mailto: <bgstack15@gmail.com>
+XSBC-Original-Maintainer: Steven Pusser <stevep@mxlinux.org>
+Build-Depends: debhelper (>= 9),
+ gcc (>= 4.9),
+ autoconf2.13,
+ python (>= 2.7),
+ unzip,
+ zip,
+ pkg-config,
+ libgconf2-dev (>= 1.2.1),
+ libgtk2.0-dev (>= 2.14),
+ libdbus-glib-1-dev (>= 0.60),
+ yasm (>= 1.1),
+ libasound2-dev,
+ libpulse-dev,
+ libxt-dev,
+ libegl1-mesa-dev,
+ libx11-xcb-dev,
+ zlib1g-dev,
+ libssl-dev,
+ libsqlite3-dev,
+ libbz2-dev,
+ python-dbus,
+Standards-Version: 3.9.6
+Homepage: http://www.palemoon.org/
+
+Package: palemoon
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libavcodec54 | libavcodec-extra54 |libavcodec55 | libavcodec-extra55 | libavcodec56 | libavcodec-extra56 | libavcodec57 | libavcodec-extra57 | libavcodec58 | libavcodec-extra58 | libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
+Provides: x-www-browser
+Conflicts: palemoon-nonsse2
+Replaces: palemoon-nonsse2
+Description: Firefox-based, efficient and easy to use web browser
+ Pale Moon offers selected features and optimizations to maximize
+ the browser's speed, stability and user experience, while maintaining
+ compatibility with the thousands of Firefox extensions you have come
+ to love and rely on.
+ .
+ Pale Moon requires a processor that supports the SSE2 instruction set.
+ Run "/proc/cpuinfo" in a terminal, and look for sse2 in the flags to ensure
+ that your processor supports it.
bgstack15