[X2Go-Commits] [pale-moon] 72/216: debian/: new directory "installer" with package-manifest data for extra installation files.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 16 02:42:58 CET 2019


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

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

commit 0e8caa3fae97e1140be6fa24d12e76c9bfae34b4
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Aug 31 05:38:29 2018 +0200

    debian/: new directory "installer" with package-manifest data for extra installation files.
---
 debian/changelog                          |  2 ++
 debian/installer/Makefile.in              | 19 +++++++++++++++++++
 debian/installer/package-manifest.browser |  3 +++
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ccddf30..8e95df6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -86,6 +86,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Add new palemoon-dev.install file.
     - Add noinstall file. Without preprocessing.
     - Add very stripped-down upstream.mk file.
+    - New directory "installer" with package-manifest data for extra
+      installation files.
   * debian/changelog:
     - Change repack-1 in version string to repack1 because a dash denotes the
       start of a downstream change.
diff --git a/debian/installer/Makefile.in b/debian/installer/Makefile.in
new file mode 100644
index 0000000..67cc642
--- /dev/null
+++ b/debian/installer/Makefile.in
@@ -0,0 +1,19 @@
+DEPTH		= ../..
+topsrcdir	= @top_srcdir@
+srcdir		= @srcdir@
+VPATH		= @srcdir@
+
+include $(DEPTH)/config/autoconf.mk
+
+STANDALONE_MAKEFILE := 1
+
+include $(topsrcdir)/config/rules.mk
+
+DEFINES += $(shell $(MAKE) --no-print-directory -C $(DEPTH)/../build-browser/browser/installer DEPTH="$(abspath $(DEPTH))" topsrcdir="$(abspath $(topsrcdir))" srcdir='$(topsrcdir)/browser/installer' VPATH='$(srcdir)' echo-variable-DEFINES | sed 's/"/\\"/g')
+
+package-manifest: $(topsrcdir)/browser/installer/package-manifest.in $(srcdir)/package-manifest.$(MOZ_BUILD_APP)
+	$(PYTHON) -m mozbuild.action.preprocessor $(DEFINES) $(ACDEFINES) $^ | sed 's/^\[browser\]/[$(MOZ_BUILD_APP)]/' > $@
+
+GARBAGE += package-manifest
+
+libs:: package-manifest
diff --git a/debian/installer/package-manifest.browser b/debian/installer/package-manifest.browser
new file mode 100644
index 0000000..50392f3
--- /dev/null
+++ b/debian/installer/package-manifest.browser
@@ -0,0 +1,3 @@
+[debian]
+bin/components/addonsInfo.js
+bin/components/addonsInfo.manifest

--
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