This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from ea25f68 debian/palemoon.install.in: update file list. new 892dacf debian/rules: keep MPL-1.1 and MPL-2.0 targets as stubs. 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 | 1 + debian/rules | 8 +++++--- 2 files changed, 6 insertions(+), 3 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 892dacff7f8f178db5b524f292b7610f23ee74ac Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 23 00:56:26 2019 +0100 debian/rules: keep MPL-1.1 and MPL-2.0 targets as stubs. --- debian/changelog | 1 + debian/rules | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e9d487..48ce0a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ palemoon (28.3.1+repack-1-0x2go1) UNRELEASED; urgency=medium - --build parameter not supported by configure any longer, replaced by --target. - No need to generate a special manifest file and use it any longer. + - Keep MPL-1.1 and MPL-2.0 targets as stubs. * debian/installer/Makefile.in: - Switch some hardcoded places to use $(MOZ_BUILD_APP), some other places to hardcoded filename extensions and drop the (hopefully unneeded) diff --git a/debian/rules b/debian/rules index acf9a2f..aef6bbf 100755 --- a/debian/rules +++ b/debian/rules @@ -298,11 +298,13 @@ endif rmdir debian/tmp/usr/share/idl rmdir debian/tmp/usr/share -# PM copied these files manually, but keep rules here for downstream packaging sync. -#MPL-1.1: gfx/cairo/cairo/COPYING-MPL-1.1 +# PM copied these files manually, but keep rules here for downstream packaging sync as stubbed-out targets. +MPL-1.1: +# gfx/cairo/cairo/COPYING-MPL-1.1 # cp -f $< $@ # -#MPL-2.0: b2g/LICENSE +MPL-2.0: +# b2g/LICENSE # cp -f $< $@ override_dh_installdocs: MPL-1.1 MPL-2.0 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git