/srv/irclogs.ubuntu.com/2008/11/02/#ubuntu-motu.txt

sistpotyRainCT: well, things happen *g*... maybe I now reported a bug twice, in case exim was smart enough to still retry the original message (the log is a little bit vague, saying completed, which I guess is valid for the bounce only though)00:00
sistpotygouki: I usually use debsign -k<keyid>... as for me DEBSIGN_KEYID never seemed to work *shrug*00:01
RainCTwell, good night00:02
sistpotygn8 RainCT00:02
goukisistpoty, indeed! That worked like a charm. Weird, as DEBSIGN_KEYID doesn't work. Any ideas why?00:03
sistpotygouki: not really... maybe a bug in debsign?00:05
sistpotygouki: from a glimpse, maybe also setting DEBSIGN_MAINT ?00:07
RainCTRandom Quote: One of the most striking differences between a cat and a lie is that a cat has00:08
goukisistpoty, hmm, didn't work either :S00:09
sistpotygouki: hm... no idea then, even with staring at debsign's source for some time now00:12
goukiHmmm ... That's weird. Are those variables saved and persistent after reboots? It keeps forgetting the name and email00:22
cyphermoxdid you write them to your .profile or .bash_profile or some other similar file?00:23
goukicyphermox, I thought they were written when using export.00:41
cyphermoxah, no. you need to add those to the profile file used by you're shell. maybe there's some other way elsewhere, but i'm not aware of it00:42
CThohow do i figure out who the maintainer(s) for a particular package is00:46
pochuCTho: "apt-cache showsrc $pkg | grep Maintainer"00:48
stgrabermost packages in Ubuntu don't have maintainers, only some packages in main have maintainers (but any coredev can still upload)00:49
CThocool00:52
pochuhey stgraber :)00:56
stgraberhi pochu00:57
stgraberhow's it going ?00:57
pochustgraber: pretty well! you?01:00
* pochu just applied to NM01:00
stgraberyeah, getting used to living in Canada :)01:00
stgraberpochu: coming to UDS ?01:00
pochustgraber: not this time :(01:00
pochustgraber: oh, are you in Canada?01:00
stgraberyep, moved there 3 months ago01:01
stgraberargh, too bad we'll never meet if you continue to go to UDS only when I don't :)01:01
stgraberI'm now working on LTSP and educational softwares at full time and I'm paid for that :)01:03
stgraberI'll probably apply for MOTU membership soon though as it seems to be a requirement to get limited upload rights to main now ... (I maintain iTalc/ltsp/ltspfs/ldm and soon ltsp-cluster there but need to get everything sponsored ...)01:04
stgrabernot that I don't like to speak to my sponsors :) but it'd make things a lot faster to directly upload that to Ubuntu.01:05
pochustgraber: that's cool! yeah, hopefully next UDS...01:05
stgraberpochu: yeah, now that I'm working on Ubuntu full-time I should be able to come to every UDS either sponsored by Canonical or by my company (if Canonical sponsors me we can then send someone else)01:06
pochuso now all the pressure is on my side :)01:07
stgraberyeah :)01:07
* pochu thinks of a cool proposal for the Kind Koala's UDS :D01:08
stgrabertopics aren't the problem at UDS, time usually is :)01:10
pochuI hope next UDS is not in June ;)01:11
* pochu is off to bed01:11
stgraberpochu: why ? exams ?01:11
pochuyeah01:12
stgraberyeah, that'd be a problem :)01:12
stgraberpochu: good night01:12
pochugood night stgraber! see you01:12
jdongGREAT SUCCESS! Intrepid boots to ext4 :D01:14
stgraberjdong: cool01:15
jdongyeah, pretty neat :)01:15
stgraberjdong: can we install on ext4 or do you need to install on ext3, then debootstrap on ext4 ?01:16
jdongstgraber: I just tune2fs -E test_fs -O extents my /01:16
jdongstgraber: but BE CAREFUL: (1) you need to add ext4dev to /etc/initramfs-tools/modules (2) you need a separate ext2/ext3 /boot because grub can't read ext401:16
jdongstgraber: right now I'm just going to mangle all my files in-place to take advantage of extents (i.e. rsync usr usr.new, mv usr.new usr)01:17
stgraberok, that'll take a while :) (Copying all your files)01:18
jdongstgraber: yeah, maybe 15 minutes of mangling around; this is a fairly new install01:18
jdongstgraber: I'm not sure how much you'd have to hack ubiquity to make it install to ext4dev, probably it'll be a simple hack01:19
jdongstgraber: though you will have to manually make sure ext4dev.ko is in initramfs or the next boot will be interesting01:19
stgraberyeah :) and force it to create a /boot (as it does with xfs/jfs)01:20
jdongcorrect01:20
copprouh oh01:22
copproI think I found a FTBFS01:22
copprocan someone verify or should I just file?01:23
copprohello? Did everyone just run away as soon as I mentioned FTBFS?01:27
cyphermoxI'm just being curious, but what fails?01:27
copprogeordi01:28
coppromissing a haskell library in the build-dep I think01:28
=== csilk_ is now known as csilk
sistpotycoppro: hm? iirc geordi built last fine a few weeks ago? could you pastebin the error message eventually?01:49
copprosure01:50
copprosistpoty: http://codepad.org/HOYP77NO01:55
sistpotycoppro: did you try that in pbuilder?01:56
copprosistpoty: I can't get pbuilder to do it; how do I make the dsc for it to use01:56
sistpotycoppro: sudo pbuilder build <dscfile>01:57
copprowhich dsc?01:57
sistpotycoppro: well, if you take a pacakge from the archive, you've already got a dsc01:57
sistpotycoppro: otherwise you could build a source package first (dpkg-buildpackage -rfakeroot -S -us -uc)01:58
copprooh there we go01:58
sistpotycoppro: or just use pdebuild in the top source dir01:58
copproI forgot the build01:58
sistpotycoppro: however in this case, are you sure you have all the build-dependencies of geordi installed?01:58
copproyes01:58
coppropbuilder fails at satisfying them though01:59
sistpotythat would be bad02:00
copproprobably02:00
* sistpoty test-builds geordi02:02
wgrantjdong: I was planning to reinstall my laptop later today... I think it might be hack-Ubiquity-on-the-live-CD time.02:11
jdongwgrant: it'll be fun! :)02:11
jdongFWIW an hour later nothing exploded yet02:11
wgrantNot surprising.02:11
jdongyeah, I wouldn't expect ext4 to be all that risky02:12
jdongperformance improvements are modest and incremental02:12
wgrantI'd have to tweak /etc/modules and update-initramfs, wouldn't I?02:12
jdongfor ordinary workloads, little difference, but for huge files, it helps significantly02:12
jdongyeah you need to tweak /etc/initramfs-tools/modules02:12
wgrantAh, that's the one.02:12
jdongand of course, separate /boot02:12
wgrantYep.02:13
copprohow do I get ext4? I already have a separate /boot, so that's not an issue02:13
* wgrant hits clueless forum users.02:13
ScottK-laptopwgrant: That's redundant.02:14
wgrantThey're now complaining that you can delete root-owned files.02:14
wgrantWithou being root.02:14
wgrantIf you own the parent.02:14
copprobug, clearly02:15
wgrantubuntuforums actually looks a bit better without CSS.02:16
jdongyou mean everything looks better when it isn't in a crap brown and orange theme?02:17
jdong</flamebait>02:17
* ScottK likes L better that way.02:17
ScottKjdong: I'd agree with that.02:17
* ScottK likes blue.02:17
jdong:)02:17
wgrantNative widgets help.02:17
jdongcoppro: well depends on how daring you are02:17
jdongcoppro: to convert the filesystem, simple tune2fs -E test_fs -O extents /dev/root_block_dev02:18
copprois ext4 installed in the kernel now?02:18
jdongcoppro: then make sure to add ext4 to initramfs as mentioned02:18
jdongcoppro: yup02:18
jdongerr s/ext4/ext4dev/02:18
jdongcoppro: then edit fstab change ext3 -> ext4dev02:18
jdongthen reboot02:18
* coppro blindly follows jdong's instructions02:18
jdongafterwards for large files you may have, it helps to make a copy of them and mv the copy over the original02:19
jdongextents are only used for newly created files02:19
ScottKjdong: You saw my comment about a bzr backport?02:19
jdongScottK: yeah02:19
copprocan ext3 still mount the ext4 ones if it doesn't work?02:19
jdongcoppro: *NO*02:19
jdongcoppro: once you enable extents there's no going back!02:19
ScottKcoppro: Make a backup of anything you actually care about.02:19
copproeven if they aren't actually used?02:19
jdongcoppro: it may be prudent to -E test_fs *WITHOUT* -O extents first02:19
jdongcoppro: then it's backwards compatible02:19
copprook02:20
ScottKcoppro: Make a backup of anything you actually care about.02:20
jdongcoppro: until you're sure you can mount ext4 properly02:20
jdongcoppro: then add extents and do the copy-move mangling02:20
jdongcoppro: oh yeah ScottK is absolutely right :).02:20
copproScottK: yeah, all the stuff I care about is in source code repos :)02:20
copproactually, I know02:21
ScottKOK.  If you're going to play with new file systems, consider the data totally expendable.02:21
ScottKOK.02:21
copproI'll try it on just /usr for now, and see how that goes02:21
* wgrant stab stab stab.02:21
coppro99% of that is all package files, so it's recoverable02:21
wgrantDon't fricking file bugs after a dev tells you you are *wrong*.02:21
ScottKwgrant: Unless it's Launchpad and a Launchpad Dev.02:22
wgrantHaha.02:23
wgrantTrue, true.02:23
copprookay, so I've enabled ext4 but no extents on /usr... time to reboot and hope I don't end up having to dig out a boot disk02:23
* ScottK should probably point out to cprov that you said that.02:23
jdongcoppro: oh you'll be fine.02:24
copprokk good02:24
copproand when it breaks I blame it on jdong02:24
wgrantScottK: The bugs I file are normally fairly sane, I suspect. Sometimes they object violently but then a few months later the politics sort themselves out and they become high priority...02:24
coppro:P02:24
Hobbseewgrant: but because you complain, they don't get listened to.  duh.02:25
wgrantHobbsee: kiko has a good point, but I generally complain more relevantly now.02:26
Hobbseewgrant: doesn't seem to matter.02:26
* Hobbsee shrugs02:26
sistpotyhm.. geordi builds fine as expected, but now coppro is gone02:42
jdongoh god, he's still not back?02:42
jdongcrap....02:42
* jdong runs away and hides02:42
sistpotyheh02:42
wgrantHaha.02:43
* Hobbsee throws rotten tomatoes at jdong02:43
* wgrant throws in some broken volumes.02:44
sistpotyhey, these are still edable Hobbsee :P02:44
Hobbseesistpoty: feel free to eat them...02:44
sistpoty*yum*02:44
=== nellery_ is now known as nellery
Hobbseeif you really wish :P02:44
sistpotyerm... maybe I was wrong *g*02:44
Hobbseethey're all squishy and rotten, so...02:45
* ScottK figures he got what he deserved for listening to a known crackhead.02:56
sistpotyhaha02:56
orly_owlI see it's business as usual in here.02:57
KOSHrfhello, i have a question, how do i change display resolutions in 8.10? it seems the X11 doesnt care about xorg.conf and the "graphical" program only gives me 800x600 (i can get way more). Xrand doesnt seem to work either. I was used to get 1024x768 with VESA driver, now i can't get more than 800x600 (in 8.10).02:59
orly_owlThis isn't a support channel. Try #ubuntu03:00
KOSHrfjfc03:00
KOSHrfpeople in #ubuntu tells me to come here03:00
Hobbseewell, they're wrong.03:00
KOSHrfand people here tells me to go to #ubuntu!03:00
Hobbseethis still isn't a support channel.03:00
KOSHrfi notice it.03:00
orly_owlGo to #ubuntu+1 then03:00
Hobbseeorly_owl: is closed.03:00
sistpotyKOSHrf: might be a bug, though output of your xorg.log might shade some light03:00
orly_owlAh. fair enough.03:01
sistpotys/shade/shed/03:01
KOSHrfsistpoty, well it is pretty empty... i only put the modes in it, thats pretty much all.03:02
KOSHrfxorg.log doesnt says anything.03:02
jdong /var/log/Xorg.0.log?03:02
sistpotyKOSHrf: /var/log/Xorg.0.log is completely empty?03:02
* ScottK hands KOSHrf https://wiki.ubuntu.com/X/Troubleshooting/Resolution03:02
ScottKIt's not your exact problem there, but I suspect the solution will work.03:03
KOSHrfby anything i meant "anything wrong" :)03:03
KOSHrfScottK, let me try that, thank you.03:03
* ScottK then mutters about #ubuntu-x03:03
KOSHrfScottK, nop, it doesnt do anything, xrandr says there is only "800x600" and "640x480" available.03:05
ScottKThen I'd ask in #ubuntu-x, but it's generally VERY quiet on the weekends.03:06
KOSHrfhehehe, okie, thanks tho03:06
* jdong points towards the last part of the page03:06
* wgrant points people towards unbuggy hardware.03:06
ScottKwgrant: That page exists because of a monitor that worked fine in Hardy and Intrepid falls over on.03:07
wgrantjdong: I couldn't hack the extra FS into partman+ubiquity properly, so I just s/ext3/ext4dev/ in the mkfs and mount commands... it seems to be working.04:20
jdongwgrant: wait, what's the proper way? </joke>04:20
jdong:)04:20
wgrantIt seems to now be happily installing with extents enabled.04:28
jdongwgrant: awesomeness04:31
jdongI have to keep a swapfile and extents are just wonderful for that04:31
ScottKNote to self: The changelog entry isn't enough.  You have to actually make the change for it to count.04:39
jdongScottK: lol there needs to be a lintian added-dpatch-but-series-unchanged alarm :)04:40
jdongI've caught myself doing that several times when inspecting a debdiff pre-upload04:40
ScottKYeah.  I had one of those last week.  I even uploaded it.  Fortunately it was an SRU, so I could just get it rejected.04:41
wgrantOne of my main uploads towards the end of Intrepid had one of the patches removed by the sponsor... but he didn't add either of them to series, and nobody noticed for a couple of days.04:43
wgrantIt's too easy to do.04:43
jdongyeah, indeed04:44
jdonghmm I'm going to give the Kubuntu CD a try.04:48
jdongI admittedly haven't touched KDE for almost a year now and am curious04:48
ScottKjdong: IMO KDE4 makes Gnome look a bit tired and old fashioned.04:52
jdongScottK: I've heard enough good things that I'm at least curious04:53
jdongScottK: you know if anything will blow up if I install kubuntu-desktop on Ubuntu? :)05:09
jdongthe livecd was definitely intriguing05:10
ScottKjdong: I don't know because I haven't done it, but it should be fine (assuming you mean install the metapacakge from the archives and not some silly use the CD thing)05:14
rrittenhouseI tried the 8.10 livecd and had some issues but overall it blows the gnome look out of the water. I just don't like some of the functionality. I couldn't get the twitter widget to work without it screwing up pretty bad.05:14
rrittenhousejdong, In 8.04 I installed it and it replaced my Ubuntu screen with Kubuntu and it threw all of the kubuntu stuff into my gnome menus. It was pretty annoying.05:14
ScottKWell KDE4 is young and so it's definitely got some rough edges.05:15
rrittenhouseyep05:15
rrittenhouseIt looks great though.05:15
jdongwell it's going to add kubuntu stuff all over the menu for sure05:15
jdongand a splash screen isn't going to kill me05:15
jdongand the autoremove thing should give me a quick uninstall path if I don't like it :)05:16
rrittenhousejdong, Yeah I rarely rebooted and when I did that was the only time the other IT guys hassled me for having Kubuntu on it :P05:16
rrittenhouse(at work anyhow)05:16
jdongrrittenhouse: update-alternatives on the usplash-artwork.so file should do the trick05:16
rrittenhouseah05:16
rrittenhouseI went to Ibex there today anyhow =/05:16
rrittenhouseI have to go back in tomorrow and keep working through all of my issues and get a running system again.05:17
jdongmight just be me, but ext4 seems to unpack these debs a lot faster05:17
rrittenhousehmm05:17
rrittenhouseDoes Ibex do ext?05:17
rrittenhouseer05:17
rrittenhouseext4* by default05:17
ScottKNo05:17
jdongno, it's experimental in 2.6.2705:17
jdongyou've got to be a daring idiotic fool like me to try to hack it working :)05:18
rrittenhouseOh ok. I swore it was Ext3. Ok05:18
rrittenhousei see05:18
rrittenhousehaha :-D05:18
rrittenhouseI normally am. I'm actually trying to involve myself into the project more to see what I can (hopefully not) screw up :P05:18
jdong(e2fsprogs in Intrepid along with the kernel support ext4 but neither advertises its abilities by default)05:18
rrittenhouseinteresting.05:19
jdongit's been marked stable in 2.6.28 (i.e. recommended for adoption) but AFAICT there's no significant code changes to get to that marking05:20
jdongbut the improvements for the average user IMO are not worth it to make your system experimental and unsupported :)05:20
rrittenhouseyeah05:20
rrittenhouseI should just VM that then? :P05:20
rrittenhousethat is if VMWare wants to work with the newer kernels. I was having a horrid time with vmware server 2 in 8.04 with the last 2-3 kernels.05:21
jdongtesting from KDE4 :)05:24
rrittenhouse:)05:24
rrittenhouseI05:24
rrittenhouseI'm just not sure if I could convert over to KDE.. I've tried. :P05:24
ScottKjdong: Feel free to stop in on #kubuntu-devel if you want to discuss the experience.05:25
jdongScottK: absolutely if I find something productive to say, I'll do so :)05:25
ScottKjdong: Also we'll have KDE 4.1.3 hitting intrepid-proposed next week, so the bug fix goodness level should go up.05:25
jdongScottK: fantastic05:26
ScottKGood night.  Hope you enjoy it.05:26
jdongthanks :)05:26
Aronwhat files should I submit to the ubuntu source if I wants to maintain a deb package?07:57
fabrice_spHi Aron. You can find more info here: https://wiki.ubuntu.com/MOTU/Contributing. Is it for a new package or an existing one?08:33
fabrice_spAron_: anyway, all begins with a bug in launchpad08:36
Aron_...08:36
Aron_I am just reading the page you gave me08:37
iulianGood morning.09:13
didrocksmorning09:21
didrocksit there any special SRU versioning scheme?09:22
RainCTdidrocks: you can use the same as for security updates09:26
didrocksRainCT: that was what I reckoned! Thanks a lot ;)09:27
=== RainCT_ is now known as RainCT
* RainCT released https://wiki.ubuntu.com/MOTU/Packages/REVU/CheckList into the wild for people to improve it (this includes coming up with a better name for the page :P)10:54
DktrKranzRainCT, what about asking archive-admins for common reject cases (e.g. for copyright issues)? It could be an added value to that page11:04
Hobbsee* Package is empty:  reject11:08
StevenK * Package is empty, or only contains changelog and copyright file for a non-meta package: reject11:10
wgrant * Package matches /matix$/: reject11:11
StevenKwgrant: ^511:12
RainCTwgrant: uhm?11:13
Hobbseewgrant: +111:13
lagaRainCT: automatix11:13
RainCT:)11:13
Hobbseeor ultamatix11:13
RainCTHobbsee: so, empty packages are common? o.O11:14
wgrantI would also like to propose automatic rejection of NEW packages with 'ubuntu' in the version.11:15
lagai once had an empty package approved. i forgot to bzr add stuff :/11:15
HobbseeRainCT: Um, sometimes.  I've seen a few11:15
Hobbseei don't really do much of it11:15
lagawgrant: what about ubuntu-specific packages?11:15
Hobbseewgrant: why?11:15
karoogaRainCT: re: src and bin package names, should they be exactly the same?11:15
RainCTkarooga: no, they are fine11:15
StevenKkarooga: No they shouldn't. They should be *sane*11:16
RainCTkarooga: the name of the binary package should follow the Python policy11:16
RainCTkarooga: that one of the source package name can be the same as upstream gave it11:16
wgrantlaga: That is my point. We don't want them.11:16
wgrantHobbsee: We don't want to maintain many hundreds of packages on our own.11:16
lagawgrant: no, i mean if they're only going to work on ubuntu.11:17
lagastuff like ubuntu studio meta packages etc11:17
wgrantAh.11:17
Hobbseewgrant: well, i'd say a more effective way of doing that woudl be to close REVU, adn give people other things to work on11:18
wgrantBut that would make sense...11:18
Hobbseewgrant: they only end up in the new queue after being reviewed and uploaded, so that seems slightly silly.11:18
karoogaRainCT: great. When I did the packaging, I did it for hardy and intrepid - I presume I should still do it for these too, in addition to jaunty?11:18
StevenKThe Ubuntu Studio meta packages I daresay didn't hit REVU, and they don't contain ubuntu in their version, since they're native11:18
Hobbseewgrant: well, that's true.  It would actually make sense.  But I think people are *finally* starting to see exactly why it doens't, and that they needto do something about it.  I live in hope, anyway!11:18
StevenKHobbsee: But we're the final line of defense!11:19
HobbseeStevenK: oh?11:19
HobbseeStevenK: why?11:19
StevenKHobbsee: -archive is11:19
RainCTkarooga: Jaunty is enough but yes, if you aim to get them backported later then ensuring that they work on previous releases is a good thing :)11:19
lagaStevenK: we were not talking about REVU, we were talking about possible reasons why an archive admin would reject a package :)11:20
HobbseeStevenK: that's true.  But i'm not seeing the relevance, as such :)11:20
StevenKHobbsee: Off the cuff comment11:20
lagaStevenK: i was under the impression that non-native packages with an upstream tarball are preferred. like the mythbuntu stuff is handled11:20
HobbseeStevenK: ah, right.11:20
StevenKlaga: The seeds and meta packages ought to be native11:21
lagayeah, they are. other stuff isn't. like default settings packages11:21
StevenKSeeds are special11:22
StevenKdefault settings and such, I can go either way11:22
StevenK-m{id,obile}-default-settings are native11:22
Hobbseelaga: actually, there's a really good debian link about this.11:24
Hobbseelaga: http://ftp-master.debian.org/REJECT-FAQ.html iirc11:26
lagathen let's link that on the REVU page11:27
Hobbseenot all are relevant, though11:27
lagafails to build from source in a sane way  <- got to love that one11:29
Hobbseeyup11:29
Hobbseelaga: what might be useful is if you document which of those are relevant for that page, and link it.11:33
lagai have no clue which ones are relevant and i dont have my wiki login handy ;)11:35
Hobbseelaga: oh, sorry, it was RainCT who was adding them, not you.11:36
* Hobbsee got the purple people mixed up11:36
HobbseeRainCT: ^11:36
lagapurple?11:37
lagatoo much fluor in your drinking water?11:37
ograpurple people ? but he's geen !11:37
Hobbseeheh11:37
ogra*green even11:37
Hobbseeyou show as purple in my client.  as does ogra.11:37
lagacan i get another color?11:38
ograyou should really rework your color scheme, you are yellow btw ...11:38
Hobbseeheh11:38
=== calc_ is now known as calc
StevenKAll of you are black11:44
lagai don't have a nick list11:44
StevenKUntil you say my name, and then for that line you're red11:44
wgrantAll of you are white.11:44
wgrantUnless you're yellow.11:44
lagawgrant: irssi?11:45
wgrantlaga: Affirmative.11:46
laga\o/11:46
RainCTwgrant: good choice \o/11:50
marrowHi all11:59
marrowCan somebody help with a packagin issue, pls?12:00
RainCThi marrow12:00
marrowI am stuck12:00
RainCT!ask12:00
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)12:00
HobbseeAre people ready for hte open day?12:00
marrowubottu: noted12:00
ubottuSorry, I don't know anything about noted12:00
marrowI am new in pachaging. I was trying to upgrade small packages for practice, but at pbuilder I always get an error. Always when it tries to apply the patches of the previous version.12:02
RainCTmarrow: well, the source changed then, so you'll have to see if the patches are still necessary and if they are redo the patch against the new source12:03
marrowI see. And do I need to note whether the patches are necessary or not in the changelog?12:04
RainCTmarrow: yep, that's usually a good thing to do12:05
marrowOk.12:05
marrowOne more thing which is not clear to me. A patch is a debdiff, right?12:05
marrowSo if I make a debdiff from a modification, then I simply rename that debdiff to xyz.patch?12:06
RainCTmarrow: no, a patch is a patch (and a debdiff is basically also a patch, but is unrelated to this)12:07
RainCTmarrow: which patch system is the package using? (you can check by running the command what-patch, available in ubuntu-dev-tools)12:07
marrowOk. I install the ubuntu-dev-tools first, and check12:09
marrowany other way to check the patch system, btw?12:10
RainCTmarrow: yep, look at debian/rules12:10
marrowRainCT: it says quilt12:11
RainCTmarrow: OK. I still haven't got to understand quilt but there are instructions on how to use it on the wiki :P12:12
lagaquilt is great IMHO12:12
RainCTmarrow: https://wiki.ubuntu.com/PackagingGuide/Howtos/Quilt12:12
RainCTlaga: simple-patchsys is great :P :P12:12
marrowRainCT: if a patch is a patch, and not a debdiff than how do you generate the patch12:13
lagayeah.12:13
lagaRainCT: i only ever used quilt outside of packages.. but that was for 150 patches. it was great for that12:13
RainCTmarrow: Using quilt :). That wiki page explains how to do it.12:13
marrowAny other wiki pages? For simple-patchsys for example? :)12:14
RainCTmarrow: not sure if there's one, but you shouldn't change the patch system used by existing packages12:15
Laney'lo all12:15
RainCTmarrow: and hey, I don't like it but this doesn't mean that you can't use it :)12:15
RainCThi Laney12:15
LaneyAnyone fancy some reviewing? http://revu.ubuntuwire.com/details.py?package=goocanvasmm12:16
Hobbseefor a dist-upgrade, does update-notifier show you the release notes?12:16
LaneyHi RainCT. How are you?12:16
marrowI am not considering to change the patch system. I take what is given12:16
RainCTmarrow: there are two ways how you may update this patch:  quilt refresh <filename>.diff  - this will probably not work, as you said that the patches don't apply12:16
RainCTmarrow: or deleting the old patch and adding a new one which does the same (instructions on the wiki)12:17
HobbseeRainCT: for simple patchsys?  I thought that was the cdbs'ey one.12:17
RainCTHobbsee: that's for quilt. and yes, simple-patchsys = cdbs12:18
Hobbseeoh, right, it actually is quilt.12:19
RainCTLaney: fine, fine. I should be learning maths but well, I'm doing some Ubuntu stuff as it's funnier :P12:19
Laneyhm, maths is fun too12:19
Laney...not as fun as reviewing packages........12:19
* Laney runs away fast12:19
* RainCT added a section about the copyright file to https://wiki.ubuntu.com/MOTU/Packages/REVU/CheckList12:19
RainCTLaney: not if you have to learn the stuff from the past three months :P12:20
RainCT(erm, it's 2 months actually, but anyway :P)12:20
marrowRainCT. Thank you for your help. I will dive further into the patch systems.12:22
marrowOne more question: what is pushd and popd?12:23
marrowNo manual entries for them12:23
thvdburgtI hope this is the right place to report this, I just installed libvisual-dev to play around with it. But when I include libvisual-0.4/libvisual.libvisual.h and I compile these errors are given: /usr/include/libvisual-0.4/libvisual/libvisual.h:27:32: error: libvisual/lvconfig.h: No such file or directory.12:23
marrowI haven't seen these words since I learnt assembly12:23
thvdburgtI think the files should be in /usr/include/libvisual/*.h12:23
RainCTmarrow: that's bash stuff.. pushd x = cd to directory x, popd = cd back to where you were before the pushd12:24
marrowI see12:24
marrowThank you again RainCT12:24
RainCTyou're welcome :)12:25
RainCTLaney: looking at it12:26
Laney\o/12:26
LaneyDon't forget your maths though12:26
Laney(If you want to see it working, look at glom in my PPA)12:26
karoogacan anyone confirm whether I can use hardy script in /usr/share/debootstrap/scripts/ for jaunty?  (I'm running hardy still...)12:29
RainCTkarooga: I guess so12:30
RainCTLaney: why don't you use version 3 in debian/watch? (the only change is that you can remove the "debian uupdate") :P12:32
LaneyRainCT: No reason. I copied it from elsewhere12:32
RainCTLaney: oh, btw, I think I already looked at your package yesterday (the "Most of the docs are junk" made me remember) :)12:33
Laneyheh12:33
LaneyYou didn't leave any comments12:33
RainCTyeh, debian/* looked good at a first glance and I was too lazy to do a complete review :P12:34
LaneyI just noticed a typo in the rules file12:34
Laney0.1-2 -> 0.1-312:34
RainCTLaney: right, consider using a variable for that12:36
Laneygood idea12:37
RainCToh, why is everything I'm reviewing these days released under the LGPL? :P12:37
RainCTLaney: debian/copyright is incomplete, some files are under the GPL12:39
LaneyRainCT: The ones in examples/?12:39
RainCTLaney: yep, and scripts/ltmain.sh12:40
LaneyI got the examples one12:40
RainCTbut that file is from the FSF, not sure if it needs to be listed12:40
LaneyRainCT: http://www.nabble.com/Should-copyright-information-for-automake-generated-files-be-added-to-debian-copyright--td17191924.html12:44
karoogaRainCT: enjoyed your packaging chklist. thanks.12:45
RainCTkarooga: great :)12:46
RainCTLaney: Alright, I'm fine with not listing it.12:47
LaneyRainCT: Also, I have those GPL2 files listed, no?12:47
Laneyhttp://revu.ubuntuwire.com/revu1-incoming/goocanvasmm-0811021315/goocanvasmm-0.12.0/debian/copyright12:47
LaneyOr is the way I did it unclear?12:47
RainCTLaney: oh, sorry. I did an "apt-get source" but haven't updated the package list today :)12:48
Laneyheh12:48
RainCTLaney: uhm.. does the LGPL2.1 need the GPL file or does it include all terms? (I know that LGPL3 requires the GPL3 to be shiped together with it, but about 2.1 I'm not sure, and the file is 4 times as long as 3)12:49
LaneyI don't know what you mean12:50
RainCTLaney: nevermind, I see now that LGPL2.1 seems to be a license by itself :)12:51
HobbseeRainCT: for more stuff you shouldn't od, you could also add: http://mjg59.livejournal.com/99905.html12:51
Hobbseebut maybe it's a bit too upstream-based12:52
RainCTLaney: I asked because the LGPL3 file just includes "Additional clauses" to be applied upon GPL3, so I wasn't sure if it was the same for previous versions12:52
LaneyI see12:52
RainCT"First, let me make one thing clear. This isn't constructive criticism. This is just criticism" LOL12:52
HobbseeRainCT: wait till you read the multiple points of fail...12:53
Hobbseewould it be wrong to format the guy's computer to vista, and lock the bootloader?12:53
sebnerHobbsee: good to know that our archive admins have a *matix filter for the archive :P12:56
Hobbseesebner: yeah, looking at that...12:56
* Laney remembers jdong's april fool12:56
Hobbseealthough i note they haven't been stupid enough to submit that.12:56
iulianLaney: Indeed.12:56
sebnerHobbsee: yet ... :P12:56
Hobbseesebner: well, if they do, i'm sure they won't live long.  That will become a job for someone like mneptok12:57
lagaoh, mjg59 rage12:57
LaneyRainCT: Check the latest upload. I added a variable to rules, fixed watch and relicensed in copyright12:57
Laney\o/12:57
sebnerhrh12:58
=== bureflux is now known as afflux
RainCTHobbsee: that's scaring.. and I'm going to love mjg59 :P13:01
HobbseeRainCT: oh yes...The last one was also pretty good, too13:02
lagaRainCT: you should read his blog. it's awesome13:03
* laga is a huge mjg59 fanboy. embarrassing.13:04
RainCTlaga: if he's on planet.ubuntu.com, I'm already reading it :P13:05
lagaRainCT: not all of his postings go there13:05
wgrantHe is certainly rather high in the awesomeness ranks.13:10
orly_owlLink?13:11
wgranthttp://mjg59.livejournal.com/99905.html13:12
wgrantorly_owl: ^^13:12
karoogais there any preferred for patch names using cdbs (cdbs-edit-patch some_name)?13:27
marcin_anthi13:36
marcin_antshort question - is there any guide that can describe how to create package if upstream is available only as cvs or svn checkout?13:37
marcin_antor maybe I should just checkout and tar?13:37
marcin_antam I right?13:37
pochumarcin_ant: yes, but create a get-orig-source target in debian/rules to generate the tarball13:41
karoogaanyone familiar with cdbs-edit-patch?13:48
=== fta_ is now known as fta
RainCTkarooga: what's the question?13:49
karoogaRainCT: is there any preference naming patches?13:49
RainCTkarooga: just use something that makes what the function of the patch as clear as possible13:50
pochukarooga: cdbs will apply patches alphabetically, so a common option is to append a number to the patch name13:50
pochulike 01_fix_foo.patch13:51
karoogaRainCT: Ok cool.  And if there are multiple changes, is it good practice to create different patches for each change?13:51
RainCTkarooga: yep13:51
karoogapochu: thanks13:52
RainCTLaney: looks good, but I have no pbuilder environment around right now13:56
RainCTpersia: use case for neutral comments ^   :P13:57
LaneyRainCT: I've just uploaded it to my PPA, should be built soon13:57
Laney;)13:57
RainCTok, I'll go study maths in the meantime :P14:01
LaneyRainCT: Built14:09
persiaRainCT, Except you're asking for another revision when you do this, which ought be a rejection.14:17
RainCTpersia: EMENOTUNDERSTAND14:20
rawlerany suggestions on a good UML tool?14:23
persiaRainCT, Your use case for neutral comments is that you want patches to be named sanely.  You have asked for a new revision with sane names.  This is a rejection.  If you liked it, you'd advocate it without comment.14:24
persiarawler, You might try gaphor, but it's not had a history of working well.14:24
RainCTpersia: that's not my use case :). the use case is "looks good but I have no pbuilder environment around right now" :P14:25
persiaRainCT, Umm...  That's not a useful comment.14:25
RainCT(and whether this is a good use case or not is arguable, but it is one :P)14:26
persiaYou're just saying "I didn't actually review this", which doesn't add value.14:26
persiaYeah.  I'll give it to you as a use case, although I'm of the opinion it's more of a useless case.14:27
RainCTpersia: it is if I forget which package it was that I had reviewed, as it can then find it easily looking at my last comments, or if I look at it then just by seeing the comments I remember "ah, that's the one I reviewed" :P14:27
RainCTyeh, I think those which siretart had were better14:28
persiaI suppose.  I've always been a fan of doing proper reviews in FIFO order, and I try to avoid reviewing the same package twice in a row as I don't believe that packages benefit from having the same reviewer for multiple revisions.14:28
persiaSo, I don't see any value in keeping track of which packages were reviewed, especially if the review wasn't actually performed completely.14:29
persiaAnyway, late here.  We can resume the debate another day :)14:30
rawlerpersia: oki, will try.. thanks.. :)14:30
* RainCT feels the silence15:31
Laneyheh15:35
LaneyI'm trying to install Intrepid on my new macbook15:36
stgraberLaney: how new is that ?15:40
Laney5 days15:40
stgraberis that one with the dual-graphic cards thing or the latest of the previous serie ?15:40
LaneyI think only the pros have that15:41
stgraberok15:41
orly_owldual cards for better performance or multi monitor?15:42
Laneyorly_owl: One is low-powered for battery life and one is for performance15:43
Laneyyou can switch which one it uses15:43
orly_owlah15:43
orly_owli've heard of this. was there another company offering it?15:43
LaneyDell maybe15:43
orly_owlwow tiny mobo http://cache.gawker.com/assets/images/gizmodo/2008/10/SHdpS4vY1kdqB4TU_01.jpg15:49
karoogaif creating an initial package, which requires some patches - do I add this information to the changelog?16:03
Elbruskarooga: I don't believe so. Just document the changes (in text) in the patch (you should use a patch system)16:04
karoogadid I miss any replies?  my connection got dropped (again)!16:24
jdong11:04 < Elbrus> karooga: I don't believe so. Just document the changes (in  text) in the patch (you should use a patch system)16:25
karoogajdong: ta.16:26
ScottKRainCT: I think "I didn't do a full review, but what I looked at looks good" is a useful comment.16:27
RainCTScottK: wow, today you're supporting all my thoughts :)16:31
ScottKRainCT: Keep having good ones then.16:31
ScottK;-)16:31
RainCTkarooga: I usually write a line for each patch in debian/changelog (like "* debian/patches/<name>: fix foo"), but if you write a description in the patch itself then it's fine too just write the name of the patch in debian/changelog (imho the name is important so that you can easily see when each patch was introduced)16:34
karoogaRainCT: didn't realise you where notified of my last upload automatically.  Was just checking for new lintian errors... still working out how I'm going to do the licensing.16:36
ElbrusRainCT: I think karooga was asking about an initial packaging. Of course I agree with later changes getting mentioned.16:36
RainCTkarooga: (note that if you'd add a patch to an existing package from Debian then it's good to add as much information as possible (links to bug reports, whether the patch is Ubuntu specific or not, etc.), so that the Debian maintainer can decide without too much work if he wants to adopt it or not)16:36
RainCTkarooga: heh yes, I subscribed to mail notifications :)16:37
RainCTElbrus: yes, but I think it's also good to list at least the names in the initial changelog entry so that people the package in the future see "aha, this patch has been here since the initial packaging, and it was added by <original maintainer>"16:37
RainCT(other may have a different opinion here, though)16:38
ElbrusRainCT: I do think you have a point there.16:38
Elbrus:)16:38
* Elbrus luckely didn't have to patch my first package...16:38
Elbruss/my/his ;)16:39
* RainCT maintains at least one package with over 5 patches since the first release :)16:39
RainCT(most of those Debian specific, though)16:40
karoogaRainCT: cool - i mention the patches in changelog.  How do I handle adding licenses? You mentioned repackaging - I think patches should sort this out (elegantly)?16:41
karoogaRainCT: oh and this isn't in debian (although I would like to get it into debian too). :-)16:43
RainCTkarooga: if you say that because of point 6, Ubuntu is a Bebian system too. (and getting the package into Debian would be awesome! :))16:45
RainCTkarooga: about the first question, I'm not sure but I think the licenses have to be in the .orig.tar.gz16:46
RainCTScottK: does the GPL need to be in the orig tarball or is enough if it's in debian/ (ie, .diff.gz)?16:46
ScottKA full copy of the license needs to be in the orig tarball16:48
RainCTScottK: right, thanks for confirming that :)16:49
RainCTkarooga: so yes, ask upstream to release a new tarball including the LGPL16:49
RainCTkarooga: (and nevermind about mentioning the GPL in debian/copyright, that's only for LGPL3)16:50
karoogaRainCT: yup, already asked him.  In your review you mentioned repackaging myself to include LGPL...16:51
RainCTkarooga: yeah, but only if upstream doesn't answer16:51
karoogaRainCT: GPL referring to my packaging, right?16:51
RainCTkarooga: no, about point 6 (forget that) and "ask the author to add both files to the source tarball" (only the LGPL is enough)16:53
RainCTI got confused about this because LGPL3 does require to be shipped together with the GPL, because it just contains some "Additional clauses" to add to the GPL, but LGPL2.1 seems to be a complete license on its own16:53
RainCTLaney: advocated :)16:54
LaneyRainCT: \o/16:54
RainCTAnyone up to give http://revu.ubuntuwire.com/details.py?package=goocanvasmm a second advocate (or to hit Laney with complains about something being wrong *g*)?  :)16:56
lfaraoneWhen's the repo opening for jaunty?16:58
lfaraoneAnd I have a package that I've made but havn't submitted to debian/ubuntu. Any clue on whether I should persue debian first, or will that take too long for my package to get in before the import freeze?16:59
RainCTlfaraone: I'd say try Debian first17:00
RainCTfor me the response time there has been pretty good (although I'm not sure how it's now with lenny being freezed)17:01
lfaraoneRainCT: Ok, I'll ask at OFTC.17:01
lfaraoneRainCT: Is work in debian considered when applying for MOTU? (a long-term goal of mine)17:01
karoogaRainCT: ok so only LGPL is needed.  Does your comment about licensing info in the .c and setup.py still stand?17:02
lfaraoneOh, and is there a WYSIWYG way to write manpages?17:02
RainCTkarooga: yes17:02
RainCTlfaraone: (to get a package into Debian, submit it to mentors.debian.net and then mail debian-mentors@ asking for review -there's a template for that on the webpage)17:03
lfaraoneRainCT: Thanks.17:04
RainCTlfaraone: There may be some year old (ugly) stuff, but it isn't difficult at all to do them yourself. One easy way, for instance, would be https://wiki.ubuntu.com/PackagingGuide/Howtos/PODManpage, but just doing them in roff directly isn't very difficult neither (I may write a howto for that too some day)17:05
lfaraoneRainCT: ah, kk.17:06
karoogaRainCT: http://paste.ubuntu.com/66332/17:06
lfaraoneRainCT: is it upstream's task to write a manpage, or is it acceptable to write one for packaging?17:06
lfaraone(for the package itself)17:06
karoogaRainCT: is that right?17:06
Laneylfaraone: You can write one, but submit it back upstream once you do.17:07
lfaraoneLaney: Ok.17:07
RainCTlfaraone: it's good to write it yourself if there isn't one (and send it upstream for them to include it into the tarball)17:07
lfaraone(fortunately, I'm familiar with the upstream, so I'll try to get that accepted)17:07
RainCTkarooga: that isn't the most usual formatting but yes, if dch can parse it it's fine17:08
karoogaRainCT: what is the program that does proper formatting of changelog?17:09
karoogaah, dch17:10
karooga:-)17:10
RainCTkarooga: the human mind :)17:10
RainCTand dch can help too ,)17:10
lfaraoneHey, where are the app descriptions that show up in gnome-session-preferences derived from?17:10
Laneywhat is gnome-session-preferences?17:11
lfaraoneLaney: the app that lets you choose what starts up when you login17:11
LaneyOh, -properties :P17:11
lfaraoneLaney: ie pidgin, gnome settings daemon, etc17:11
Laney(I tried to run it)17:11
lfaraoneLaney: lol, yeah17:11
RainCTkarooga: http://paste.ubuntu.com/66336/ that'd be a more normal format17:12
karoogaRainCT: do you have an example pkg? with initial release + patches?17:12
karoogaRainCT: ta17:12
RainCTkarooga: the explanation for patch 02 is unclear, btw (why is that needed for hardy?)17:12
Laneykarooga: Did you see https://wiki.ubuntu.com/UbuntuDevelopment/PatchTaggingGuidelines ?17:13
karoogaRainCT: there is a move away from g2c apparently, gfortran is the future.17:15
RainCTkarooga: then that isn't only necessary for Hardy, is it?17:16
karoogaLaney: didn't see that - was just looking at the patch section in cdbs documentation.17:16
RainCTkarooga: write something like  "Change from g2c to gfortran because the former is not available in Ubuntu." then17:16
karoogaRainCT: nope, already changed to ">= hardy"17:16
RainCTk17:17
lfaraoneSo, when does jaunty unfreeze?17:17
RainCTlfaraone: when there's a mail on ubuntu-devel announcing that it's unfrozen :)17:17
RainCT*or open, rather17:17
lfaraoneRainCT: lol.17:18
ElbrusIf you are packaging in a PPA, should you put yourself as the maintainer instead of motu?17:22
ElbrusI want my package in ubuntu after some build blocking bugs are solved17:23
RainCTyep17:23
Elbrushmm, than I need to fix all the packages in my PPA :(17:24
Elbrusbut in retrospect it is quite trivial...17:25
RainCTElbrus: if you aren't doing so, also use ~ppaX or something in the version number17:36
RainCT(so that the package will be replaced once it's in Jaunty)17:36
Elbrusthat's exactly what I am doing17:37
karoog1laney: those patch tagging guidelines are awesome!17:37
Elbrusso I wouldn't need to change the maintainer?17:37
RainCTElbrus: Alright then. You do, the Maintainer shouldn't be MOTU if we the MOTU Team isn't responsible for it, but it isn't something urgent to change unless people start mailing ubuntu-motu@ to complain about them17:38
ElbrusI completely understand. But I guess the idea is that it could be pulled from the ppa.17:39
Elbrusand IIRC it prevents lintian warnings17:39
goukiWhere should the environment variables bet set? DEBFULLNAME, etc.17:44
Laneykaroog1: Yeah, thery're a good idea imo17:47
Laneygouki: I have them in .profile17:47
LaneyEr, no that's not right. I have them in .bashrc17:47
azeemusually they are set in ~/.devscripts I believe17:48
karoog1Laney: do you know where they tie in later?17:50
Laneykaroog1: What do you mean?17:50
=== karoog1 is now known as karooga
=== bddebian2 is now known as bddebian
karoogaLaney: i.e. does it integrate into launchpad later, or something like that?17:52
Laneykarooga: It's used by dch and some other apps to fill in your name and email17:52
RainCTElbrus: the warning about the maintainer not being @ubuntu.com? you can ignore that for PPAs17:53
karoogaLaney: cool.17:53
RainCTkarooga: Launchpad checks the e-mail in the debian/changelog file to know who to credit for an upload17:53
RainCT(but to authenticate the package when it's upload it looks at the GPG signature in the changes file)17:54
karoogaRainCT: did the launchpad src code get opened?17:55
stgraberkarooga: not yet17:56
=== ScottK is now known as ScottK2
=== ScottK2 is now known as ScottK
* RainCT notices that he has reverted the work the had done on REVU yesterday and headdesks XD17:59
* ScottK hands RainCT an aspirin.18:02
RainCTScottK: thx ^^18:03
RainCTwell, it isn't that bad as I didn't like the way I had done the changes anyway :P18:03
RainCTbtw, do you think it would be of any use if ubotu could fetch info about packages on REVU?18:07
CarlFKI just got a big spew of stuff, and need a hint as to what the problem is18:09
CarlFKsudo apt-get build-dep gqcam filled my ssh term buffer with stuff like var/lib/scrollkeeper/C/scrollkeeper_extended_cl.xml:1726: parser error : attributes construct error <tocsec">To Add Files to an Archive18:10
CarlFKhere is the whole buffer http://dpaste.com/88322/  including an attempt to do it again18:10
CarlFKhmm... myabe this is an #xubuntu thing...18:11
RainCTCarlFK: here it works (Ubuntu Intrepid and Ubuntu Server Hardy)18:13
CarlFKyeah, worked on a normal ibex box too18:13
CarlFKhmm, your -server doesn't have gnome either.  this made me think it was because I was on xubuntu:  Extra content at the end of the document     <sect categorycode="GNOMEPreferences">18:14
goukiIf the INSTALL file doesn't mention any dependencies, the other option is trial and error, right?18:47
azeemgouki: look at configure.ac or configure.in18:48
azeemINSTALL is usally generic for autotool projects18:48
goukiazeem, thank you.18:48
azeemgouki: especially check the PKG_CONFIG macros in there18:49
azeemREADME might have a list of dependencies as well18:49
goukiazeem, README also didn't mention anything. I'll look into the file you mentioned.18:49
CarlFKgouki:  apt-get build-dep <package>18:51
goukiCarlFK, it's a new package that is not in the repositories.18:52
CarlFKoh... never mind :)18:52
gouki:)18:52
goukiI'm trying to understand how to fill the dependencies field in control.18:52
azeemyou mean Build-Depends, right?18:52
goukiazeem, yes, I'm sorry.18:53
goukiazeem, BTW, in configure I already found out it requres libssl :) Thanks.18:55
goukiDoes mention version, so it's safe to assume the latest one will work?18:56
azeemit's not safe18:57
azeembut it's obviously the only thing you can assume18:57
goukiOK18:57
goukiAlso in Build-Depends, should I leave debhelper and autotools-dev and add the new ones?18:58
RainCTgouki: yep19:03
goukiRainCT, thank you.19:04
karoogaRainCT: looking at another pkg now - which has LGPL in orig tar ball.   Is it necessary to reference it in copyright?19:07
RainCTkarooga: you've to point to /usr/share/common-licenses/LGPL2-2.1, as the LGPL file won't be included in the .deb19:10
karoogaRainCT: really?  so debuild actually excludes it?19:13
iulianIt's LGPL-2.1.19:13
RainCTkarooga: debuild includes what debian/rules gives it19:14
RainCTright, typo19:14
* iulian is going to pick up a package from REVU and reviewing it.19:15
TetracommHello.19:26
TetracommWhat is wrong with using checkinstall to create Debian packages?19:26
* Elbrus would like REVU to have the desciption of the packages on the front page...19:27
sebnerTetracomm: you can do that for private use ;) but such packages won't ever be in the archive19:27
ScottK!checkinstall | Tetracomm19:28
ubottuTetracomm: checkinstall is a wrapper to "make install", useful for installing programs you compiled. It will create a .deb package, which will be listed in the APT database and can be uninstalled like other packages. See https://help.ubuntu.com/community/CheckInstall - Read the warnings at the top and bottom of that web page, and DO NOT interrupt CheckInstall while it's running!19:28
Tetracommsebner: Why?19:28
sebnerTetracomm: because they aren't valid packages. it's more like a quick and dirty dirty dirty solution for normal users19:29
TetracommOk.19:29
Tetracommsebner: Is there a method which isn't too complicated for the creation of Debian packages?19:30
sebner!packaging | Tetracomm19:30
ubottuTetracomm: The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports19:30
karooga!backports | karooga19:31
ubottukarooga, please see my private message19:31
Tetracommsebner: Isn't that very complicated?19:31
sebnerTetracomm: with a little bit of motivation, asking here if you have problems .. no. this is the only way to create valid packages19:32
TetracommOk.19:33
panglossSo, is anyone working on Gnome bugs in 8.10?20:20
ajmitchpangloss: given that gnome is in main, it's not our area20:32
Laneypangloss: #ubuntu-desktop is what you want20:32
Laneyor gnome upstream, ofc20:32
panglossajmitch =/ im having window redraw issues, makes the top of the window unreadable..20:32
panglosstime to go kde?20:33
panglosshah20:33
* ajmitch wouldn't expect too many people to be around at this hour20:33
ajmitchyou've filed a bug about it?20:33
ajmitchtried with & without desktop effects?20:34
karoogais it appropriate to change the title of an old bug (LP: 242668) so that it has '[needs packaging] package'?20:34
jdongpangloss: have a nvidia card?20:34
panglossajmitch im actually searching launchpad now to see if someone's files a bug20:34
karoogaI see it has already been triaged (but it was not changed).20:35
ajmitchkarooga: if you're going to do that, make sure it has the right tag as well20:35
ajmitchafaik tags are still being used to find those bugs20:35
panglossjdong yes nvidea20:36
jdongpangloss: consider if it's bug 18638220:36
ubottuLaunchpad bug 186382 in nvidia-graphics-drivers-177 "[nvidia 169.xx] gtk window decorator somtimes draws decoration ugly or not at all" [Undecided,Confirmed] https://launchpad.net/bugs/18638220:36
karoogaajmitch: what would the tag be?20:36
ajmitchkarooga: needs-packaging20:36
jdongpangloss: not a GNOME bug, but an nvidia proprietary driver bug20:36
pangloss>.<\20:36
panglossdidn't do it in 8.0420:37
jdongpangloss: yes, new revision of nvidia driver in 8.1020:37
panglossah20:37
jdongpangloss: the old one is incompatible with the new xorg-server-1.5.020:37
jdongpangloss: nvidia engineers said at nvnews.net that they are aware of the problem and are investigating internally20:37
jdongpangloss: I'm afraid there's not much we can do but keep an eye for developments20:37
panglossjdong thanks for the info =)20:38
jdongsure thing20:38
goukils20:38
panglossjdong, think I should use free driver until then?20:38
goukiooopss, sorry.20:39
karoogaajmitch: apparently the tag "has now been used before"?  is this normal LP behaviour?20:39
jdongpangloss: AFAIK the free driver doesn't do Compiz desktop effects to begin with20:39
karoogaajmitch: s/now/not/20:39
RainCTkarooga: you've misstyped it then20:39
jdongpangloss: as long as you disable desktop effects this problem shouldn't present itself20:39
panglossjdong: AFAIK is the default when you install right?20:40
jdongpangloss: that's correct20:40
panglossjdong, ok then, disabled effects till then20:40
karoogaRainCT: I have? "needs packaging"?20:40
RainCTkarooga: it's needs-packaging20:41
karoogaRainCT: weird, that's what I thought i said...?20:42
ajmitchmissing hyphen20:43
ajmitchin case your irc client has a funny font that doesn't display it :)20:43
karoogaajmitch: yup, i did have have the hyphen.  If the bug title has "[needs packaging] some_pkg", does the tag also have "needs packaging"?  (or needs-packaging in this case?)20:45
ajmitchnot sure, I haven't looked at many of those bugs20:46
goukiWhere on control can I add suggested packages?20:46
ajmitchI think in this specific case, the bug hasn't been filed against ubuntu20:46
ajmitchso it needs to be marked as being against ubuntu, not just the upstream project20:47
* ajmitch didn't notice that when looking at it before20:47
* karooga thinks he needs packaging time with his pillow, lights out and computer off.20:47
karoogaajmitch: think i'll file a new bug then20:48
goukiIf one needs the package libssl0.9.8, it would be libssl (>=0.9.8) on the control file, right?20:53
ajmitchhaving a build-dependency on libssl-dev & debian/rules doing the right thing would put that in there20:56
jdongunless there is a really really really good reason why you need a particular version :)20:56
ajmitchyay, mjg59 blogging again :)20:58
ScottKajmitch: Yeah.  Great post that one.20:58
ajmitchsad to see how things just haven't improved20:59
goukiajmitch and jdong, thank you.21:00
jdongwhat on earth is it with everyone starting new forums this month?21:01
karoogaRainCT / Laney / ajmitch: shots for the help today.  Lights out time for me. cheers21:01
* jdong takes an aggression inhibitor pill21:01
ajmitchjdong: it's the cool thing to do21:02
* ajmitch hands jdong a copy of ultamatix to play with21:02
jdongajmitch: do... I even want to know what that is?21:03
ajmitchoh you haven't read that wonderful dissection of it?21:04
ajmitchhttp://mjg59.livejournal.com/99905.html21:04
leonoxhow can i public an ubuntu package in a repository?21:04
jdongajmitch: my eyes are bleeding already on the 3rd bullet.21:06
leonoxI mean once that i have made a package... where do I upload it?, so that the other people can use apt-get to install it21:06
ajmitchone of the easiest ways for that is to upload to a PPA on launchpad, or to some other hosted service21:07
RainCTajmitch: (/me was away.. it's "[needs-packaging]" in the title and the tag is "needs-packaging" too)21:08
RainCTunless we switch to wnpp :)21:08
ajmitchRainCT: right, in this case I didn't notice that the bug was only against an upstream project on LP21:09
=== thunderstruck is now known as gnomefreak
ajmitchtime to try & hunt for a new laptop that won't suck with ubuntu21:15
=== TheMuso_ is now known as TheMuso
* ajmitch spots a TheMuso 21:16
wgrantajmitch: Tell me if you find one on this side of the world, please.21:20
ajmitchwgrant: the problem is that it's awfully hard to tell just from the manufacturer specs provided21:20
wgrantIndeed.21:22
wgrantAnd getting a reasonable one without the Windows tax is difficult.21:23
ajmitchon top of that, I need to find a decent ISP21:27
* ajmitch is about 500MB from being capped for 2 weeks at home21:27
wgrantajmitch: Hey, I lived reasonably badly on 1GB per month until 18 months ago.21:29
wgrantYou should know that there are no decent ISPs down here.21:29
ajmitchI have no idea how you could manage that21:29
wgrantNeither.21:30
wgrantBut parents wouldn't have it any other way.21:30
ajmitchof course not :)21:30
ajmitchmy parents are still on dialup at home21:30
jribHi, I was thinking of packaging revoco, but I see a debian ITP.  However, after reading http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406377 , should I bother trying to package it for ubuntu?  Are the copyright requirements less stringent in ubuntu, or is a revoco package likely to get rejected for the same reasons as in debian?21:31
ubottuDebian bug 406377 in wnpp "ITP: revoco -- control Logitech's MX-Revolution mouse" [Wishlist,Open]21:31
* ajmitch looks around for an ftp master21:32
ScottKDepends on exactly why it got rejected.21:33
ajmitchcopyright policies are generally pretty similar, though that doesn't say anything about the reason for rejection21:33
jrib"Written November 2006 by E. Toernig's bonobo - no copyrights.21:33
jrib" that's the copyright in the source and the author is apparently unwilling to change it.  He states in a personal email, that it could be considered public domain21:34
jribmy question is whether that will be an issue.  From the last comment in the bug report, I see the copyright as the reason it was rejected21:35
jribI guess I can just try and see what happens :)21:37
ajmitchwe're not going to be able to give a definitive answer either way21:37
ScottKjrib: Does the source indicate any kind of license?21:37
jribScottK: nope, that quote is the only non-programming line in the tarball (and the author's email)21:38
jribI suppose, if I contact him and it's public domain, I could release it and just add GPL right?21:39
wgrantI will be rejected.21:40
wgrant*It21:40
jribwgrant: referring to the original or with the addition of GPL?21:41
wgrantI would suggest rejection unless the upstream tarball has the GPL licenses.21:42
wgrantIt doesn't seem to make sense for the license to be added downstream.21:42
ScottKjrib: In some countries it's essentially impossible to for something to be created in the public domain.21:43
wgrantGermany is one, isn't it?21:43
* ajmitch detests copyright issues21:44
RainCTjrib: ask him to release it under the ISC License or something21:44
RainCT(him = upstream)21:44
ScottKjrib: Maybe you could convince him to license it under http://sam.zoy.org/wtfpl/21:45
ScottKThat will, in fact, be enough.21:45
jribScottK: heh, are there any packages in ubuntu with that license?21:46
ScottKI'm pretty sure I remember hitting one at one point.  I don't recall which.21:46
jribokay, so my first step will be to contact the author.  Thanks ScottK, RainCT, wgrant, and ajmitch21:47
ScottKjrib: http://www.codinghorror.com/blog/archives/000833.html seems like a decent overview.21:47
RainCTwgrant: Oh, I didn't know that there's an ubuntu-directory team.. Prepare to be annoyed with question :D22:23
wgrantRainCT: There isn't, really. We do approximately nothing, other than get spammed with Samba bugs.22:25
ajmitchit's terribly exciting22:26
RainCTlol22:26
ajmitchwhat questions do you plan to ask anyway?22:26
ScottKRainCT: I think you should go ahead and do your proposed REVU cleaning, just be sure to include a nice note about resetting the queue and update your packages for Jaunty.22:27
RainCTScottK: sure, but I'll wait some more time for people to complain to ignore them all then :)22:29
RainCTajmitch: well.. dunno xD22:29
ScottKRainCT: I think a nice comment is the only real resolution to the whining.22:30
ScottKRainCT: Otherwise do nothing and then I'll look at REVU, see the list, and throw up my hands and find something else to spend my time on.22:30
ajmitchcleaning up while it's being discussed on the mailing list isn't too helpful though22:30
ScottKajmitch: I don't feel the discussion is particularly productive.22:31
ScottKIt seems a lot of 'don't do that' but no decent alternatives22:31
ScottKAgreed that there's no huge rush though.22:31
RainCTScottK: And then, I really don't undersand why there's people against the proposal but then say "archive everything every cycle", which is even harder o.O22:32
ajmitchyou've always been one who wants due process with making changes22:32
ScottKajmitch: For MOTU policy sure.  I don't think that applies here.  RainCT is the REVU coordinator and I'm glad to let him do it.22:32
RainCTbut I'm going to wait a bit more before I do anything, let's see if the discussion leads anywhere22:32
* NCommander wakes up22:34
geserRainCT: do you really believe you will see a usable result?22:34
NCommanderWhat about REVU?22:34
RainCTgeser: not really, but well.. who knows? :)22:35
geserNCommander: check your mails22:35
* Hobbsee wonders about a week allocated to reviewing revu, starting now (or last week)22:35
Hobbseeseeing as people have nothing to upload atm anyway22:35
Hobbseeand should probably wait for important main stuff to come thru.22:35
* wgrant wonders about a week running TRUNCATE upload;22:35
geserHobbsee: I hope you have some spare whips handy already22:36
Hobbseegeser: to get people to do it?22:36
ajmitchHobbsee always has whips at hand22:36
Hobbseegeser: i could try - but i don't do it myself much, so....22:36
NCommanderI personally think anything sitll targetting intrepid should be nuked22:37
NCommanderwe have a huge signal/noise rational on REVU22:37
HobbseeNCommander: the bigger problem is that the MOTU can't/doesn't process the signal regardless - perhaps due to the noise22:37
HobbseeNCommander: but a lot of the signal becomes noise, due to the lack of reviews being done by the MOTU.22:37
NCommanderAgreed22:38
NCommanderBut there are times packages in the Needs Work category have been there for awhile22:38
NCommanderWe only zap packages after they've been there for a few months22:38
HobbseeI do think that new contributors posting on REVU is a complete waste of time.22:38
NCommanderHobbsee, ?22:38
RainCTNCommander: I'll add automatic archiving for stuff without comments since 6 months or something like that (most of the code is already there)22:38
ajmitchso noone really has any ideas for encouraging MOTUs to review stuff, since it's not exactly a fun job by any means22:39
NCommanderWe could modify REVU to only support uploads from people who are UUC or greater, but there are people start off w/ packaging stuff22:39
* NCommander did that w/ codeblocks22:39
wgrantCan we restrict to one new package per 10 other uploads or something?22:41
NCommanderIts tricky22:41
geserI prefer if people start with fixing the current packages instead of creating new ones, so I'd be for limiting REVU for UUC (and greater) as I hope those people know how much work maintaining is and don't package everything they find on the internet22:43
NCommanderI can make the necessary changes to launchpad_login.py22:43
wgrantgeser: +infinity22:44
NCommanderBut unless we have consensus on this from the MOTU community22:44
HobbseeBased on how people seem to be having a lot of trouble with PPAs, and getting packages to build (even substandard ones, which probably don't have correct fields, etc), it's clearly a very difficult task.22:44
NCommanderI'm unconfortable from the change22:44
NCommanderWell, we have a working PPA importer22:44
NCommander(its actually on production, RainCT still hasn't finished cleaning up my daemon though)22:44
Hobbseeit's far too high a barrier to entry, and hardly anyone will review a new packager's work anyway.22:44
NCommandermaybe we should restrict direct REVU uploads to UUC and greater22:44
HobbseeNCommander: now that might be a good idea....22:45
NCommanderBut allow imports from anyone22:45
Hobbseebah.  why would that make any difference?22:45
NCommanderbecause you at least have a package that builds cleanly22:45
Hobbseeoh, right, because it would actually have had to build somewhere.22:45
RainCTNCommander: actually, it's finished22:45
* NCommander hugs RainCT 22:45
RainCTit's just missing a check to only accept packages that have build correctly22:45
HobbseeNCommander: that's probably one of the best ideas i've heard all day, in conjunction with RainCT's documentation stuff last night.22:46
RainCTwhich should be quite easy to add..22:46
NCommanderRainCT, there was one ...22:46
RainCTNCommander: the text on the pages mentions it, but it wasn't actually implemented, or?22:47
NCommanderSO launchpad_login.py would only sync keys for UUC or greater22:47
NCommanderI thought I implemented it22:47
NCommanderIt might not have actually gotten committed because my last commit never got pushed22:47
NCommanderSo we need to modify launchpad_login to import a GPG key to the REVU keyring if your a UUC (or how about just Ubuntu member)22:47
* NCommander notes that means resetting the keyring again ...22:48
HobbseeNCommander: because ubuntu members aren't necessarily clueful, w.r.t. packaging.22:48
NCommanderFair enough22:48
gesersomeone coming from e.g. LoCo has still no clue about packaging and how much work is it to keep a package up-to-date22:49
NCommanderSo UUC for direct uploads?22:49
HobbseeUUC makes sense - they've been known to put good packaging stuff forwards.22:49
NCommanderI've been wanting to propose changes for UUC22:49
NCommanderI think they should have the right to request syncs22:49
* ajmitch wonders if he's indirectly in UUC22:49
HobbseeNCommander: CC the list on your suggestion about it, but i suspect you've found a winner, at least.22:49
NCommanderHobbsee, which suggestion22:49
HobbseeNCommander: htat's been discussed a few times before, and the answer has been a resounding "no".22:49
RainCTNCommander: a sync is potentially as harmful as a normal upload, if not more22:49
HobbseeNCommander: the one about REVU and UUC.22:49
HobbseeRainCT: it is more - it's often gettign rid of existing changes.22:49
RainCTyeh22:50
ajmitchand we've seen what happens when people request many, many untested syncs22:50
* Hobbsee twitches and shudders22:50
wgrantHeh heh heh.22:50
NCommanderOk, fair enough22:50
* NCommander would think a UUC would be experienced enough though to say that22:50
Hobbseeajmitch: i think he's on brainstorm, you know.  Just in case you wanted to go say hello.22:50
ajmitchyes, well22:51
* ajmitch wasn't naming any names, of course22:51
Hobbseeno, of course not22:51
RainCTNCommander: not necessarily. u-u-c applications don't look at technical skills22:52
ajmitchNCommander: you'd have to make it that MOTU could upload as well, there's no team association that I can see at the moment22:52
RainCTajmitch: ubuntu-dev rather22:52
ajmitcheither one22:52
ajmitchwhatever works properly22:52
* NCommander grumbles22:52
NCommanderFiguring out if someone in a team is already a huge headache22:52
RainCTbut I thought ubuntu-dev is in u-u-c22:53
NCommanderRainCT, nope22:53
HobbseeNCommander: api doesn't support that yet?22:53
NCommanderLauncpadLogin doesn't use it22:53
NCommanderYet22:53
NCommanderI was thinking RDF parsing22:53
ajmitchRainCT: it could be changed to do that, if it doesn't cause any bugmail problems22:53
wgrantErm.22:53
wgrantmotu is a member of u-u-c, not ubuntu-dev.22:53
wgrantThat looks wrong.22:53
ajmitchquite probably22:53
ajmitchthe teams are a bit of a mess22:54
RainCTindeed22:54
* ajmitch is not really a motu :)22:54
RainCTNCommander: are you sure? I thought that the launchpad api already allows to get a list of people in a team22:54
RainCTand the teams a person is in22:54
NCommanderThe RDF API we used when I wrote the inital login code didn't support it22:55
RainCTNCommander: I mean the Python API22:55
RainCTuhm.. Kasper's mail has just remembered me about some stuff I was thinking about a while before22:56
RainCTwhich is, getting Debian into REVU :P22:56
NCommandero_o?22:56
ajmitchRainCT: what, and why?22:56
RainCTthat'd be, have a "I'm interested in maintaining this package in Debian." option on REVU, and have a team of "Friendly DD's" who'd care about assisting such people with getting the package into Debian22:57
ajmitchgiven how difficult it is to get MOTUs to review, how do you plan to coerce DDs?22:58
RainCT(the idea is still rather unclear.. I though about it before while I was showering :P)22:59
ajmitchah, one of *those* ideas :)22:59
wgrantHow about telling people that there are much better things to do than make new packages?23:00
ajmitchintrepid was released with a bug-free universe, wasn't it?23:00
RainCTthe packages on REVU will be likely to have already been reviewed by MOTUs so should be in rather good shape. and perhaps we could get the utnubu guys to give their thoughts about this23:00
wgrantajmitch: Definitely.23:00
wgrantWhat Utnubu guys?23:01
RainCTajmitch: of course. what are bugs even?23:01
RainCTwell, there was an utnubu team.. not sure if it's still alive23:01
RainCT(probably not)23:01
wgrantRainCT: It is alive in the same sense as ubuntu-directory.23:01
ScottKwgrant: I think a different sense and I think it largely did what it was meant to do.23:02
RainCTNCommander: will you raise the "u-c-d only" topic?23:03
ajmitchthat reminds me of what I was going to write - get an overview list of stuff that should get back to debian23:03
RainCThm.. perhaps we should discuss it this Friday23:03
RainCTon the ML it would just result in a flame :P23:04
* ajmitch hasn't exactly seen any flames on the list23:04
RainCT(on IRC probably too, but well.. wasn't IRC created to have flames on it? :D)23:04
ajmitchno23:04
RainCTajmitch: </jk> ;)23:04
ajmitchwe try & keep things flame-free, rather than calling people retarded idiots for even dreaming up the idea23:04
ajmitchit's much better to call ideas stupid, rather than people :)23:05
RainCTwhen did I/we/anyone say that someone is a retarded idiot o.O23:05
* ajmitch will be back to flame^Wcorrect after lunch23:05
RainCT(beside the creator of anything ending with *matix :D)23:06
RainCTajmitch: enjoy your meal? (where do you live, btw?)23:06
RainCTnow that's called an efficient ML http://lists.alioth.debian.org/pipermail/utnubu-discuss/23:08
* NCommander reinstalls REVU on 127.0.0.123:09
NCommanderUtnubu isn't dead?23:09
RainCTNCommander: of course not!! there's one thread per month on the ML!23:09
RainCT:P23:09
NCommanderSecond question23:11
RainCTs/meal?/meal/23:12
NCommanderShould we give UUC the ability to +1 on Ubuntu? (aka, one MOTU and one UUC would be good enough to qualify for upload of a package)23:12
NCommanders/Ubuntu/REVU/g23:12
RainCT-123:13
wgrantI hope not.23:13
NCommanderI agree, but I figure it was worth asking23:13
RainCTi'm wondering, what would you think about having a "package of a day" (having a wiki page where contributors could add themselves to say "I'll be available day X to be fix any problems with my package" and then during that day we aim to get the package into Ubuntu)?23:17
RainCT(yeah.. also a shower idea :P)23:17
nhandler_RainCT: It sounds similar to the hug days that we hold23:18
Hobbseebut those have tended to be kinda effective.23:18
Hobbseewell, as effective as stuff like five-a-day and such is23:19
RainCTyeah.. revu integration into five-a-day is something I considered yesterday XD23:19
wgrant5-rejections-a-day?23:21
Hobbseeit would be 5 comments a day, surely :P23:21
RainCTHobbsee: right23:22
RainCTbut I still have to reconsider this at the next shower23:23
RainCTas well as revu integration into ubottu :P23:23
RainCT(well, I'm unlikely to pursue this last idea unless someone wants it)23:24
RainCTwell, I'm off for today. good night23:25
ScottKNCommander: I also think the 'only UCD can upload to REVU' idea is a policy change thought ought to be agreed to my MOTU in general.23:30
HobbseeScottK: which would be why it's now on the list, no?23:31
ScottKHobbsee: OK, but that's not a "OK, go do that".  That's something we need to seriously discuss (unlike the rest of the discussion).23:31
ScottKI think if RainCT had wanted to just clear the queue without discussion, as REVU coordinator that'd have been fine.23:32
NCommanderScottK, well, I proposed the idea23:32
NCommanderScottK, I think that's a given, but we get a tremendous amounts of uploads to REVU ...23:32
ScottKI can see it has merit, "No cookie for you until you prove yourself."23:34
NCommanderIt also means UDC also actually means something w.r.t to privelleges give23:34
NCommander*given23:34
* ScottK loves the new wiki.ubuntu.com23:38
wgrantScottK: Haha, indeed.23:39
ajmitchoh that person deserves talking to :)23:40
* wgrant reverts.23:40
ajmitchspoilsport23:40
Laneytoo late :P23:41
wgrantBah.23:41
wgrantI was trying to revert, and it was complaining that I hadn't changed the page content. That was rather confusing.23:41
* ajmitch wonders why it says immutable page23:41
Laneyajmitch: Not when logged in23:41
ajmitchthat's one page that probably shouldn't be changed even by random logged-in people23:42
wgrantI thought it was restricted.23:42
LaneyAnyone got a link to that nice graphic of all releases and how long they will be supported for?23:43
Laneyit was a Canonical marketing one, AFAIK23:43
james_wLaney: http://blog.canonical.com/?p=1523:45
Laneyjames_w: Winner23:46
* ajmitch spots a suggestion on brainstorm for jaunty to be feature complete by alpha 123:49
TheMusoIf we decided to have no new features, sure. :)23:49
TheMusoand if GNOME decided to sit out a cycle. :)23:49
ajmitchoh no, there's a list of required features by alpha 1 ;)23:49
ajmitchincluding linux 2.6.2823:50
wgrantBut we can't stop it.23:50
wgrantDidn't you see it? It forbids us from demoting it.23:50
wgrantThe thing is, there's no good way to close that sort of thing.23:51
wgrantPerhaps Won't Implement.23:51
panglossAnyone have a second to help me with a problem I am having in one of the packaging guide tutorials?23:51
wgrantBut 'WTF - go away' is more appropriate.23:51
Laneypangloss: Ask away23:51
panglossLaney: in here https://wiki.ubuntu.com/PackagingGuide/Recipes/PackageUpdate23:51
=== nhandler_ is now known as nhandler
panglosslaney @ step 423:52
ajmitchwgrant: it's just a misunderstanding that feature development & integration does actually require some work23:52
panglossLaney:I do not have a brasero-0.5.2/ folder23:52
Laneypangloss: What messages did you get after the dpkg -x line?23:53
nhandlerpangloss: Do 'dpkg-source -x brasero_0.5.2-0ubuntu1.dsc'23:53
panglossLaney: there is no dpkg line, but there is dget line23:54
LaneyI was getting to that ;)23:54
Laneydget, yes23:54
LaneyI guess it just failed to verify the key and then died extracting there23:54
Laneyit should probably be dget -xu23:54
panglossLaney nhandler yes I never did a dplg23:54
panglossdpkg*23:54
LaneyI meant dget :(23:54
pangloss=(23:54
panglossso dpkg-source -x brasero_0.5.2-0ubuntu1.dsc23:54
pangloss?23:54
Laneyyep23:55
nhandlerYes pangloss23:55
nhandlerThat should give you the brasero-0.5.2 directory23:55
panglossThanks guys =)23:55
nhandlerYou're welcome pangloss23:55
Laneythere, I updated the options23:57
LaneyThanks for the pointer pangloss23:57
panglossLaney, updated the options?23:58
Laneyon the wiki23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!