This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 8732d9a debian/rules: no need to generate a special manifest file and use it any longer. new ea25f68 debian/palemoon.install.in: update file list. The 1 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 | 2 ++ debian/palemoon.install.in | 9 ++++----- 2 files changed, 6 insertions(+), 5 deletions(-) -- 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 ea25f680cc7c2529d3751d248f23dd39c8035899 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 22 09:40:25 2019 +0100 debian/palemoon.install.in: update file list. --- debian/changelog | 2 ++ debian/palemoon.install.in | 9 ++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index dd31ba9..2e9d487 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,8 @@ palemoon (28.3.1+repack-1-0x2go1) UNRELEASED; urgency=medium would be difficult to accomplish. - Remove installer modification integration into the upstream build system. + * debian/palemoon.install.in: + - Update file list. -- Mihai Moldovan <ionic@ionic.de> Thu, 31 Jan 2019 01:36:58 +0100 diff --git a/debian/palemoon.install.in b/debian/palemoon.install.in index 417172e..c885e4c 100644 --- a/debian/palemoon.install.in +++ b/debian/palemoon.install.in @@ -105,11 +105,10 @@ usr/lib/palemoon/@ICU_DATA_FILE@ #usr/lib/palemoon/fonts/EmojiOneMozilla.ttf # Palemoon-specific files. -usr/lib/palemoon/libmozalloc.so - -usr/lib/palemoon/components/*.manifest -usr/lib/palemoon/components/libdbusservice.so -usr/lib/palemoon/components/libmozgnome.so +usr/lib/palemoon/liblgpllibs.so usr/lib/palemoon/browser/components/*.manifest usr/lib/palemoon/browser/components/libbrowsercomps.so + +# Twitter-based emoji font. +usr/lib/palemoon/fonts/TwemojiMozilla.ttf -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git