This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 2c87f067cdf6bdfae95cbd6fcc74fceb0362e37c Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:45:57 2018 +0200 debian/control: regenerate from control.in for unstable. --- debian/changelog | 1 + debian/control | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1dec8ae..916d2a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Fix dpkg-dev dependency string. - Update {g{cc,++},cpp} dependency to prefer 6, then 4.9, then the system compiler. + - Regenerate from control.in for unstable. * debian/control.in: - Update debhelper dependency. - Rework GCC dependencies. diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3ba0b61 --- /dev/null +++ b/debian/control @@ -0,0 +1,116 @@ +Source: palemoon +Section: contrib/web +Priority: optional +Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> +XSBC-Original-Maintainer: Steven Pusser <stevep@mxlinux.org> +Build-Depends: autotools-dev, + debhelper (>= 9.20160114), + autoconf2.13, + libx11-dev, + libx11-xcb-dev, + libxt-dev, + libgtk2.0-dev (>= 2.14), + libglib2.0-dev (>= 2.16.0), + libstartup-notification0-dev, + libjpeg-dev, + zlib1g-dev, + libbz2-dev, + libreadline-dev, + python2.7, + python-minimal (>= 2.6.6-13~), + python-ply, + dpkg-dev (>= 1.16.1.1~), + libnspr4-dev (>= 2:4.13.1~), + libnss3-dev (>= 2:3.28.5~), + libsqlite3-dev (>= 3.17.0), + libvpx-dev (>= 1.5.0), + libhunspell-dev (>= 1.2), + libdbus-glib-1-dev, + libasound2-dev [linux-any], +# Disabled, because Palemoon does not have or want such capabilities. +# libiw-dev [linux-any], + libnotify-dev, + libffi-dev, + libevent-dev (>= 1.4.1), +# Would be needed for WebRTC support, but Palemoon does not have any. +# libjsoncpp-dev, + mesa-common-dev, + libpulse-dev, + yasm (>= 1.1), + zip, + unzip, + locales, + xvfb, + xfonts-base, + xauth, + ttf-bitstream-vera, + fonts-freefont-ttf, + fonts-dejima-mincho, +# Needed for the L10N generation stuff, disable for now. +# iso-codes, +# Not Palemoon-specific, but missing in Debian's Firefox package. + pkg-config, +# Palemoon-specific dependencies. + lsb-release, +Build-Conflicts: graphicsmagick-imagemagick-compat, + liboss4-salsa-dev, + libhildonmime-dev, + libosso-dev +Standards-Version: 3.9.6 +Homepage: http://www.palemoon.org/ + +Package: palemoon +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + fontconfig, + procps, + debianutils (>= 1.16), + libsqlite3-0 (>= 3.7.12-1~) +Suggests: fonts-stix | otf-stix, + fonts-lmodern, + mozplugger, + libgssapi-krb5-2 | libkrb53, + libcanberra0 +Conflicts: j2re1.4, + pango-graphite (<< 0.9.3), +# Palemoon-specific conflicts. + palemoon-nonsse2, +Replaces: palemoon-nonsse2 +Breaks: xul-ext-torbutton +Provides: x-www-browser, + gnome-www-browser +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. + +Package: palemoon-dev +Section: contrib/libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + python-ply, + libnss3-dev, + libnspr4-dev, + palemoon (= ${binary:Version}) +Description: Development files for the Goanna engine library + This library provides an API for XUL applications and Goanna embedders. + The Goanna engine is a fork of the Gecko engine, which is the core of the + mozilla.org applications such as Firefox, Thunderbird or SeaMonkey. + . + Goanna features include XPCOM, networking, DOM editing and transaction + support, XBL, XUL, SVG, XSLT, XML Extras (XMLHttpRequest and DOMParser), + Web Services (SOAP), accessibility support, IPC services, gtkmozembed, etc. + . + Install this package if you wish to embed the Goanna engine in your + program or want to develop XPCOM components. + . + This package also provides the Xulrunner Software Development Kit in the + same form as the one you may find on mozilla.org in /usr/lib/palemoon-devel/sdk. +Homepage: http://wiki.mozilla.org/XUL:Lib_XUL -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git