/srv/irclogs.ubuntu.com/2009/01/09/#ubuntu-motu.txt

terlibloody good example.00:01
socterli: "patented software needs a copyright." wth?00:01
socwhat has copyright to do with patents?00:01
directhexhear hear00:02
terliwhat does db_get do00:02
terlisoc : copyright, license, you name it00:03
terlilegal shmega00:03
directhexterli, they're all very different things00:03
terlipatented meaning proprietary00:03
directhexterli, terms aren't interchangable00:03
terliright, right, but my brain is of the sort that can replace tomatoe with table in a second00:04
terliwhat does db_get do00:04
LaserJockdoesn't that get stuff from the template?00:06
terliso if I have a file named templates00:06
terliwith two entries in it marked parallels/accept_licence and parallels/license00:06
LaserJockright00:06
terliaccept_ being the boolean and license being the text itself00:06
LaserJockyep00:07
terlidb_get parallels gets both?00:07
terlino. can't be.00:07
LaserJockwell, look at the example00:08
LaserJockdb_get debconfdemo/accepted00:08
LaserJockif [ "$RET" = "true" ]; then00:08
=== _neversfelde is now known as neversfelde
LaserJock    exit 000:08
LaserJockfi00:08
LaserJockso it grabs debconfdemo/accepted and then tests if it returns true or false00:08
crimsunbe careful with forcing the user to accept the agreement prior to proceeding. you're in a position to design it properly now. the major point of contention will be blocking distribution upgrade progress.00:09
crimsuni.e., i install foobar, update && full-upgrade, walk away for a week, and find the upgrade is blocking on my input00:10
terlicrimsun, your a god, but this package will never, ever, ever make it into the repo.00:10
terliit's proprietary and binary.00:10
LaserJockso?00:10
terliso the only upgrade possible is manual.00:11
crimsunsure, that's fine, and there are plenty of examples that did in fact use a hard-stop query, like the sun-java[56] in multiverse00:11
LaserJockterli: I'm saying prorietary and binary packages are allowed00:12
terliNobody maintains this package, and I'm not capable of complying with the universe rules.00:12
terli, now, if you want to upload it for me, thats a different matter00:12
LaserJocknot I, been there, done that, still reaping the "benefits" :-)00:13
terlithe source package I edited was sudo extracting a tar file in /usr/lib/programdir00:13
terlimade removing all of it a headache00:13
savvasterli: what's the name of the software?00:17
terliparallels.00:17
terliI'm doing some work to get rid of my howto00:17
terliand stop breaking dash/bash00:17
copprohttp://revu.ubuntuwire.com/details.py?package=metakit <-- comments would be appreciated00:18
terlisubprocess pre-installation script returned error exit status 25500:19
terlihttp://pastebin.com/m238dc41a00:24
terlier, umm00:25
terlihttp://pastebin.com/m699a61f300:25
terlithere00:26
soccould someone review/advocate my package? ... http://revu.ubuntuwire.com/details.py?package=ttf-droid00:41
socit should be totally clean and nice now ...00:42
terliTemplate parse error near `.', in stanza #2 of ./templates00:42
slicerThe requestsync script in intrepid misbehaves a bit if you're a member of the launchpad betatesters group :)00:47
slicerSpecifically, it submits the bug report 5-6 times, then crashes.00:48
copprouse it to submit a bug against launchpad?00:49
coppro:P00:49
TheMuso/c/c00:51
slicerOk, what should I do with the duplicates? Is there a way to delete them, or do I need to mark them as duplicates?00:56
slicerIt seems a bit silly now with 5 identical reports in a row.00:56
copproin what?00:57
slicerbug 31529100:57
ubottuLaunchpad bug 315291 in mumble "Please sync mumble 1.1.6-5 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/31529100:57
=== emma_ is now known as emma
slicerbug 31529200:57
ubottuLaunchpad bug 315292 in mumble "Please sync mumble 1.1.6-5 (universe) from Debian unstable (main)." [Undecided,New] https://launchpad.net/bugs/31529200:57
sliceretc etc up to 31529500:57
slicerI'll mark them duplicates for now, that should at least remove them from the trackers.00:59
terliis there a db_display variable?01:00
terliI need someone to tell me three db_ commands01:01
nschembrI'm looking for a little help, OK everyone need help:) I'm looking for someone who works with the init scripts.01:11
directhexwhich init scripts?01:12
nschembrLet me look.01:13
nschembrsomewhere before /etc/initramfs-tools/scripts/init-bottom/ in the init process01:15
nschembrhow about someone working on the netbook remix01:18
maxbnschembr: You are not being very specific about what you need help on - specific questions are better because they allow people to see whether they can actually help or not, quickly01:24
terlihey , could someone show me how to put my license in a debconf tag?01:27
directhexterli, a EULA-style you-mist-agree license?01:28
directhexterli, an old sun-java6 package should provide something to copy01:29
terliyes01:29
terlino01:29
savvasthe non-free virtualbox has a license agreement if I recall correctly01:30
directhexi just remember java needing it. the sun distributor license or somesuch01:31
terliI have it on my screen01:31
terliit's not working01:31
directhexit doesn't have a job? for shame, my taxes are paying for it to lounge around at home!01:31
terliit's no use to me01:32
directhexand why is that?01:32
terliits all nice and all that01:33
terlihmm01:34
terliI ran the script from a terminal01:34
terliit just ran through, didn't prompt me or anything01:35
terlibut its not crashing01:35
Hobbseehad you already accepted the licence once, and are now trying to accept it a second time?01:35
terlino, I'm building the bloody package01:35
Hobbseeoh, right.01:35
directhexran which script from a terminal?01:35
terliquiet.01:36
terliok, now it failed to install, but that's my fault01:36
terliI can feel it01:37
terlithe preinst is configured to db_go parallels01:37
terlithe parallels file is configured to:01:37
terlidb_input critical license; db_input critical license_accepted;db_go; db_get license_accepted;if [ "$RET" = "true" ]; then01:38
terli    exit 001:38
terlifi01:38
maxb<terli> the preinst is configured to db_go parallels <--- are you saying you actually have a line "db_go parallels" in the preinst?01:38
terliyes?01:39
maxbbecause that would be meaningless01:39
maxbdb_go doesn't take an argument01:39
terlihow do I get preinst to pass control to my script?01:39
maxbyou don't01:39
terliand does db_stop belong in there?01:39
maxbYou've misunderstood how debconf works. You shouldn't have a 'parallels' file.01:40
terliI have preinst , a file called parallels and one marked parallels.templates01:40
terlipreinst is supposed to use debconf to run parallels , which is a script that uses the parallels.templates file to show license details01:41
maxbuhm, no01:41
terlithen explain how it's supposed to work.01:41
maxbYou don't use debconf to run things01:41
maxbYou use debconf to interact with some abstract UI01:42
terliI don't think you understand.01:42
terliyou are supposed to help me, not contradict me.,01:42
maxbPart of helping is pointing out misunderstandings01:42
terliwhat should i do for preinst to get my script implemented01:42
terliit's just a file called parallels that starts with a  line marked #!/bin/sh, think of it as any other script file.01:43
directhexyou don't write a script, you write a debconf template. preinst calls debconf using that template, and bails if your haven't accepted it01:43
terlino, I've relocated the details of what debconf does to a different file.01:44
maxbWell, don't do that01:44
maxbDoing that goes against all standards of how to use debconf01:44
directhexto what end? now you're talking about making that different file available outside the package, which is enormously messy01:44
terliwell, then, I suggest you inform me about the correct way.01:44
directhexhe tried, you told him off for it01:44
terlithe different file is IN the package01:44
terliit's IN /debian01:44
maxbThe correct way was the way I did it in the prewritten example I gave you01:44
maxbWhich is the same way sun-java does it01:45
directhexplease look at debian/dlj.templates and debian/JB-jdk.preinst in sun-java601:46
directhexyou can't use preinst to call things in data.tar.gz01:46
terliso I have a line marked db_get parallels/license which corresponds to a template marked parallels/license in the file parallels.templates01:46
terlidirect hex, everything is in the folder marked debian in the root of the archive.01:46
directhexthe semantics are more complex than that though. a binary package is split into multiple parts. the actual data section, the files to which you'd be agreeing to a license, are not the same as the metadata - that way you can't install it if you don't agree with the license01:48
terlithe license is in the metadata, and in the data.01:48
terlitwo copies.01:48
terliyou agree to the copy stored within templates01:48
terliit's identical to the other copy01:49
terlibut you don't have to explicitly agree to the other copy, you already did that with the first one during installation.01:49
directhexbut you don't want to use the template, you want to run a script. and the script does not form part of the control.tar.gz section of the package, which contains metadata like templates and preinst01:49
terlithe script isn't in the control.tar.gz01:50
terliit's in debian!01:50
terlipreinst isn't in control.tar.gz either01:50
directhexyes, it is.01:50
directhexafter you compile the source package, anyway01:50
directhexwhich is the point01:50
terliI don't have a source package.01:50
directhexhowever, it's 1:50am, and you clearly already know best, so i'm going to bed.01:51
terliI'm using DEBIAN folder and usr folder.01:51
maxboh, argh, do you literally mean DEBIAN, uppercase?01:51
terliliterally.01:51
maxbAre you seriously attempting to MANUALLY assemble a debian binary package without a source package being involved?01:52
terliThere is no source.01:52
terliit's all binary blobs to begin with.01:52
directhexa source package doesn't mean source. you think sun-java6 includes source?01:52
directhexor nvidia-glx?01:52
directhexdirecthex@mortos:/tmp$ ls sun-java6-6-10/01:53
directhexdebian  jdk-6u10-dlj-linux-amd64.bin  jdk-6u10-dlj-linux-i586.bin01:53
directhexthat's a source package01:53
terliwell , this one doesn't.01:53
directhexwheeeeeeee01:53
directhexbed.01:53
maxbterli: You are seriously making things hard for yourself.01:54
terliI don't know what you mean by easy.01:54
terliI don't know the correct way to build the package, because I don't have the requisite files.01:54
maxbWell, you seem to be ignoring the minimal example I gave you, and the example of sun-java, and trying to forge your own way by a different path01:55
terliI didn't ignore your example01:55
terliI couldn't use it01:55
terliwaitr01:55
maxbwhy not?01:55
terliyou didn't give me a different example from my own!01:55
terlimy list of files IS identical to yours.01:55
terliI put the script in preinst01:55
maxbI never had a DEBIAN01:55
terliand now I just have templates and preinst01:55
terliwell I don't know where you put it then01:56
terliTHIS package's source had a debian.01:56
maxbdebian/ and DEBIAN/ are *different*01:56
terliI mean DEBIAN.01:56
StevenKYou shouldn't be playing in DEBIAN/01:56
terliI don't know the difference.01:56
terliit's a *debian* package, anyway.01:57
maxbWell, either read up about it in the Debian Policy Manual, or just trust us that if you are messing with a DEBIAN/ directory you're doing it wrong01:58
directhexyou want to generate a SOURCE PACKAGE. christ, we could be done by now. a SOURCE PACKAGE does not require source for parallels, before you start, it just means a rational sane way of building all the required files in the right places using a plethora of helper tools. a source package consists of whatever you have from upstream, plus a debian/ folder. that's it.01:58
terliwell, I've gotten far enough that the installer is saying, template parse error near `text` in stanza #101:58
terliwell, directhex, I don't know how that works.01:58
terlican I just rename DEBIAN to debian?01:58
directhexterli, if you wanted to zip a file, would you use a zip tool, or a hex editor?01:58
StevenKNope, you can't01:58
terliif I wanted to zip it I would use zip01:59
terlior tar01:59
directhexterli, right now you're using vi.01:59
terliI used dpkg -b to generate my package from the folders specified in the wiki...01:59
terliI tried to use data.tar.gz and control~, really I did, but I couldn't get it to make the . folders.02:00
directhexif you ever see data.tar.gz or control.tar.gz, ur doin it wrong. those files are generated as part of package creation, by dpkg-buildpackage02:01
maxbterli: What wiki are you reading? You've apparently found your way into some deep dark internals documentation02:01
terliI did.02:01
* Hobbsee reads the backscroll, and raises an eyebrow02:01
maxbWhat, only one eyebrow? :-)02:01
terliI had to open the archive in archive manager, extract it, then edit the contents.02:01
* directhex lowers Hobbsee's eyebrow with his poking stick02:01
terlithen re-compress it to a archive.02:01
* directhex falls off his desk02:01
directhexUR DOIN IT WRONG02:01
* Hobbsee raises the other eyebrow at that02:01
Hobbseewell, no wonder it isn't working.02:02
terliI don't know what other way there is, I wasn't taught anything about any of this.02:02
crimsun(you silly people. i would have used Hobbsee's stick to zip.)02:02
terliand it works fine, I just can't get debconf to parse my note/eula thingy02:02
terlidid you know, before I was using their archive(the official one) , and having to manually replace sh with bash because the maintainer screwed up and made his script call /sh instead of bash02:03
maxbterli: You are poking about in internals that developers don't bother to deal with directly. I (and probably most others here) have no idea how the templates are supposed to be packed into the binary deb, because we use tools that do it for us02:03
maxbOh02:04
terlimaxb: I have no idea where the tools are.02:04
terlibut if you don't know how02:04
terlithen something has gone seriously wrong02:04
maxbFinally it becomes clear *why* you're approaching it this way02:04
maxbIt was not clear to me until just now that you were actually trying to repackage an existing .deb file02:05
terliexactly!02:05
directhexdpkg-repack - puts an unpacked .deb file back together02:05
* maxb headdesks02:05
maxbI wrote my own one of those too02:05
terlisorry, I've already deleted it.02:05
* maxb wonders just how much of his ~/bin/ has packaged equivalents, if you know where to look :-)02:06
terlianyway, it's clear to me that in one way, I clearly am superior to you(I'm fooling around with sith bathrooms in the debian temple), and in another way, I havn't the vaguest idea what I'm doing.02:06
terlidb_input critical license02:07
terlidb_input critical license_accepted02:07
terlidb_go02:07
terlidb_get license_accepted02:07
Hobbseeterli: dude, take the attitude elsewhere.02:07
* maxb awards terli the ultra-bizarre-metaphor prize02:07
terliHobsee; I don't have the vaugest idea how I'm supposed to package this without your help.02:07
Hobbseeterli: there is no reason anyone *has* to help you, and the more you show your attitude, the more likely it is that you'll be ignored.02:07
Hobbseeterli: well then, you should clearly try to be polite, stop telling people to be quiet like they're your dog, listen to what they say, whether you agree with it or not, and stop saying you're superior, no?02:08
terliyesno, yes, ok.02:08
terliI'm waiting.02:11
maxbWell, it's past time for me to be asleep, so don't wait for me.02:12
Hobbseeoh, and maybe you already wore out your welcome with your comment on being clearly superior, so you may find that no one's going to deal with you anyway02:12
Hobbseeso, wait away.02:13
terliWell, you did see me admit in one and the same sentance that I don't know what I'm doing.02:13
terliNot knowing what I'm working with is humiliating and frustrating.02:13
nschembrI've  worked on a project to use aufs as the root file system. I have posted the howto, https://help.ubuntu.com/community/aufsRootFileSystemOnUsbFlash02:32
nschembrAt this point I'm stuck.  I think it should be integrated into the main init script. I think this would help the  people building netbook distro's.02:32
nschembrIs anyone working on netbooks or the init process.02:36
anakronHi all03:00
maxbnschembr: I realize I'm being incredibly obsessive, but: There's no such thing as Ubuntu 8.403:05
maxbSorry, personal irritation of mine :-)03:05
nschembrmaxb: Attention to detail noted and corrected. :)03:32
maxbI'm not sure how this fits with netbooks. Surely having your documents vanish when you reboot is a bit of a pain03:35
persiaActually, none of the Ubuntu Mobile flavours use stacked filesystems post-install anymore.03:40
persiaThe live session uses a stacked filesystem.03:40
=== asac_ is now known as asac
rhpot1991_laptopcody-somerville: ping, I updated bug 29701904:35
ubottuLaunchpad bug 297019 in mythexport "mythexport relies on ffmpeg from medibuntu" [Undecided,Fix released] https://launchpad.net/bugs/29701904:35
=== bluesmoke is now known as Amaranth
=== asac_ is now known as asac
dholbachgood morning06:30
fabrice_spGodd morning dholbach! :-)06:37
dholbachhiya fabrice_sp06:37
iulianMorning dholbach, fabrice_sp.06:42
dholbachhiya iulian06:42
fabrice_sp'morning iulian !06:44
didrocksmorning dholbach, fabrice_sp, iulian o/06:57
dholbachhiya didrocks :)06:57
didrocksdholbach: just to keep you inform all is going very well for localized UDW preparation on your last day proposal :)06:58
dholbachdidrocks: perfect - can you follow up on the mail thread so the others know as well?06:59
dholbachdidrocks: I'll start writing up the announce in a sec06:59
dholbachI wasn't feeling very well yesterday evening, so I do it today06:59
didrocksdholbach: I will do it later in the week-end (we are fixing the precise schedule)07:00
didrocksdholbach: oh :( do you feel better today?07:00
dholbachyeah, it's all good today :)07:00
dholbachdidrocks: I was just thinking that the others might want to plan something similar so let them know about the plan early07:01
didrocksdholbach: ok, will do it today :)07:01
dholbachsuper07:01
dholbachthanks muchly07:01
didrocksyou're welcome :)07:02
fabrice_spHi didrocks \o/07:12
stefanlsdhey guys.  where can i see the queue / status for the build servers building jaunty stuff?07:31
iulianstefanlsd: https://launchpad.net/ubuntu/jaunty/+builds07:35
stefanlsdiulian: thanks!07:35
=== warp10_ is now known as warp10
=== hyperair1 is now known as hyperair
=== hyperair1 is now known as hyperair
tbielawagreetings, all!08:40
slytherinpersia: there? need some guidance.08:48
persiaHere.08:48
persiaAgain, I like *contentful* pings :p08:49
* directhex pings persia with a large textbook08:49
=== hyperair1 is now known as hyperair
=== thekorn_ is now known as thekorn
iulianHeh09:00
=== warp10_ is now known as warp10
iulianpersia: Btw, just out of curiosity. Will you have some spare time to vote on my application this weekend or even today?09:01
persiaiulian, I'm nearly done with review: I was hoping to finish yesterday, but didn't quite.  Should be in the next few hours.09:03
iulianpersia: Oh, that's great!09:04
iulianThanks.09:04
persiaSorry it's been so long: there's really no excuse on my part.09:05
iulianNo worries.09:05
slytherinpersia: The problem is related to batik. The current version in Ubuntu is 1.7.dfsg-0ubuntu1. Where as Debian version in experimental is 1.7-1. According to dpkg 1.7.dfsg-0ubuntu1 > 1.7-1 so I will not be able to upload a merge from Debian. :-(09:30
persiaDo the orig.tar.gz files differ?09:31
slytherinpersia: yes they do.09:32
slytherinpersia: our version has some code from fop as well (inline with what was done for 1.6). But that code is not needed any more.09:33
slytherinThe main problem is how the buildd will treat the version from Debian. If it think that it is less than what we currently have then it will never get published.09:34
persiaOK.  Then create 1.7.dfsg1-1ubuntu1.09:34
persiaIt's not ideal, but it's probably what we need until 1.8 comes out.09:34
slytherinpersia: right. That is what just came to my mind. This problem will go away when we have 1.8.09:35
persiaRight.  We just need to do some fakery to force use of the Debian orig.tar.gz, as I presume it's better.09:35
persiaIf nothing else, it makes it easier to merge later.09:35
slytherinby the way do we have any set policy for/against sync/merge from experimental? Debian experimental has fop 0.95. And it is unlikely to enter unstable until lenny is released.09:38
directhexslytherin, not just permitted, but more or less required during the lenny freeze09:39
directhexslytherin, most of the jaunty mono stack is smerged from experimental09:39
slytherindirecthex: good then. I am wondering when will be lenny released.09:40
directhexslytherin, it'll come bundled with copies of duke nukem forever09:40
slytherin:-)09:41
stefanlsdhehe09:43
persiaBest way to help lenny release is to help close the remaining RC bugs: they may well be bugs in Ubuntu as well, so it's not wasted effort.09:45
directhexi think i proposed a debian BSP a few months ago, but nobody seemed interested09:45
persiaI thought we did one a few months ago: I remember a number of Debian bugs being discussed.09:46
persiaLet's do another one this weekend.09:46
Laneydirecthex: Break off from the u-uk bug party in feb to do some debianing09:46
Laney:>09:47
directhexthere's a u-uk?09:47
Laneybut of course09:47
Laneywe are planning on participating in the global bug jam09:48
LaneyI expect to see you there!09:48
directhexis there a secret handshake involved?09:48
directhexor masks?09:48
LaneyThe secret incantation is /join #ubuntu-uk09:48
Laneyif you can manage that then....09:49
Laneyonto the initiation rituals09:49
directhexmmm, sounds hard. never mind then :/09:49
Laneyboo09:49
directhexis it a sign i'm getting old if a major factor in which brands i buy for a new pc is the warranty?09:52
persiaNo, it's a sign that you've reached the threshold of your performance requirement: you no longer expect it will be cheaper or better to get a new machine when that one breaks.09:53
stefanlsdi get dell with 3 year next business day warranties. i cant be bother to go fix get parts to fix and replace hardware anymore09:54
directhexstefanlsd, the price diff between a dell with 1year rtb, and a self-build with a few lifetime warranties, on the spec i want, is already a few hundred quid09:54
stefanlsdmm. sounds alot. but if u think of the time and effort lost with self built. if u have the time, i guess self built will be easier09:56
stefanlsdwell, cheaper anyways09:56
directhexit's a hobby!09:58
* directhex looks at power supply warranties09:58
persiaIn addition to being a hobby, once you have a base set of components, you only replace some bits.  Frequently if you get a replacement for a failed component after a couple years, they send you a better one.10:02
* directhex sets a 3 year psu warranty as a minimum10:03
directhexit's always the psu that pops10:03
stefanlsdis there a way to make bzr diff   -> quilt diff patches?10:04
persiaSure.10:04
Laneystefanlsd: quilt has `quilt import'10:05
persiaJust extract the bzr patch, start the quilt patch creation process against the pristine source, apply the bzr patch, and save the new quilt patch.10:05
persiaOh, that's even better :)10:05
stefanlsdoh cool. thanks. will check out quilt import10:05
stefanlsdi do all my merge stuff in bzr. makes life soo nice10:06
* Laney is old school10:06
LaneyI await james_w's session with baited breath10:06
stefanlsdquilt import ffmpeg-headers.diff10:07
stefanlsdImporting patch ffmpeg-headers.diff (stored as ffmpeg-headers.diff)10:07
stefanlsdwow. and thats it. fixed the paths and everything10:07
Laneyquilt is magical10:07
directhexhm, 5 year warranty from corsair. that's good. but they're uncheap10:08
directhexhm. /me reduces selection to choice of 810:15
slytherindirecthex: by the way, how much space is saved on CD now with the mono 2 transition?10:18
directhexslytherin, not enough yet, as not all libs have been done10:18
directhexa few meg afaik10:19
slytherindirecthex: what is your estimate?10:19
directhexthe estimate was ~18 meg10:19
directhexcurrent figures... dunno, slangasek might though10:19
iahello. could you tell me, please, if ./configure shows "<package> not found but required" message, then <package> should be added in Depends, or in Build-depends or in both fields in debian/control file?10:40
persiaia, Typically, Build-Depends.  It ought go to Depends from the ${shlibs:Depends} line.10:42
iapersia: ok10:42
=== james_w` is now known as james_w
james_wsebner: are you on beautifulsoup?10:43
sebnerjames_w: I wanted to do it next but have also other things to do if you want to take it10:44
james_wsure, I can do that10:44
james_wyou were quicker than me on all the others, so I wanted to check10:44
sebnerheh10:44
sebnerjames_w: I'm sorry :)10:45
james_wsebner: you better be :-p10:45
james_wsebner: I smiled at you requesting the contributor give reasons for the sync at this stage in the release cycle :-)10:46
sebnerjames_w: well, people learn and grow up10:48
DktrKranzjames_w: link please! :)10:48
sebnerjames_w: but most times I checked upstream myself and since there were no heavy changes I ACKed. Besides FF if far away :P10:48
sebnerDktrKranz: nah :P10:48
james_wsebner: yeah, there's no problem at this point10:49
sebnerjames_w: btw, we should add a note to the wiki -> Future MOTUs beware! There will always be wars and brutal fights for ACKing sync requests :P10:50
james_wheh :-)10:50
FlimmI'm packaging my own program, how should I handle translations of the package description?11:06
directhexdebian/control? don't.11:07
sllhi room! I'm trying to do a deb package. do you know where can I find a good tutorial to do it? I read some tutorials but all show diferents way and for smal applications too.11:07
Flimmdirecthex: how will it get translated then?11:08
slytherinsll: which tutorials did you read?11:08
Flimmsll: what are you trying to package?11:09
slytherinFlimm: why do you need to translate them?11:09
directhexFlimm, i wasn't aware debian/control supported translation11:09
FlimmWell the Debian Description Translation Project seems to translate the descriptions somehow. http://ddtp.debian.net/11:10
FlimmBut it seems like the translations are only in the repo, not in the packages themselves11:12
directhexseems that way. they ARE apparently supported in jaunty though -> http://archive.ubuntu.com/ubuntu/dists/jaunty/main/i18n/11:13
FlimmOk, another question, what's the best way to package po translations?11:16
james_wvorian: hi, I'd like to clarify what license your manpages for ncpfs are under11:20
sllok, I read spanish tutorials, and I think the problem is that I don't know about rules file. I'm trying to package this sources http://hangar.org/wikis/lab/pd/pdvjtools/src/11:22
sllthey are externals/objects for puredata11:23
sllcan you recomendme any tutorial about deb packaging?11:41
pochu!packagingguide11:41
ubottuThe 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 !backports11:41
pochu. o O ( how is backports related to the packaging guide? )11:42
sllubottu: thanks :P11:43
ubottuSorry, I don't know anything about thanks :P11:43
stefanlsdjames_w: heys. i think we can try sync imview again12:32
james_wis it built everywhere?12:32
stefanlsdwhere would i check that exactly?12:32
stefanlsdi've checked here - https://edge.launchpad.net/ubuntu/jaunty/+builds12:33
pochufor Debian? buildd.debian.org12:33
pochu(I guess it's for Debian as you're talking about a sync)12:33
james_whttps://edge.launchpad.net/ubuntu/+source/imagemagick/7:6.4.5.4.dfsg1-1ubuntu212:34
james_wso...yes12:34
stefanlsdpochu: it was a dep we were waiting for.12:34
stefanlsdcool12:34
james_wstefanlsd: still fails to build for me12:40
stefanlsdjames_w: let me check12:41
james_wthanks12:41
stefanlsdactually straight after this libavg merge thats giving me hassles :)12:41
coolbhavijames_w, the previous version too was a ftbfs12:42
james_wcoolbhavi: yeah, it's still the same version12:42
coolbhavijames_w, yup ... the latest version of the dependency isnt helping too12:43
LaibschHi12:47
LaibschCan somebody please upload my patch from bug 254228 to intrepid-proposed?  It fixes a quite serious error in sqlite312:48
ubottuLaunchpad bug 254228 in sqlite3 "division error in sqlite 3.5.9-5" [High,In progress] https://launchpad.net/bugs/25422812:48
LaibschSorry, wrong channel12:48
LaibschThis is a core package12:48
Laibschfrom main12:48
LaibschI'll give you another SRU request in a minute to chew on ;-)12:49
vorianjames_w: BSD is fine with me, it'll keep all the manpages together13:01
james_wvorian: cool, thanks13:01
vorianno problem13:01
vorianthanks for asking13:02
vorian:)13:02
LaibschCan you please release wordpress from -proposed to -updates?  (bug 227547)13:03
ubottuLaunchpad bug 227547 in wordpress "ubuntu wordpress should suppress the "please update" warning" [Undecided,Fix committed] https://launchpad.net/bugs/22754713:03
DktrKranzLaibsch: this is usually done by pitti, but is tagged as verification-done, so it's just a matter of time.13:04
DktrKranzs/but/bug/13:04
LaibschOK13:05
LaibschThanks13:05
DktrKranzif you think it's extremely important, you can ask him in #ubuntu-devel13:05
Laibschno, it's not the most important one13:06
LaibschI've already asked about another SRU (which is much more serious) in #ubuntu-devel about a minute ago13:06
LaibschThat one is still to be uploaded to -proposed, though13:06
* DktrKranz looks back when he was a motu-sru member :)13:06
Laibschwhy did you loose the priv?13:07
DktrKranzlack of time by my side :(13:07
DktrKranzUniverse needs people testing -proposed uploads, it's a shame we fix bugs and no-one is there to report it works :(13:09
LaibschWell, I'm testing stuff13:10
Laibsch;-)13:10
persiaAs much as it needs more -sru people, it needs more people in the testing team.13:10
DktrKranz... or more peoploe running development versions13:11
Laibschyeah, that is a problem13:12
DktrKranzmany fixes I've seen going via -proposed/-updates could easily get fixed in time for the release.13:12
LaibschI don't want to run development13:12
Laibschstuff13:12
LaibschBut I help myself with Booting from USB and even more important with virtualbox13:12
LaibschThose were some very important improvements for bug testing lately13:13
DktrKranzThat's fine, but I realized I discover more issues using development version daily13:13
Laibschthat is of course true13:13
LaibschBut one has to do productive work, too, from time to time ;-)13:13
Laibschor work that pays bills13:13
* DktrKranz rethinks about gnat-4.2 transition made via SRU, what a pain!13:14
LaibschI'm spending too much time with bug testing as it is, too much fun ;-)13:14
DktrKranzUbuntu hasn't bugs, bugs are introduced by feature to avoid people to get bored.13:16
slytherinslomo: just curious ... is there plan to sync/merge libdvdread and libdvdnav from Debian experimental?13:17
stefanlsdjames_w: yeah. still getting the build problem on imview.13:19
james_wstefanlsd: it looks like a pretty bust configure.in13:27
stefanlsdjames_w: yeah. we prob could fix it and redo the .h files, but i think the point was the transition and imagemagick handling that stuffs. i'll check with lool.  he said his built...13:28
james_wstefanlsd: yeah, but imview's configure.in isn't that smart13:29
james_wdoesn't set -I based on anything from imagemagick for instance13:29
stefanlsdjames_w: yeah. i think a .h somewhere is looking for magick/api.h and its changed to ImageMagick/api.h  or something to that affect. need to confirm13:30
james_wstefanlsd: no, magick/api.h is still there you just need -I/usr/include/ImageMagick/13:32
stefanlsdjames_w: kk. cool. will try it out. also just wanna check with loic. (would prefer a sync)13:39
khashayarjames_w: about LP 314823: I was being confused about the diff.gz. So disregard of my second comment. The diff.gz that is attached works just fine. Would you mind taking a look at it when you have time? Thanks.13:47
ubottuLaunchpad bug 314823 in qtractor "qtractor needs to be updated to 0.3.0" [Undecided,New] https://launchpad.net/bugs/31482313:47
khashayarI had a few things explained to me about diff.gz's by persia in #ubuntustudio-devel :-)13:47
=== asac_ is now known as asac
=== Jazzva_ is now known as Jazzva
loolstefanlsd, james_w: I pushed imview to my ppa yesterday (the one from jaunty yesterday), it ftbfsed, then I pushed a fixed imagemagick, hit rebuild on imview, and imview built on all arches; then I pushed imagemagick to jaunty14:04
loolYou can check the Debian bug I referenced in the upload for details of the .pc file renames and the -dev renames14:04
loolAnd xine-lib for an example package with decent build-deps14:04
lool(which should work with old and new imagemagick14:04
lool(and older)14:05
rhpot1991_laptopmorning cody-somerville14:09
=== coolbhavi is now known as coolbhavi_idling
james_wlool: yeah, but we're looking at the -3 upload where one of the changes is to fix it with imagemagick from experimental14:21
james_wah, -> -devel14:23
=== coolbhavi_idling is now known as coolbhavi
=== asac_ is now known as asac
looljames_w: Yup14:40
looljames_w: I also updated the bug14:40
looljames_w: I agree the configure is sucky14:40
stefanlsdlool: as a fix (prob ugly), uncommenting #           CPPFLAGS="$CPPFLAGS "`Magick-config --cppflags`  does get it to build.15:02
loolstefanlsd: *cough*15:11
slaytonwhich of the deb helper scripts applies the patches under debian/patches?15:11
loolstefanlsd: But it's better than using AC_CHECK_LIB IMO15:12
lool(either use Magick-config or pkg-config, but don't check directly for headers or libs)15:12
stefanlsdlool: oh. it still uses that for other stuff. heh.15:12
* RainCT is trying out KDE 4 beta. if someone wants to hear my rants about it, tell me to enable verbosity :P15:12
stefanlsdlool: am i on the right track here?   http://paste.ubuntu.com/102772/15:13
loolstefanlsd: Hmm no; PKG_CHECK_MODULES() wants as first arg the base name of the vars in which to store the _LIBS and _CFLAGS and second arg the list of pkg-config modules you need15:18
loolstefanlsd: Check xine-lib's configure.ac for an example15:18
sebnerRainCT: sudo apt-get remove kde*, gnome ftw :P15:19
loolYou don't need the whole MAGICKNAME, LDFLAGS, and IMLIBS; instead you simply PKG_CHECK_MODULES(MAGICKNAME, DispatchImage, [have_imagemagick=yes], [have_imagemagick=no])15:19
loolErr s/DispatchImage/ImageMagick15:19
stefanlsdlool: kk. thx. cant seem to find too much documentation of PKG_CHECK_MODULES.15:19
loolstefanlsd: You just PKG_CHECK_MODULES(FOO, [bar baz], [stuff run if bar baz are present], [stuff run if not])15:20
loolThat will set FOO_CFLAGS to pkg-config --cflags bar baz, and FOO_LIBS to pkg-config --libs bar baz15:21
RainCTsebner: yeah.. visually it gets 10/10 points, but somehow it's quite slowish (on the new laptop! o_O)15:21
lool(And will AC_SUBST them too BTW)15:21
loolstefanlsd: So you just run the PKG_CHECK_MODULES and do an AC_MSG_ERROR if not present (because you require imagemagick to build)15:21
loolif it's optional you don't AC_MSG_ERROR but you export some AM_CONDITIONAL which says that imagemagick support shouldn't build15:22
loolstefanlsd: With PKG_CHECK_MODULES, you almost only have to do the PKG_CHECK_MODULES; it's really easy15:22
loolstefanlsd: Do you have xine-libs's configure.ac?15:22
stefanlsdlool: yeah, i do.15:22
loolIt's the same thing, but they use the Wand .pc, not the ImageMagick.pc one15:23
loolAlso it has a flag to build without imagemagick (AC_ARG_WITH([imagemagick] ...)15:23
loolstefanlsd: So 1) it checks whether imagemagick was requested on configure command line; 2) if not disabled or if not specified it checks Wand.pc with PKG_CHECK_MODULES15:24
lool3) if it was requested and isn't present, it fails (AC_MSG_ERROR); otherwise it's disabled15:25
lool4) it sets the HAVE_WAND AM conditional to use in the build rules (Makefile.am)15:25
loolstefanlsd: Note: AC_SUBST(WAND_CFLAGS) and AC_SUBST(WAND_LIBS) aren't needed15:25
loolIt's done by PKG_CHECK_MODULES already15:25
loolSo it's 10 lines to handle all cases; if you like you can do simpler by not handling any configure flags and always failing when im is missing; you don't need a conditional either in this case; but it's less elegant of course15:26
loolstefanlsd: Is this any clearer, or am I confusing you further?15:26
stefanlsdlool: thanks. that was great. i think its getting a bit clearer :).   Wand.pc is provided by whatever libary provides wand i presume?  do all libs provide .pc files?15:29
stefanlsdand the problem with this configure is not that they use AC_CHECK_LIB, but they mix pkg-config and AC_CHECK_LIB and set variables that PKG_CHECK_MODULES would just do instead?15:31
* RainCT goes back to GNOME :P15:43
pochu\o/15:44
RainCTpochu! :)15:44
vorianboo15:46
* vorian runs15:46
RainCTvorian: man! you scared me!15:46
voriani was booing15:46
perlluvervorian, loves KDE15:48
vorianfor realz perlluver :)15:48
perlluver:P15:48
loolstefanlsd: AC_CHECK_LIB requires the library path to be set properly, so it's an issue when IM is installed in special locations, or requires LDFLAGS to be located; they might have handled that, but it's overly complex to do it by hand and trivial with pkg-config (transparent even)15:51
loolstefanlsd: Yeah, the mixture of a high-level tool which can do the job to test whether you can use the low level calls didn't make sense really15:52
loolstefanlsd: No, not all libs provide .pc; IM did for a while15:52
loolWhen you have one, it's best to use it unless you care for supporting older version of the lib which didn't have it15:52
stefanlsdlool: cool. thanks very much for the help.15:53
socmok0: thanks for advocating again ...16:02
socmok0: afaik i need 2 advocates?16:03
mok0soc: yes16:06
RainCTLOL (@ xkcd.com)16:07
jpdsRainCT: Do you know that there's a spanish one?16:10
socRainCT: lol ...16:10
socmok0: mhhh, hopefully i find another advocate today, because i'm not at home anymore tomorrow ...16:11
mok0soc: otherwise someone will pick it up sooner or later16:11
socmok0: yes, but if there are any additional comments, the package will lie arounf until the next weekend i fear ...16:12
mok0soc: perhaps RainCT has time to take a look16:13
fabrice_sp_Hi. IS there anyone to review DVDStyler? IT's at http://revu.ubuntuwire.com/details.py?package=dvdstyler and has already been reviewed by mok0 and siretart. Thanks!16:31
mok0fabrice_sp_: I'll take a look in 10 minutes16:32
fabrice_sp_oooh, you're there. Great! and thanks in advance ;-)16:32
=== invaleed is now known as in[v]aleed
mr_pouitjdong: have you had some time to work on Bug #243451?16:41
ubottuLaunchpad bug 243451 in x264 "Please Upgrade x264 and libx264" [Low,Confirmed] https://launchpad.net/bugs/24345116:41
mok0fabrice_sp_: what's that file "debian.patch" in $topdir?16:51
fabrice_sp_mok0, it comes from upstream. It's a patch to apply if you want to build it in Debian16:52
mok0fabrice_sp_: ok16:52
fabrice_sp_mok0, I still have to convinced upstream to produce a tarball without debian building stuff16:53
mok0fabrice_sp_: good work!16:53
fabrice_sp_thanks ;)16:53
mok0fabrice_sp_: uscan says there's a newer version available16:54
fabrice_sp_really?16:54
fabrice_sp_mok0, I will check then16:54
mok0fabrice_sp_: (beta I think)  Newer version (1.7.2~b3) available on remote site16:54
fabrice_sp_yes: it's the next beta version16:54
mok0fabrice_sp_: I have just a couple of comments16:55
fabrice_sp_(b3)16:55
mok0fabrice_sp_: maybe it's not worth updating the package to a beta version16:55
fabrice_sp_mok0, ok. Nothing big, I hope :-)16:55
mok0fabrice_sp_: no just details16:56
fabrice_sp_mok0, it's too early for the moment, to upgrade to beta. By experience, things get broken with dvdstyler16:56
mok0fabrice_sp_: ok. You're the expert on that app16:56
fabrice_sp_:-D16:57
mok0fabrice_sp_: 2 minor comments. I will advocate your next upload17:00
mok0(remind me if I forget)17:00
fabrice_sp_mok0, great! I'll upload the fixes ASAP then. Thanks (and I will remind you if you forget, don't worry :-) )17:01
mok0fabrice_sp_: ;-)17:01
slytherinmr_pouit: What is the difference between gst-plugins-bad and gst-plugins-bad-multiverse?17:04
fabrice_spmok0, fixes uploaded :-)17:12
fabrice_sp(I know: it's before you forget :-) )17:12
socmok0: ok, i will ask him ..17:28
socRainCT: could you advocate my package? http://revu.ubuntuwire.com/details.py?package=ttf-droid ...17:29
slaytonare there docs about how to automatically apply patches during the debuild process?17:29
slytherinslayton: what do you mean? The patches are applied automatically.17:30
james_wslayton: https://wiki.ubuntu.com/PackagingGuide/PatchSystems might be of help17:31
james_whttps://wiki.ubuntu.com/MOTU/School/PatchingSources as well17:32
slaytonso if I want to patch an already distributed deb can I just dget the package, add my patch the the patches dir, update the change log and rebuild? Is there any syntax I have to worry about in the patch name? Is there a file that lists all the patches to apply?17:33
ScottKslayton: It depends on what patch system, so you need to look at the links james_w gave you.17:34
coolbhavislayton, It will be in /debian/patches/series normally17:34
mok0slayton: there's usually a file in debian/patches listing the ones that should be applied17:34
ScottKcoolbhavi: That's only for quilt.  For dpatch it's 00list and simple.patchsys has no list at all.17:35
mok0slayton: depends on what patch system is being used; there are at least 317:35
coolbhaviokay ScottK ...:)17:36
slaytonthanks eveybody!17:36
RainCTslytherin: the license? :P17:36
slytherinRainCT: so the source is same right?17:37
slytherinRainCT: I mean there is no upstream tar ball for -multiverse package. So I am assuming that it is duplicated source.17:37
RainCTslytherin: Maybe. Each has its own source package, but that's all I can say without downloading them17:38
RainCTsoc: I'm looking :)17:39
mok0ScottK?17:43
ScottKmok0?17:43
mok0ScottK, looking at pyrocket that you've advocated. I'm trying to fix the watch file, and discovered that upstream tarball is named pyrocket_0.5.orig.tar.gz17:44
ScottKOK.17:45
ScottKIt's been quite some time since I looked at that one.17:45
mok0ScottK, Is that OK? I've never seen that before17:45
ScottKmok0: IIRC upstream is also the packager and very interested in getting it into Ubuntu.17:45
mok0ScottK, I guess the author really wants to be Debian-friendly17:45
ScottKmok0: Yes.17:45
ScottKIt's unusual, but no harm in it.17:46
mok0ScottK, OK, I'll fix the watch file and upload it17:46
mok0ScottK, looks good to me too17:46
ScottKGreat.17:46
fabrice_spGot my first advocate to dvdstyler (\o/ mok0). Anyone to make additional review on that package? it's at http://revu.ubuntuwire.com/details.py?package=dvdstyler17:52
* slytherin really hates it when packages from debian unstable need packages from experimental for building. :-(17:54
ScottK-desktopslytherin: If they do, it's an RC bug against the package, please file it.18:00
slytherinScottK-desktop: these are the evil arch all java packages. The build failures are revealed only in Ubuntu.18:01
ScottK-desktopslytherin: Yep.  I got two python packages fixed in Debian yesterday for very similar reasons.18:01
mok0Going to dinner, see y'all later18:02
slytherinScottK-desktop: Frankly, I am tired. Even if I file bug it is unlikely to get fixed anytime soon.18:02
RainCTsoc: I don't like the short description. Looks great otherwise :)18:03
RainCTsoc: if you can tell me a better short description I'll upload :)18:04
socshort description? the 60 char line?18:04
RainCTsoc: yes18:04
socmom18:04
RainCTsoc: first error: it contains the name of the package18:04
socah ok18:05
slytherinScottK-desktop: All this could be avoided if Debian wouldn't allow binary uploads.18:05
soc"A font optimized for high-dpi devices and extensive language support"18:05
RainCTalthough now that I check, most font packages have similar descriptions18:05
socmaybe that?18:05
soc"A font optimized for handheld dpi devices with an extensive language support"18:06
socbetter18:06
slytherinScottK-desktop: By the way, please help me understand why it is an RC bug?18:09
ScottK-desktopPackage is unbuildable.18:10
ScottK-desktopThink about post-release security support.18:10
ScottK-desktopThe package has to build on more than the maintainer's machine.18:10
RainCTsoc: what about "and with" instead of "with a"? (I'm test building, btw)18:11
soc"A font for handheld devices with an extensive language support"18:12
ScottK-desktopslytherin: Debian Bug 511242 is for one of the ones I dealt with yesterday.18:12
ubottuDebian bug 511242 in pyke "python-setuptools is missing in build dependencies" [Serious,Open] http://bugs.debian.org/51124218:12
RainCTsoc: great18:12
socis that line ok?18:12
socthe other ones were too long18:12
ScottK-desktopRainCT: I'd drop the "A" at the beginning18:13
RainCTsoc: Yeah. The "A" is usually not included though, see http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-pkg-synopsis18:13
RainCTScottK-desktop: /me too :)18:13
soc"Font for handheld devices with extensive language support"18:13
ScottK-desktop"Handheld device font with extensive language support"18:13
soc"Handheld device font with extensive style and language support"18:15
socis that ok?18:15
RainCTYep, I'll change it to that then18:17
hanskaScottK-desktop: I'm uploading clamtk 1.5.8-1 to sid.18:17
socmhh, or should i re-upload?18:17
RainCTsoc: not necessary :)18:17
socah18:17
RainCTactually, it's easier for me if you don't :P18:18
RainCTso that I don't need to download it again ;)18:18
ScottK-desktophanska: Did you just do clamtk 4.08-1?18:18
* ScottK-desktop is confused by the version numbering.18:18
slytherinjames_w: you are last uploader for jspwiki, have you filed a bug in debian that dpatch is missing from build dependencies?18:18
hanskaScottK-desktop: oops, sorry, confused myself, that's wicd 1.5.8-1 :)18:18
socdo think it should be necessary to rename install and defoma-hints to ttf-droid.install and ttf-droid.defoma-hints again?18:18
hanskasorry for the noise18:18
hanska(I just saw my sponsor committing s/UNRELEASED/unstable/ to the repo...)18:19
socmok0 mentioned that ...18:19
RainCTsoc: I am of those who prefer "install" and "defoma-hints" for single-binary packages :P18:19
ScottK-desktophanska: No problem.  If you think it should be sync'ed into Ubuntu, please file a sync request bug and then subscribe ubuntu-universe-sponsors to the bug.18:19
socah ok18:19
socthen everything should be nice18:19
james_wslytherin: yes18:19
hanskaScottK-desktop: yes, I'll do, as soon as I re-checkout ubuntu-dev-tools18:19
socRainCT: so if the package will be accepted, it will go into universe?18:19
socor how will that work?18:20
ScottK-desktophanska: OK.  I did get clamtk done.  It was sync'ed about an hour ago.18:20
james_wslytherin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50717718:20
ubottuDebian bug 507177 in jspwiki "jspwiki: missing build-dependency on debhelper" [Important,Closed]18:20
hanskaScottK-desktop: great, thank you.18:20
RainCTsoc: Yes. After uploading it will go to the NEW queue for an archive admin to check the licensing, and then it'll enter universe if everything's OK18:20
james_wslytherin: I just titled the bug wrong, and so the maintainer got it wrong18:20
slytherinjames_w: I am talking about dpatch, not debhelper.18:20
socah ok18:20
james_wslytherin: but, the upload also commented out the dpatch calls, so it could be synced.18:20
james_wslytherin: but I'm not entirely sure that wasn't a mistake as well.18:21
socif the admin has questions about licensing etc, he could ask me, mok0, hasnka, pmjdebruijn, we had quite some discussion adn research until we got it right ...18:21
slytherinjames_w: I will see if Debian version builds. If it does then I will file a sync bug.18:22
RainCTsoc: most probably he'll just reject it in that case and you'll automatically get a mail18:22
james_wslytherin: I imagine it will, but checking whether the patches that were dropped were needed seems more important18:22
RainCTsoc: btw, you may also consider submitting this to Debian18:22
slytherinjames_w: yes, checking that now18:23
RainCTsoc: it isn't as difficult as it may seem :)18:23
socRainCT: i was planning that18:24
soci already filed a ITP18:24
RainCTsoc: lintian just told me that debian/bug/script is missing the executable bit18:24
RainCTsoc: excellent :)18:25
socbut i thought it might to faster if it gets into ubuntu, so the debian people can sync it from there ...18:25
slytherinjames_w: one of the patch is irrelevant. The other will be if package builds.18:25
socRainCT: mhh weird, i had the +x set ...18:26
slytherinjames_w: A quick look says the other one is still relevant. And the package contains .jar files. :-(18:26
RainCTsoc: well, that shouldn't really make a difference to them, afaik they have no rules to automatically accept packages from Ubuntu (like we do with those from Debian)18:26
socah ok18:26
socwhat should i do to get it into debian?18:27
RainCTsoc: upload to mentors.debian.net and ask for review on the ML (info on the website)18:27
RainCTsoc: congrats on your first package being uploaded to Ubuntu! :)18:29
RainCTsoc: Uhm.. that Dust theme mentioned in your LP profile looks great. Count with a review from me if you ever happen to package it :P18:30
soccoll, thanks :-)18:30
socmhh ok, i'll look into it18:30
RainCTsoc: is it ready for use already'18:31
RainCT?18:31
socyes, even using it with that QGtkStyle18:34
soci'll ask the author which version he would recommend18:34
socand then i'll try to do a package ...18:34
* RainCT hugs soc :)18:35
POXRainCT: I never accepted a new package without some fixes first (and I'm not talking about cosmetic changes) and some of them were already accepted in Ubuntu (including yours, IIRC), so I doubt there will be automatic sync... :-P18:35
POX(and I sponsored >200 packages)18:35
ScottKPOX: I think it goes both ways.  Pyke got into Debian just fine ....18:36
POXyeah, RC bugs happen in packages prepared by DDs as well :)18:37
socRainCT: ok, against which package should i file the bug to package Dust?18:45
socubuntu-meta?18:45
RainCTargh.. why does IRC reconnect every time I switch from wifi to ethernet connection or the other way around? :/18:46
RainCTsoc: no package18:46
RainCTsoc: just against the Ubuntu distribution18:46
socah ok18:47
POXI think more important reason why Ubuntu package cannot be synced in Debian is that Ubuntu packages usually have a mailing list set as maintainer and even if they don't, there's no guarantee that maintainer wants to receive bugs from Debian18:47
POXsoc: is your package Python related?18:47
socPOX: no, just some fonts18:48
socRainCT: dust is already in universe18:49
socit is in community-themes18:49
RainCTsoc: ah, cool. So I guess you can strike that point from your list :P18:49
socmhh, i didn't see that as well until now18:49
soci'll have to check which version is in there ...18:49
socbecause the current 0.2 release had some bugs already fixed in trunk ...18:50
socmaybe i file an update request ...18:50
maxbRainCT: Because you change IP address, no?18:50
RainCTmaxb: nope, both are connected to the same router18:51
RainCTsoc: what name does the package have18:52
RainCT?18:52
ScottK-desktopRainCT: You reconnect to the router with a different IP/Source port combination.18:52
socRainCT: which package?18:53
RainCTsoc: for dust18:53
soc it is in community-themes18:53
RainCTsoc: ah, thanks18:53
RainCTScottK-desktop: and applications need to reconnect because of that?18:54
ScottK-desktopSure, it's a new connection.18:54
RainCTbah, that sux :P18:55
RainCTBtw, pbuilder-dist.new should be ready for use now. If anyone is bored please try it :)18:57
slaytonif I delete a file from the debian/<package>.install file, will it be excluded from the final packaged deb?18:58
RainCTslayton: most likely, yes18:58
slaytonbut not for sure?18:58
RainCTslayton: if the package is weird and also installs it from debian/rules or something then it will still be there. but that would be *very* weird :P18:59
POX... or upstream's script (Makefile?) which is invoked in debian/rules installs it19:00
RainCTyeah, that'd be another possibility19:00
POXor clean rule is broken19:01
POXor... ;)19:01
Laneyhttps://wiki.ubuntu.com/StableReleaseUpdates doesn't say anything about waiting for -sru ack (between 3 and 4 in "Procedure"). What is the actual procedure here?19:16
ScottKGenerally for Main you upload and ubuntu-sru reviews it in the queue, but for Universe you get the ack first.19:22
LaneyScottK: Just one ack?19:26
ScottKYep19:27
Laneygood, that's easy then19:27
socRainCT_: should i archive ttf-droid now?19:41
socor how does that work?19:42
slytherinin what file should I add pointer to /usr/share/doc/dpatch/README.source.gz  for specifying the patch system in use?19:42
slaytonRainCT_: thanks!19:53
=== bobbo_ is now known as bobbocanfly
=== bobbocanfly is now known as bobbo
ScottK-desktopslytherin: debian/README.source20:17
* ScottK is suprised to discover that Ubuntu Top Uploaders has him at #12. 20:24
ScottKNeed to slow down.  I've been #15 for the last three releases.20:24
vorianhaha20:24
cody-somervillewhere is that page?20:25
JontheEchidnaisn't that page down?20:26
StevenKYeah, did the page move?20:34
superm1does it take into account SRU's?20:37
ScottKhttp://thc.emgent.org/utu/utu_jaunty.php20:37
ScottKsuperm1: Ask emgent.  I know it doesn't include backports.20:37
JontheEchidna#18, not bad20:38
superm1woah i'm falling behind this time. 19? psh.20:39
superm118 last time and 12 before..20:39
agentblue9Hi, I want to get more involved with packaging and MOTU and would like to find a mentor to work with.   I've contributed a debdiff to bug #293722 and would like to do a lot of bite-size things like this to gain experience.  Any guidance greatly appreciated. Thanks!20:48
ubottuLaunchpad bug 293722 in ctorrent "Bad manpage for ctorrent" [Low,Triaged] https://launchpad.net/bugs/29372220:49
sochow long does it take until an advocated package appears in the repo?21:01
maxbWhen you move a file from one binary package to another, is it documented anywhere precisely what the Replaces/Conflicts should look like?21:05
loic-mAnyone to review the ecm package on REVU ( http://revu.ubuntuwire.com/details.py?package=ecm )? It's a small program, simrunbasuita has already reviewed it and I've made the suggested changes ;)21:06
slytherinsoc: the source first enters into NEW queue. When it is cleared from queue the package is built and the binary enters the new queue.21:07
slytherinsoc: https://edge.launchpad.net/ubuntu/jaunty/+queue21:07
socah thanks!21:07
loic-mEcm is a neat program to remove error correction codes on isos for decreasing their size (and for better compression)21:08
socslytherin: btw, are there any plans to update openoffice to 3.0?21:08
StevenKOpenoffice 3.0 has already hit Jaunty21:08
StevenKI think it's having trouble building21:08
slytherinsoc: calc: has already uploaded OOo 3. The builds are going on.21:08
slytherinStevenK: not anymore.21:09
sochttps://edge.launchpad.net/ubuntu/+builds21:09
socah ok21:09
socthanks :-=21:09
slytherinsoc: https://edge.launchpad.net/ubuntu/jaunty/+source/openoffice.org/+builds21:10
socbtw, since when do we build for itanium?21:21
soc(ia64)21:21
slytherinsoc: at least since hardy21:22
socmhh if lpia builds cöeanly, i386 should build too, i assume?21:22
socslytherin: ah ok21:22
sebnernorsetto: \o/21:22
socbut it is not suported?21:22
slytherinsoc: community supported. Not officially supported.21:23
socah k21:23
norsettosebner: Hola21:24
sebnernorsetto: how is live going in Italy? Much snow, what I've heard :)21:25
norsettosebner, yes, and good weather to go skiing too21:27
sebnernorsetto: in Austria? .P21:27
norsettosebner, nope, 100 km from my house21:28
sebnernorsetto: that far? Here is a big skiing area, just 10km away :P21:29
RainCTuhm.. can someone explain to me what AllowTcpForwarding in SSH/SFTP is for?21:43
slytherinRainCT: some context please? What is 'AllowTcpForwarding'? Is it a configuration parameter on server side?21:51
RainCTslytherin: yes21:51
RainCTslytherin: I've seen it here;21:51
RainCThttp://blog.markvdb.be/2009/01/sftp-on-ubuntu-and-debian-in-9-easy.html21:51
jpdsRainCT: man sshd_config21:51
RainCTjpds: that doesn't help, I want to know what TCP forwarind is for :P21:52
slytherinRainCT: Have you ever done port forwarding over ssh?21:53
RainCTno21:53
RainCTso that's what people use to "workaround" blocked ports, or what?21:53
jpdsRainCT: http://en.wikipedia.org/wiki/Tunneling_protocol#SSH_tunneling21:54
slytherinRainCT: when you login to an ssh server, you can bind a local port to a remote host:port on the machine to which you are connecting.21:54
RainCTok, thanks21:55
slytherinRainCT: the example command is 'ssh -L 10000:192.168.0.10:80 server'. This way when you access localhost:10000, you are actually accessing 192.168.0.10:80 in the network of the ssh server.21:56
RainCTslytherin: ok, I see :)21:59
=== Mez_ is now known as Mez
quadrisprosebner: hi!22:29
quadrisprosebner: what do you think about http://paste.ubuntu.com/102950/ ? (you are the last uploader)22:30
Laneyquadrispro: Please wait with smuxi22:32
Laneywe're (I'm) trying (hoping) to fix a small build problem22:32
quadrisproah ok Laney! I'm going to look for another merge to do22:33
LaneyI'll mark it on DaD22:33
quadrisproit could be fine22:33
sebnerquadrispro: besides. the transition is b0rken. Please no further rebuilds!22:34
Laneyquite22:34
quadrisproif you want, you can use my debomatic machine (setup by Dktrkranz) -> http://home.alessiotreglia.com22:35
Laneywhat is debomatic :(22:36
quadrisproLaney: https://launchpad.net/debomatic22:37
Laneycrazy, my panels just disappeared but they're still clickable22:38
socmy package disappeared from the build queue (https://edge.launchpad.net/ubuntu/+builds ), how long will it take until it hits universe?22:56
Laneysoc: What does it say on the package page?22:57
maxbIt is currently here: https://edge.launchpad.net/ubuntu/jaunty/+queue?queue_state=0&queue_text=ttf-droid22:58
socoops, i didn't see it anymore ..23:00
socthanks23:00
socso is this a manual process or will it be built automatically, when a build server is free?23:00
LaneyYou have to wait for an archive admin to review and accept (or reject) it23:01
Laneythen it'll build, then they have to accept the binaries23:02
socah ok23:06

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