[Pkg-privacy-commits] [Git][pkg-privacy-team/torbrowser-launcher][debian/sid] Don't try to install the obsolete torbrowser.Browser.plugin-container via dh_apparmor.

intrigeri intrigeri at debian.org
Wed Aug 7 09:19:13 BST 2019



intrigeri pushed to branch debian/sid at Privacy Maintainers / torbrowser-launcher


Commits:
c4c1d912 by intrigeri at 2019-08-07T08:13:59Z
Don't try to install the obsolete torbrowser.Browser.plugin-container via dh_apparmor.

Without this change, the build output includes:

  cp: cannot stat 'apparmor/torbrowser.Browser.plugin-container': No such file or directory

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -6,8 +6,7 @@ include /usr/share/dpkg/pkg-info.mk
 	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_install:
-	for PROFILE in torbrowser.Tor.tor torbrowser.Browser.firefox \
-		torbrowser.Browser.plugin-container ; do \
+	for PROFILE in torbrowser.Tor.tor torbrowser.Browser.firefox ; do \
 		cp apparmor/$$PROFILE debian/torbrowser-launcher/etc/apparmor.d/ ; \
 		dh_apparmor --profile-name=$$PROFILE -ptorbrowser-launcher ; \
 	done



View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/c4c1d91288317952585306be87692a892b132b13

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/commit/c4c1d91288317952585306be87692a892b132b13
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20190807/c82372a6/attachment.html>


More information about the Pkg-privacy-commits mailing list