This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 6ac716922413bec983c297b16c4b8fe632b1cfa5 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 30 04:44:36 2018 +0200 debian/rules: add license doc staging for MPL-1.1 and MPL-2.0. --- debian/changelog | 1 + debian/rules | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2549e33..16231e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add a few palemoon-specific hacks for palemoon-dev(el) files. - Add another hack, but commented out. - Remove old dh_auto_install override section. + - Add license doc staging for MPL-1.1 and MPL-2.0. * 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 69776b7..7c08fe2 100755 --- a/debian/rules +++ b/debian/rules @@ -211,6 +211,15 @@ endif # remove vestigial duplicate file #rm -rf debian/tmp$(LIB_DIR)/palemoon-bin +MPL-1.1: gfx/cairo/cairo/COPYING-MPL-1.1 + cp -f $< $@ + +MPL-2.0: b2g/LICENSE + cp -f $< $@ + +override_dh_installdocs: MPL-1.1 MPL-2.0 + dh_installdocs -A $^ + override_dh_shlibdeps: dh_shlibdeps -l /usr/lib/palemoon -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git