Control: tags -1 patch

Hi Lunar,

Since the collab-maint process is a tad slower than expected,
  I'm sending you the patch here instead.


Best,

  nicoo
From 3b953d9f1ad3c2c4941acf26db1bd25f7fa9ce17 Mon Sep 17 00:00:00 2001
From: Nicolas Braud-Santoni <[email protected]>
Date: Fri, 13 May 2016 14:15:29 +0200
Subject: [PATCH 1/2] Suggests: apparmor

---
 debian/changelog | 6 ++++++
 debian/control   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d940e91..5c473c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haveged (1.9.1-4) UNRELEASED; urgency=medium
+
+  * Add apparmor as a suggested dependency.
+
+ --
+
 haveged (1.9.1-3) unstable; urgency=medium
 
   * Fix spelling of SecureBits value in service file. Thanks Sven Hartge for
diff --git a/debian/control b/debian/control
index c99d65a..27733b1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/haveged.git
 Package: haveged
 Architecture: linux-any
 Depends: lsb-base (>= 3.2-14), ${shlibs:Depends}, ${misc:Depends}
+Suggests: apparmor
 Description: Linux entropy source using the HAVEGE algorithm
  haveged is a userspace entropy daemon which is not dependent upon the
  standard mechanisms for harvesting randomness for the system entropy
-- 
2.8.1


From 3edc66e21a9fa07ebeee4ec631626fc8c4ecdeb4 Mon Sep 17 00:00:00 2001
From: Nicolas Braud-Santoni <[email protected]>
Date: Fri, 13 May 2016 14:52:12 +0200
Subject: [PATCH 2/2] Start haveged after AppArmor

---
 debian/changelog       | 2 ++
 debian/haveged.service | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5c473c3..759e92c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 haveged (1.9.1-4) UNRELEASED; urgency=medium
 
   * Add apparmor as a suggested dependency.
+  * Start haveged after apparmor.
+    (Closes: #824179)
 
  --
 
diff --git a/debian/haveged.service b/debian/haveged.service
index 5317691..82a46b4 100644
--- a/debian/haveged.service
+++ b/debian/haveged.service
@@ -3,7 +3,7 @@ Description=Entropy daemon using the HAVEGE algorithm
 Documentation=man:haveged(8) http://www.issihosts.com/haveged/
 DefaultDependencies=no
 ConditionVirtualization=!container
-After=systemd-random-seed.service
+After=apparmor.service systemd-random-seed.service
 Before=sysinit.target shutdown.target systemd-journald.service
 
 [Service]
-- 
2.8.1

Attachment: signature.asc
Description: PGP signature

Reply via email to