From 6400fd909e5e17e10029cc677b4b96bd63a9bb83 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 12 Jul 2015 10:51:19 +0300 Subject: [PATCH] sources.list: rename debian* to codenames So they are compatible with the function which uses `lsb_release -sr`. --- etc/apt/sources.list/sid | 3 --- etc/apt/sources.list/{debian => stable} | 0 etc/apt/sources.list/{debiant => testing} | 0 etc/apt/sources.list/unstable | 3 +++ 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 etc/apt/sources.list/sid rename etc/apt/sources.list/{debian => stable} (100%) rename etc/apt/sources.list/{debiant => testing} (100%) create mode 100644 etc/apt/sources.list/unstable diff --git a/etc/apt/sources.list/sid b/etc/apt/sources.list/sid deleted file mode 100644 index c5a8ea21..00000000 --- a/etc/apt/sources.list/sid +++ /dev/null @@ -1,3 +0,0 @@ -## Main Debian archives. -deb http://httpredir.debian.org/debian sid main contrib non-free -deb-src http://httpredir.debian.org/debian sid main contrib non-free diff --git a/etc/apt/sources.list/debian b/etc/apt/sources.list/stable similarity index 100% rename from etc/apt/sources.list/debian rename to etc/apt/sources.list/stable diff --git a/etc/apt/sources.list/debiant b/etc/apt/sources.list/testing similarity index 100% rename from etc/apt/sources.list/debiant rename to etc/apt/sources.list/testing diff --git a/etc/apt/sources.list/unstable b/etc/apt/sources.list/unstable new file mode 100644 index 00000000..d9d4d0c9 --- /dev/null +++ b/etc/apt/sources.list/unstable @@ -0,0 +1,3 @@ +## Main Debian archives. +deb http://httpredir.debian.org/debian unstable main contrib non-free +deb-src http://httpredir.debian.org/debian unstable main contrib non-free