[X2Go-Commits] [pale-moon] 16/38: debian/rules: add a few palemoon-specific hacks for palemoon-dev(el) files.

git-admin at x2go.org git-admin at x2go.org
Sat Jun 30 06:14:08 CEST 2018


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

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

commit ef9d96f462f704a11d84d56c70a20518b9a0b43b
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Jun 30 04:34:58 2018 +0200

    debian/rules: add a few palemoon-specific hacks for palemoon-dev(el) files.
---
 debian/changelog |  1 +
 debian/rules     | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b4258d6..8b6b019 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Drop older dh_auto_build override.
     - Add new ("empty") dh_auto_install override.
     - Add/backport dh_auto_install override.
+    - Add a few palemoon-specific hacks for palemoon-dev(el) files.
   * 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 c1acaec..539554f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -197,6 +197,16 @@ endif
 	done
 	
 	-TZ=UTC unzip -d debian/tmp$(LIB_DIR)/browser debian/tmp$(LIB_DIR)/browser/omni.ja 'defaults/preferences/*'
+	
+	# Palemoon-specific hacks.
+	
+	# Stage headers into $(LIB_DIR)-devel/include.
+	mkdir debian/tmp$(LIB_DIR)-devel/include
+	mv debian/tmp/usr/include/palemoon debian/tmp$(LIB_DIR)-devel/include/
+	
+	# Stage idl into $(LIB_DIR)-devel/share.
+	mkdir debian/tmp$(LIB_DIR)-devel/share
+	mv debian/tmp/usr/share/idl debian/tmp$(LIB_DIR)-devel/share/
 
 override_dh_auto_install:
 	make -f client.mk DESTDIR=$$(pwd)/debian/palemoon prefix=/usr \

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