Drop support for Debian wheezy
authorMichael Prokop <mika@grml.org>
Wed, 30 Aug 2017 11:48:57 +0000 (13:48 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 30 Aug 2017 12:03:04 +0000 (14:03 +0200)
It's oldoldstable nowadays and we no longer use it anywhere,
so let's drop related zsh completion and config files.

etc/grml/fai/config/files/etc/apt/preferences.d/udev/DEBIAN_WHEEZY [deleted file]
etc/grml/fai/config/files/etc/apt/preferences.d/wheezy-backports/DEBIAN_WHEEZY [deleted file]
etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY [deleted file]
etc/grml/fai/config/package_config/DEBIAN_WHEEZY [deleted file]
etc/zsh/completion.d/_grml-live

diff --git a/etc/grml/fai/config/files/etc/apt/preferences.d/udev/DEBIAN_WHEEZY b/etc/grml/fai/config/files/etc/apt/preferences.d/udev/DEBIAN_WHEEZY
deleted file mode 100644 (file)
index ea23a14..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Explanation: this file was installed by grml-live to install udev from wheezy instead of deb.grml.org
-Package: udev
-Pin: release n=wheezy
-Pin-Priority: 999
diff --git a/etc/grml/fai/config/files/etc/apt/preferences.d/wheezy-backports/DEBIAN_WHEEZY b/etc/grml/fai/config/files/etc/apt/preferences.d/wheezy-backports/DEBIAN_WHEEZY
deleted file mode 100644 (file)
index f9f789c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Explanation: this file was installed by grml-live to allow overriding initramfs-tools from backports
-Package: initramfs-tools
-Pin: release a=wheezy-backports
-Pin-Priority: 997
-
diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY
deleted file mode 100644 (file)
index 70655c9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# official debian repository:
-  deb     http://ftp.debian.org/debian/ wheezy main contrib non-free
-  deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free
-
-# security updates:
-  deb     http://security.debian.org/ wheezy/updates main contrib
-  deb-src http://security.debian.org/ wheezy/updates main contrib
-
-# backports:
-  deb     http://ftp.debian.org/debian/ wheezy-backports main contrib non-free
-  deb-src http://ftp.debian.org/debian/ wheezy-backports main contrib non-free
diff --git a/etc/grml/fai/config/package_config/DEBIAN_WHEEZY b/etc/grml/fai/config/package_config/DEBIAN_WHEEZY
deleted file mode 100644 (file)
index 19d7235..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-PACKAGES install
-
-zd1211-firmware
-ifenslave-2.6
-wipe
index ef2ef93..334ddbb 100644 (file)
@@ -47,7 +47,7 @@ _grmllive_suites() { #{{{
   local -a suites
 
   suites=(
-    stable testing unstable wheezy jessie stretch sid
+    stable testing unstable jessie stretch sid
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}
 }