{ // This is a mapping of Debian release names to their respective codenames "unstable": "sid", "testing": "jessie", "stable": "wheezy", "oldstable": "squeeze", "jessie": "jessie", "wheezy": "wheezy", "squeeze": "squeeze", // The following release names are not supported, but included of completeness sake "lenny": "lenny", "etch": "etch", "sarge": "sarge", "woody": "woody", "potato": "potato", "slink": "slink", "hamm": "hamm", "bo": "bo", "rex": "rex", "buzz": "buzz" }