Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

This answer says:

The base of the operating system, Debian, comes in three versions: Stable, Testing and Unstable. Normally, Ubuntu is based on Testing; the LTS releases are based on Stable.

That cannot be true then for 12.04 because Debian Stable (Squeeze) is almost going to be old-stable, and it's obvious that the kernel versions in 12.04, packages, etc. cannot have come from Debian Squeeze.

So then what other Debian Stable is there for Precise to be based on?

share|improve this question

2 Answers

Normally, Ubuntu is based on Unstable. LTS versions are based on Testing, which will eventually become stable. Precise Pangolin is based on Wheezy. Wheezy was Testing at the time Precise was released, but now Wheezy is stable.

(Note: if I am wrong, I hope someone corrects me, else I mislead people.)

share|improve this answer
They autosync from Unstable usually, but they can sync from other releases when requested (like from Debian Experimental) – The Lord of Time May 10 at 3:07

That part of that answer is wrong.

LTS is based (mostly) on debian-testing

From https://wiki.ubuntu.com/LTS:

  • We are more conservative in our package merge with Debian, auto-synching with Debian testing, instead of Debian unstable.
  • [LTS is not] Cutting Edge: Instead of doing an automatic full package import from Debian unstable, we will do it from Debian testing. The benefit we gain from not introducing new bugs and/or regressions outweighs the new features and/or fixes we often get from unstable.
    • We reserve the right to selectively pull in updates from unstable, if we believe the stability of the package in Debian is better than what is in the current Ubuntu archive.

The obvious corollary is that non-LTS releases are based, for the most part, on Debian unstable.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.