[Pkg-privacy-commits] [torbrowser-launcher] 58/59: d/rules: Add new apparmor profile: torbrowser.Browser.plugin-container

Roger Shimizu rogershimizu at gmail.com
Mon Jan 29 13:44:01 UTC 2018


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

rosh pushed a commit to branch debian/sid
in repository torbrowser-launcher.

commit fccb4bb8cdefe6d1897e66cae9c338df68b8f61f
Author: Roger Shimizu <rosh at debian.org>
Date:   Mon Jan 29 22:16:21 2018 +0900

    d/rules: Add new apparmor profile: torbrowser.Browser.plugin-container
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d5c6318..477bc92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ torbrowser-launcher (0.2.9-1) UNRELEASED; urgency=medium
     - Change filenamemangle to match with the filename in archive.
   * debian/patches:
     - Remove all upstreamed patches.
+  * debian/rules:
+    - Add new apparmor profile: torbrowser.Browser.plugin-container.
 
  -- Roger Shimizu <rosh at debian.org>  Mon, 29 Jan 2018 22:00:51 +0900
 
diff --git a/debian/rules b/debian/rules
index 759c99e..ef22b28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,11 @@ include /usr/share/dpkg/pkg-info.mk
 	dh $@ --with python2 --buildsystem=python_distutils
 
 override_dh_install:
-	for PROFILE in torbrowser.Tor.tor torbrowser.Browser.firefox ; do \
+	for PROFILE in torbrowser.Tor.tor torbrowser.Browser.firefox \
+		torbrowser.Browser.plugin-container ; do \
 		cp apparmor/$$PROFILE debian/torbrowser-launcher/etc/apparmor.d/ ; \
 		dh_apparmor --profile-name=$$PROFILE -ptorbrowser-launcher ; \
 	done
-	rm debian/torbrowser-launcher/etc/apparmor.d/usr.bin.torbrowser-launcher
 	help2man -N -n "helps download and run the Tor Browser Bundle" \
 		--version-string="$(DEB_VERSION)" \
 		-o build/torbrowser-launcher.1 debian/help2man/torbrowser-launcher

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list