summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-26 00:52:08 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-26 16:04:04 +0200
commit12b8695cac964fb57adceb751126c199f8d0fe0f (patch)
tree3fba353e40ba978d5aa16cafd492272f84392c3c /debian
parent62f9b78a2eb5f0fc6b9028264bac6ad501d83309 (diff)
Use setcap for privileges on Debian 10 and Ubuntu (#2001).
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index a4aa5b8cd..aac2dacaa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,9 +48,3 @@ override_dh_strip:
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
-DISK := debian/dcpomatic/usr/bin/dcpomatic2_disk_writer
-override_dh_fixperms:
- dh_fixperms
-ifneq ("$(wildcard $(DISK))", "")
- chmod 4755 $(DISK)
-endif