This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit bc190f983d1adef9f63edc0c95c0a60bcc26bed6 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 02:00:58 2018 +0200 debian/control.in: add palemoon-dbg package for older distro version. --- debian/changelog | 1 + debian/control.in | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0227017..c5e4166 100644 --- a/debian/changelog +++ b/debian/changelog @@ -79,6 +79,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Make libnss-dev run-time dependency optional. - Make libnspr4-dev run-time dependency optional. - Palemoon uses Goanna, not Gecko. + - Add palemoon-dbg package for older distro version. * debian/rules: - Tabbify. - Add dh_testdir protection. Debian's firefox(-esr) package uses it. diff --git a/debian/control.in b/debian/control.in index 540dddd..49314d4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -130,6 +130,33 @@ Description: Firefox-based, efficient and easy to use web browser Run "/proc/cpuinfo" in a terminal, and look for sse2 in the flags to ensure that your processor supports it. +%if DIST == wheezy || DIST == jessie +Package: palemoon-dbg +Architecture: any +Priority: extra +Section: contrib/debug +Depends: palemoon (= ${binary:Version}), +%if USE_SYSTEM_NSS + libnss3-dbg | libnss3-1d-dbg, +%endif +%if USE_SYSTEM_NSPR + libnspr4-dbg | libnspr4-0d-dbg, +%endif + ${misc:Depends} +Description: Debugging symbols for Palemoon + 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. + . + This package contains the debugging symbols for palemoon. +%endif + Package: palemoon-dev Section: contrib/libdevel Architecture: any -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git