This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 4e42503 debian/control.in: add libjpeg build dependency. new 6f6ff77 debian/control.in: add libz build dependency. new 10ce677 debian/control.in: add libbz2 build dependency. new b341d95 debian/control.in: add libreadline build dependency. new df166b2 debian/control.in: rework python build dependencies. new ef6f54e debian/control.in: reformat dpkg-dev build dependency. new 5c00c86 debian/control.in: add (optional) nspr build dependency. new 293e449 debian/control.in: add (optional) nss build dependency. new d36ea2f debian/control.in: add (optional) sqlite build dependency. new 1235f30 debian/control.in: add (optional) libvpx build dependency. new 5ba880f debian/control.in: add (optional) hunspell build dependency. new 3fc38a5 debian/control.in: rework dbus build dependencies: remove libdbus dependency, rely on the libdbus-glib one and make it unversioned. new 87c5932 debian/control.in: rework asound2 build dependency, for Linux only. new d8ad9c1 debian/control.in: add (commented out) libiw dependency for Linux only. new 4b5dc0f debian/control.in: add libnotify build dependency. new a6c70ae debian/control.in: add (optional) libffi build dependency. new 25b18eb debian/control.in: add (optional) libevent build dependency. new d456487 debian/rules: add (commented out) jsoncpp dependency. new 51a1111 debian/control.in: move mesa build dependency around. new 09314d7 debian/control.in: move libpulse build dependency around. new 697e680 debian/control.in: move yasm build dependency around. new 4a81ba1 debian/control.in: add (optional) rust build dependencies. new 5f48621 debian/control.in: move (un)zip build dependencies around. new d6487db debian/control.in: remove duplicated libxt build dependency. new 95e320a debian/control.in: add locales build dependency. new 9aeb45e debian/control.in: spell out that pkg-config is not included in Debian's Firefox package, but should have been included. new 373ccb3 debian/control.in: reformat lsb-release build dependency. new 707c595 debian/control.in: add more X build dependencies. new 78b44cb debian/control.in: add fonts build dependencies. new d4c8f32 debian/control.in: add (commented out) iso-codes build dependency. new 8105742 debian/control.in: add build conflicts. new 0789546 debian/control.in: remove ffmpeg/libav run-time dependencies, Palemoon should be using the bundled version. new 385d196 debian/control.in: split out run-time dependencies a bit. new 76fa4e6 debian/control.in: add fontconfig run-time dependency. new 2538886 debian/control.in: add procps run-time dependency. new b7c553d debian/control.in: add debianutils run-time dependency. new 9007da7 debian/control.in: add libsqlite3 run-time dependency. new 51e1db1 debian/control.in: add suggestions copied from Debian's Firefox package. new 4a48e9a debian/control.in: add conflicts from Debian's Firefox package, merged-in with the already existing ones. new 3270305 debian/control.in: move Replaces line up for palemoon bin-pkg. new 9e3e896 debian/control.in: add Break on xul-ext-torbutton. new 1bb0ba7 debian/control.in: also provide gnome-www-browser. new c3c8b73 debian/control.in: change missed Section to contrib/... new bb9256c debian/control.in: make libnss-dev run-time dependency optional. new ead2e36 debian/control.in: make libnspr4-dev run-time dependency optional. new 18a9ff5 debian/control.in: Palemoon uses Goanna, not Gecko. new 2c87f06 debian/control: regenerate from control.in for unstable. new 74e7b96 debian/: add new palemoon-dev.links.in file. The 47 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 55 ++++++++++++++++++++ debian/control | 116 ++++++++++++++++++++++++++++++++++++++++++ debian/control.in | 118 ++++++++++++++++++++++++++++++++++--------- debian/palemoon-dev.links.in | 3 ++ 4 files changed, 267 insertions(+), 25 deletions(-) create mode 100644 debian/control create mode 100644 debian/palemoon-dev.links.in -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 6f6ff776fb2636fc2925b43a546ec77dabeff9ed Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:09:53 2018 +0200 debian/control.in: add libz build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0499207..2b8c180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move glib build dependency around. - Add libstartup-notification build dependency. - Add libjpeg build dependency. + - Add libz build dependency. * 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 638987f..0edae84 100644 --- a/debian/control.in +++ b/debian/control.in @@ -31,6 +31,9 @@ Build-Depends: autotools-dev, libglib2.0-dev (>= 2.16.0), libstartup-notification0-dev, libjpeg-dev, +%if USE_SYSTEM_ZLIB + zlib1g-dev, +%endif dpkg-dev (>= 1.16.1.1~), # standard build-deps python (>= 2.7), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 10ce6772ebb4a67a8e495e0af459198e63d91ecf Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:11:09 2018 +0200 debian/control.in: add libbz2 build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2b8c180..69376f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add libstartup-notification build dependency. - Add libjpeg build dependency. - Add libz build dependency. + - Add libbz2 build dependency. * 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 0edae84..c8fe3be 100644 --- a/debian/control.in +++ b/debian/control.in @@ -34,6 +34,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_ZLIB zlib1g-dev, %endif +%if USE_SYSTEM_BZ2 + libbz2-dev, +%endif dpkg-dev (>= 1.16.1.1~), # standard build-deps python (>= 2.7), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit b341d95ed78391f3dd4609049be615b0160fb5b2 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:12:08 2018 +0200 debian/control.in: add libreadline build dependency. --- debian/changelog | 1 + debian/control.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 69376f5..d9a7706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add libjpeg build dependency. - Add libz build dependency. - Add libbz2 build dependency. + - Add libreadline build dependency. * 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 c8fe3be..e76c4b8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -37,6 +37,7 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_BZ2 libbz2-dev, %endif + libreadline-dev, dpkg-dev (>= 1.16.1.1~), # standard build-deps python (>= 2.7), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit ef6f54e37463e4e00414da025a667fa7dd439295 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:15:12 2018 +0200 debian/control.in: reformat dpkg-dev build dependency. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f33b699..a59e60f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add libbz2 build dependency. - Add libreadline build dependency. - Rework python build dependencies. + - Reformat dpkg-dev build dependency. * 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 3c656d0..3282edf 100644 --- a/debian/control.in +++ b/debian/control.in @@ -41,7 +41,7 @@ Build-Depends: autotools-dev, python2.7, python-minimal (>= 2.6.6-13~), python-ply, - dpkg-dev (>= 1.16.1.1~), + dpkg-dev (>= 1.16.1.1~), # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit df166b28a8cf807647e7c259a79a3972ade0642a Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:13:46 2018 +0200 debian/control.in: rework python build dependencies. --- debian/changelog | 1 + debian/control.in | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d9a7706..f33b699 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add libz build dependency. - Add libbz2 build dependency. - Add libreadline build dependency. + - Rework python build dependencies. * 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 e76c4b8..3c656d0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -38,9 +38,11 @@ Build-Depends: autotools-dev, libbz2-dev, %endif libreadline-dev, + python2.7, + python-minimal (>= 2.6.6-13~), + python-ply, dpkg-dev (>= 1.16.1.1~), # standard build-deps - python (>= 2.7), unzip, zip, pkg-config, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 5c00c860fc3fde89b28789a62b23f8b21b903a37 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:16:17 2018 +0200 debian/control.in: add (optional) nspr build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index a59e60f..7b8f4bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add libreadline build dependency. - Rework python build dependencies. - Reformat dpkg-dev build dependency. + - Add (optional) nspr build dependency. * 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 3282edf..1dd3a7f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -42,6 +42,9 @@ Build-Depends: autotools-dev, python-minimal (>= 2.6.6-13~), python-ply, dpkg-dev (>= 1.16.1.1~), +%if USE_SYSTEM_NSPR + libnspr4-dev (>= 2:4.13.1~), +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 293e449b72e93398e9727b61af33031eb105ec4f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:18:24 2018 +0200 debian/control.in: add (optional) nss build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7b8f4bb..455674f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Rework python build dependencies. - Reformat dpkg-dev build dependency. - Add (optional) nspr build dependency. + - Add (optional) nss build dependency. * 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 1dd3a7f..427f1a8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -45,6 +45,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_NSPR libnspr4-dev (>= 2:4.13.1~), %endif +%if USE_SYSTEM_NSS + libnss3-dev (>= 2:3.28.5~), +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit d36ea2fbbdffbf1a0eeb2412e56f344c3696a850 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:20:24 2018 +0200 debian/control.in: add (optional) sqlite build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 455674f..5829091 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Reformat dpkg-dev build dependency. - Add (optional) nspr build dependency. - Add (optional) nss build dependency. + - Add (optional) sqlite build dependency. * 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 427f1a8..f350209 100644 --- a/debian/control.in +++ b/debian/control.in @@ -48,6 +48,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_NSS libnss3-dev (>= 2:3.28.5~), %endif +%if USE_SYSTEM_SQLITE + libsqlite3-dev (>= 3.17.0), +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 1235f30e4cbf72695da835dd4c41bf3e4caee4d3 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:22:38 2018 +0200 debian/control.in: add (optional) libvpx build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5829091..9717191 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) nspr build dependency. - Add (optional) nss build dependency. - Add (optional) sqlite build dependency. + - Add (optional) libvpx build dependency. * 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 f350209..ea91682 100644 --- a/debian/control.in +++ b/debian/control.in @@ -51,6 +51,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_SQLITE libsqlite3-dev (>= 3.17.0), %endif +%if USE_SYSTEM_VPX + libvpx-dev (>= 1.5.0), +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 5ba880f7ac76e2a760143af92ec9713e15d0d061 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:24:18 2018 +0200 debian/control.in: add (optional) hunspell build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9717191..5b41ab1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) nss build dependency. - Add (optional) sqlite build dependency. - Add (optional) libvpx build dependency. + - Add (optional) hunspell build dependency. * 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 ea91682..6cddd4f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -54,6 +54,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_VPX libvpx-dev (>= 1.5.0), %endif +%if USE_SYSTEM_HUNSPELL + libhunspell-dev (>= 1.2), +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 3fc38a5dc6969fd53241741adbe89010a81af34a Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:32:44 2018 +0200 debian/control.in: rework dbus build dependencies: remove libdbus dependency, rely on the libdbus-glib one and make it unversioned. --- debian/changelog | 2 ++ debian/control.in | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b41ab1..3f68dfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) sqlite build dependency. - Add (optional) libvpx build dependency. - Add (optional) hunspell build dependency. + - Rework dbus build dependencies: remove libdbus dependency, rely on the + libdbus-glib one and make it unversioned. * 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 6cddd4f..730daeb 100644 --- a/debian/control.in +++ b/debian/control.in @@ -57,12 +57,11 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_HUNSPELL libhunspell-dev (>= 1.2), %endif + libdbus-glib-1-dev, # standard build-deps unzip, zip, pkg-config, - libdbus-1-dev (>=0.60), - libdbus-glib-1-dev (>= 0.60), yasm (>= 1.1), libasound2-dev, libpulse-dev, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 87c5932c91a56f70bfe99ba6c82c05da090507c2 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:33:37 2018 +0200 debian/control.in: rework asound2 build dependency, for Linux only. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3f68dfc..7a61151 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) hunspell build dependency. - Rework dbus build dependencies: remove libdbus dependency, rely on the libdbus-glib one and make it unversioned. + - Rework asound2 build dependency, for Linux only. * 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 730daeb..febdecb 100644 --- a/debian/control.in +++ b/debian/control.in @@ -58,12 +58,12 @@ Build-Depends: autotools-dev, libhunspell-dev (>= 1.2), %endif libdbus-glib-1-dev, + libasound2-dev [linux-any], # standard build-deps unzip, zip, pkg-config, yasm (>= 1.1), - libasound2-dev, libpulse-dev, libxt-dev, mesa-common-dev -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit d8ad9c16d41627d05081e20c323f2eb7a0b122e0 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:35:59 2018 +0200 debian/control.in: add (commented out) libiw dependency for Linux only. --- debian/changelog | 1 + debian/control.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7a61151..19d8b5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Rework dbus build dependencies: remove libdbus dependency, rely on the libdbus-glib one and make it unversioned. - Rework asound2 build dependency, for Linux only. + - Add (commented out) libiw dependency for Linux only. * 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 febdecb..0d09d59 100644 --- a/debian/control.in +++ b/debian/control.in @@ -59,6 +59,8 @@ Build-Depends: autotools-dev, %endif libdbus-glib-1-dev, libasound2-dev [linux-any], +# Disabled, because Palemoon does not have or want such capabilities. +# libiw-dev [linux-any], # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 4b5dc0f3b07fc5a3502d81757accb228070a0026 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:37:15 2018 +0200 debian/control.in: add libnotify build dependency. --- debian/changelog | 1 + debian/control.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 19d8b5e..f5e0c8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium libdbus-glib one and make it unversioned. - Rework asound2 build dependency, for Linux only. - Add (commented out) libiw dependency for Linux only. + - Add libnotify build dependency. * 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 0d09d59..6f99eb5 100644 --- a/debian/control.in +++ b/debian/control.in @@ -61,6 +61,7 @@ Build-Depends: autotools-dev, libasound2-dev [linux-any], # Disabled, because Palemoon does not have or want such capabilities. # libiw-dev [linux-any], + libnotify-dev, # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit a6c70aed4644facc283fd21755ec23ac57c94d0b Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:39:57 2018 +0200 debian/control.in: add (optional) libffi build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f5e0c8f..f7e3b4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Rework asound2 build dependency, for Linux only. - Add (commented out) libiw dependency for Linux only. - Add libnotify build dependency. + - Add (optional) libffi build dependency. * 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 6f99eb5..b472e51 100644 --- a/debian/control.in +++ b/debian/control.in @@ -62,6 +62,9 @@ Build-Depends: autotools-dev, # Disabled, because Palemoon does not have or want such capabilities. # libiw-dev [linux-any], libnotify-dev, +%if USE_SYSTEM_FFI + libffi-dev, +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 25b18eb4b51ab4bca17acd6e56a3e4e5e8c6e58f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:41:58 2018 +0200 debian/control.in: add (optional) libevent build dependency. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f7e3b4e..f42b643 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,6 +41,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (commented out) libiw dependency for Linux only. - Add libnotify build dependency. - Add (optional) libffi build dependency. + - Add (optional) libevent build dependency. * 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 b472e51..b3d0876 100644 --- a/debian/control.in +++ b/debian/control.in @@ -65,6 +65,9 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_FFI libffi-dev, %endif +%if USE_SYSTEM_LIBEVENT + libevent-dev (>= 1.4.1), +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit d456487dca20569cb769db478c55393f587afc08 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:44:30 2018 +0200 debian/rules: add (commented out) jsoncpp dependency. --- debian/changelog | 1 + debian/control.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index f42b643..e771747 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add libnotify build dependency. - Add (optional) libffi build dependency. - Add (optional) libevent build dependency. + - Add (commented out) jsoncpp dependency. * 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 b3d0876..b92662e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -68,6 +68,8 @@ Build-Depends: autotools-dev, %if USE_SYSTEM_LIBEVENT libevent-dev (>= 1.4.1), %endif +# Would be needed for WebRTC support, but Palemoon does not have any. +# libjsoncpp-dev, # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 51a11113181e630cda5453cf598b7a6bed744035 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:48:01 2018 +0200 debian/control.in: move mesa build dependency around. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e771747..a4dbfb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) libffi build dependency. - Add (optional) libevent build dependency. - Add (commented out) jsoncpp dependency. + - Move mesa build dependency around. * 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 b92662e..fe3ee4b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -70,6 +70,7 @@ Build-Depends: autotools-dev, %endif # Would be needed for WebRTC support, but Palemoon does not have any. # libjsoncpp-dev, + mesa-common-dev, # standard build-deps unzip, zip, @@ -77,7 +78,6 @@ Build-Depends: autotools-dev, yasm (>= 1.1), libpulse-dev, libxt-dev, - mesa-common-dev # Palemoon-specific dependencies. lsb-release, Standards-Version: 3.9.6 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 697e6804bb82d5cb5b5f29a24dd19cd386338f22 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:50:22 2018 +0200 debian/control.in: move yasm build dependency around. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e9482b2..cdf5efb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (commented out) jsoncpp dependency. - Move mesa build dependency around. - Move libpulse build dependency around. + - Move yasm build dependency around. * 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 3de206b..0ffa1c2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -72,11 +72,11 @@ Build-Depends: autotools-dev, # libjsoncpp-dev, mesa-common-dev, libpulse-dev, + yasm (>= 1.1), # standard build-deps unzip, zip, pkg-config, - yasm (>= 1.1), libxt-dev, # Palemoon-specific dependencies. lsb-release, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 09314d7ec8d6eaa3d2e3ea793abfdddedd3614ea Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 21 23:49:03 2018 +0200 debian/control.in: move libpulse build dependency around. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a4dbfb4..e9482b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,6 +44,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) libevent build dependency. - Add (commented out) jsoncpp dependency. - Move mesa build dependency around. + - Move libpulse build dependency around. * 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 fe3ee4b..3de206b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -71,12 +71,12 @@ Build-Depends: autotools-dev, # Would be needed for WebRTC support, but Palemoon does not have any. # libjsoncpp-dev, mesa-common-dev, + libpulse-dev, # standard build-deps unzip, zip, pkg-config, yasm (>= 1.1), - libpulse-dev, libxt-dev, # Palemoon-specific dependencies. lsb-release, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 4a81ba1896810a320d41cab140c54008683e16b0 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:45:18 2018 +0200 debian/control.in: add (optional) rust build dependencies. --- debian/changelog | 1 + debian/control.in | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index cdf5efb..71f8b4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,6 +46,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move mesa build dependency around. - Move libpulse build dependency around. - Move yasm build dependency around. + - Add (optional) rust build dependencies. * 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 0ffa1c2..d9a687b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -73,6 +73,10 @@ Build-Depends: autotools-dev, mesa-common-dev, libpulse-dev, yasm (>= 1.1), +%if RUST + rustc (>= 1.10) [amd64 i386], + cargo (>= 0.13) [amd64 i386], +%endif # standard build-deps unzip, zip, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 5f48621d6c8033062c03ef0d881a33d0ae05abb1 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:47:03 2018 +0200 debian/control.in: move (un)zip build dependencies around. --- debian/changelog | 1 + debian/control.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 71f8b4e..f9f4896 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move libpulse build dependency around. - Move yasm build dependency around. - Add (optional) rust build dependencies. + - Move (un)zip build dependencies around. * 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 d9a687b..48bb40f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -77,9 +77,9 @@ Build-Depends: autotools-dev, rustc (>= 1.10) [amd64 i386], cargo (>= 0.13) [amd64 i386], %endif + zip, + unzip, # standard build-deps - unzip, - zip, pkg-config, libxt-dev, # Palemoon-specific dependencies. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit d6487db0d880136cf48fbf25995339a344de3037 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:48:02 2018 +0200 debian/control.in: remove duplicated libxt build dependency. --- debian/changelog | 1 + debian/control.in | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f9f4896..2445144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move yasm build dependency around. - Add (optional) rust build dependencies. - Move (un)zip build dependencies around. + - Remove duplicated libxt build dependency. * 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 48bb40f..e51f164 100644 --- a/debian/control.in +++ b/debian/control.in @@ -81,7 +81,6 @@ Build-Depends: autotools-dev, unzip, # standard build-deps pkg-config, - libxt-dev, # Palemoon-specific dependencies. lsb-release, Standards-Version: 3.9.6 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 95e320a0560c6f2b5c9cfeab1648e2f39cd15649 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:49:42 2018 +0200 debian/control.in: add locales build dependency. --- debian/changelog | 1 + debian/control.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2445144..84a0f38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -49,6 +49,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add (optional) rust build dependencies. - Move (un)zip build dependencies around. - Remove duplicated libxt build dependency. + - Add locales build dependency. * 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 e51f164..e92ea9a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -79,6 +79,7 @@ Build-Depends: autotools-dev, %endif zip, unzip, + locales, # standard build-deps pkg-config, # Palemoon-specific dependencies. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 9aeb45e245326e1c07b73f7b46e2ebdfc0dc745f Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:50:49 2018 +0200 debian/control.in: spell out that pkg-config is not included in Debian's Firefox package, but should have been included. --- debian/changelog | 2 ++ debian/control.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 84a0f38..fc94c76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move (un)zip build dependencies around. - Remove duplicated libxt build dependency. - Add locales build dependency. + - Spell out that pkg-config is not included in Debian's Firefox package, + but should have been included. * 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 e92ea9a..29943f7 100644 --- a/debian/control.in +++ b/debian/control.in @@ -80,8 +80,8 @@ Build-Depends: autotools-dev, zip, unzip, locales, -# standard build-deps - pkg-config, +# Not Palemoon-specific, but missing in Debian's Firefox package. + pkg-config, # Palemoon-specific dependencies. lsb-release, Standards-Version: 3.9.6 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 373ccb3b8c08ce7524085af1a9128318201d52cb Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:51:22 2018 +0200 debian/control.in: reformat lsb-release build dependency. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fc94c76..6c3e593 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add locales build dependency. - Spell out that pkg-config is not included in Debian's Firefox package, but should have been included. + - Reformat lsb-release build dependency. * 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 29943f7..e7b16d6 100644 --- a/debian/control.in +++ b/debian/control.in @@ -83,7 +83,7 @@ Build-Depends: autotools-dev, # Not Palemoon-specific, but missing in Debian's Firefox package. pkg-config, # Palemoon-specific dependencies. - lsb-release, + lsb-release, Standards-Version: 3.9.6 Homepage: http://www.palemoon.org/ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 707c595aa106a13e2b601c38bb550575a478cfaa Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:52:42 2018 +0200 debian/control.in: add more X build dependencies. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6c3e593..9ab63c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,6 +53,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Spell out that pkg-config is not included in Debian's Firefox package, but should have been included. - Reformat lsb-release build dependency. + - Add more X build dependencies. * 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 e7b16d6..573df14 100644 --- a/debian/control.in +++ b/debian/control.in @@ -80,6 +80,9 @@ Build-Depends: autotools-dev, zip, unzip, locales, + xvfb, + xfonts-base, + xauth, # Not Palemoon-specific, but missing in Debian's Firefox package. pkg-config, # Palemoon-specific dependencies. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 78b44cb94728dfe16e174c529e6481723b5c40a8 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:53:21 2018 +0200 debian/control.in: add fonts build dependencies. --- debian/changelog | 1 + debian/control.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9ab63c8..33d65ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -54,6 +54,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium but should have been included. - Reformat lsb-release build dependency. - Add more X build dependencies. + - Add fonts build dependencies. * 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 573df14..bd21336 100644 --- a/debian/control.in +++ b/debian/control.in @@ -83,6 +83,9 @@ Build-Depends: autotools-dev, xvfb, xfonts-base, xauth, + ttf-bitstream-vera, + fonts-freefont-ttf, + fonts-dejima-mincho, # Not Palemoon-specific, but missing in Debian's Firefox package. pkg-config, # Palemoon-specific dependencies. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit d4c8f3281e86d92464ab775872d5a65d60d54044 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:56:24 2018 +0200 debian/control.in: add (commented out) iso-codes build dependency. --- debian/changelog | 1 + debian/control.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 33d65ed..414dd4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,6 +55,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Reformat lsb-release build dependency. - Add more X build dependencies. - Add fonts build dependencies. + - Add (commented out) iso-codes build dependency. * 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 bd21336..7a45045 100644 --- a/debian/control.in +++ b/debian/control.in @@ -86,6 +86,8 @@ Build-Depends: autotools-dev, 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. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 81057427045220950528d933bb0020f2b562c86d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 00:57:14 2018 +0200 debian/control.in: add build conflicts. --- debian/changelog | 1 + debian/control.in | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 414dd4e..352eb78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add more X build dependencies. - Add fonts build dependencies. - Add (commented out) iso-codes build dependency. + - Add build conflicts. * 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 7a45045..26770e4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -92,6 +92,10 @@ Build-Depends: autotools-dev, 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/ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 385d19670d60db34c1ebf73820223b704a7ff67b Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:05:24 2018 +0200 debian/control.in: split out run-time dependencies a bit. --- debian/changelog | 1 + debian/control.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0d0b28f..b341a34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add build conflicts. - Remove ffmpeg/libav run-time dependencies, Palemoon should be using the bundled version. + - Split out run-time dependencies a bit. * 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 54c9897..26ff444 100644 --- a/debian/control.in +++ b/debian/control.in @@ -101,7 +101,8 @@ Homepage: http://www.palemoon.org/ Package: palemoon Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, +Depends: ${shlibs:Depends}, + ${misc:Depends}, Provides: x-www-browser Conflicts: palemoon-nonsse2 Replaces: palemoon-nonsse2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 76fa4e61ca4c9a988ceb5cc430c249a21301430d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:11:26 2018 +0200 debian/control.in: add fontconfig run-time dependency. It may be redundant nowadays, but it's also not a bad idea to have it. --- debian/changelog | 2 ++ debian/control.in | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b341a34..d9e5f03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,6 +60,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Remove ffmpeg/libav run-time dependencies, Palemoon should be using the bundled version. - Split out run-time dependencies a bit. + - Add fontconfig run-time dependency. It may be redundant nowadays, but + it's also not a bad idea to have it. * 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 26ff444..53fdfb4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -103,6 +103,7 @@ Package: palemoon Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + fontconfig, Provides: x-www-browser Conflicts: palemoon-nonsse2 Replaces: palemoon-nonsse2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 07895463087294aa0875e28f61d4e8fe7fc956cd Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:03:59 2018 +0200 debian/control.in: remove ffmpeg/libav run-time dependencies, Palemoon should be using the bundled version. --- debian/changelog | 2 ++ debian/control.in | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 352eb78..0d0b28f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,6 +57,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add fonts build dependencies. - Add (commented out) iso-codes build dependency. - Add build conflicts. + - Remove ffmpeg/libav run-time dependencies, Palemoon should be using the + bundled 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 26770e4..54c9897 100644 --- a/debian/control.in +++ b/debian/control.in @@ -102,7 +102,6 @@ Homepage: http://www.palemoon.org/ Package: palemoon Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - ffmpeg | libav-tools Provides: x-www-browser Conflicts: palemoon-nonsse2 Replaces: palemoon-nonsse2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 25388864b41045dbf67a99e98c5d0a0f33b0a98a Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:12:47 2018 +0200 debian/control.in: add procps run-time dependency. Same comment as above. --- debian/changelog | 1 + debian/control.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index d9e5f03..ff440e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -62,6 +62,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Split out run-time dependencies a bit. - Add fontconfig run-time dependency. It may be redundant nowadays, but it's also not a bad idea to have it. + - Add procps run-time dependency. Same comment as above. * 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 53fdfb4..8ddcfa0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -104,6 +104,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, fontconfig, + procps, Provides: x-www-browser Conflicts: palemoon-nonsse2 Replaces: palemoon-nonsse2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit b7c553d74868d27e2c3eb441d98c75e64f9a6f1a Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:15:12 2018 +0200 debian/control.in: add debianutils run-time dependency. Not sure if it's not completely unnecessary at that point. --- debian/changelog | 2 ++ debian/control.in | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index ff440e7..ba1392d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,6 +63,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add fontconfig run-time dependency. It may be redundant nowadays, but it's also not a bad idea to have it. - Add procps run-time dependency. Same comment as above. + - Add debianutils run-time dependency. Not sure if it's not completely + unnecessary at that point. * 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 8ddcfa0..5beb7cd 100644 --- a/debian/control.in +++ b/debian/control.in @@ -105,6 +105,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, fontconfig, procps, + debianutils (>= 1.16), Provides: x-www-browser Conflicts: palemoon-nonsse2 Replaces: palemoon-nonsse2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 9007da71071ad15cca4ccc0dff10039daf8f62a3 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:16:40 2018 +0200 debian/control.in: add libsqlite3 run-time dependency. Should actually only be necessary in non-system-SQLite mode, but on the other hand also allows users to open the databases directly if they want to. --- debian/changelog | 3 +++ debian/control.in | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index ba1392d..fc2e33b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -65,6 +65,9 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add procps run-time dependency. Same comment as above. - Add debianutils run-time dependency. Not sure if it's not completely unnecessary at that point. + - Add libsqlite3 run-time dependency. Should actually only be necessary in + non-system-SQLite mode, but on the other hand also allows users to open + the databases directly if they want to. * 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 5beb7cd..81bf5f0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -106,6 +106,7 @@ Depends: ${shlibs:Depends}, fontconfig, procps, debianutils (>= 1.16), + libsqlite3-0 (>= 3.7.12-1~) Provides: x-www-browser Conflicts: palemoon-nonsse2 Replaces: palemoon-nonsse2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 51e1db171a7b6c7334cd9c97e8d5cd70d074b5f5 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:18:17 2018 +0200 debian/control.in: add suggestions copied from Debian's Firefox package. --- debian/changelog | 1 + debian/control.in | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index fc2e33b..b5bf825 100644 --- a/debian/changelog +++ b/debian/changelog @@ -68,6 +68,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add libsqlite3 run-time dependency. Should actually only be necessary in non-system-SQLite mode, but on the other hand also allows users to open the databases directly if they want to. + - Add suggestions copied from Debian's Firefox package. * 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 81bf5f0..275c96b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -107,6 +107,11 @@ Depends: ${shlibs:Depends}, procps, debianutils (>= 1.16), libsqlite3-0 (>= 3.7.12-1~) +Suggests: fonts-stix | otf-stix, + fonts-lmodern, + mozplugger, + libgssapi-krb5-2 | libkrb53, + libcanberra0 Provides: x-www-browser Conflicts: palemoon-nonsse2 Replaces: palemoon-nonsse2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 4a48e9aa551cc6b6647fb1cfe14db2845032d5c8 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:21:25 2018 +0200 debian/control.in: add conflicts from Debian's Firefox package, merged-in with the already existing ones. --- debian/changelog | 2 ++ debian/control.in | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b5bf825..1c3df66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,6 +69,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium non-system-SQLite mode, but on the other hand also allows users to open the databases directly if they want to. - Add suggestions copied from Debian's Firefox package. + - Add conflicts from Debian's Firefox package, merged-in with the already + existing ones. * 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 275c96b..813b1d0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -112,8 +112,11 @@ Suggests: fonts-stix | otf-stix, mozplugger, libgssapi-krb5-2 | libkrb53, libcanberra0 +Conflicts: j2re1.4, + pango-graphite (<< 0.9.3), +# Palemoon-specific conflicts. + palemoon-nonsse2, 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 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 3270305568bd9302ccd8c70bfef97958655445f4 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:22:07 2018 +0200 debian/control.in: move Replaces line up for palemoon bin-pkg. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1c3df66..4526663 100644 --- a/debian/changelog +++ b/debian/changelog @@ -71,6 +71,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add suggestions copied from Debian's Firefox package. - Add conflicts from Debian's Firefox package, merged-in with the already existing ones. + - Move Replaces line up for palemoon bin-pkg. * 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 813b1d0..4503a35 100644 --- a/debian/control.in +++ b/debian/control.in @@ -116,8 +116,8 @@ Conflicts: j2re1.4, pango-graphite (<< 0.9.3), # Palemoon-specific conflicts. palemoon-nonsse2, -Provides: x-www-browser Replaces: palemoon-nonsse2 +Provides: x-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 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 9e3e8968363fb0050bf4dca5da152999874d3e00 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:25:05 2018 +0200 debian/control.in: add Break on xul-ext-torbutton. --- debian/changelog | 1 + debian/control.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4526663..d3b3853 100644 --- a/debian/changelog +++ b/debian/changelog @@ -72,6 +72,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add conflicts from Debian's Firefox package, merged-in with the already existing ones. - Move Replaces line up for palemoon bin-pkg. + - Add Break on xul-ext-torbutton. * 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 4503a35..3a94c1f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -117,6 +117,7 @@ Conflicts: j2re1.4, # Palemoon-specific conflicts. palemoon-nonsse2, Replaces: palemoon-nonsse2 +Breaks: xul-ext-torbutton Provides: x-www-browser Description: Firefox-based, efficient and easy to use web browser Pale Moon offers selected features and optimizations to maximize -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 1bb0ba727dc92b80dc0d34ab6836fec176589cfa Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:26:10 2018 +0200 debian/control.in: also provide gnome-www-browser. --- debian/changelog | 1 + debian/control.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d3b3853..172abdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,6 +73,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium existing ones. - Move Replaces line up for palemoon bin-pkg. - Add Break on xul-ext-torbutton. + - Also provide gnome-www-browser. * 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 3a94c1f..a90c676 100644 --- a/debian/control.in +++ b/debian/control.in @@ -118,7 +118,8 @@ Conflicts: j2re1.4, palemoon-nonsse2, Replaces: palemoon-nonsse2 Breaks: xul-ext-torbutton -Provides: x-www-browser +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 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit c3c8b73158d5e18a97ddbfe8069a7d12e170776d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:29:24 2018 +0200 debian/control.in: change missed Section to contrib/... --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 172abdc..0bd21ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Move Replaces line up for palemoon bin-pkg. - Add Break on xul-ext-torbutton. - Also provide gnome-www-browser. + - Change missed Section to contrib/... * 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 a90c676..98e8e5c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -131,7 +131,7 @@ Description: Firefox-based, efficient and easy to use web browser that your processor supports it. Package: palemoon-dev -Section: libdevel +Section: contrib/libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit bb9256cf121b4624e6cd4d3de7bac3492daf2923 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:30:30 2018 +0200 debian/control.in: make libnss-dev run-time dependency optional. --- debian/changelog | 1 + debian/control.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0bd21ef..28934f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -75,6 +75,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add Break on xul-ext-torbutton. - Also provide gnome-www-browser. - Change missed Section to contrib/... + - Make libnss-dev run-time dependency optional. * 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 98e8e5c..a96e3fe 100644 --- a/debian/control.in +++ b/debian/control.in @@ -136,7 +136,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python-ply, +%if USE_SYSTEM_NSS libnss3-dev, +%endif libnspr4-dev, palemoon (= ${binary:Version}) Description: Development files for the Gecko engine library -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit ead2e360665e221aa177d4c51c2287aac245c855 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:31:09 2018 +0200 debian/control.in: make libnspr4-dev run-time dependency optional. --- debian/changelog | 1 + debian/control.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 28934f6..69dfb5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -76,6 +76,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Also provide gnome-www-browser. - Change missed Section to contrib/... - Make libnss-dev run-time dependency optional. + - Make libnspr4-dev run-time dependency optional. * 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 a96e3fe..8d4d155 100644 --- a/debian/control.in +++ b/debian/control.in @@ -139,7 +139,9 @@ Depends: ${shlibs:Depends}, %if USE_SYSTEM_NSS libnss3-dev, %endif +%if USE_SYSTEM_NSPR libnspr4-dev, +%endif palemoon (= ${binary:Version}) Description: Development files for the Gecko engine library This library provides an API for XUL applications and Gecko embedders. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 18a9ff59de0018828ec029dc19353019e610ad45 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:32:52 2018 +0200 debian/control.in: Palemoon uses Goanna, not Gecko. --- debian/changelog | 1 + debian/control.in | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 69dfb5b..1dec8ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -77,6 +77,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Change missed Section to contrib/... - Make libnss-dev run-time dependency optional. - Make libnspr4-dev run-time dependency optional. + - Palemoon uses Goanna, not Gecko. * 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 8d4d155..540dddd 100644 --- a/debian/control.in +++ b/debian/control.in @@ -143,16 +143,16 @@ Depends: ${shlibs:Depends}, libnspr4-dev, %endif 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. +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. . - Gecko features include XPCOM, networking, DOM editing and transaction + 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 Gecko engine in your + 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 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 74e7b9690013c7e81abf8728d885bc1cc8951a79 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 01:47:27 2018 +0200 debian/: add new palemoon-dev.links.in file. --- debian/changelog | 1 + debian/palemoon-dev.links.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 916d2a5..0227017 100644 --- a/debian/changelog +++ b/debian/changelog @@ -214,6 +214,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Rename palemoon.lintian-overrides to palemoon.lintian-overrides.in. - Add new palemoon-devel.links.in file. - Rename control to control.in. + - Add new palemoon-dev.links.in file. * debian/changelog: - Change repack-1 in version string to repack1 because a dash denotes the start of a downstream change. diff --git a/debian/palemoon-dev.links.in b/debian/palemoon-dev.links.in new file mode 100644 index 0000000..60ad9e6 --- /dev/null +++ b/debian/palemoon-dev.links.in @@ -0,0 +1,3 @@ +%if USE_SYSTEM_NSPR +usr/bin/nspr-config usr/lib/palemoon-devel/sdk/bin/nspr-config +%endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git