|
|
Log in / Subscribe / Register

Debian Etch and Ubuntu Feisty: a comparison

Debian Etch and Ubuntu Feisty: a comparison

Posted Aug 12, 2009 5:14 UTC (Wed) by drag (guest, #31333)
In reply to: Debian Etch and Ubuntu Feisty: a comparison by jamesh
Parent article: Debian Etch and Ubuntu Feisty: a comparison

Ideally what should happen is that Ubuntu and Debian remain compatible enough that they can share the same repositories.

If Ubuntu is based on Testing or is a snapshot of Debian unstable then it should be fine not to actually provide any software other then what is in Ubuntu main and then just have people pull directly from Debian repositories.

If Debian and Ubuntu get their 'stable' releases syncronized then that should make it even more possible.

----------------------

It's difficult situation both ways.

Ubuntu was created, essentially, as a response of Debian's inability to get software out on time and create a user-friendly default desktop install. (If this is not true then Ubuntu would of never reached the level of popularity that is today.. people would simply be using Debian instead)

I remember back in the day when a bunch of companies like Progeny and Xandros and all that tried to develop a "standard debian base" and all that so that they could share packages between them. But all those efforts failed because of Debian's failures and limitations. Debian was just unable to produce software releases on a dependable and timely manner.

If Debian developers could be made aware of the value and advantages to time based releases AND Ubuntu can gain the discipline in packaging to remain compatible with Debian then big benefits both ways can be realized.

That way Debian gains user-friendly desktop and Ubuntu gains credibility as a really useful OS in the business/server world. Debian's big advantage is the quality of packages and the amount of work that goes into making sure that everything is consistent, tested, and compatible. If, for example, your doing something big like setting up a Kerberos/LDAP system for Linux desktops then the packages provided by Debian will actually work for that, unlike most distros that don't get that stuff tested well or depend on proprietary products. It's obvious from the amount of details and little compatibility configurations and tools that people actually use Debian for that stuff. Ubuntu needs that sort of thing to be taken seriously as a desktop operating system for businesses.

-------------------------------------------

I do NOT see any reason, other then people's hangups and personal politics, why (with work and coordination) the Debian Tasksel that you won't be able to pick 'Ubuntu Desktop' as a installer option. I also think that instead of having the 'universe' and 'multiverse' users could just point at 'deb http://ftp.debian.org/' for their extra package mirrors.

I think that would be a wonderful thing to shoot for.


to post comments

Debian Etch and Ubuntu Feisty: a comparison

Posted Aug 12, 2009 7:25 UTC (Wed) by mbanck (subscriber, #9035) [Link] (1 responses)

Ideally what should happen is that Ubuntu and Debian remain compatible enough that they can share the same repositories.

Remember that Ubuntu is only based on Debian (unstable, by the way) on the source-package level. They rebuild revery package against their own toolchain, which in general makes it unsuitable to be installed on a Debian system (and vice-versa).

Now that library dependencies are more fine-grained on the symbol level via dpkg-gensymbols, it might get easier to share binary packages (e.g. most C programs do not use features of glibc-2.8 or above, and will now only declare a Depends on, say, glibc-2.3.6), but that will have to be seen.

Probably another factor in wasted possibilities for collaboration was Launchpad: from the outside, it looked like Ubuntu developers (at least those employed by Canonical) were suggested to use Launchpad for things like packaging. On the other hand, Debian Developers could rarely be convinced to use Launchpad due to its non-freeness. Maybe this will change now as well, however there is still the somewhat incompatible choice of VCS (svn/git on the Debian side, bzr on the Ubuntu side).

Debian Etch and Ubuntu Feisty: a comparison

Posted Aug 12, 2009 14:56 UTC (Wed) by drag (guest, #31333) [Link]

> Remember that Ubuntu is only based on Debian (unstable, by the way) on the source-package level. They rebuild revery package against their own toolchain, which in general makes it unsuitable to be installed on a Debian system (and vice-versa).

I don't know how much truth is in that really. In what ways are the code generated by the toolchains incompatible?

For example I've installed Chrome and a few other programs from Ubuntu's PPA on Debian and that worked just fine.

I know that for Opera offers dozens and dozens different packages for different distros.... but if you look at what is in them they all use the same binaries and install the same libraries to the same locations. Checksums and everything matches. There are a only a few different files, mostly minor things to do with packaging and the only different binary that is supplied is one for very old versions of Ubuntu that have use a different GCC C++ ABI.

Is it really neccessary for every program to be built using the same exact versions of GCC and whatnot?

Debian Etch and Ubuntu Feisty: a comparison

Posted Aug 18, 2009 20:01 UTC (Tue) by oak (guest, #2786) [Link]

> Ideally what should happen is that Ubuntu and Debian remain compatible
> enough that they can share the same repositories.

Err... Even their essential packages set is different. Ubuntu has
declared python as essential. (essential = package to which other
packages may not declare a dependency unless a versioned dependency is
needed and without which other packages cannot be installed)

Debian Etch and Ubuntu Feisty: a comparison

Posted Aug 20, 2009 20:38 UTC (Thu) by jengelh (subscriber, #33263) [Link]

>Ubuntu was created, essentially, as a response of Debian's inability to get software out on time and create a user-friendly default desktop install. (If this is not true then Ubuntu would of never reached the level of popularity that is today.. people would simply be using Debian instead)

By that logic, I should be able to capture the entire U****u fanbase by merely slapping a 1024x768 GUI installer on top of OpenBSD (they already have timely releases)!


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds