Hi, I'm trying to do a minimal install of Debian testing. However, instead of using the official wheezy repos, I want to use the Latest repository of Mint (because I want to be safe from random breakages). I'm first trying it on VirtualBox. after the minimal installation, this is what i've done so far:
-intall sudo => apt-get install sudo
-set up sudo => visudo => beneath the “root ALL=(ALL) ALL" type “YOURUSERNAME ALL=(ALL) ALL” => save and exit
-change /etc/apt/sources.list file as follows:
deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
-fix update expired error:
touch /etc/apt/apt.conf.d/80mintupdate-debian
add line : ` Acquire::Check-Valid-Until "false"; `
-sudo apt-get update
when I now try to install xorg, it complains about missing dependency xserver-xorg. Please help.





