This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 74e7b96 debian/: add new palemoon-dev.links.in file. new bc190f9 debian/control.in: add palemoon-dbg package for older distro version. new b637ae4 debian/control: regenerate from control.in for unstable. new 3bbb376 debian/: rename palemoon.links to palemoon.links.in. new 2f91b83 debian/rules: define and pass down DICT_DIR. new 59a5ffb debian/palemoon.links.in: use DICT_DIR. The 5 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 | 6 ++++++ debian/control | 1 + debian/control.in | 27 +++++++++++++++++++++++++++ debian/{palemoon.links => palemoon.links.in} | 2 +- debian/rules | 4 +++- 5 files changed, 38 insertions(+), 2 deletions(-) rename debian/{palemoon.links => palemoon.links.in} (95%) -- 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 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit b637ae47e0cc57fa78721443ae6147ca4fa3dc51 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 02:02:05 2018 +0200 debian/control: regenerate from control.in for unstable. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index c5e4166..56936c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Update {g{cc,++},cpp} dependency to prefer 6, then 4.9, then the system compiler. - Regenerate from control.in for unstable. + - Regenerate from control.in for unstable. * debian/control.in: - Update debhelper dependency. - Rework GCC dependencies. diff --git a/debian/control b/debian/control index 3ba0b61..3ab51e6 100644 --- a/debian/control +++ b/debian/control @@ -90,6 +90,7 @@ 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. + 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 3bbb3766277e6d8a5429b4b07db575b6db8978b0 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 02:11:33 2018 +0200 debian/: rename palemoon.links to palemoon.links.in. --- debian/changelog | 1 + debian/{palemoon.links => palemoon.links.in} | 0 2 files changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index 56936c1..1107cb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -217,6 +217,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add new palemoon-devel.links.in file. - Rename control to control.in. - Add new palemoon-dev.links.in file. + - Rename palemoon.links to palemoon.links.in. * 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.links b/debian/palemoon.links.in similarity index 100% rename from debian/palemoon.links rename to debian/palemoon.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 2f91b839d7b1f06505dfcb67583e22a7a91f00d7 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 02:12:34 2018 +0200 debian/rules: define and pass down DICT_DIR. --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1107cb2..cfdc7f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -181,6 +181,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium used within Palemoon (and refers to the Goanna version). - Use safer UPSTREAM_VERSION instead of globbing *. - Use gcc-mozilla on wheezy. Needs control.in update as well. + - Define and pass down DICT_DIR. * debian/mozconfig: - Remove autoconf flags that should better be handled by debian/rules. * debian/make.mk: diff --git a/debian/rules b/debian/rules index 9d4888c..f64dd7a 100755 --- a/debian/rules +++ b/debian/rules @@ -123,7 +123,9 @@ $(foreach f,$(IN_FILES),$(eval $(call preprocess, $(f)))) GENERATED_FILES += $(PREPROCESSED_FILES) debian/control: debian/rules debian/changelog -$(PREPROCESSED_FILES): VARS = UPSTREAM_VERSION MOZ_APP_REMOTINGNAME $(SYSTEM_LIBS_VARS) GTK3 DIST CRASH_REPORTER RUST BUILD_RUST DEB_BUILD_ARCH +DICT_DIR := /usr/share/hunspell + +$(PREPROCESSED_FILES): VARS = UPSTREAM_VERSION DICT_DIR MOZ_APP_REMOTINGNAME $(SYSTEM_LIBS_VARS) GTK3 DIST CRASH_REPORTER RUST BUILD_RUST DEB_BUILD_ARCH $(PREPROCESSED_FILES): $(PYTHON) python/mozbuild/mozbuild/preprocessor.py --marker % -Fsubstitution $(foreach var,$(VARS),-D$(var)="$($(var))" )$< > $@ -- 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 59a5ffba2f7bde613777569c1c5bb8079ff47c0d Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Sep 22 02:13:12 2018 +0200 debian/palemoon.links.in: use DICT_DIR. --- debian/changelog | 2 ++ debian/palemoon.links.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cfdc7f7..649aa3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -255,6 +255,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add Horizon support... whatever that is supposed to be. * debian/lintian-overrides: - Sync with Debian's Firefox package. + * debian/palemoon.links.in: + - Use DICT_DIR. -- Mihai Moldovan <ionic@ionic.de> Mon, 28 May 2018 03:44:10 +0200 diff --git a/debian/palemoon.links.in b/debian/palemoon.links.in index fd07211..23a8462 100644 --- a/debian/palemoon.links.in +++ b/debian/palemoon.links.in @@ -13,7 +13,7 @@ /usr/share/palemoon/distribution /usr/lib/palemoon/distribution -/usr/share/hunspell usr/lib/palemoon/dictionaries +@DICT_DIR@ usr/lib/palemoon/dictionaries # Palemoon-specific symlinks. /usr/share/palemoon/browser/chrome/icons/default/default16.png /usr/share/icons/hicolor/16x16/apps/palemoon.png -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git