This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 3f0d6fe07f9304f8fd4d2716af81bf04e4ade79d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 04:41:25 2018 +0200 debian/control: add new palemoon-dev binary package, blatantly copied from Debian's control file. --- debian/changelog | 2 ++ debian/control | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/debian/changelog b/debian/changelog index 867715e..2549e33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add autotools-dev build dep. - Add libglib2.0-dev build dep. - Add dpkg-dev build dep. + - Add new palemoon-dev binary package, blatantly copied from Debian's + control file. * debian/rules: - Tabbify. - Add dh_testdir protection. Debian's firefox(-esr) package uses it. diff --git a/debian/control b/debian/control index 72f0191..b34d712 100644 --- a/debian/control +++ b/debian/control @@ -46,3 +46,28 @@ Description: Firefox-based, efficient and easy to use web browser 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: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + python-ply, + libnss3-dev, + libnspr4-dev, + palemoon (= ${binary:Version}) +Description: Development files for the Gecko engine library + This library provides an API for XUL applications and Gecko embedders. + The Gecko engine is the core of the mozilla.org applications such as + Firefox, Thunderbird or SeaMonkey. + . + Gecko 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 Gecko 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