[Pkg-chromium-commit] [pkg-chromium] 01/02: Move chrome_sandbox to chrome-sandbox, chromium reads that file

Giuseppe Iuculano iuculano at alioth.debian.org
Mon Oct 21 13:33:13 UTC 2013


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

iuculano pushed a commit to branch master
in repository pkg-chromium.

commit 64b895bf23943f8c72a49216d24e36b128213167
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Mon Oct 21 13:05:14 2013 +0200

    Move chrome_sandbox to chrome-sandbox, chromium reads that file
---
 debian/rules |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 507355a..e921994 100755
--- a/debian/rules
+++ b/debian/rules
@@ -372,7 +372,7 @@ GYP_DEFINES += \
 	$(NULL)
 
 # needed to preserve the suid and make the sandbox happy
-DEB_FIXPERMS_EXCLUDE := $(DEBIAN_NAME)-sandbox
+DEB_FIXPERMS_EXCLUDE := chrome-sandbox
 endif
 
 # use system v8
@@ -467,7 +467,7 @@ endif
 	# as chromium dereferences all symlinks before starting its children
 	# making the Gnome System Monitor confused with icons
 	mv debian/tmp/$(LIB_DIR)/chrome debian/tmp/$(LIB_DIR)/$(DEBIAN_NAME)
-	mv debian/tmp/$(LIB_DIR)/chrome_sandbox debian/tmp/$(LIB_DIR)/$(DEBIAN_NAME)-sandbox
+	mv debian/tmp/$(LIB_DIR)/chrome_sandbox debian/tmp/$(LIB_DIR)/chrome-sandbox
 	# Manpage
 	mv debian/tmp/$(LIB_DIR)/chrome.1 debian/tmp/$(LIB_DIR)/chromium.1
 	dh_installman -pchromium debian/tmp/$(LIB_DIR)/chromium.1
@@ -486,9 +486,9 @@ binary-install/$(DEBIAN_NAME)::
 	mkdir -p $(CURDIR)/debian/$(DEBIAN_NAME)/usr/share/icons/hicolor/scalable/apps
 	cp -a $(CURDIR)/debian/$(DEBIAN_NAME).svg $(CURDIR)/debian/$(DEBIAN_NAME)/usr/share/icons/hicolor/scalable/apps
 ifeq (1,$(WANT_SANDBOXING))
-	chmod 4755 $(CURDIR)/debian/$(DEBIAN_NAME)/$(LIB_DIR)/$(DEBIAN_NAME)-sandbox
+	chmod 4755 $(CURDIR)/debian/$(DEBIAN_NAME)/$(LIB_DIR)/chrome-sandbox
 else
-	rm -vf $(CURDIR)/debian/$(DEBIAN_NAME)/$(LIB_DIR)/$(DEBIAN_NAME)-sandbox
+	rm -vf $(CURDIR)/debian/$(DEBIAN_NAME)/$(LIB_DIR)/chrome-sandbox
 endif
 	# Locales: only keep en-US in the main deb
 	cd $(CURDIR)/debian/$(DEBIAN_NAME)/$(LIB_DIR)/locales && \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list