[Pkg-privacy-commits] [torbrowser-launcher] 01/02: debian/rules: don't try to installed removed file apparmor profile torbrowser.start-tor-browser.
Holger Levsen
holger at layer-acht.org
Sun May 15 00:55:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch debian/sid
in repository torbrowser-launcher.
commit cea6bef586ad1302853b914cab0e55f4459a8a10
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun May 15 02:53:43 2016 +0200
debian/rules: don't try to installed removed file apparmor profile torbrowser.start-tor-browser.
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 85c8d51..57f9ad6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ torbrowser-launcher (0.2.5-1) UNRELEASED; urgency=medium
* Bump standards version to 3.9.8, no changes needed.
* Remove obsolete conffile /etc/apparmor.d/torbrowser.start-tor-browser
thanks to Paul Wise. (Closes: #805706)
+ * debian/rules: don't try to installed removed file apparmor profile
+ torbrowser.start-tor-browser.
-- Holger Levsen <holger at debian.org> Wed, 23 Mar 2016 18:07:18 -0400
diff --git a/debian/rules b/debian/rules
index 5dc74f3..2a4c3ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
dh $@ --with python2 --buildsystem=python_distutils
override_dh_install:
- for PROFILE in usr.bin.torbrowser-launcher torbrowser.Tor.tor torbrowser.start-tor-browser torbrowser.Browser.firefox ; do \
+ for PROFILE in usr.bin.torbrowser-launcher torbrowser.Tor.tor torbrowser.Browser.firefox ; do \
cp apparmor/$$PROFILE debian/torbrowser-launcher/etc/apparmor.d/ ; \
dh_apparmor --profile-name=$$PROFILE -ptorbrowser-launcher ; \
done
--
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