Skip to content
Snippets Groups Projects
Commit ad66f204 authored by dkg's avatar dkg
Browse files

prepare new debian release

parent c4f12330
Branches
No related tags found
No related merge requests found
hddemux (0.2-1) unstable; urgency=medium
* New upstream version
- minor service cleanup
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 24 Apr 2017 21:01:42 -0400
hddemux (0.1-1) unstable; urgency=medium
* Debian packaging (Closes: #861143)
......
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Mon, 24 Apr 2017 21:58:26 -0400
Subject: fix up permissions on tmpfiles
(cherry picked from commit 3f7230798c585c9246ef379d2564af3441f6870a)
---
hddemux.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hddemux.conf b/hddemux.conf
index e7caa67..2459555 100644
--- a/hddemux.conf
+++ b/hddemux.conf
@@ -1,3 +1,3 @@
# tmpfiles.d(5) runtime directory for hddemux
d /run/hddemux 0751 root root - -
-d /run/hddemux/workdir hddemux hddemux - -
+d /run/hddemux/workdir 0750 root hddemux - -
0001-fix-up-permissions-on-tmpfiles.patch
......@@ -2,8 +2,3 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
# do not try to start hddemux.service -- it should be
# socket-activated. note that this also means that hddemux.service
# isn't stopped upon package removal, though, which i think is a bug.
override_dh_systemd_start:
dh_systemd_start hddemux.socket
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment