aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/Add-oldstable-and-oldoldstable-to-checked-distributi.patch
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-06-30 09:25:32 +0200
committerGuido Günther <agx@sigxcpu.org>2015-06-30 09:25:32 +0200
commit7c6ffb623a11a1bf434f601fdd875e68743b277b (patch)
treee33c743c0b6e4186353598d4d08f84e9802f66ba /debian/patches/Add-oldstable-and-oldoldstable-to-checked-distributi.patch
parente6ffcd9168c5eca1c0129e67d32b9783e5c5e5db (diff)
Add oldstable and oldoldstable to checked distributions
Diffstat (limited to 'debian/patches/Add-oldstable-and-oldoldstable-to-checked-distributi.patch')
-rw-r--r--debian/patches/Add-oldstable-and-oldoldstable-to-checked-distributi.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/Add-oldstable-and-oldoldstable-to-checked-distributi.patch b/debian/patches/Add-oldstable-and-oldoldstable-to-checked-distributi.patch
new file mode 100644
index 0000000..e9d8d08
--- /dev/null
+++ b/debian/patches/Add-oldstable-and-oldoldstable-to-checked-distributi.patch
@@ -0,0 +1,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";
+ };