[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/13.0.782.215_r97094-1-6-gdc3966b

Michael Gilbert michael.s.gilbert at gmail.com
Sat Aug 27 06:51:29 UTC 2011


The following commit has been merged in the master branch:
commit f9a556e3990d7bffa5faab8a339b251465622d36
Author: Michael Gilbert <michael.s.gilbert at gmail.com>
Date:   Fri Aug 26 20:41:45 2011 -0400

    strip nacl irt files

diff --git a/debian/changelog b/debian/changelog
index 7e82e38..d9daa1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ chromium-browser (13.0.782.215~r97094-2) UNRELEASED; urgency=low
 
   [ Michael Gilbert ]
   * Fix lintian warning.
+  * Strip the Native Client Integrated RunTime (NaCl IRT) libraries.
 
  -- Giuseppe Iuculano <iuculano at debian.org>  Wed, 24 Aug 2011 14:23:49 +0200
 
diff --git a/debian/rules b/debian/rules
index e5f0aa8..8714147 100755
--- a/debian/rules
+++ b/debian/rules
@@ -455,6 +455,8 @@ endif
 	mv debian/tmp/$(LIB_DIR)/chrome.1 debian/tmp/$(LIB_DIR)/chromium.1
 	dh_installman -pchromium debian/tmp/$(LIB_DIR)/chromium.1
 	rm -f debian/tmp/$(LIB_DIR)/chromium.1
+	strip debian/tmp/usr/lib/chromium/nacl_irt_x86_32.nexe || true
+	strip debian/tmp/usr/lib/chromium/nacl_irt_x86_64.nexe || true
 
 binary-install/$(DEBIAN_NAME)::
 	mkdir -p $(CURDIR)/debian/$(DEBIAN_NAME)/usr/share/pixmaps

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list