Slashdot Mirror


Debian, Past Present & Future

solferino writes "Christoph Lameter, a major guru in the debian project, has put up a very well written talk that he gave earlier this week that addresses debian's past, present and future. He includes a good background history of the project, some interesting sets of figures and projections (30,000 packages by the end of 2004!), a good discussion of the pros/cons of source based distros and his ideas about a new package manager he is developing (uPM). In all a very good read, whether you are just now considering dipping a toe into the debian well-spring or have been drinking from the source for a long time already."

3 of 157 comments (clear)

  1. Re:source distribs by autechre · · Score: 5, Informative


    Keep in mind that you can install from source when you really need it. For example, I was still running potato on my servers a while back when AOL broke Everybuddy. Newer versions were out, but Debian only updates packages for security reasons (which is occasionally annoying). Not a problem:

    apt-get -b source everybuddy

    This will grab the source and Debian modifications, apply the mods, and build a package. You can omit the -b option if you want to customise it.

    Some will say that if you do this, you lose the stability provided by Debian's long release cycle, but I disagree. The rest of the system is not less stable because you installed an IM client (which shouldn't be able to hurt anything else, unless there are severe bugs in it). This is not any different than compiling it from source yourself and installing it into /usr/local (except that when you dist-upgrade, you'll get a newer version if one is available).

    On the other hand, installing packages from testing or unstable may upgrade libraries, and that could affect your system as a whole (especially if it's libc6). You'll have to weigh the benefits of this if it ever comes up.

    --
    WMBC freeform/independent online radio.
  2. Re:30,000 pkgs by 2004? by The+J+Kid · · Score: 5, Informative

    Nope. If you'd read the article you'd've seen that uptill woody they released every year.

    The reasons for Woody taking extra long were:
    - BIG jump in archs...up to 11, with stuf like X-Windows not actually designed for those archs, but they fixed it!
    - Security Patch maintainers where up to there neck in work and it was a bottle neck (remember the planned may release? This was why it was prosponed)
    - They only started fixing the above 2 probs after the freeze so that no new stuf could get in.

    But thankfully these issues are resolved now, so Sarge should release (ahem) on time. And anyway the PM (Project Manager) of Sarge wants to have cds of testing too.

    --
    Moderation: +4. Modded 70% Funny and 30% Overrated. 100% Saturated.
  3. The future by Anonymous Coward · · Score: 5, Informative

    The future sure does look bright for debian. The way I see it, debian went through a huge backend change during the potato-woody release. The number of architures soared and the number of package become increadible. Essentially the developers where forced to automate the entire build process across all platforms. This was hugh, and puts debian in a really good postision going forward. From what I can tell, debian is the only distribution where scripts control so much of the backend in building, distributing, and bug tracking the system.

    Now that this change has been accomplished there is alot of "low hanging fuit" for debian to pick.

    The installer has been reworked and is currently in early beta testing. the whole thing is now modular to allow for easy porting to different architures, and to to allow for a very flexable install. Most debian developers want to be able to pop in a cd, have it detect most of the hardware, then automatically install baisc packages. The new installer allows for this, while retaining the power to customize or trouble shoot installations.

    Also there is the new PGI installer. Version 1.0 is out now. This is as simple as redhat/mandrake installers. It has great hardware detection and set up and gnome desktop.

    If you want to try thy hardware detection routines in debian (package discover) then try popping in knoppix 3.0. This is a debian system on a live cd. Pop it in to most PC and the network, x, sound, and usb are all configured.

    The desktop is coming to debian. Both gnome2 and kde3 are about to move from experimental to unstable. They should be in sarge for the next stable release. gnome2 will enter this weekend, and kde3 is awaiting the completion of the transition to gcc-3.2, but its ready to roll.

    There are now many subprojects that will help puch debian onto the desktop: eg the desktop , the education and the music (demundi) sub projects are all starting to take off.

    Debian been my primary desktop for 2.5yrs, since I gave up on redhat. I keep trying other distro, but they are just to inflexable for my needs, and to difficult to maintain. I want something to get my work done, not to continuely tweak the operating system.

    AC-DC
    PhD elec. eng.

    PS for those who think that lindows software warehouse or ximian redcarpet are cool, try kpackage with it confgure to use apt. This is the default in the debian's kde. This combo of kpackage and apt-get is the most powerful and user friendly package installation i''ve ever seen. ( Of couse I personally still use apt from a terminal. :P )

    I