| Lure | djay-il: ask in -chat or in #kubuntu-devel |
| LaserJock | ok, I think that's my queue |
| LaserJock | Hello everybody! |
| LaserJock | My name is Jordan Mantha and I'm a PhD Chemistry student and Ubuntu volunteer. |
| djay-il | Lure, even if its not really technical? |
| LaserJock | In Ubuntu I'm a Universe developer, a part of the Documentation Team, on the Edubuntu Council, and am just generally an Ubuntu-holic. |
| LaserJock | Today I want to talk a little about what how we maintain software once it's already in our software repositories (Main, Restricted, Universe, Multiverse) |
| LaserJock | First of all, in order to keep the noise level down a bit in here, please also join #ubuntu-classroom-chat and when you want to ask a question just put a "Question:" in front of your question. Thanks. |
| LaserJock | To be honest I don't have a full hour of lecturing ready |
| LaserJock | and everybody goes "Yay!" |
| finalbeta | yay |
| tictacaddict | Yay! |
| somerville32 | :) |
| LaserJock | so I'll start out with some material and then open it up for some Q & A |
| LaserJock | I think there are 2 things that are important to keep in mind here: |
| LaserJock | 1. Ubuntu is intimately connected to Debian |
| LaserJock | 2. Ubuntu uses Launchpad ( http://launchpad.net ) for virtually all package maintenance |
| LaserJock | Let's look at both of those a little more carefully. |
| LaserJock | Ubuntu, as most of you probably know, is derived from Debian |
| LaserJock | which is one of the oldest Linux distros around |
| LaserJock | At the beginning of every Ubuntu development cycle the archive admins update the Ubuntu development repository with the packages that are currently in Debian unstable (Sid). |
| LaserJock | If the package was previously changed or modified by Ubuntu it will have ubuntu in the version (alacarte's version in 6.10 is 0.10.1-0ubuntu1 for instance). |
| LaserJock | If the package has an ubuntu version then it won't be "synced" automatically, but instead a special script called Merge-o-Matic (MoM) will try to merge the changes as best it can and spit out a report on http://merges.ubuntu.com |
| LaserJock | *Every* updated package that previously had Ubuntu changes is checked manually and either merged if the old changes are still needed or synced if they can be dropped. This takes a fair amount of time and accounts for a lot of the maintenance work we do in Ubuntu. |
| LaserJock | In Universe our primary goal is the manage (and minimize) the divergence we create from Debian. In Main there is a bit more emphasis on going beyond just managing divergence and really into developing and leading the way in desktop development. |
| LaserJock | Because of our intimate connection it is important that we keep at least some track of what's going on in Debian. We do this primarily via the Debian Bug Tracking System (BTS) |
| LaserJock | http://bugs.debian.org |
| LaserJock | and Package Tracking System (PTS) |
| LaserJock | http://packages.qa.debian.org |
| LaserJock | This allows us to keep track of Debian versions and bug fixes. |
| LaserJock | OK, so now I'll give you a little time to digest all that and ask any questions so far |
| LaserJock | nice, I see I've explained everything perfectly :-) |
| tictacaddict | I have a question |
| LaserJock | shoot |
| tictacaddict | Can unmodified debian packages normally be installed in Ubuntu? will there be problems with dependencies sometimes? |
| LaserJock | yes |
| LaserJock | there are differences |
| LaserJock | although the source packages may not be different, *every* package in Ubuntu is rebuilt in an Ubuntu environment |
| LaserJock | so the resulting binary packages often have slightly different dependecies |
| greguti | I have a question.. |
| whowe | QUESTION: Will Ubuntu packages work fine in Mepis or should you use the Debian packages, I have noticed on a machine with Mepis that it uses Ubuntu repositories |
| danbuntu | QUESTION - by roughly how much do the packages change, what changes and why? |
| cbx33 | danbuntu, that's exactly what I was goign to ask |
| LaserJock | whowe: they might, but there certainly isn't any way to say for sure. It's obviously best to use packages built for your distro |
| greguti | QUESTION: how many people spend their time checking the MoM packages? You said it takes a lot of time, but for how many developpers? |
| LaserJock | danbuntu: primarily the changes are in dependences or if there is something that Ubuntu is pushing forward with |
| amnesia | post the questions to #ubuntu-classroom-chat please |
| LaserJock | examples have been when we used a newer default Python and gcc version |
| LaserJock | we had to "tweak" the dependecies to use those versions |
| somerville32 | LaserJock: Did you finish your presentation and now at Q&A or are we just in a Q&A "break"? |
| LaserJock | Q & A break |
| somerville32 | :) |
| LaserJock | I've got more |
| LaserJock | some package change very little, like literally one line |
| LaserJock | other are pretty heavily patched |
| LaserJock | it depends on what Ubuntu wants to have to maintain |
| LaserJock | because the next time around we are going to have to merge those changes back in |
| LaserJock | so that goes to greguti's question of just how much time is this taking |
| LaserJock | well, generally it takes all the developers a few months to get the process comleted |
| LaserJock | Main has more paid developers and there is a larger packages/devs ratio |
| LaserJock | so it goes faster |
| LaserJock | to give you an idea |
| LaserJock | there are 18656 source packages in Edgy Universe |
| LaserJock | 1250 of them have ubuntu versions and have to be merges/synced |
| tsmithe | woah |
| La_PaRCa | QUESTION: Is the tracking of the debian BTS and PTS automatic for each package or is it "by hand"? |
| LaserJock | in Main the number is 5382 and 978 |
| LaserJock | so total in Ubuntu there are roughly 2000 packages that have to be manually looked at with each release |
| LaserJock | La_PaRCa: some of both |
| greguti | that's a lot! |
| ajmitch | it is a lot |
| LaserJock | and there are roughly 80-100 people doing it |
| tsmithe | 20 each |
| ajmitch | but not all of them are updated every release cycle |
| greguti | that is an average of 20 packages for each people... |
| Sionide | ajmitch, aye but dependencies etc might change so they still need testing (i guess anyway) |
| LaserJock | yes, each package must be looked at, modified if needed, and rebuilt and tested befor it ever gets uploaded |
| cbx33 | Does one need an intimate knowledge of make/automake to be able to package "make" source tree? |
| greguti | (thanks for all these informations, this Open Week irc chats are such a great idea) |
| LaserJock | intimate, no, some is helpful though :-) |
| tenshu | is debian merging changes with ubuntu packages the same way ubuntu does? |
| LaserJock | tenshu: no |
| LaserJock | Debian has a different maintainance structure than Ubuntu |
| LaserJock | in Debian each package has a maintiane or even team of maintainers that "own" a package |
| LaserJock | in Ubuntu we use team maintianence |
| Lure | QUESTION: Is the tracking of the debian systems automatic for each package or is it by hand? |
| tsmithe | didnt we have that q? |
| Lure | ^^^ by <La_PaRCa> |
| LaserJock | so MOTU ( Masters of the Universe) maintain *all* of the Universe repo |
| LaserJock | ok, so an example of a semi-automatic system is a list I maintain for the MOTU Science team |
| LaserJock | http://tiber.tauware.de/~laserjock/motuscience/feisty/all.list |
| Lure | <adefelice> QUESTION: Is it possible that a package which has no bugs in debian has bugs in Ubuntu? |
| tsmithe | LaserJock, not found |
| tsmithe | :( |
| LaserJock | ^^ is an example of a system we set up to track Ubuntu and Debian changes |
| LaserJock | sorry |
| LaserJock | http://tiber.tauware.de/~laserjock/motuscience/feisty/all.html |
| tsmithe | cool |
| LaserJock | adefelic1: yes it is possible, anytime you modify something there is a chance you introduce a bug |
| LaserJock | we'd like to think we fix more then we introduce :-) |
| Lure | <lotusleaf> QUESTION: Are there any plans to keep WINE up-to-date and available as a .deb within the official Ubuntu repos, rather than have it sit at the version it is now within them, leaving people to use a 3rd party repo without a gpg key (unless they compile from source) to get the latest version? |
| LaserJock | well, that is always the goal |
| gnomefreak | what version is it at now? |
| gnomefreak | 22? |
| LaserJock | we don't sit around all day thinking how we can give users old, crusty software |
| LaserJock | we try to do our best to have as stable and updated of software as we can |
| LaserJock | but wine is maintained by the Ubuntu community and it's a tough packages |
| cbx33 | compiling from source is pretty easy |
| LaserJock | so you are more than welcome to help maintain it and we can help you along the way |
| cbx33 | esp for wine |
| Lure | <orphean> Question, what's the recommended route for some interesting in contributing to package maintaing? |
| LaserJock | Get in contact with the MOTU team |
| LaserJock | either #ubuntu-motu or the ubuntu-motu mailing list on lists.ubuntu.com |
| LaserJock | MOTU does a lot of work on helping people learn to create and maintain packages |
| LaserJock | tsmithe: I agree |
| cbx33 | it totally does |
| LaserJock | ok, lets move on a little bit more |
| cbx33 | the pacakging guide is great too |
| LaserJock | the second thing I wanted to talk about was Launchpad |
| LaserJock | The first thing is you have to figure out how to use Launchpad. It is a rather large and sometimes confusing system but it also houses a lot of power. |
| LaserJock | My primary advice to people who want to use Launchpad very much is to learn how to create your own URL. |
| LaserJock | For instance, if you want to know about a particular source package use: |
| LaserJock | http://launchpad.net/distros/ubuntu/+source/<packagename> |
| LaserJock | If you want to see all the bugs for a package just add on +bugs: |
| LaserJock | http://launchpad.net/distros/ubuntu/+source/<packagename>/+bugs |
| LaserJock | Parts of the URL with the + in front are important, they are like modifiers to the thing that goes before it. In this case we want to see bugs for <packagename> |
| LaserJock | so really package maintainance in Ubuntu is broken down into 2 parts for the most part |
| LaserJock | the first is the merge/synce process that we've already talked about |
| LaserJock | where we sort of take a new snapshot of Debian |
| LaserJock | the second part comes after we've done that and we've "frozen" |
| LaserJock | and that is bug fixing |
| LaserJock | for that we use the Launchpad bug tracking system called Malone |
| LaserJock | ok, Lure can you pull in some more questions? |
| Lure | <danbuntu> Question - there's always talk of weather rpm, tqz, deb or what ever is better. Do you think that the current deb system is still relevent and suitable? |
| LaserJock | well, that is an interesting question |
| LaserJock | my answer is I haven't seen anything better that can be used at this scale |
| LaserJock | I think debs are still very relevent and suitable |
| Lure | <tictacaddict> QUESTION: Malone like Mal-Won or Maloney |
| LaserJock | there are a major reason why Debian is as stable and secure as it is |
| cbx33 | mal-own? |
| LaserJock | and it is also in development |
| gnomefreak | ma-lone is kind of how i say it :) |
| LaserJock | me too |
| Lure | gnomefreak: +1 |
| ryanakca | m-alone :) |
| Lure | <tenshu> Question : It seems to have a lot of work done with merging/syncing; But why does it take so long to get a package accepted through REVU? |
| LaserJock | ah, good question |
| LaserJock | the basic answer is (in my experience) it is very difficult to review other people's packages |
| LaserJock | in fact I can often take more time reviewing a package than the person did actually making it |
| woodwizzle | I'm still a big fan of portage. It solves most of the problems with dependencies and has excellent features for optional packages etc. It makes updating very easy too. Its just that loooong compile time that ruins it. I would like something new with most of those features. |
| LaserJock | woodwizzle: yes, I'm a former Gentoo user. portage has some rather nice features |
| Joe_CoT | yes, aren't we /all/ former gentoo users ^_^ |
| Lure | <somerville32> QUESTION: Can you explain backports and stable release updates? How easy is it to get each approved respectively? What circumstances call for these to occur?, etc. |
| LaserJock | tenshu: to continue answering your question, it's also a time managment issue. maintaining the packages we already have takes a lot of time too |
| LaserJock | people want new packages |
| LaserJock | people want the latest packages |
| LaserJock | people want bug-free packages |
| LaserJock | at some point we can't do it all :-) |
| LaserJock | so we try to work on a little bit of all of those |
| Lure | LaserJock: and it is only 6 month to do this all ;-) |
| LaserJock | yes |
| LaserJock | we spend a few months getting all synced up to Debian |
| LaserJock | we spend a fair amount of time bug fixing |
| LaserJock | people intersted in the timing should check out http://wiki.ubuntu.com/FeistyReleaseSchedule |
| Lure | somerville32: https://wiki.ubuntu.com/StableReleaseUpdates |
| LaserJock | ok, yes |
| Lure | somerville32: https://wiki.ubuntu.com/BackportsHowto |
| LaserJock | once a Release has been released it is really frozen |
| LaserJock | we don't add any totally new packages |
| LaserJock | and we have 3 channels for updates |
| LaserJock | -security (what the name suggests, security fixes) |
| LaserJock | -updates (major and high impact bug fixes. "Ma, my computer ate my homework" |
| LaserJock | -backports ( taking packages from the development release and building them for a stable release) |
| Lure | <greguti> QUESTION: why did you choose to use Launchpad and not some other bug-tracking and versioning system? What are the benefits of this system? |
| LaserJock | we have policies in place (as Lure gave some URLs for) for all of these |
| LaserJock | greguti: ah, well Launchpad is written by Canonical |
| LaserJock | we used to use bugzilla for our bug-tracking |
| LaserJock | but Canonical wanted to build a large infrastructure for distro and software development |
| kudzubane | malone vs. bugzilla? |
| LaserJock | so we have bug tracking, translations, specification tracking, meeting tracking, teams |
| LaserJock | so when Launchpad and Malone seemed usable we switched over |
| LaserJock | and now we are using it for package building and archiving |
| Lure | <cbx33> QUESTION: Are there plans to make the REVU process documented a little clearer? |
| LaserJock | of course :-) |
| cbx33 | short ans sweet I love it ;) |
| Lure | <kudzubane> QUESTION: are there formal regression tests for new/updated packages during the revu process? |
| LaserJock | we have plans of making everything perfectly documented and running like a well-oiled-machines |
| LaserJock | however, that takes a lot of manpower and will take some time |
| LaserJock | kudzubane: revu specifically? |
| kudzubane | LaserJock: yes |
| LaserJock | REVU is primarly designed for brand new packages, ones that don't exist in Ubuntu/Debian currently |
| kudzubane | LaserJock: my mistake, all packages |
| LaserJock | we usually use bug reports for patches to existing packages |
| ajmitch | there are plans afoot for distro-wide testing |
| LaserJock | I can't speak a whole lot about Main on this |
| LaserJock | but there are plans |
| Lure | <diocles> QUESTION: Where should bugs against feisty get filed in launchpad? Do we have to check whether the package differs to the one in Edgy? |
| LaserJock | so far it's more-or-less been up to individual developers to test things before uploading |
| LaserJock | diocles: file it like any bug. it's always helpful to say what release you are running and what version of the package you are using |
| Lure | <danbuntu> QUESTION - do you ever get time to sleep or is all just package, package, package? |
| LaserJock | diocles: what's sleep? |
| ajmitch | LaserJock never sleeps, he just keeps on going |
| Lure | <gumpa> QUESTION: what does the final '4' mean in the package version: 0.9.22-0ubuntu4 |
| LaserJock | gumpa: well, the first time we changed it we used 0.9.22-0ubuntu1 |
| LaserJock | the 4 just means we've updated that package 3 more times |
| LaserJock | since then |
| Lure | <Terminus> QUESTION: Wouldn't it be better to have some of the newer packages make it into -updates instead of -backports? Sometimes people don't like enabling -backports and -updates. Maybe -updates would be appropriate? Example, the recent changes upstream for flashplugin-nonfree. It meant that flash was broken on newly installed dapper systems until you use -backport or manually install the -backport deb. |
| LaserJock | well, that's a tough question |
| Terminus | whoops just i meant they don't like enabling just -backports. sorry. i just woke up. =) |
| LaserJock | we have worked out a Stable Release Updtate policy that should help clear up what does and doesn't go into updates and makes sure it is properly tested |
| LaserJock | the problem is that -updates and -backports have a different focus |
| LaserJock | -updates is focused at fixing bugs in an existing package |
| LaserJock | that has to make sure that we aren't introducing new bugs |
| Terminus | well, i would say that flashplugin-nonfree not working is definitely a bug. =) |
| LaserJock | we want to make the user's system *more* stable not less |
| LaserJock | -backports is focused more at getting the latest versions |
| Lure | <tiagoboldt> QUESTION: How do we 'get our hands dirty'? |
| LaserJock | I'm not sure about flash but it does take more time to get into -updates then -backports because of the stability issue |
| Terminus | i see. thanks. =) |
| LaserJock | I'd really encourage everybody interested in contributing to check out the MOTU |
| LaserJock | http://wiki.ubuntu.com/MOTU |
| LaserJock | and #ubuntu-motu |
| LaserJock | these are the community volunteers that make Universe and Multiverse work |
| LaserJock | and they are the entry point into learning how to package and maintianing packages in Ubuntu |
| LaserJock | I can in now way do justice to the topic in 1 hr |
| LaserJock | but hopefully I've given you a few things to chew on and perhaps answered a few of your questions |
| Lure | <tictacaddict> Question: Sorry, what is REVU again? |
| greguti | thanks a lot for your time |
| LaserJock | we really like to emphasize community participation |
| LaserJock | and you are really welcome to help us out, no matter what your skill level is |
| LaserJock | we aren't just looking for programmers (although they are handy too ;-) ) |
| LaserJock | tictacaddict: revu.tauware.de |
| LaserJock | http://wiki.ubuntu.com/REVU |
| Lure | tictacaddict: revu is read as "review" |
| tenshu | yes i can tell it packaging don't required (much) programming skill |
| LaserJock | it's the system we wrote to allow us to review and include packages from the community into Universe |
| Lure | <zi99y> QUESTION: Wouldnt it make sense to have the auomatix packages available as standard but restricted depending on your location. i.e. if they are legal in your part of the world? |
| LaserJock | zi99y: no |
| LaserJock | Automatix is something that is used quite a bit in forums community |
| LaserJock | but it is essentially obsolete |
| LaserJock | and I really don't see it serving a purpose anymore once Feisty is released |
| LaserJock | it filled a gap for a while, but it's probably time for it to go soon |
| LaserJock | but that's just my opinion :-) |
| Lure | zi99y: see also https://wiki.ubuntu.com/CommonCustomizations |
| LaserJock | we saw lots of breakage in the Dapper->Edgy upgrades because of third party repos |
| LaserJock | and scripts like Automatix |
| Lure | <tm|ubuntu> Is there any plan to have something analogous to debian-volatile? |
| LaserJock | it's just hard on the system to do things like that |
| LaserJock | tm|ubuntu: well, there has been a longstanding proposal for something called Grumpy Groundhog |
| monkeric | LaserJock: this has been super useful. Just wanted to say a huge Thank You. |
| LaserJock | it might be somewhat similar, although more towards debian's experimental repo |
| LaserJock | ok, I'm done |
| Lure | <_MMA_> QUESTION: Will the "becoming a MOTU" get a structure? ie: Step1, Step2 and so on? |
| LaserJock | Thanks everybody |
| LaserJock | _MMA_: yes it will |
| tictacaddict | Thank YOU! |
| kudzubane | thanks for sharing , it was enlightening to peep into a component of a the a new (to me) distro |
| LaserJock | hmm, I guess I'm the last person of today |
| greguti | thank you so much, ubuntu rules :-) |
| tiagoboldt | sure, thank U! :D And the ones responsible for these sessions :D |
| LaserJock | so if you have any remaning questions feel free to ask |
| stani | thanks! |
| tenshu | thanks LaserJock, and i'm hoping REVU will becom more efficient in a close future |
| tenshu | =) |
| Jucato | QUESTION: where's the food? don't they give those out after seminars? :P |
| zi99y | any opensuse devs here? :D |
| LaserJock | Jucato: ahh, Google is the place for food |
| geser | Jucato: in the fridge :) |
| amnesia | LaserJock: thanks for the info today |
| LaserJock | tenshu: we do to |
| zi99y | thanks LJ |
| tenshu | =) count on me |
| Jucato | heheh :) |
| antihec | but do take care, things in the ubuntu fridge are of rare supply and sometimes a bit old ;-) |
| LaserJock | antihec: maybe even a bit moldy :/ |
| Jucato | eww... :) |
| LaserJock | OK, make sure to come tomorrow if you can |
| LaserJock | lots more info |
| LaserJock | and fun!!! |
| Terminus | thanks LaserJock =) |
| antihec | LaserJock: :-) |
| Jucato | thanks LaserJock!! |
| tiagoboldt | packaging would have chatting for hours :D |
| Jucato | lots more fun in the Ask Mark session :P |
| tiagoboldt | sure 'how's space mark?' xD |
| jonasj | thanks LaserJock, it has been very enlightning. |