From: Michael Prokop Date: Wed, 30 Aug 2017 11:48:57 +0000 (+0200) Subject: Drop support for Debian wheezy X-Git-Tag: v0.31.0~8 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=9612f61ab2bab3c2aabf47cb757abed4c2f4a114 Drop support for Debian wheezy It's oldoldstable nowadays and we no longer use it anywhere, so let's drop related zsh completion and config files. --- 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 index ea23a14..0000000 --- a/etc/grml/fai/config/files/etc/apt/preferences.d/udev/DEBIAN_WHEEZY +++ /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 index f9f789c..0000000 --- a/etc/grml/fai/config/files/etc/apt/preferences.d/wheezy-backports/DEBIAN_WHEEZY +++ /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 index 70655c9..0000000 --- a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY +++ /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 index 19d7235..0000000 --- a/etc/grml/fai/config/package_config/DEBIAN_WHEEZY +++ /dev/null @@ -1,5 +0,0 @@ -PACKAGES install - -zd1211-firmware -ifenslave-2.6 -wipe diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index ef2ef93..334ddbb 100644 --- a/etc/zsh/completion.d/_grml-live +++ b/etc/zsh/completion.d/_grml-live @@ -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} }