I just wanted to do a regular upgrade on my Debian Wheezy system. I did the usual
$ sudo apt-get update $ sudo apt-get upgrade I noticed that the number of packages to be upgraded was pretty large but I just hit Y and proceeded with the upgrade. To my astonishment, after the upgrade was finished, I found out that I now have a Debian 8 system.
So, is it possible that a simple upgrade has performed a dist-upgrade? As far as I understood, upgrade should never perform a distribution upgrade but only upgrade packages for the current distribution. Or am I missing something?
Here is my sources.list file:
deb http://ftp.de.debian.org/debian/ wheezy main deb-src http://ftp.de.debian.org/debian/ wheezy main deb http://security.debian.org/ wheezy/updates main deb-src http://security.debian.org/ wheezy/updates main # wheezy-updates, previously known as 'volatile' deb http://ftp.de.debian.org/debian/ wheezy-updates main deb-src http://ftp.de.debian.org/debian/ wheezy-updates main # wheezy-backports deb http://ftp.us.debian.org/debian/ wheezy-backports main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy-backports main contrib non-free deb ftp://ftp.debian.org/debian stable main contrib non-free # debian multimedia non-free deb http://www.deb-multimedia.org wheezy main non-free # xtreemfs deb http://download.opensuse.org/repositories/home:/xtreemfs/Debian_7.0 ./ # MariaDB 5.5 repository list - created 2015-03-29 20:56 UTC # http://mariadb.org/mariadb/repositories/ deb http://mirror2.hs-esslingen.de/mariadb/repo/5.5/debian wheezy main deb-src http://mirror2.hs-esslingen.de/mariadb/repo/5.5/debian wheezy main Anyway, is it possible to revert the system to a clean wheezy system in some way?