aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/Add-oldstable-and-oldoldstable-to-checked-distributi.patch22
-rw-r--r--debian/patches/series1
2 files changed, 23 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";
+ };
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5a90dc0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Add-oldstable-and-oldoldstable-to-checked-distributi.patch