From 01a9822e17e555568a7f3a8b5b5ad50d5599489f Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 26 Jan 2019 15:31:03 +0000 Subject: Palemoon dpkg for devuan --- palemoon/debian/control | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 palemoon/debian/control (limited to 'palemoon/debian/control') 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 +Bugs: mailto: +XSBC-Original-Maintainer: Steven Pusser +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. -- cgit