aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/Add-oldstable-and-oldoldstable-to-checked-distributi.patch
blob: e9d8d08d31163a15d98a16180b3b8ea01d0a0660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Tue, 30 Jun 2015 09:22:13 +0200
Subject: Add oldstable and oldoldstable to checked distributions

We don't want to stop security update related service restarts
once stable turns int oldstable turns into oldoldstable.
---
 apt/20services | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apt/20services b/apt/20services
index f9f4147..613bfdc 100644
--- a/apt/20services
+++ b/apt/20services
@@ -4,5 +4,7 @@ Whatmaps::Enable-Restart "0";
 // What updates are considered security updates
 Whatmaps::Security-Update-Origins {
    "${distro_id} stable";
+   "${distro_id} oldstable";
+   "${distro_id} oldoldstable";
    "${distro_id} ${distro_codename}-security";
 };