[X2Go-Commits] [pale-moon] branch master updated (6472383 -> 4e42503)

git-admin at x2go.org git-admin at x2go.org
Fri Sep 21 23:08:18 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository pale-moon.

      from  6472383   debian/noinstall: /usr/lib/palemoon-devel/include/testing does not seem to exist, so remove entry.
       new  64af56e   debian/: add new palemoon.desktop file.
       new  27aa999   debian/: add new palemoon.js file with application defaults installed into /etc/palemoon.
       new  8f81351   debian/: add new vendor.js file with packaging-hardcoded preferences.
       new  79a82a5   debian/: add new debsearch.xml file, containing a PDO search engine.
       new  6d51d28   debian/: add new, slightly modified palemoon wrapper script.
       new  172502e   debian/: add new palemoon.dirs file.
       new  af1d3d5   debian/: add new palemoon.install file.
       new  81885dd   debian/palemoon.links: update with content from Debian's Firefox package.
       new  d537ec3   debian/: add new palemoon.1 manpage.
       new  8238427   debian/: add new palemoon.manpages file, staging the man page into the package.
       new  0167214   debian/: add new palemoon.mime file, registering MIME types.
       new  caf8f02   debian/palemoon.postinst: sync with Debian Firefox package.
       new  4919c1b   debian/palemoon.prerm: sync with Debian Firefox package.
       new  77efab9   debian/: add new palemoon.README.Debian file, modified from Debian's Firefox package.
       new  acd3449   debian/: add new mls.key file, containing a fake/invalid Mozilla Location Service API key.
       new  e8a0360   debian/: rename palemoon.mozconfig to palemoon.mozconfig.in, because we will need to preprocess it.
       new  8688c08   debian/rules: move GCC selection around a bit.
       new  a5bf96e   debian/rules: remove useless mark.
       new  37e1c83   debian/rules: add support for preprocessing files via the Mozilla preprocessor python script.
       new  82c3078   debian/rules: hardcode MOZ_APP_REMOTINGNAME.
       new  67839ce   debian/rules: replace $(PRODUCT) with hardcoded palemoon string in missed location.
       new  bec5152   debian/rules: ignore rust stuff, but mention it.
       new  0b4f641   debian/rules: select GTK3 if upstream thinks it should be the default.
       new  8d5fa0f   debian/rules: remove old ppc64(be) workaround, good riddance.
       new  3ff504a   debian/rules: hope that GCC is new enough to not need the ia64 workaround any longer.
       new  cb1d184   debian/rules: remove MOZ_FFVPX stuff, unimplemented.
       new  7f253d4   debian/rules: add CRASH_REPORTER setting, although I'm unsure if that's even supported.
       new  db3fca3   debian/rules: remove GENSYMBOLS_FLAGS setting, the source code doesn't even use it.
       new  1c5f2e5   debian/rules: export MOZILLA_OFFICIAL variable.
       new  7ea7338   debian/palemoon.mozconfig.in: sync with Debian's Firefox package.
       new  e16853a   debian/palemoon.install: enable preprocessing support.
       new  f30f6ab   debian/: rename palemoon.install to palemoon.install.in - processing support.
       new  51d74de   debian/upstream.mk: add version check against Debian package.
       new  a03a6c5   debian/rules: use UPSTREAM_VERSION instead of GRE_VERSION, since GRE_VERSION is not used within Palemoon (and refers to the Goanna version).
       new  ca15095   debian/rules: use safer UPSTREAM_VERSION instead of globbing *.
       new  92b5c22   debian/lintian-overrides: sync with Debian's Firefox package.
       new  6eece35   debian/: rename palemoon.lintian-overrides to palemoon.lintian-overrides.in.
       new  7036c4d   debian/: add new palemoon-devel.links.in file.
       new  d3c3219   debian/: rename control to control.in.
       new  6911731   debian/control.in: update debhelper dependency.
       new  3261b3a   debian/rules: use gcc-mozilla on wheezy.
       new  99986a5   debian/upstream.mk: add xenial, artful, bionic, cosmic DIST values.
       new  beeb8dd   debian/upstream.mk: uh, no, the Ubuntu versions are not backports.
       new  edc6b31   debian/upstream.mk: add Horizon support... whatever that is supposed to be.
       new  1b55368   debian/control.in: rework GCC dependencies.
       new  1e9b487   debian/control.in: put lsb-release build-time dependency to the bottom in Palemoon-specific section.
       new  210f828   debian/control.in: move autotools build dependency around.
       new  2355ac6   debian/control.in: add X11 build dependencies.
       new  a1cb20c   debian/control.in: move GTK build dependencies around and add GTK3 support if detected.
       new  99fc6fd   debian/control.in: move glib build dependency around.
       new  d074a6c   debian/control.in: add libstartup-notification build dependency.
       new  4e42503   debian/control.in: add libjpeg build dependency.

The 52 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                     |  67 +++++++++++++++++++
 debian/{control => control.in}       |  41 ++++++++----
 debian/debsearch.xml                 |   8 +++
 debian/mls.key                       |   1 +
 debian/palemoon                      |   6 ++
 debian/palemoon.1                    | 105 ++++++++++++++++++++++++++++++
 debian/palemoon.README.Debian        |  60 +++++++++++++++++
 debian/palemoon.desktop              | 104 ++++++++++++++++++++++++++++++
 debian/palemoon.dirs                 |   4 ++
 debian/palemoon.install.in           | 121 +++++++++++++++++++++++++++++++++++
 debian/palemoon.js                   |  26 ++++++++
 debian/palemoon.links                |  23 +++++--
 debian/palemoon.lintian-overrides    |   3 -
 debian/palemoon.lintian-overrides.in |  24 +++++++
 debian/palemoon.manpages             |   1 +
 debian/palemoon.mime                 |   5 ++
 debian/palemoon.mozconfig            |  17 -----
 debian/palemoon.mozconfig.in         |  67 +++++++++++++++++++
 debian/palemoon.postinst             |  16 +++--
 debian/palemoon.prerm                |   4 ++
 debian/rules                         | 105 ++++++++++++++++++++----------
 debian/upstream.mk                   |  32 +++++++++
 debian/vendor.js                     |   6 ++
 23 files changed, 771 insertions(+), 75 deletions(-)
 rename debian/{control => control.in} (73%)
 create mode 100644 debian/debsearch.xml
 create mode 100644 debian/mls.key
 create mode 100644 debian/palemoon
 create mode 100644 debian/palemoon.1
 create mode 100644 debian/palemoon.README.Debian
 create mode 100644 debian/palemoon.desktop
 create mode 100644 debian/palemoon.dirs
 create mode 100644 debian/palemoon.install.in
 create mode 100644 debian/palemoon.js
 delete mode 100644 debian/palemoon.lintian-overrides
 create mode 100644 debian/palemoon.lintian-overrides.in
 create mode 100644 debian/palemoon.manpages
 create mode 100644 debian/palemoon.mime
 delete mode 100644 debian/palemoon.mozconfig
 create mode 100644 debian/palemoon.mozconfig.in
 create mode 100644 debian/vendor.js

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list