summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r--newmoon/debian/control48
1 files changed, 48 insertions, 0 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
new file mode 100644
index 0000000..462f8af
--- /dev/null
+++ b/newmoon/debian/control
@@ -0,0 +1,48 @@
+Source: newmoon
+Section: web
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+Bugs: mailto: <bgstack15@gmail.com>
+Build-Depends: debhelper (>= 12),
+ autoconf2.13,
+ libasound2-dev,
+ libdbus-glib-1-dev (>= 0.60),
+ libgconf2-dev (>= 1.2.1),
+ libgtk2.0-dev (>= 2.14),
+ libssl-dev,
+ libx11-xcb-dev,
+ libxt-dev,
+ mesa-common-dev,
+ pkg-config,
+ python2 (>= 2.7.18-2~) | python (>= 2.7),
+ unzip,
+ yasm (>= 1.1),
+ zip,
+ libffi-dev,
+ libpixman-1-dev | libpixman-dev,
+ libbz2-dev,
+ zlib1g-dev,
+ libjpeg-dev,
+ libnspr-dev | libnspr4-dev,
+ libicu-dev,
+ libhunspell-dev,
+ libsqlite3-dev
+Standards-Version: 3.9.6
+Homepage: http://www.palemoon.org/
+
+Package: newmoon
+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: gnome-www-browser, www-browser, x-www-browser
+Conflicts: palemoon-nonsse2
+Replaces: palemoon-nonsse2
+Description: Firefox-based, efficient and easy to use web browser
+ New 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