/srv/irclogs.ubuntu.com/2007/01/13/#ubuntu-motu.txt

tsmithecrimsun, are you available to do revuage for my alsa packages?12:16
Adri2000thanks crimsun for uploading obconf12:19
LaserJockuggg, 184 MOTU Science bugs :(12:20
Adri2000do *all* python apps need a rebuild?12:20
LaserJockprobably  not12:20
Adri2000!info giplet12:20
ubotugiplet: GNOME IP display applet. In component universe, is optional. Version 0.1.2-0ubuntu1 (edgy), package size 8 kB, installed size 112 kB12:20
Adri2000what do you think of this one?12:21
LaserJockAdri2000: what about it?12:21
Adri2000does it need a rebuild? how can I know?12:22
LaserJockI'm guessing Matthais already rebuilt the ones that needed to12:22
LaserJock*Matthias12:23
Adri2000ok12:23
LaserJockgenerally if there is a transition like that he just does it en-mass12:23
geserAdri2000: only those python apps need a rebuild which depend on python < 2.512:23
LaserJockwe shouldn't have to many of those I wouldn't think12:24
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
=== TMM [n=hp@ip565b35da.direct-adsl.nl] has joined #ubuntu-motu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
gnomefreakLaserJock: most of gnome but universe not too many12:49
gnomefreaksure there is alot any way you look at it but from what i can see on my system not too many uni/multi are affected12:49
LaserJocklooks like some of the he removed the hard dependency12:51
=== ivoks [n=ivoks@1-221.dsl.iskon.hr] has joined #ubuntu-motu
=== Toadstool [n=jcorbier@cl-266.bru-01.be.sixxs.net] has joined #ubuntu-motu
=== Arrogance [n=aks@ottawa-hs-64-26-148-159.d-ip.magma.ca] has joined #ubuntu-motu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== mayday_jay [n=upirc@206.172.10.103] has joined #ubuntu-motu
=== Lutin [n=Lutin@ubuntu/member/lutin] has joined #ubuntu-motu
=== cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu
=== dakira [n=daxel3@e177199012.adsl.alicedsl.de] has joined #ubuntu-motu
=== _czessi [n=Czessi@dslb-088-073-017-115.pools.arcor-ip.net] has joined #ubuntu-motu
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
dakiraHi.. I just tried to build Vidalia with pbuilder and get some errors I can't make any sense of. Specifically when it tries to install vidalia the make install throws some "permission denied" errors inside the pbuilder environment..02:21
dakiramaybe someone knows this problem.. here's the relevant part of the output: http://pastebin.ca/31476702:21
LaserJockdakira: it's becuase it's trying to install to /usr/bin/02:23
LaserJockit needs to install to $(CURDIR)/<packagename/usr/bin02:24
dakiraLaserJock: okay.. so I need to change the "rules"-file, right?02:24
LaserJockyeah02:24
dakiraLaserJock: wow.. thanks A LOT! This happened to me before with something else and I never figured it out.. so now I get it..02:26
dakiraI just didn't get the concept of pbuilder completely right02:26
LaserJockwell, it's the way packaging works02:27
LaserJockthe .deb is built from inside the debian/ directory02:27
LaserJockso you need to install files in there02:27
LaserJockand then it gets compressed up into a .deb with the right paths02:28
LaserJockthat way you aren't *actually* installing to /usr/bin/ everytime you build a package02:28
LaserJockthat would make things pretty messy02:28
dakirayeah.. I see that now.. I can't believe how blind I was towards this :-)02:28
LaserJocknp, took me a while too ;-)02:28
dakirawell.. it never gets messy since I work inside a pbuilder environment.. but still.. I just got it wrong02:29
somerville32LaserJock: When I first tried, I tried to install directly to /usr/bin/ too but my thinking (or understanding) was that pbuidler created a chroot and so what ever I did was happening actually in some pesudo file system02:32
somerville32*pseudo 02:32
dakiraLaserJock: one more question.. do I have to set the --prefix of the configure part in "rules" to $(CURDIR)/<packagename>/usr, too?02:33
LaserJockI guess that's one of the prices we pay for telling everybody to use pbuilder first off02:33
LaserJockdakira: no, because that'02:33
LaserJockthat's telling the package where things will be at runtime (i.e. when the .deb is unpacked on the users machine)02:34
dakiraLaserJock: okay.. than the problem is that the vidalia dev hardcoded the install paths and doesn't use --prefix directive02:34
LaserJockdakira: wahoo, sounds like patch time :-)02:34
dakira*g*02:34
LaserJockI've gotta run right now02:35
LaserJockI might be on later02:35
dakirathanks for the help and clearing things up!02:35
LaserJockbut there is some patching material in the packaging guide02:35
LaserJockand on wiki.ubuntu.com/MOTU/School02:35
somerville32dakira: dpatch is awesome :)02:35
Toadstoolyay! openoffice preventing me from dist-upgrading :)02:36
somerville32Toadstool: Just remove the packages :)02:36
ToadstoolI can wait 02:36
somerville32I wouldn't dist-upgrade right now anyhow02:37
somerville32Now with the python fallout :)02:37
somerville32*Not02:37
somerville32Gah, I can't type today :(02:37
Toadstoolheh02:37
dakirasomerville32: i'll have a look at dpatch as soon as a figure out what the dev has done wrongly ;)02:38
persiaWhat's the policy on applying patches to fix Debian bugs that haven't been reported in Ubuntu?  Should an Ubuntu bug be created that links to the Debian bug with the patch?  The bug is certainly present in Ubuntu.02:39
somerville32Sounds good to me02:44
=== persia proceeds to create such a bug.
Toadstoolpersia: link it to the Debian bug too02:47
persiaToadstool: Of course.  The patch is actually from the Debian bug.02:47
Toadstoolpersia: if you could prepare a debdiff fixing as many bugs as possible and poke a MOTU to sponsor your fixes, it would be even better ;)02:50
=== Toadstool hides
persiaToadstool: That's basically what I do all day, every day (until I have to work again), but I usually only upload one debdiff per bug.  I should really fix my gpg configuration and attend the next meeting to become a member :)02:51
Toadstoolgreat! and then try to become a MOTU, we need more manpower02:52
persiaToadstool: The main issue is that I will fail to check my email for months at a time when working (cf. my LP page).  Perhaps I'll become a MOTU at some point, but this usually requires two months of effort (and I rarely have that long a break).02:54
=== somerville32 wants to become a MOTU someday soon.
Toadstoolpersia: oh my bad, I know you... I have seen your real name so many times in changelogs but didn't link it to your nick and thought you were some kind of newcomer :)02:56
=== Toadstool is useless
persiaToadstool: No worries :)02:57
somerville32hehe02:57
somerville32Should we only package stables releases or are betas good too?02:57
persiasomerville32: betas are only good if they fix known bugs that cause problems.02:57
somerville32This is for a new package02:58
persiasomerville32: Still, is the beta less buggy?02:58
Toadstoolsomerville32: what I usually do is package stable releases and extract patches from development branches02:58
somerville32k02:58
Toadstoolbut of course, if you feel like the beta would be better (let's say you tested thoroughly, no regressions, bug fixes, whatever) then you can package the beta03:00
somerville32kk03:02
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== Hobbsee|NotHere [n=user@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== Marsmensch [n=daniel@149-203-116-85.dsl.manitu.net] has joined #ubuntu-motu
somerville32Whats the magic tar command to gzip and untar w/o modifying the checksum again?03:11
persiasomerville32: tar xzf works for me.03:11
Hobbseesomerville32: bunzip2 <tar> gzip -9 resulting tar03:12
somerville32persia: thanks03:12
somerville32Hobbsee, :)03:12
=== ademan [n=dan@h-67-101-42-105.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
=== _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
=== somerville32 just notices that his package, pyNeighborhood, was approved by the archive admins and now in Feisty repositories.
somerville32Woot! :)03:15
=== mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu
Toadstoolsomerville32: congrats' :)03:18
Hobbseesomerville32: yay!03:19
Toadstoolhey Hobbsee!03:19
Hobbseehey Toadstool!!!!03:20
Toadstoolhow is it going?03:21
Hobbseegood, and yourself?03:21
Toadstoolalright, lot of work, lot of time with my girlfriend so not as much time as before for Ubuntu03:22
somerville32...03:22
somerville32Umm...03:22
somerville32somethings wrong03:22
somerville32They changed the maintainer field to use my personal e-mail instead of my ubuntu one03:23
somerville32:(03:23
Toadstool"they"?03:23
somerville32Somewhere along the way it got changed by someone or something03:23
somerville32And I can't install the package...03:24
somerville32How odd03:24
somerville32E: Package pyneighborhood has no installation candidate03:25
somerville32And the depends weren't set properly03:25
somerville32guh...03:25
somerville32Is it possible I have something in my cache?03:26
persiasomerville32: https://launchpad.net/ubuntu/+source/pyneighborhood reports no package published yet.  Wait a bit.03:26
somerville32Ok03:26
somerville32It must be in my cache03:26
Toadstoolsomerville32: pyneighborhood is still waiting for approval in new03:26
somerville32doh03:26
somerville32Ok03:26
somerville32Must be in my cache03:26
Toadstoolhttps://launchpad.net/ubuntu/feisty/+queue?start=20 <-- here03:26
somerville32How can I clear my cache?03:27
=== Kyral [n=kyral@HyperDream.graham.clarkson.edu] has joined #ubuntu-motu
=== RAOF [n=chris@202.63.35.99] has joined #ubuntu-motu
persiasomerville32: Try `sudo aptitude clean`03:28
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
somerville32apt-cache show pyneighborhood 03:29
somerville32Package: pyneighborhood03:29
somerville32Status: deinstall ok config-files03:29
somerville32What does that mean?03:29
persiasomerville32: It's uninstalled, but not purged.  You can fix that with `sudo aptitude purge pyneighborhood`03:30
somerville32Thanks :)03:31
=== hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu
=== somerville32 hugs persia.
StevenKOr 'dpkg -P pyneighborhood'03:33
StevenKWith a sudo prepended...03:34
=== bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-motu
bddebianHeya gang03:46
Toadstoolhey bddebian!03:46
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
bddebianHi Toadstool03:47
=== dakira [n=daxel3@e177199012.adsl.alicedsl.de] has left #ubuntu-motu []
cypherbiosheya bddebian :)03:51
bddebianHi cypherbios03:51
cypherbiosbddebian: http://revu.tauware.de/details.py?upid=4015 >> any problem in keep uploading and updating this package on REVU when it isn't archived?03:54
bddebiancypherbios: Even when packages are archived, you can upload new/updated versions.  It will automagically un-archive them03:54
=== somerville32 hugs bddebian
bddebianFor what? :-)03:56
somerville32For being such a good person! :)03:56
somerville32And because I know you'll review my package here in a second03:56
=== somerville32 grins.
Toadstoolbddebian: don't ask why, you deserve it! :)03:56
somerville32It's true03:56
bddebianHah, I knew there was an alterior motive :-)03:56
somerville32Is the section util or utils?04:04
StevenKutils04:11
bddebianHeya LaserJock04:22
cypherbioshobbsee ops, wrong channel :)04:24
cypherbiosHobbsee: can you take a look when you have some time? http://revu.tauware.de/details.py?upid=401504:24
Hobbseelol04:25
=== doko_ [n=doko@dslb-088-073-103-203.pools.arcor-ip.net] has joined #ubuntu-motu
=== theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu
somerville32If a package depends on gtk+, what package do I use?04:31
somerville32libgtk2.0-0 ?04:33
LaserJockbuild-time or run-time?04:34
=== cypher1 [n=cypher1@59.92.197.43] has joined #ubuntu-motu
somerville32run-time04:35
=== ajmitch so tired
LaserJockajmitch: but aren't you relaxing on a weekend?04:37
=== manchicken [n=manchick@c-76-16-240-139.hsd1.il.comcast.net] has joined #ubuntu-motu
manchickenAnybody well versed in dh_install?04:37
persiamanchicken: What are you looking to accomplish?04:38
manchickenpersia: I'm trying to build adept from bzr.04:38
manchickenhttp://bazaar.launchpad.net/~jr/adept/ubuntu/ <-- That bzr repo04:38
=== persia doesn't know bzr
LaserJockpersia: you don't?04:39
LaserJockjust bzr branch that url04:39
manchickencould somebody verify that adept won't build from bzr?04:40
manchickenJust build?04:40
manchicken(you'll have to build-dep adept first though I suppose, but that should be trivial to do in a pbuilder)04:40
persiaLaserJock: Thanks.04:41
persiamanchicken: Hold on a bit, and I'll verify.04:41
manchickenIf you just `bzr co http://bazaar.launchpad.net/~jr/adept/ubuntu/ ./` it'll check it out.04:41
LaserJockyeah, bzr co would be faster then actually branching it04:42
=== doko [n=doko@dslb-088-073-103-203.pools.arcor-ip.net] has joined #ubuntu-motu
=== persia switches from branch to co...
manchickenIt's so nice to be able to play DVDs on my machine again.04:45
=== Hobbsee wondres if she'd be missing anything in getting off devel-discuss
persiamanchicken: It doesn't build for me.  Looks like an automake issue.04:50
manchickenpersia: What error are you getting?04:50
manchicken(just to make sure it's the same issue)04:50
persiamanchicken: config.status: error: cannot find input file: adept/kubuntu_upgrader/Makefile.in04:50
manchickenYeah...04:51
LaserJockmine is still downloading deps04:51
manchickenrun `make -f ./admin/Makefile.common` and then debuild again.04:51
persiamanchicken: It looks like Makefile.am isn't being used to generate Makefile.in.  I'm too annoyed about m4 recursion in autom4te right now to want to look into it deeper.04:51
TheMusoHobbsee: I was glad when -devel quieted down.04:52
TheMusoI am not on -discuss.04:52
manchickenPersia: run `make -f ./admin/Makefile.common` and then debuild again.  That will get past that issue.04:52
HobbseeTheMuso: yeah, exactly.  -discuss is worse than the previous devel04:52
somerville32I'm on -discuss and I hardly get anything04:54
persiamanchicken: It gets to the compiling now.04:54
somerville32Or I think I'm on -discuss04:54
manchickenpersia: I'm having ussues when it does the dh_install -padept-manager04:54
Hobbseesomerville32: likely on -devel then - there's usually heaps on devel-discuss04:54
LaserJockHobbsee: it still doesn't look that bad to me04:54
manchickenw00t, feisty upgrades.04:55
persiaHobbsee: Are you sure you're not subscribed to devel-discuss-annoy-hobbsee?04:55
LaserJockhehe04:55
bddebianheh04:55
ajmitchLaserJock: the number of useless & unproductive threads has grown04:56
LaserJockajmitch: it still seems better than the original -devel to me04:56
ajmitchI wouldn't say so04:56
Hobbseepersia: haha04:56
=== freeflying [i=flyingfr@gobstopper.dreamhost.com] has joined #ubuntu-motu
=== LaserJock is confused
LaserJockit seems like a lot of dev types on there04:57
=== ajmitch is always confused
LaserJockI'm not seeing all the noise04:57
=== teer2 [i=teer@outbound.silenceisdefeat.org] has joined #ubuntu-motu
teer2Hi, my email was forwarded to the distribution list yesterday, about packaging commercial game demos.04:58
manchickenNon-free game demos?04:59
teer2I did not get back a response that addressed my questions.  Anyone able to hellp?  I did not get a to see the distribution list mail address.04:59
teer2manchicken: Yes.04:59
manchickenWhy?05:00
teer2manchicken: Not sure what you mean by non-free actually.05:00
manchickenteer2: Restricts freedom.05:00
persiamanchicken: A rebuild (after `make -f ./admin/Makefile.common`), didn't have any errors for me.  Is something you want not getting installed?05:00
teer2manchicken: They are freely distributable, but they are not free software.05:00
manchickenteer2: That's unfortunate.05:01
persiateer2: Those are just costless.  Not free.05:01
manchickenIIRC, Ubuntu has a position that favors free software.05:01
ajmitchif they are freely redistributable, it may be possible to put them in multiverse05:02
teer2These are guys trying to make a living making entertainment software for linux, and supporting the software full-time.  Don't you think we should help them out?05:02
manchickenteer2: Package the newly GPL'ed SecondLife client.  That'd be nice ^_^05:02
manchickenteer2: They should try to do so without trying to limit the freedom of others.  I do not think we should help others restrict the freedom of others for the sake of their own profit.  But that's just me.  I'm certainly no official voice.05:03
persiateer2: You'll get a better response from your mailing list post.  People who are responsible for balancing marketing and politics are more likely to be there.  The apps could go in multiverse, or perhaps commercial, depending.05:03
teer2persia: So what I am seeking is instructions on how these developers can create and submit a package for official (universe/metaverse/commercial) ubuntu distribution.05:05
LaserJockteer2: where did you email?05:05
manchickenteer2: If these people wanted to make free software, and earn their living supporting it, I'd support that whole-heartedly.  I just have this bias against fascism ^_^05:05
LaserJockteer2: I gave you some instructions yesterday didn't I?05:07
persiateer2: Most Ubuntu list archives are publically accessible from https://lists.ubuntu.com/mailman/listinfo/.  If you mailed one of these lists, you can probably find responses there (although you would likely have been cc'd).05:07
teer2manchicken: Second life will be a good example to others on how to make games open source commercially, WHEN they finally make it open source (which it isn't now).05:07
manchickenteer2: It's a beautiful thing that SecondLife is GPL'ed now... but until a program's licensing respects freedom, it should be avoided.05:08
manchickenteer2: Before it was GPL'ed, I said SecondLife should be avoided.05:08
manchickenteer2: Now that it is GPL'ed, it should be embraced and used in a manner that suits each user's purpose ^_^05:09
teer2LaserJock: Yes, thanks for your help, I emailed the games team, and Stefan Potyra emailed me back and said he wasforwarding it to the ubuntu-devel-discuss mailing list.  However, I did not hear a response in the last day.05:09
teer2manchicken: Commercial software can also produce open-source engines to be shared, also, their full-time support engages them in improving Linux UIs and smoothing out rough edges in distributions.  We have more to gain by being inclusive than exclusive.05:10
manchickenteer2: No, we don't.  If we embrace companies that seek to restrict our freedom we lose our freedom, and encourage fascism.05:11
manchickenteer2: We should demand that software licensing respects our freedom.  Anything short of freedom is unacceptable.05:12
teer2LaserJock: Actually mikecorn responded from the mailing list regarding packaging for a specific ubuntu versions, but not regarding packaging in general.05:12
manchickenteer2: I'm more than willing to include companies who are willing to respect freedom.05:13
teer2LaserJock: What I'm seeking is instructions on how these devs can do their packages and submit them - easy step-by-step instructions05:14
teer2manchicken: Games take months of time to make, usually by one developer working full time.  Unless we can establish a way for them to get compensated financially, then I think we should support the existing compensation model, since no others exist.  It's not like other software where people buy support packages.05:15
manchickenteer2: If they can't figure out how to make money, it's hardly the users' fault.  Why should people lose freedom because others can't figure out how to make money?05:16
manchickenteer2: I would even pay for a game if it respected my freedom.05:17
joejaxxbddebian: are you around?05:17
teer2manchicken: Because users demand the entertainment, and they will use consoles or windows which restrict their freedom entirely if they cannot find games on Linux.  Either way, they should have the choice between free and non-free software.05:17
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
manchickenteer2: non-free is non-free.  It doesn't matter what system it is on.  People should not package, distribute, or otherwise perpetuate this usury of freedom.  It is never okay to restrict another human being's freedom for the sake of profit.  Ever.05:19
somerville32Interesting conversation going on here05:19
somerville32However, I think it would be better suited somewhere else.05:19
teer2manchicken: You propose to restrict their freedom by not allowing them to choose non-free software05:19
bddebianjoejaxx: Sure05:20
teer2somerville32: I'm just here looking for distribution package instructions.  I realize the room for arguements is down the hall.  Sorry!05:20
manchickenteer2: Nope.  I say that the software should always be free.  Shame on those developers for releasing non-free software.  They should be able to choose whatever software they want without having to worry about someone trying to steal their freedom.05:21
somerville32:)05:21
joejaxxbddebian: i know this might sound stupid but please forgive my ignorance05:21
teer2manchicken: I will let you have the last word on the subject.05:21
joejaxxbddebian: where can i download gnu/hurd the os that is05:21
manchickenteer2: That's fine.  I just hope you don't expect me to keep my mouth shut when you try to subversively distribute software that restricts freedom.05:22
manchicken^_^05:22
manchickensomerville32: I've never been very good at staying on topic.05:22
manchickenAnd I still can't build this bloody adept package.05:22
somerville32Hobbsee, Whats the command syntax for creating a new patch with dpatch again?05:22
manchickenpersia: Yo, could you pastebin your `dpkg -l | sort` for me?05:23
manchickensomerville32: Are you talking about cdbs-edit-patch?05:23
persiamanchicken: Which pastebin is your favorite?05:23
somerville32no05:23
somerville32dpatch05:23
manchickenRighto.05:23
manchickenhttp://paste.ubuntu-nl.org/05:24
Hobbseesomerville32: dpatch-edit-patch or something05:24
Hobbseesomerville32: i dont remember, i never use dpatch05:24
somerville32What do you use?05:24
ajmitchHobbsee doesn't need to use tools05:24
joejaxxbddebian: or is there not a gnu/hurd compilation yet05:24
Hobbseesomerville32: their converstaion only needs to stop when someoen else asks a question.  it probably is a vaguely relevant conversation.05:25
ajmitchshe creates patches from the editor, knowing all the necessary context05:25
Hobbseeajmitch: you're right, actually :P05:25
somerville32Hobbsee, I just asked a question :P05:25
Hobbseehah05:25
bddebianjoejaxx: You can get the Debian K14 install CDs here:  http://www.debian.org/ports/hurd/hurd-cd05:25
bddebianWell links from there anyway05:25
manchickenI think HURD can install next to your linux kernel.05:25
joejaxxbddebian: oh alright thank you :)05:25
manchickenThat'd be neat.05:25
=== Hobbsee usually patches manually
manchicken"Which kernel do I feel like using today?"05:25
Hobbseeand LONG LIVE CDBS!!!05:25
ajmitchmanchicken: nice, but there's a completely different ABI, so apps can't be shared :)05:26
manchickenajmitch: I suspect you'd merely have to recompile things.05:26
ajmitchsure, 'merely' recompiling the entire distro isn't much of a hassle, is it?05:26
bddebianheh05:27
ajmitchyou just have things on separate partitions05:27
manchickenajmitch: Details, details.05:27
ajmitch"Oooh, I feel like dual-booting today - let's start a full recompile!"05:27
Hobbseeajmitch: like the python transition and worse :P05:27
ajmitchHobbsee: far, *far* worse05:27
Hobbseehaha05:27
manchickenajmitch: Recompiling with apt-get is easy ^_^05:27
ajmitchimagine recompiling firefox or OOo everytime you want to use it05:27
bddebianAnd glibc only takes about a day and a half to compile on GNU/Hurd ;-P05:28
ajmitchtalk to bddebian about the fun of portability & GNU/Hurd05:28
ajmitchhis sanity hasn't returned yet05:28
bddebianAll I have to say is: MAXPATHLEN :-)05:28
manchickenajmitch: If I had an extra disk to work on, I wouldn't mind trying some stuff out on it ^_^05:28
ajmitchat least you have pthreads now!05:29
persiamanchicken: dpkg -l is far too long and the process appears manual (I'm not sure how to paste a file).  Could you paste your error?  That's probably an easier way for me to help.05:29
ajmitchmanchicken: yeah, you're sick05:29
bddebianheh05:29
Hobbseemanchicken: keep fixing adept :P05:29
Hobbseemanchicken: and the rest of kubuntu :P05:29
manchickenajmitch: No, I got this 64-bit processor and it LOVES to compile _^^05:29
ajmitchshame that it'd be wasted with GNU/Hurd05:30
manchickenHobbsee: Did I tell you that I got the DVD player working as a DIRECT result of your mailing list responses to someone else's question?05:30
ajmitchbddebian: what's the current memory limit with gnumach?05:30
manchickenpersia: Gimme a second, I'll get the error for you.05:30
bddebianajmitch: Hush up you traitor ;-P05:30
bddebianajmitch: 1Gb05:30
bddebianWell a little less than 1Gb actually05:30
=== somerville32 is sad because imbrandon still hasn't fixed his build boxes! :(
ajmitchbddebian: I preferred to spend my time where it would be more useful05:30
manchickenajmitch: I actually don't like the linux kernel.05:31
=== ajmitch sees a critique of the Hurd by neal
ajmitchshould be interesting reading to see where it sucks05:31
manchickenI don't necessarily like Hurd either though.05:31
manchickenpersia...05:31
manchickendh_install -padept-manager05:32
manchickencp: cannot stat `./debian/tmp/usr/bin/adept_manager': No such file or directory05:32
manchickendh_install: command returned error code 25605:32
manchickenmake: *** [binary-install/adept-manager]  Error 105:32
bddebianadept_manager or adept-manager?05:32
ScottKbddebian: Would you be up for another look at my package? I got the documentation stuff all worked out: http://revu.tauware.de/details.py?upid=405605:32
bddebianScottK: I'll try.  I'm busy playing my NON-FREE game atm ;-P05:33
=== bddebian hides
joejaxxbddebian: is there a channel for hurd?05:33
bddebianjoejaxx: #hurd05:33
Hobbseemanchicken: nope?  cool!05:33
persiamanchicken: Oh.  I'm really not sure why it worked for me then.  Looking briefly at debian/dirs, I suspect you need to replace "usr" with "usr/bin".05:33
ScottKThanks.  It'd be cool if you did, I have a couple of others and I think I'm ready to get this one behind me.05:33
manchickenpersia: But these files are the same for me as they are for you....05:34
persiamanchicken: That's why I'm not sure why it worked for me :)05:34
manchickenI'm thinking you have something installed that I don't...05:36
persiamanchicken: I probably do, but your Build-depends looks fine to me, and I'm guessing you are building with newest feisty, so I shouldn't have newer cdbs or debhelper.05:43
bddebianScottK: Don't shoot me :-)05:44
bddebianW: postfix-policyd-spf-perl: manpage-has-errors-from-man usr/share/man/man8/postfix-policyd-spf-perl.8p.gz 167: warning: can't find numbered character 19405:44
manchickenpersia: Could you give me the versions of those two packages?05:44
manchickenI've got 0.4.46ubuntu705:45
persiamanchicken: debhelper 5.0.42ubuntu1 and cdbs 0.4.46ubuntu7.05:45
ScottKAny suggestion on where I look to find out what numbered character 194 is and what I do about it?05:45
ScottKbddebian: No shooting.  It's my job to get it right and you job to find it when I don't.05:45
manchickenI got the same versions.05:46
persiaScottK: Try vim -b on the file.  One of the characters should be \194.  Delete this.  Edit the file in a UTF-8 environment.  Add the correct character.05:47
bddebianN:   "can't find numbered character" usually means latin1 etc in the input,05:47
bddebianN:   and this warning indicates characters will be missing from the output.05:47
bddebianN:   You can change to escapes like \[:a]  described on the groff_char man05:47
bddebianN:   page.05:47
manchickenpersia: What version of devscripts do you have?05:47
persiamanchicken: 2.9.27ubuntu205:48
=== ScottK is learning something new every day...
manchickenHmm....05:48
ScottKDoes Kate count as a UTF-8 environment?05:50
persiaScottK: If KDE is in a UTF-8 locale (I think it is by default for Kubuntu).05:52
ScottKThanks.  I'll go double check that.05:53
=== schultmc_ [n=schultmc@68.58.138.203] has joined #ubuntu-motu
ScottKIs en-us UTF-8?05:55
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
Laser_awayteer2: still there?06:01
=== mayday_jay [n=mayday_j@maydayjay.net] has joined #ubuntu-motu
ScottKIronically enough txt2man has no man page.06:05
bddebianheh06:05
LaserJockScottK: really?06:05
LaserJockdoes it have a txt? :-)06:05
ScottKtxt2man -h06:06
ScottKIt has a man page, it's just blank, at least here.06:07
=== somerville32 sighs.
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
somerville32My dpatches aren't being applied.06:15
LaserJockyou have the right stuff in debian/rules?06:16
somerville32Yup06:17
crimsunare they listed in debian/patches/00list ?06:17
somerville32yes06:18
crimsunand the dpkg-buildpackage log?06:19
somerville32 debian/rules build06:19
somerville32test -d debian/patched || install -d debian/patched06:19
somerville32dpatch  apply-all  06:19
somerville32dpatch  cat-all  >>patch-stampT06:19
crimsunit will enumerate each dpatch as it is applied and report success or failure (ftbfs) on the same line06:20
=== persia [n=persia@p3159-ipbf1401marunouchi.tokyo.ocn.ne.jp] has left #ubuntu-motu []
=== somerville32 nods.
somerville32It doesn't06:21
somerville32so I know my patch isn't being applied06:21
crimsunurl to source package?06:21
somerville32It isn't uploaded06:21
=== somerville32 uploads.
LaserJockHobbsee: is the u-u-s mailing list up and running?06:26
crimsunyes, it is.06:26
LaserJockthat should be on -motu06:26
somerville32ultra-ubuntu-secret mailing list?06:26
somerville32http://revu.tauware.de/details.py?upid=406106:27
Toadstoolor ubuntu-universe-sponsors iirc06:27
Toadstoolre06:27
somerville32ah06:28
HobbseeLaserJock: yes06:29
crimsunthat source package does not contain a debian/patches/00list and thus no dpatches would be applied.06:29
LaserJockHobbsee: excellent, thank you very much. :-)06:29
HobbseeLaserJock: :)06:29
LaserJockI was sad for those emails to go06:30
=== teer2 [i=teer@outbound.silenceisdefeat.org] has left #ubuntu-motu []
somerville32lmao06:30
LaserJockbecause navigating +subscribed bugs on that one is a little tough06:30
somerville32I forgot to debuild -S -sa it again06:30
crimsunwell if it's bug emails you seek, I can send you the six thousand unread I have.06:30
somerville32thanks crimsun06:30
LaserJockand I *must* get better at email06:30
LaserJockcrimsun: 6k? dude, how long will it take you to get through that?06:31
crimsun30 mins.06:31
=== jaldhar_ [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu
somerville32crimsun == machine06:31
LaserJocklots of trashing, I'm guessing06:31
somerville32true06:31
LaserJockI just get information overload and stare at my screen for a while thinking "Oh my gosh, how can I get anything done"06:33
LaserJockapparently that's what sets the losers from the crimsuns :-)06:34
=== bddebian == loser :-(
LaserJockbddebian!06:35
somerville32false06:35
LaserJockboy, have I a job for you, mwuahaha ;-)06:35
bddebianUh oh06:35
=== LaserJock brings out his Science whip
LaserJockaccording to http://tiber.tauware.de/~laserjock/motuscience/bugs.html we have 184 open science bugs06:36
LaserJockyou wanna have a go at some?06:36
bddebianSure06:36
bddebianGads, still tetex stuff eh :-(06:38
LaserJockI'm guessing there are quite a few sync/merge bugs in there06:38
LaserJockyeah, tetex and gnumeric are the big ones, but they're also in Main so they get more attention I think06:38
bddebian:-(06:38
manchickenDo you guys do development in pbuilder?06:39
LaserJockyes06:39
manchickenOr do you develop in your normal environment and build and test in pbuilder?06:39
LaserJockwell, we build in pbuilder06:39
bddebianyes06:39
manchickenI've never really used pbuilder before.06:39
manchickenI've just been doing stuff in chroot.06:39
bddebianI typically only use pbuilder for building06:39
LaserJockit's good06:39
LaserJockyeah06:40
LaserJockI use it occasionally for other things06:40
LaserJockmanchicken: it's small then a chroot when packed (like 50-100MB)06:40
LaserJockit also makes sure your deps are right06:40
LaserJockat it's basically the closed we have to the buildd environments06:41
LaserJockas06:41
LaserJock*as I meant06:41
LaserJockshesh06:41
LaserJock^^ the Hobbsee shell06:41
HobbseeLaserJock: hrm?06:41
Hobbseehaha06:42
manchickenI've just been using a chroot and building and installing debs.06:42
manchickenIt's like pbuilder, except I actually do my development in the chroot.06:42
LaserJockyeah, I know06:42
=== Hobbsee --> work
LaserJockwe just generally prefer using pbuilder before uploading because it's a clean chroot06:43
LaserJockso deps and stray files aren't a problem06:43
Toadstoolwell, most of the time :)06:44
LaserJockheh, there are always exceptions, it seems06:44
ToadstoolI've once been bitten by a package not build-depending on procps although it needs it iirc (don't ask me why...)06:46
Toadstoolprocps is installed in a pbuilder but not on the buildds06:47
Toadstoolor something like that :p06:47
LaserJockwell, we had a case the other day where a package failed to find pkg-config on the buildd06:47
LaserJockbut it worked fine in pbuilder06:47
=== _jaldhar_ [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu
Toadstoolyup, things happen06:48
=== Toadstool hides
=== LaserJock wonders why Toadstool is always hiding
LaserJockI think it must be his gf06:48
Toadstoolheh06:48
Toadstoolvisas suck by the way, I don't want to go back to France :p06:51
LaserJockit seems like REVU has been fairly busy since we did the REVU Sprint06:54
LaserJockor is it just me?06:54
crimsunit's you, baby.06:59
crimsunyou're the motu supastar!!!06:59
somerville320_006:59
=== cypher1 [n=cypher1@59.92.197.43] has joined #ubuntu-motu
=== somerville32 sneezes.
=== duluu [n=duluu@202.70.38.82] has joined #ubuntu-motu
LaserJockcrimsun: well, I thought it might have been because I was paying attention to it more07:06
LaserJockbut it really does seem like there is more activity07:06
duluuwhat does python (<< 2.5) mean?07:06
crimsunit means strictly les than 2.507:07
crimsunless, even07:07
crimsunLaserJock: of course, you're the motu superstar.07:07
LaserJockbah07:07
LaserJockcrimsun: stop it before I turn into bddebian ;-)07:07
crimsunyou two are already motu deities07:07
LaserJockmotu dummies perhaps07:08
bddebianHey, I resemble that remark!07:08
duluui'm having problem to install ubuntu-desktop on my system 07:08
duluubecause packages that have python (<< 2.5) dependency failing to install07:09
duluuI use feisty07:09
somerville32Can someone motu supastar themselves over to http://revu.tauware.de/details.py?upid=4063 ?07:09
LaserJockduluu: I think that might be just a temporary problem07:09
duluubut I want to understand the problem, and help 07:10
LaserJocksomerville32: sorry, not today. I'm trying to put plastic over windows and work on the packaging guide07:11
LaserJockduluu: well, we are switching to python 2.5 as the default python version07:11
somerville32bddebian, :)07:11
crimsunduluu: you can't help, really. It's a transition; all the packages are being rebuilt.07:11
duluuok 07:12
duluuthanks07:12
somerville32Toadstool, :)07:15
duluuhow long it will take, approximately?07:16
LaserJocknot long I don't think07:17
crimsuna couple more business days max07:17
LaserJockMatthias uploaded a whole bunch of packages for rebuilding over 12 hrs ago07:17
=== FunnyLookinHat [n=david@208.69.214.65] has joined #ubuntu-motu
=== bddebian2 [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
=== FunnyLookinHat [n=david@208.69.214.65] has joined #ubuntu-motu
=== Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== reggaemanu__ [n=manu@ARennes-257-1-150-62.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu
ScottKThat's done at last.  http://revu.tauware.de/details.py?upid=4064 is free of unexpected lintian errors if any MOTU would please take a look.  08:22
palskiis config.guess meant to be changed during debuild?08:29
LaserJockit's better to not be in clean:08:30
LaserJockbut otherwise08:30
palskiproblem is that I'm trying to merge one package and before dbuild diffs are good but after debuild debdiff has lots of diffs in config.guess08:31
=== Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
crimsunright, so either use filterdiff(1), or remove autotools-dev08:32
palskiok, i'll try08:33
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
ScottK'night all.  I'm off to bed.08:40
=== No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu
=== _jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
=== Zic_ [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== FunnyLookinHat [n=david@208.69.214.65] has joined #ubuntu-motu
=== duluu [n=duluu@202.70.38.82] has joined #ubuntu-motu
=== _jaldhar_ [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== mayday_jay [n=mayday_j@maydayjay.net] has joined #ubuntu-motu
=== freeflying [i=flyingfr@ubuntu/member/freeflying] has joined #ubuntu-motu
=== doko [n=doko@dslb-088-073-103-203.pools.arcor-ip.net] has joined #ubuntu-motu
=== manchicken [n=manchick@c-76-16-240-139.hsd1.il.comcast.net] has joined #ubuntu-motu
=== doko_ [n=doko@dslb-088-073-103-203.pools.arcor-ip.net] has joined #ubuntu-motu
=== hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== RAOF [n=chris@202.63.35.99] has joined #ubuntu-motu
=== Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu
=== _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
=== Marsmensch [n=daniel@149-203-116-85.dsl.manitu.net] has joined #ubuntu-motu
=== Czessi_away [n=Czessi@dslb-088-073-017-115.pools.arcor-ip.net] has joined #ubuntu-motu
=== Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-motu
=== TMM [n=hp@ip565b35da.direct-adsl.nl] has joined #ubuntu-motu
=== somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-motu
=== tsmithe [n=bip@unaffiliated/tsmithe] has joined #ubuntu-motu
=== zenrox [n=zenrox@pool-71-115-238-72.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== ash211 [n=andrew@user-1121oil.dialup.mindspring.com] has joined #ubuntu-motu
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu
=== predius [n=predius@63.99.9.135] has joined #ubuntu-motu
=== AstralJava [n=jaska@cm-087-94-053-172.lohjanpuhelin.fi] has joined #ubuntu-motu
=== stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-motu
=== xzu [n=otto@brucester.a20.net] has joined #ubuntu-motu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== stgraber [n=stgraber@unaffiliated/stgraber] has joined #ubuntu-motu
=== schultmc [i=schultmc@nat/progeny/x-09cf51df1cf7c519] has joined #ubuntu-motu
=== SWAT [n=SWAT@a80-100-68-159.adsl.xs4all.nl] has joined #ubuntu-motu
=== giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu
=== rob [i=RobertSt@freenode/staff/rob] has joined #ubuntu-motu
=== Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu
=== fbond [n=fab@pool-72-92-138-194.burl.east.verizon.net] has joined #ubuntu-motu
=== derjohn [n=derjohn@80.69.41.2] has joined #ubuntu-motu
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu
=== MatthewV [n=MatthewV@202.183.115.177] has joined #ubuntu-motu
=== lupine_85 [n=lupine@nick.lupine.me.uk] has joined #ubuntu-motu
=== fabo [i=Arme-X@ubuntu/member/fabo] has joined #ubuntu-motu
=== lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #ubuntu-motu
=== Jozo- [i=jozo@viola.uninea.fi] has joined #ubuntu-motu
=== chesty [n=chesty@unconcerned.org] has joined #ubuntu-motu
=== Sp4rKy [n=maxenced@ubuntu/member/sp4rky] has joined #ubuntu-motu
=== UbuntuStats [n=StatsBot@bl4-221-125.dsl.telepac.pt] has joined #ubuntu-motu
=== Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-motu
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
=== RedKrieg [n=RedKrieg@ip68-10-83-27.hr.hr.cox.net] has joined #ubuntu-motu
=== poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu
=== TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-motu
=== white [n=white@user.skolelinux.no] has joined #ubuntu-motu
=== Ppjet6 [n=ppjet6@lns-bzn-51f-81-56-130-254.adsl.proxad.net] has joined #ubuntu-motu
=== lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== eXistenZ [n=amerdakk@unaffiliated/eXistenZ] has joined #ubuntu-motu
=== nixternal [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu-motu
=== sladen [i=paul@starsky.19inch.net] has joined #ubuntu-motu
=== sharms [n=sharms@ubuntu/member/sharms] has joined #ubuntu-motu
=== CarlFK [n=carl@c-24-13-53-221.hsd1.il.comcast.net] has joined #ubuntu-motu
=== G0SUB [i=ghoseb@ubuntu/member/gosub] has joined #ubuntu-motu
=== enyc [n=enyc@1337.whitehorse.co.uk] has joined #ubuntu-motu
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu
=== Riddell [i=jr@kde/jriddell] has joined #ubuntu-motu
=== elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu
=== CicalaMvta [n=CicalaMv@h062040154038.bad.cm.kabsi.at] has joined #ubuntu-motu
=== LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu
=== Adri2000 [n=adri2000@ubuntu/member/adri2000] has joined #ubuntu-motu
=== phlaegel [n=phlaegel@S01060016b619a773.ok.shawcable.net] has joined #ubuntu-motu
=== selinuxium_ [n=selinium@80-193-7-210.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu
=== Solarion [n=solarion@cruftix.physics.uiowa.edu] has joined #ubuntu-motu
=== [PUPPETS] Gonzo [i=spaminat@80.69.47.16] has joined #ubuntu-motu
=== dous [n=dous@ubuntu/member/dous] has joined #ubuntu-motu
=== ajmitch [n=ajmitch@ubuntu/member/ajmitch] has joined #ubuntu-motu
=== Shoragan [n=shoragan@datenfreihafen.org] has joined #ubuntu-motu
=== lionel [n=lionel@ip-61.net-82-216-103.rev.numericable.fr] has joined #ubuntu-motu
=== StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu
=== Lathiat [n=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-motu
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
=== tmh__ [n=tmh_@tonih.iki.fi] has joined #ubuntu-motu
=== Gazer [n=nnngazer@200.68.69.98] has joined #ubuntu-motu
=== selinuxium [n=selinium@80-193-7-210.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu
=== gpocentek [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu
=== azeem [n=mbanck@host109.natpool.mwn.de] has joined #ubuntu-motu
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
=== Amaranth [n=amaranth@unaffiliated/amaranth] has joined #ubuntu-motu
=== elmargol [n=elmargol@host4-61.pool8248.interbusiness.it] has joined #ubuntu-motu
=== crimsun [n=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu
=== ScottK [n=kitterma@static-72-81-252-22.bltmmd.fios.verizon.net] has joined #ubuntu-motu
=== chillywilly [n=danielb@CPE-72-133-223-147.wi.res.rr.com] has joined #ubuntu-motu
=== \sh_away [n=nnnnnnns@80.237.233.3] has joined #ubuntu-motu
=== Marce [i=marce@213.239.249.194] has joined #ubuntu-motu
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
=== fdoving [n=frode@ubuntu/member/frode] has joined #ubuntu-motu
=== zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu
=== torkel [n=torkel@80.244.69.188] has joined #ubuntu-motu
=== buxy [n=nnnnnnnr@arrakeen.ouaza.com] has joined #ubuntu-motu
=== asw [n=asw@134.174.150.46] has joined #ubuntu-motu
=== palski [n=palski@193.64.31.143] has joined #ubuntu-motu
=== lfittl [n=lfittl@83.64.250.38] has joined #ubuntu-motu
=== jabra [n=jabra@utopia.ccs.neu.edu] has joined #ubuntu-motu
=== seaLne [n=seaLne@ubuntu/member/sealne] has joined #ubuntu-motu
=== siretart [i=siretart@ubuntu/member/siretart] has joined #ubuntu-motu
=== shawarma [n=sh@atlas.linux2go.dk] has joined #ubuntu-motu
=== sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-motu
=== tepsipakki [n=tjaalton@replicant.hut.fi] has joined #ubuntu-motu
=== highvoltage [n=jaagaan@ubuntu/member/highvoltage] has joined #ubuntu-motu
=== tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu
=== persia [n=persia@p3159-ipbf1401marunouchi.tokyo.ocn.ne.jp] has joined #ubuntu-motu
=== somerville32 has an issue.
somerville32nvm09:02
somerville32hehe09:02
=== somerville32 has no issue
palskiMerges should always be marked as wishlist?09:09
persiapalski: Unless they fix some known larger issue, I think so.09:09
=== cypher1 [n=cypher1@59.92.197.43] has joined #ubuntu-motu
=== Simon80 [n=Simon80@rn-v1n5b15.uwaterloo.ca] has joined #ubuntu-motu
palskipersia: ok, thanks09:10
Simon80so, um, I just packaged logitech_applet, it's got no maintainer, but it's small and doesn't really need one09:11
Simon80is that a bad enough reason to reject it?09:11
persiaSimon80: If you packaged it, you get to be the maintainer:)09:11
Simon80yay!09:12
Simon80alright, someone revu it, easiest revu ever.. the only gripe you may have is no manpage09:12
Simon80I suppose it's a legitimate gripe09:12
somerville32Simon80: Has to have a manpage09:13
somerville32Please make one and reupload :)09:13
tsmithecould a MOTU please take a look at my two packages for UbuntuStudio? http://revu.tauware.de/details.py?upid=404909:13
Simon80lol, somerville, cmon :(09:13
Simon80bah09:13
persiaSimon80: no manpage will cause a lintian error, which is grounds for further REVU.09:14
somerville32tsmithe: Did you fix the errors that bddebian listed?09:14
Simon80it's not an error09:15
Simon80it's a warning09:15
tsmithesomerville32, they are unfixable09:15
somerville32tsmithe, wrong.09:15
tsmitheerr...09:15
tsmithehow so?09:15
somerville32W: alsa-firmware: extra-license-file lib/firmware/emagic/license.txt 09:16
tsmitheoh yeah09:16
somerville32Remove license.txt from being installed09:16
tsmithei thought you mean the errors09:16
somerville32W: alsa-firmware: old-fsf-address-in-copyright-file 09:16
somerville32Update the copyright file09:16
somerville32W: alsa-firmware: description-synopsis-might-not-be-phrased-properly 09:16
somerville32remove period from end of synopsis09:16
tsmitheok09:16
somerville32W: alsa-firmware: description-starts-with-leading-spaces 09:16
somerville32Should be able to figure that one out09:16
somerville32As for the errors, run lintian with verbose enabled09:17
tsmitheok09:17
tsmithecan i use dh_install to uninstall a file, or will it have to be done with a manual rm in the rules?09:18
somerville32What is installing it? The makefile?09:18
somerville32Does this package exist in Debian?09:18
tsmitheyes no09:19
somerville32Elaborate, please :)09:19
tsmitheok09:19
tsmithethe makefile is installing it09:19
tsmitheit does not exist in debian09:19
tsmithe(at least it didn't last time i checked)09:20
tsmithewell it seems to now09:20
persiatsmithe: The easiest way to mask the emagic license is probably to delete it with a patch prior to build.09:20
tsmithebut it's an old version09:20
somerville32tsmithe: Then you need to download the package and update it09:21
somerville32Not make your own09:21
tsmitheto be honest, i thought it didn't exist in debian09:21
somerville32Thats ok09:21
somerville32but you still versioned the package wrong then09:21
=== ademan [n=dan@h-67-101-42-105.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
tsmithesomerville32, hmm?09:22
somerville32alsa-firmware_1.0.14rc1-1ubuntu109:22
somerville32If it is a new package that doesn't exist in debian, it would be: lsa-firmware_1.0.14rc1-0ubuntu109:23
somerville32with the a on front of course09:23
tsmitheok09:24
=== tsmithe changes it
somerville32Also09:24
somerville32I would have seperate binary packages for the different blobs09:24
tsmithehmm09:24
tsmithethat's might be a bit confusing09:25
tsmithewe have alsa-firmware-loaders09:25
tsmitheas 1 package for many loaders09:25
somerville32Hmm.. sure09:26
somerville32w/e works09:26
tsmithei'm also updating that to fit with the new alsa-firmware package, upid 389209:26
somerville32rm -f $(CURDIR)/debian/alsa-firmware/lib/firmware/*.bin09:27
somerville32That is in build09:27
somerville32What does that do?09:27
somerville32Does that remove the binary you aren't allowed to distribute?09:27
tsmitheno09:27
somerville32What does it do?09:27
somerville32Or sorry, what is it for?09:27
tsmitheit's left over from when i had troubles with hdsploader09:27
somerville32Please fix it then09:27
tsmithebut now it does nothing (as theres nothing there)09:27
somerville32I also notice you use different e-mails all over the place09:29
somerville32You also must use a @ubuntu.com e-mail for the maintainer field09:29
somerville32Anyhows, I don't think your package will get approved since it already exists in Debian09:29
=== Lutin [n=Lutin@ubuntu/member/lutin] has joined #ubuntu-motu
somerville32I also think that config.* are supposed to be deleted in clean09:30
=== ademan [n=dan@h-67-101-42-105.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
somerville32I hope thats helpful to you tsmithe09:32
somerville32Anyhows, I need sleep :)09:32
tsmitheit is - very09:32
tsmithethanks09:32
tsmithenight09:32
=== somerville32 waves.
somerville32That is... lol09:32
tsmithehuh?09:32
somerville32unless someone else needs a review :)09:32
Simon80it can wait09:32
tsmithesomerville32, you still around09:34
tsmithe?09:34
somerville32Yup09:34
tsmithei was being stupid09:34
tsmithewhen i searched for alsa-firmware in the debian packages, it came up with alsa-firmware-loaders09:35
tsmithei didn't read -loaders09:35
tsmitheit's not in debian09:35
somerville32ah, k :] 09:35
somerville32Simon80, Want me to review?09:35
tsmithesomerville32, one last thing09:36
somerville32dh_fixperms seems to be very much broken :(09:36
tsmitheat upid 3892, i have updated ubuntu's alsa-tools package to support my new alsa-firmware... however bddebian complains about manpages. the current ubuntu package doesn't have manpages...09:37
Simon80how do I incorporate docbook xml processing into my cdbs rules file?09:37
somerville32tsmithe, It must have a manpage.09:37
tsmithemust? the existing package doesn't - otherwise it would be in mine09:38
somerville32tsmithe, Write your own09:38
tsmithehmm09:38
tsmithethat's a bummer09:38
lifelesssomerville32: there is not MUST for man pages.09:39
lifelesssomerville32: its preferred, not required.09:39
Simon80indeed09:39
lifelessthat said, writing a small one is easy, and a good idea09:39
manchickenAnybody know if k9copy is main or universe?09:39
somerville32lifeless: Ther other MOTUs make me have one in all of mine, lol09:39
lifelessmanchicken: apt-cache show k9copy09:39
Simon80but how do I process it?09:39
lifelesssomerville32: a reviewer can do that ;)09:39
Simon80someone who's used a manpage.xml, just tell me09:39
manchickenBeautiful.  Thanks.09:40
lifelessSimon80: if its a man page, surely patch the package source, as you'll want to feed it upstream09:40
manchickenI'm learning all sorts of things about dpkg.09:40
Simon80err... lifeless, no09:40
manchickenLike, yesterday I learned `dpkg-query -S /usr/bin/perl` will tell you what package /usr/bin/perl was installed by.09:40
manchickenmmm... dpkg...09:40
tsmithetee hee somerville32: my asoundconf-gtk got in ages ago :P09:41
somerville32tsmithe, I know.09:41
tsmithe:)09:41
tsmithepoor poor cody09:41
Simon80manchicken dpkg -l - lise all packages, dpkg-deb -c *.deb, list files in a deb, dpkg-query -L package, list files in installed package09:41
somerville32tsmithe, Why am I poor?09:41
Simon80list*09:41
tsmithesomerville32, cos you haven't donated to the venezuela fund! :P09:41
lifelessSimon80: why no ? manpages generally wont be distro specific09:42
somerville32tsmithe, and I won't ;] 09:42
Simon80lifeless: I mean, what's the simplest thing to add to my cdbs rules file to get it to build my manpage from manpage.xml09:42
tsmithesomerville32, so you'l09:42
lifelessSimon80: so the upstream author will want it09:42
tsmithehmm09:42
tsmithesomerville32, so you'll stay poor09:42
tsmithe:P09:42
somerville32tsmithe, But really... why am I poor?09:42
lifelessSimon80: the simplest thing is not to build man pages from within the distro *packaging rules*, but to build them from within the *source code building rules*09:42
tsmithesomerville32, cos your app's not in09:42
tsmitheand monday's a long time away09:43
Simon80err..09:43
somerville32tsmithe, https://launchpad.net/~cody-somerville/+packages09:43
Simon80lifeless: it's inconsequential, there's NO upstream09:43
lifelesswhat package is this ? :)09:43
Simon80logitech_applet09:43
Simon80it's very small, doesn't even need a manpage, so I'm kind of wanting to get this over with09:44
lifelessSimon80: is there a configure, and Makefile.am etc ?09:44
Simon80yeah09:44
lifelessthen thats the place to put the manpage generation09:45
lifelessas autoconf and automake have a tonne of machinery for doing that09:45
Simon80oh09:45
lifelessyour debian/ directory should be exclusively for doing 'package the software' tasks - its not geared for doing general software building09:46
Simon80um, no09:46
lifelessand trying to do general software builds within it will just generate metric amounts of cruft.09:46
Simon80debian has to build the software09:46
Simon80ah09:46
Simon80well, not really, this is a one time deal09:46
Simon80and I mean, what you're saying is contrary to what dh_make does, which is put a manpage into debian/09:47
LaserJockheh, it wouldn't be the first time dh_make does something we generally don't want to do09:47
lifelessdh_make takes the built manpage and packages it09:47
Simon80lol09:48
lifelessit does not *build* the manpage in the first place09:48
LaserJockit converts it from sgml to man09:48
Simon80no, dh_make generates a debian directory09:48
LaserJockwhich is sort of building09:48
Simon80you're confusing debhelper with dh_make09:48
LaserJockno09:48
Simon80not you09:48
lifelesslater all09:49
Simon80and I know, dh_make is part of debhelper09:49
LaserJockI don't think it is09:49
somerville32I have a file that is not a binary nor a script with perms 0755 in the original tarball from upstream. dh_fixperms does not seem to address the issue so is it ok for me to manually modify the permissions before running make? :)09:49
LaserJockand lifeless is right in the sense that packaging isn't meant to do a bunch of building, patching, and adding files09:50
Simon80hrm09:50
LaserJockit's meant to just "guide" the build process along and make sure things get packaged up into a .deb properly09:50
LaserJock*normally* things should go upstream09:50
LaserJockbut as you've said there is no upstream09:50
LaserJockso you need to take vare of it09:51
siretartLaserJock: you were talking about acroread removed from ubuntu before, no?09:51
somerville32LaserJock: ^^09:51
LaserJockyeah09:51
LaserJockI'm sad to see it go09:51
LaserJockbut I read the bug, it seems difficult09:52
Simon80from my point of view, this is a tiny package, NO upstream, I've been using a checkinstalled copy for ever, and I don't even care if there's a manpage in it09:52
LaserJocksomerville32: I guess you could but I don't know why you would exactly09:52
Simon80all I wanted to know is what one liner to add to my rules to get this manpage file taken care of09:52
tsmitheLaserJock, are you free to review?09:52
somerville32LaserJock, Because lintian and linda complain09:52
LaserJocktsmithe: nope09:52
tsmitheok09:52
LaserJocksomerville32: ah, then there you go09:52
somerville32W: catfish; Executable /usr/share/catfish/catfish.glade with perms 0755 is not an ELF file or script.09:52
LaserJocktsmithe: sorry dude, trying to get to bed09:53
tsmitheahh09:53
tsmithei'll let you rest then09:53
LaserJockSimon80: dh_make provides you with the line09:53
Simon80hasn't seemed to.. I genned a cdbs package09:53
LaserJockah, that would be why09:53
LaserJockjust do a quick one in a tmp dir09:54
somerville32LaserJock: I did chmod -x but it still complains : (09:54
LaserJocksingle binary09:54
LaserJocksomerville32: hmm09:54
somerville32LaserJock: Can I add an override?09:54
somerville32Actually, no09:54
somerville32Best just to fix it09:54
slomoLaserJock: why should acoread be removed?09:55
LaserJockslomo: apparently the license makes it undistributable09:55
LaserJockit has been removed from Feisty by tollef09:55
somerville32LaserJock, What permissions should the gladefile have?09:56
somerville32I'll just patch the Makefile to set the permissions with install09:56
LaserJocksomerville32: just normal09:56
somerville32Whats "normal"?09:56
slomoLaserJock: oh... well, i don't use it anyway ;) maybe this gets more people to use and improve evince/poppler ;)09:56
LaserJock660? perhaps09:56
=== davromaniak [n=cyril@AFontenayssB-152-1-7-73.w82-121.abo.wanadoo.fr] has joined #ubuntu-motu
LaserJockslomo: unfortunately it is a "must have" app for me09:56
crimsunsomerville32: 64409:56
slomoLaserJock: why?09:57
LaserJockslomo: all the vast number of university forms09:57
LaserJockacroread is the only thing that will do the filling out of them properly09:57
crimsunmany of our pdfs are encrypted with forms09:57
slomoLaserJock: right... but this should change in the near future, people were working on form support for evince and the screenshots looked good already...09:58
LaserJockfor the most part our uni no longer takes hand done forms09:58
LaserJockslomo: we'll see, Linux acroread barely gets by as it is09:58
LaserJockI almost have to use wine+acroread09:58
somerville32What is acroread do?09:58
somerville32heh09:58
somerville32What does acroread do?09:58
=== _Enchained [n=cyrille@88.166.169.102] has joined #ubuntu-motu
LaserJockthe acrobat pdf reader09:59
somerville32Interesting10:00
=== Ppjet6 [n=ppjet6@81.56.130.254] has joined #ubuntu-motu
LaserJockwe get into trouble a fair amount as it is because we us Linux acroread10:00
StevenKacroread was killed from Feisty, if I recall?10:01
crimsunyesterday, yes10:01
crimsunimmediately after being ACCEPTed, ironically10:02
slomoLaserJock: does your university pay you windows licenses? seems that this is the only correct way then for them to fill the forms ;)10:02
Simon80http://revu.tauware.de/details.py?upid=406510:02
StevenKcrimsun: Hah10:02
Simon80perhaps someone would like to just review it, it's just a manpage, NOBODY who is using this utility needs me to copy its --help output into a manpage10:02
tsmithesomerville32, that rm line is needed10:03
somerville32tsmithe, Why?10:03
tsmithecos otherwise i get two copies of the files it removes10:04
siretarthm. perhaps we can do something like 'http://debian-unofficial.org' - think of http://ubuntu-unofficial.org or something10:05
LaserJockslomo: they pay for windows, and office, and full adobe acrobat if I want10:05
somerville32tsmite: What do you mean?10:06
siretartwho would be interested in helping out maintaining such an repo?10:06
LaserJocksiretart: what would it have in it?10:06
LaserJockI'm not hugely familiar with debian-unofficial.org10:07
somerville32siretart: Sure. More practise the better :)10:07
crimsunI'm still holding out hope for evince (and possibly acroread in feisty-commercial)10:07
=== somerville32 nods.
somerville32crimsun: My thoughts exactly :re feisty-commercial10:07
tsmithesomerville32, otherwise, i get files in /lib/firmware and /lib/firmware/hdsploader10:07
StevenKcrimsun: What about evince?10:08
somerville32tsmithe, But why?10:08
crimsunStevenK: hoping that its form-filling capabilities mature10:08
siretartLaserJock: look at http://debian-unofficial.org/packages.html for getting an idea10:08
StevenKAhhh.10:08
tsmithecos they are copied by dh_install, but not removed10:08
siretartperhaps libdvdcss as well10:09
somerville32tsmithe: Then fix dh_install?10:09
somerville32Why would dh_install copy it over twice?10:09
tsmitheit doesn't... the makefile puts it in /lib/firmware, and dh_install copies it to /lib/firmware/hdsploader, leaving the old files... bah; i'll just patch the makefile10:10
somerville32Good idea! :)10:10
somerville32But it is best to use the Makefile instead of dh_install10:10
tsmitheof course10:11
somerville32crimsun: I have a package that I just uploaded to revu that I'm 99% ready for upload unless I've done something stupid :) Could you review quickly? (the package is small so should be quick too)10:13
somerville32*sure is10:13
somerville32Xubuntu related (if thats a motivator ;] )10:13
crimsununfortunately it's quarter past 4, and I'm about to collapse. I'll review some later this noon.10:14
tsmithein the morning?10:14
somerville32crimsun: 5am here ;] 10:14
tsmitheyou should sleep!10:14
tsmitheboth of you!10:15
Laser_awayme too, even though it's only 1:00am10:15
somerville32siretart: How about you? :)10:15
tsmitheit's 0915 here10:15
=== somerville32 wishes he was a MOTU.
=== tsmithe too
Laser_awaydon't, your brain will rot10:16
Laser_away;-)10:16
Laser_awaygood night everybody10:16
tsmithe:)10:16
tsmithenight10:16
somerville32Welp, http://revu.tauware.de/details.py?upid=4066 <-- If anyone wants to review :)10:16
tsmithewelp? you really should go to sleep10:17
somerville32I should10:17
somerville32tsmithe: Why don't you review my package for me?10:17
tsmitheok10:17
somerville32Maybe I've done something stupid because I'm sleepy10:17
tsmithei'll try10:17
somerville32ok :)10:17
somerville32Simon80, You still around?10:18
somerville32Simon80, You need to rebuild the source package10:19
somerville32debuild -S -sa10:19
somerville32And then reupload10:19
siretartsomerville32: well, I would talk and arrange things with the debian-unofficial guy, but I don't think I can maintain the repo alone10:19
somerville32siretart: Awesome.10:19
somerville32siretart: Review me package and it's a deal ;] 10:20
somerville32Simon80, However, looking through the diff, it appears that there is some issues.10:20
Lutinhay there10:20
tsmithesomerville32, that package looks fine and dandy to me10:20
somerville32tsmithe, Awesome :) Thanks.10:20
Lutinsiretart: could you have a look at this SRU proposal ? https://bugs.launchpad.net/ubuntu/+source/evolution-jescs/+bug/7797710:21
UbugtuMalone bug 77977 in evolution-jescs "[SRU] [ftbfs]  typo in evolution-jescs-2.8.2/debian/rules" [Medium,In progress]  10:21
=== ademan [n=dan@h-67-101-42-105.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
siretartsomerville32: which package?10:23
somerville32siretart, http://revu.tauware.de/details.py?upid=406610:23
somerville32Siretart: If you're reviewing it, just let me know cause I'm waiting for you to finish before I goto bed ;] 10:28
=== somerville32 also notes that he is currently listening to the spice girls.
siretartpuh, python stuff. with pysupport :/10:30
somerville32It is easy!10:32
somerville32:)10:32
somerville32Siretart, if I wanted to become a MOTU, would you help me? :)10:33
=== tsmithe too!
tsmithei want to become a motu - but i need to be a member first...10:34
siretartsomerville32: I've seen you hanging around here for some time, I think you'd make a good ubuntu-dev10:34
somerville32siretart: Should I get some more experience under my belt before applying with the TB though?10:34
siretartsomerville32: I've just looked at this one package, and I think it is fine. Who did sponsor your previous uploads?10:35
somerville32siretart: Crimsun and LaserJock10:35
somerville32Crimsun did my two SRUs and LaserJock did pyNeighborhood10:36
tsmithehow much does one have to have done to get membership, even?10:36
somerville32tsmithe: Your not a member yet?10:36
tsmithenope10:36
somerville32*You're10:36
siretartdo you *feel* yourself ready for ubuntu-dev?10:36
somerville32siretart: Well, I've never done a merge yet, lol10:37
tsmitheam i ready for membership?10:37
somerville32tsmithe: Yes.10:37
tsmitheok10:37
somerville32tsmithe, Whats the link to your wiki page?10:37
tsmithehang on10:38
siretartsomerville32: well, then just do some. there are plenty left, I think ;)10:38
somerville32hehe10:38
somerville32Ok10:39
somerville32I'll do some after work tomorrow10:39
somerville32But I really need to goto bed10:39
siretartsleep well!10:39
somerville32It is 5:40am now and I have to go into work @ 11am10:39
persiasomerville32: Better hurry.  At current processing rates, there are only three or four days worth of merges left :)10:39
tsmithehttps://wiki.ubuntu.com/TobySmithe10:39
somerville32persia: I shall do a whole bunch tomorrow :)10:40
somerville32persia, siretart: Just upload to revu like normal?10:40
somerville32(if they are in universe)10:40
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu
siretartsomerville32: catfish looks really lovely10:40
Sp4rKyhi10:41
persiasomerville32: I open a merge bug, make the merge, post a debdiff to the bug, and subscribe u-u-s.  If you are less confident, REVU also works.10:41
tsmitheSp4rKy, hi10:41
somerville32persia: k10:41
Sp4rKyi'm trying to use ant.mk, and i don't understand how JAVA_HOME var should be set ?10:41
siretartsomerville32: interested in having it in debian?10:41
somerville32siretart: Yes, please. It is already in Fedora Core so we gotta get caught up ;] 10:42
=== Simon80 [n=Simon80@rn-v1n5b15.uwaterloo.ca] has joined #ubuntu-motu
somerville32siretart: The program is actually programmed by a member of the Xubuntu Community too :)10:42
somerville32I picked the name, haha10:42
siretartsomerville32: are you familiar with the debian new maintainers guide, could you file an ITP for catfish? 10:43
somerville32siretart: I have never done any work with Debian at all10:43
siretartsomerville32: debian coordinates new packages via bugs. to indicate the intend to package new software, we use so called ITP bugs10:44
=== MatthewV [n=MatthewV@202.183.119.117] has joined #ubuntu-motu
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu
somerville32siretart: Alrighty.10:46
somerville32I'll look into it after work :)10:46
siretartsomerville32: okay, I installed to package on my debian/etch notebook, seems to work fine10:47
somerville32Awesome :)10:47
siretartsomerville32: your next step is to file an ITP in the debian bug tracker10:47
=== ademan [n=dan@h-67-101-42-105.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
gpocenteksomerville32: this tool is the same as the zenwalk one, I am wrong?10:52
somerville32Yup10:52
somerville32Search4Files is catfish10:52
gpocentekwhy don't we keep the name ?10:52
somerville32gpocentek, upstream renamed it10:52
gpocentekah, ok10:52
=== twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu
somerville32It is interesting that the 15th most used word in this room is my nick, hehe10:55
Lutinsomerville32: according to the new python policy, you should build-dep-indep on python-support (=> 0.5.3), and not (>= 0.3)10:57
somerville32link?10:57
somerville32Because I put 0.3 for pyNeighborhood10:58
somerville32and it is already uploaded to new10:58
Lutinsomerville32: tou also need a XB-Python-Version: ${python:Versions} field for your binary package10:58
Lutinsomerville32: http://wiki.debian.org/DebianPython/NewPolicy10:58
somerville32Hmm...10:59
somerville32What should I do about pyNeighborhood?10:59
persiasomerville32: Upload -0ubuntu2 (if it is indeed broken).  Ad a note in the changelog explaining why.11:00
Sp4rKydoes anyone can say me how i have to set JAVA_HOME in debian/rules ?11:00
somerville32persia: Isn't broken. Just doesn't comply with policy.11:01
persiasomerville32: There is a difference?11:01
somerville32persia: The package works regardless ;] 11:01
somerville32Can't I just ask an archive admin to reject it?11:01
tsmitheright /me out11:02
persiaSp4rKy: Take a look at some other Java packages.  If you can find one that builds with Ant even better.  That is probably your best guide.11:03
Sp4rKyok11:03
=== stgraber [n=stgraber@client80-83-51-125.abo.net2000.ch] has joined #ubuntu-motu
=== xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu
persiacrimsun: You're getting faster every day!  Thanks.11:17
crimsunthe whole sleep thing is overrated when I still have 4000 emails to read11:18
somerville32Lutin, Ok, re-uploaded catfish :)11:19
persiacrimsun: :)11:19
Lutinsomerville32: great 11:19
somerville32Wahts with all the extra files?11:22
somerville32Looks like a build log and stuff11:22
=== crimsun taps his foot waiting for the merge for 79052
somerville32http://revu.tauware.de/details.py?upid=406611:22
=== persia was distracted by webcomics. Getting back to it...
somerville32New upload:11:24
somerville32http://revu.tauware.de/details.py?upid=406811:24
somerville324068 should be python policy compliant :)11:24
somerville32Siretart: ping11:24
crimsuncontentless ping warning.11:24
somerville32Siretart: ping. ^^11:25
crimsuncontentless ping warning.11:25
siretartsomerville32: manual contentless pong11:25
somerville32lol11:25
somerville32siretart: Can you take a look at 4068?11:26
somerville32I just made a few quick mods to make it python policy compliant11:26
siretartoh, even better11:26
somerville32:] 11:26
siretartI admit that I didn't follow the python policy that close after joss turned into such an moron :/11:26
somerville32lol11:28
somerville32Who is joss?11:28
gpocenteksomerville32: you have 2 dh_installman calls in debian/rules :)11:28
siretartthe author of python-support11:28
somerville32Oh noes :(11:28
gpocenteksomerville32: not a big problem, but... only 1 is nicer11:28
=== somerville32 nods.
gpocenteksomerville32: FYI CDBS rocks :)11:29
somerville32haha11:29
somerville32I'm liking debhelper11:29
somerville32But I'll have to try CDBS sometime soon11:29
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
persiasomerville32: Then you haven't played enough with cdbs.  It does it for you (yes, all of it).11:29
=== somerville32 knows.
somerville32But I figure if I want to become a dev, I should know debhelper too11:30
gpocenteksomerville32: and it seems that fishcat has several command line option, it'd be nice to have them listed in the manpage11:30
siretartsomerville32: rather get used to debhelper than to cdbs.11:30
gpocentekoptions*11:31
somerville32gpocentek, I just uploaded to revu, lol11:31
somerville32I guess I could add them but I need to get to bed11:31
siretartsomerville32: cdbs is great for packages with a 'standard' build system. if you need to customize things, cdbs gets a hell quickly11:31
=== somerville32 nods.
siretartsince there is nearly zero real dokumentation11:31
gpocentekoops s/fishcat/catfish11:32
=== mr_pouit [n=mr_pouit@81.56.214.84] has joined #ubuntu-motu
somerville32hehe11:33
somerville32Is there any funky manpage magic I should use?11:33
somerville32Or can I just plop it in11:34
persiaI've never seen MoM get it so wrong.  aqsis available.11:37
crimsunbah, over 2 minutes.11:39
=== persia is pentitent about slothly behaviour
crimsunnah, I'm referring to my lag time11:40
crimsunI don't think I can break 2 minutes between the debdiff posting and the dput11:40
persiacrimsun: I think you'd need a script.11:41
crimsununfortunately doesn't seem scriptable due to LP lag time11:41
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
crimsunmeaning "yes, it's certainly scriptable, but it won't break 2 minutes"11:42
persiaHow long does LP sit on it before allowing others to download it?11:42
crimsunnot very long, but I'd still have to poll the page or wait for an email11:42
persiacrimsun: Right, I forgot about the email.  With that duration included, 2 minutes astonishes me - I often have to wait 5 or more minutes for notice.11:45
crimsunoh geez, that was a bad misparse (for some reason I misread < as << on the page, which is my cue to go to bed)11:49
persiacrimsun: Sleep well.11:52
=== Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-motu
=== predius [n=predius@63.99.9.135] has joined #ubuntu-motu
=== _Enchained [n=cyrille@88.166.169.102] has joined #ubuntu-motu
=== mlpug [n=user@a85-156-253-211.elisa-laajakaista.fi] has joined #ubuntu-motu
=== lbm [n=lbm@82.192.173.92] has joined #ubuntu-motu
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
=== KaSto [n=Herthane@p54BD2936.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu
=== _jaldhar [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== geser [n=michael@ubuntu/member/geser] has joined #ubuntu-motu
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
=== nolimitsoya [n=nolimits@176.139.216.81.static.vhe.siw.siwnet.net] has joined #ubuntu-motu
=== guibis [n=guibis@bxo39.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
=== zorglu_ [n=zorglub@6.43.102-84.rev.gaoland.net] has joined #ubuntu-motu
=== guglielf [n=guglielf@unaffiliated/guglielf] has joined #ubuntu-motu
zorglu_q. when i do "dpkg --build debian/tmp ../debian_package" in one of my 'rules', i got "dpkg-genchanges: failure: cannot open upload file ../mypackage.deb for reading: No such file or directory"01:06
zorglu_but i could swear my package building script worked before. (how many time i have heard that from other :)01:07
StevenKWhy not just use dh_builddeb?01:07
zorglu_any suggestion on a fix ?01:07
zorglu_because i failed to understand what they do when i looked. sparse doc and unable to find the code, are the reasons i remember01:08
=== jpon [n=jpniane@neu67-3-82-239-80-181.fbx.proxad.net] has joined #ubuntu-motu
StevenKChange it to dpkg-deb -b debian/tmp, it should figure out the archive name on it's own, and double check everything is installing into debian/tmp01:09
zorglu_how do i specify the destination directory of the built pacakge ?01:09
StevenKJust put .. then01:10
StevenKdpkg-deb -b|--build directory [archive|directory] 01:11
zorglu_it is what i have in fact :)01:12
zorglu_the weird thing is that the ../debian_package/mypackage.deb got created01:12
zorglu_only the dpkg-genchanges fails to find it01:12
zorglu_maybe dpkg-deb --build fails to give it the destination directory ?01:13
zorglu_dpkg-genchanges: failure: cannot open upload file ../mypackage.deb <- it does get the "debian_package" direcotry specified in the dpkg-dev01:14
zorglu_b01:14
StevenKHrm01:14
zorglu_and if i put "dpkg-deb --build debian/tmp .." it works ok01:14
StevenKNeat .01:15
zorglu_but not if i put "dpkg-deb --build debian/tmp ../debian_package", i mean, genchanges fails vbut the .deb is created01:15
highvoltage401:16
StevenKMore than likely, you're not making a .deb that genchanges is expecting.01:16
zorglu_yep, genchanges make this clear :)01:16
zorglu_dpkg-gencontrol may be my mistake01:16
zorglu_i dunno :)01:17
=== StevenK idly notes how much easier debhelper makes this. :-)
=== jpon [n=jpniane@neu67-3-82-239-80-181.fbx.proxad.net] has joined #ubuntu-motu
=== herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-motu
zorglu_well i found it very hard to use when i tried :)01:18
StevenKdebhelper so isn't very hard. :-)01:20
zorglu_lack of documentation forces me to try to analyse their source to understand what they did and i failed to find the source :)01:21
StevenKAll of the debhelper commands are in /usr/bin01:22
zorglu_ok the dpkg-deb produces a simple "dpkg-genchanges -B" wihtout my destination directory01:22
StevenKdpkg -L debhelper would have told you that01:22
zorglu_this is the cause of the trouble, dpkg-genchanges assume a ".." destination directory01:22
=== giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu
zorglu_well it was my first packaging, so i may have done a lot of mistake :)01:24
=== chrisj [n=tortoise@82.152.216.199] has joined #ubuntu-motu
StevenKThere's a debhelper tutorial around, that should have gotten you through it01:25
StevenKOh, and examples: /usr/share/doc/debhelper/examples/rules.indep 01:25
persiazorglu_: man dh_<whatever> can also be very helpful.01:25
zorglu_ok trying to fix with debhelper :)01:26
zorglu_which doesnt do much good :)01:26
zorglu_dpkg-genchanges -B <- it is exactly the same genchanges which is outputed01:27
zorglu_so the destination directory is not really supported ?01:27
StevenKA destination directory of .. the default01:28
StevenKs/the/is the/01:28
zorglu_yep, with ".." it works, with "../debian_package" the .deb is created but genchanges still assume ".."01:28
=== TLE [n=kenneth@217.74.211.14] has joined #ubuntu-motu
zorglu_what i dont understand is how come this script worked before :)01:30
zorglu_well anyway i need to modify the script to get a workaround01:30
StevenKdpkg-genchanges -u01:31
StevenKReading the manual page for dpkg-genchanges could have told you that.01:31
StevenKdpkg-genchanges -u<dir>01:31
=== jrib [n=jasonr@upstream/dev/jrib] has joined #ubuntu-motu
zorglu_i got like 6 .deb to generate, i didnt want to put them in the ".." because i didnt want to put them all in the ".." and have this directory "bloated" will all my .deb/.changes of all version, hence my creation of a "../debian_package" for that01:34
zorglu_StevenK: i saw this one, but how to set this in the dpkg-deb or dh_buildeb ?01:34
zorglu_oh builddeb allow some, lets try :)01:35
zorglu_ok lets give up this idea of destination directory :)01:37
zorglu_btw dh_builddeb allows to send option to dpkg-deb but dpkg-deb doesnt allow to send option to dpkg-genchanges01:38
persiazorglu_: dpkg-genchanges doesn't support the option.01:39
StevenKdpkg-genchanges does01:39
StevenKdpkg-deb doesn't pass it on, as it were01:39
=== vil [n=vladimir@catv-tisnov-86.selfnet.cz] has joined #ubuntu-motu
=== persia needs to read the backscroll more carefully
zorglu_so how do you guys handle this ?01:40
zorglu_you put everything in ".." and got a ".." with many .deb/.changes ?01:40
StevenKI use ppbuilder, annd that puts everythhing in /var/cache/pbuilder/result01:41
StevenKs/ppbuilder/pbuilder/01:41
AmaranthSome people have a build dir01:41
zorglu_pbuilder was on my todo list :)01:41
zorglu_Amaranth: ahhh :)01:41
StevenKHeh01:41
=== Amaranth just has Projects
=== StevenK builds things under ~/debian or ~/ubuntu
zorglu_and this ~/debian got a lot of .deb/.changes in it01:42
zorglu_and you dont care as it is all handled by pbuilder :)01:42
zorglu_ok so i need a workaround and the ".." will do it for now :)01:43
Amaranthyou have to build it once to get a dsc file to run through pbuilder01:43
zorglu_well im a beginer and i dunno what the .dsc file is :)01:43
zorglu_nor the .changes file :)01:43
zorglu_nor a lot of other things :)01:43
StevenKAmaranth: Or use pdebuild01:44
AmaranthStevenK: ooh01:44
Amaranthlearn something new every day01:44
StevenKAnd generating a .dsc is a matter of dpkg-source -b01:44
Amaranthyeah but i build it once anyway01:44
Amaranthno need to waste a pbuilder run if it's not going to compile01:45
Amaranthpbuilder is slow to setup/teardown01:45
zorglu_oh i got one solution :) "copy all my script and directory in a temporary dir, have it built there, and then copy only the .deb in my destination directory" :)01:46
StevenKNot with a local miirror. :-)01:46
zorglu_maouaouaoua01:46
gesersome packages started to mangle the Maintainer field in the source package. shouldn't the Original-Maintainer field be visible when doing apt-cache showsrc?01:46
StevenKgeser: If Launchpad exports it to the Sources.gz01:47
persiageser: That's an excellent reason to process this field.  Please update bug 78879 with your reasoning.  I'd be happy to make a patch for your desired behaviour (if you could describe it in some length).01:47
UbugtuMalone bug 78879 in dpkg "dpkg doesn't support the Original-Maintainer field" [Undecided,Unconfirmed]  https://launchpad.net/bugs/7887901:47
Sp4rKyis there anyone who know what i have to include in control/rules files to avoid getting this error "java.lang.NoClassDefFoundError: com.sun.tools.xjc.reader.xmlschema.parser.SchemaConstraintChecker" during build ?01:49
StevenKA Build-Depend?01:50
Sp4rKyStevenK: i think, but i really don't know what01:51
=== TLE [n=kenneth@217.74.211.14] has joined #ubuntu-motu
persiasiretart: I was planning a merge of debian-reference (to 1.10).  Do you have any comments or suggestions before I begin?01:56
whitethis mail might be of some interest, at least I would appreciate some feedback from ubuntu folks01:59
whitehttp://lists.alioth.debian.org/pipermail/utnubu-discuss/2007-January/000539.html01:59
azeemwhite: good idea02:04
persiawhite: I'm not authoritative, but if the Utnubu team would be willing to support and assist Ubuntu developers working with Debian, it may well be a better contact point to put on the Wiki, etc.  MOTU topics are generally discussed on ubuntu-motu@lists.ubuntu.com, although Ubuntu doesn't use mail nearly as much as Debian (IRC, the Wiki, and Launchpad are primary communication media).02:04
=== poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu
whitepersia: yes i thought about that, i am not quite sure about the rest of the team, so i am waiting for some feedback and i do not have any clue about how many MOTUs would want to write to that02:05
=== poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu
whitebecause if there are 100 MOTUs writing there, but only 2 DDs helping out it might be a bit of a problem :)02:06
whitethough it is worth trying it out i guess02:06
geserStevenK: isn't the Sources-file generated from the .dsc files? if so the Original-Maintainer should also be there and we should add XS-Original-Maintainer to the contol file?02:06
zorglu_btw is there one of those distro agnostic packaging system (e.g. klick or autopackage or other) which is accepted by default on ubuntu ?02:06
Adri2000geser: I'm not really conviced of the way to handle that Maintainer field problem, isn't it possible to do that (move Maintainer to Debian-Maintainer and put Ubuntu Developers as Maintainer) automatically, just after the upload and before it hits archive.u.c?02:07
gesernot in the .dsc file as this would break the signature02:07
Adri2000s/Debian-Maintainer/Original-Maintainer/02:08
Adri2000hmm02:08
persiageser: Why XS-Original-Maintainer?02:08
geserpersia: http://www.debian.org/doc/debian-policy/ch-controlfields.html#s5.702:09
geserif I understand it correctly02:09
geserAdri2000: for binary packages this is already done on package build02:09
Adri2000I know02:09
Adri2000and I was wondering why it was not possible to do the same for source packages02:10
azeemis it really important to have this for source packages?02:10
persiageser: Your understanding matches mine, but I was told to follow https://wiki.ubuntu.com/FeistyReleasePlan ("Original-Maintainer") when I asked mdz if the packages should be changed,  and https://wiki.ubuntu.com/DebianMaintainerField calls for "X-Original-Maintainer".02:11
=== persia has been patching with "Original-Maintainer" for the past two days
geserAdri2000: because of the .dsc file which is gpg signed by the uploader, if you modify the .dsc file you either break the gpg signature or have to re-sign it02:13
Adri2000geser: ok, I understand now02:14
geserpersia: do you know if X-O-M ends in the .dsc? IMHO if we preserve it in a extra-field it should be visible in the .dsc02:19
persiageser: Building now to check...02:20
persiageser: No (although this might be another reason to parse the field).02:23
persiageser: Nevermind.  That was O-M.  Hold on...02:24
persiageser: Neither O-M nor X-O-M are passed to the .dsc.02:25
zorglu_btw is there one of those distro agnostic packaging system (e.g. klick or autopackage or other) which is accepted by default on ubuntu ?02:28
azeemwhat do you mean "by default"?02:28
Lathiatzorglu_: if you mean into the ubuntu archives, then no02:28
persiageser: XS-O-M does the right thing for .dsc (are my patches then incorrect?).02:29
zorglu_Lathiat: nope, i mean as in installed by default, so user can install those package easily02:29
zorglu_azeem: by default as in i install the cd and i got the support for this packaging system02:30
persiageser: Furthermore, should we use XBS-O-M, as pkgmaintainermangler will likely ignore the package due to the @ubuntu,com in the maintainer field?02:31
geserpersia: yes, you are right, it should be XBS-O-M02:34
=== zorglu_ [n=zorglub@6.43.102-84.rev.gaoland.net] has left #ubuntu-motu ["Konversation]
persiaWell then, I'm glad I had a slow couple days.  There are only a few packages in which I put the wrong value.  What's the best way to provide a reference for this?  Update the spec?  Add a new wiki page?02:37
geserpersia: I would suggest to ask mdz about it and update the wiki page than and perhaps an e-mail with the updated info to u-d-a02:41
persiageser: I can at least take care of the first two.  Thanks for the guidance.  I'll stop patching for a while :)02:42
=== Lutin [n=Lutin@ubuntu/member/lutin] has joined #ubuntu-motu
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu
siretartpersia: IIRC, there was a (build-)dependency missing when I was about to merge it. otherwise I *think* a sync should be fine.03:02
=== TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu
persiasiretart: I think Debian still doesn't have a .desktop file (checking now).03:04
Adri2000does someone plan to write an update-maintainer-field script?03:06
persiaAdri2000: Hold on :)  The correct values for use remain uncertain...03:07
StevenKAnd it's a one liner in sed ...03:08
persiasiretart: It still waits for latex-cjk-chinese-arphic-bsmi00lp, and needs a merge for the .desktop file.03:10
Adri2000StevenK: with check to see if it's an ubuntu package (check if the version contains ubuntu)? check to see if it's main or universe? etc... maybe a long line :)03:10
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
Adri2000also check if the original maintainer has an @ubuntu.com email03:12
persiadh_maintainermangle could do all that (and more).03:12
siretartpersia: ah, that'll be it03:12
StevenKpersia: Why would a debhelper program play with the source?03:12
geserand why on every package build?03:13
persiasiretart: Sorry to bother you then: I'm just trying to ping last uploaders when I see them online before I download and start the merge.  Thanks for saving me the effort of discovering this on my own (halfway through).03:13
persiaStevenK: You're right.  I misread "common tasks related to building debian packages" as "common tasks related to debian packages".03:15
siretartpersia: you are perfectly right doing this!03:17
=== tenshu [n=tenshu@sgc91-1-82-231-155-79.fbx.proxad.net] has joined #ubuntu-motu
geserAdri2000: you could patch pkgmaintainermangler (from pkgbinarymangler) to modify debian/control03:19
Adri2000Lutin is writing something03:24
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu
Lutinhe means, a quick hack ^^03:25
geserLutin: I shouldn't be to hard to modify pkgmaintainermangler to modify debian/control03:26
geseror at least look at the overrides file from it03:27
Lutingeser: I don't have much time to dig this, but maybe you're right03:27
somerville32http://revu.tauware.de/details.py?upid=4069 <-- :)03:32
persiaStevenK: As I'm postponing more merges until I have instructions, I don't support you'd like to discuss your .desktop/menu issue?03:32
StevenKpersia: No, sorry, I'm just about to go sleep03:33
persias/support/suppose/03:33
persiaStevenK: No worries.03:33
persiasomerville32: Your menu file doesn't have an icon.  For some reason, I am forbidden to view the ,desktop, but from the directory listings, I'm guessing there's not one there either.  Does upstream not provide anything?  Even something from which an icon could be cut or cropped?03:41
=== Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
somerville32persia: I do have an icon I could use but it isn't from upstream. Furthermore, the .desktop does use an icon.03:42
=== persia downloads, now distrusting the REVU directory browser
=== stdin_ [n=tez@unaffiliated/binary2k2] has joined #ubuntu-motu
=== chrisj [n=tortoise@82.152.216.199] has joined #ubuntu-motu
persiasomerville32: I found it (I like icons in /usr/share/pixmaps),  You may still want to make a local catish.xpm (installed into /usr/share/pixmaps) by converting system-search.png (32x32) for reference in the menu file (Add Icon="full-path").03:50
persias/catish/catfish/03:50
=== redguy [n=mati@unaffiliated/redguy] has joined #ubuntu-motu
=== DktrKranz [n=DktrKran@host252-107-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== twilight [n=twilight@ubuntu/member/twilight] has left #ubuntu-motu []
=== twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu
Adri2000Lutin's script is here! http://pastebin.ca/31534804:09
Lutinand Lutin's script has a typo04:13
=== apokryphos [n=francis@87-194-86-227.bethere.co.uk] has joined #ubuntu-motu
persiaLutin: Nice.04:14
Lutinpersia: here it is actually: http://pastebin.ca/31535604:14
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
persiaLutin: Ah.  That actually replaces :).  I'm adding this to ~/bin.  Thanks.04:15
geserLutin: there are some more exceptions for the mangling04:16
Lutingeser: for sure. I'd be happy to know them, so I can add them04:17
geserLutin: see http://pastebin.ca/315363 for the config file for the maintainer mangler04:19
=== bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu
geseryou are at least missing canonical.com and ubuntu.com.au04:20
bddebianHeya gang04:20
=== persia patched lamont's xdelta extra wrong :(
persiahi bddebian.04:21
bddebianHeya persia04:21
ScottKheya bddebian04:24
ScottKI think I'm ready for you to look at the package again, but after last night's fun I'm (almost) afraid to ask. http://revu.tauware.de/details.py?upid=406404:25
bddebianHeh04:25
bddebianScottK: Yeah, give me a bit04:26
ScottKThanks.04:26
persiaScottK: Just for fun, you may want to change "This may be to short..." to "This may be too short..." in the manpage :)04:28
Lutingeser: is adding the exceptions worth it, I mean if there are plans to handle it on buildd for ex, I won't bother with it04:30
Lutin?04:30
geserLutin: it's not that straightforward to modify the maintainer of a source package on the builds, as this breaks the gpg signature in the .dsc file04:32
=== joejaxx [i=joejaxx@ubuntu/member/joejaxx] has joined #ubuntu-motu
Lutingeser: hum, you're right04:32
ScottKpersia: This leads to a philosphical question...  I made the man page from the upstream README.  That same spelling error is present there.  Should I fix the spelling error both places for enhanced correctness, fix it only in the man page to keep the diff small, or fix it not at all for consistency with upstream documentation?04:32
persiaScottK: For myself, I'd fix the spelling, and send a bug to upstream.04:33
geserLutin: if it would be possible, I'd assume it would be already happening for source packages also04:33
persiaLutin: I've added the exceptions locally, if you have yet to do so.04:34
=== jaldhar_ [n=jaldhar@c-24-0-153-89.hsd1.nj.comcast.net] has joined #ubuntu-motu
Lutingeser: ya, think so04:35
Lutinpersia: can you pastebin the changes, so I can add them to the script ?04:35
persiaLutin: patch at http://pastebin.ca/31538004:36
Lutinok persia, thanks :)04:37
persiaI'm fairly certain that will also catch lists.*04:37
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
ScottKbddebian: I'm going to fix persia's typo, so on the off chance you are going to advocate my package, I'd prefer you do it to the next rev.  I'll post the url here when it's up.04:42
=== cypher1 [n=cypher1@59.92.151.121] has joined #ubuntu-motu
ScottKpersia: Your reviews have been very helpful.  The next package I am working on is http://revu.tauware.de/details.py?upid=4053.  In this one the upstream mentions the licenses and gave urls, but didn't include license text.  It was bounced from NEW because of this.  The advice I got from Tollef was to rebuild orig.tar.gz adding the text since upstream declined to do a new release for this.  If you have time, I'd appreciate04:51
ScottKaming right when I rebuilt the orig.tar.gz.04:51
bddebianScottK: OK04:51
ScottKbddebian: Here it is. http://revu.tauware.de/details.py?upid=407004:52
persiaScottK: These are extremely long package names.  Users are going to hate typing them :)04:53
ScottKThey should never have to type it.04:54
ScottKThis is a dependency for another package that comes later.04:54
Lutingeser: does it look ok to you: http://dunnewind.net/~lutin/resource/update-maintainer ?04:54
ScottKUpstream put it out as a separate package only because it may be useful for other things.04:54
ScottKThe upstream is also working on getting this into Debian and that's the package name he's using there, so I think it's important to be consistent.04:55
ScottKBut, I agree.  It's an extremely long package name.04:55
persiaScottK: Your first changelog doesn't need to be so specific.  Intiial release is likely sufficient, although it doesn't hurt to follow the practice of documenting everything.04:57
ScottKThanks.  Another philosphical question: Upstream provides a /debian directory and most of that is from the upstream.  Is it better to delete it or leave it when it's not necessary?04:58
ScottKGiven I'd already rebuilt orig.tar.gz for this package I decided to change as little else as possible.04:59
persiaScottK: To reduce confusion, I'd change the license paragraph to "This is free software.  You may use, modify, and distribute it under the terms of either the GNU General Public License (version 2 or later) or the Artistic License.", as the terms don't really match perl's (except in spirit).  On the other hand, I've never written a copyright file, so I'm probably weakest here.05:00
ScottKWhich file are you in?  That shows up more than one place?05:00
persiaScottK: If the upstream debian/ helps you, leave it.  If it doesn't, remove it.  From my memory of old mailing list discussions, it is generally annoying a few versions down, when upstream makes some change you didn't expect.05:01
geserLutin: looks ok for a quick hack :)05:01
Lutingeser: feel free to test it extensively, I don't really have the time to do it05:01
Lutingeser: espacially the ignore list and the multi-domains selections05:01
persiaScottK: I was looking at debian/copyright.  LICENSE seems to indicate these are the same terms as perl, which I don't think is true.05:02
ScottKNo, it's not the same terms.  PERL is GPL v1 too.05:02
geserLutin: will do, once it's clear if the field should be Original-Maintainer, XBS-O-M or something else05:02
persiaLutin: You may wish to move the domains to a variable as well, for improved readability.05:03
ScottKThe feedback I got from Tollef indicated to me that once the actual licenses that were applicable were added, he was OK with that.05:03
Lutinpersia: true, but I'd like to be sure it actually works before cleaning up ^^05:03
Lutin1/ make it work flawlessly, make it really clean is extra for the moment :] 05:04
persiaScottK: That's the person to convince, so if you have already received word that that language is correct, ignore me.05:04
persiaLutin: understood.  I'll start testing as soon as the decision is published, and let you if I encounter any issues.05:05
ScottKIt was more like didn't object to the revised wording when I e-mailed him back after he bounced it the first time.05:05
Lutinpersia: ok, tested the ignore domains regexp, seems to be ok so moving to a var :)05:06
persiaScottK: The contents of README.Debian do not appear useful to the average administrator.  I know I at least look at that file whenever I want to understand what something does.  I might move that to README.Packaging, and make sure it didn't get included in the binary deps.05:07
=== persia grabs the new update-maintainer
Lutinpersia: have a look at http://dunnewind.net/~lutin/resource/update-maintainer and tell me if it's ok for ya :)05:08
ScottKHere: http://www.debian.org/doc/manuals/developers-reference/ch-best-pkging-practices.en.html#s-bpp-origtargz is says README.Debian-source (I didn't find this before).  Does that sound right?05:10
persiaLutin: You might use main|restricted) and universe|multiverse) to make it even shorter, but it looks nice.  I'm just not sure about the 3rd from last line.  Thanks a lot for this, it should make things easier.05:11
persiaScottK: That sounds exactly right.05:12
ScottKpersia: BTW, for the perl-policy thingy I have upstream commit rights for the svn, so I didn't write I bug, I just fixed it.05:12
ScottKThanks.  I'll go do that.05:12
Lutinpersia: the line that actually replaces the maintainer .05:12
Lutin?05:12
persiaScottK: When you're upstream, you get all the fun :)05:12
ScottKYeah.  The fun part on that is I'm upstream only after the last release (for about 4 days now).05:13
persiaLutin: Yes, it's whether it should be "...\nOriginal...", "...\nXBS-Original..." or something else.05:13
ScottKWhen I was working on packaging I whined about some stuff and the response I got was, OK, then you maintain it...05:14
Lutinpersia: yep, but as far as we don't know, I can't put voodoo in the script to determine it :] 05:14
persiaLutin: My apologies.  I didn't mean that.  To rephrase, except for the part for which the requirements have yet to be defined, it appears that this application meets current expectations for the user community :)05:16
ScottKI'm going to clarify debian/copyright too while I'm at it.05:16
Lutinpersia: hehe, np. thanks :)05:17
ScottKpersia: Thanks for the help.  Is there anything else before I upload again or are you still looking?05:20
persiaScottK: still looking05:20
ScottKOK.  Thanks.05:20
=== rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-motu
persiaScottK: README (not Debian) could use some grammar help.  I'm guessing you don't want to take that upstream?05:23
ScottKNot today.  English is not the first language of the upstream.05:24
ScottKHis English is very good (far better than my German, so I shouldn't complain).05:24
persiaScottK: In that case, better to leave as-is: carrying that in a dpatch would be unpleasant :)05:24
ScottKI will work on that with him for the next release though.05:24
Lutingeser: when will know what field we have to use for the debian maintainer ?05:25
=== TMM [n=hp@ip565b35da.direct-adsl.nl] has joined #ubuntu-motu
persiaScottK: TODO seems fairly useless in this version.  Are you sure you want to include it in debian/docs?05:25
ScottKAgreed.  I'll remove it.05:26
geserLutin: when mdz answered persia's inquiry05:26
persiaScottK: debian/control: s/virtual DNS/virtual DNS server/ (Domain Name Service).  s/the real DNS/a real DNS server/. (Short description is fine).05:27
persiaScottK: That's all I see.05:28
Lutingeser: ok05:28
=== Kyral [n=kyral@HyperDream.graham.clarkson.edu] has joined #ubuntu-motu
persiageser: Are you in a timezone where you are up for a while?  I'd like to sleep, and I think my query will not be answered soon :(05:29
geserpersia: I'm in Europe, do you know which timezone mdz is in?05:29
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
Adri2000Timezone:  America/Los_Angeles05:30
persiageser: No.  He seems to move around.  If he responds before I am active again, would you mind confirming anything that remains vague?  I'll check the backlog when I come back, but don't want to miss the opportunity to find sufficient answers that I can resume merging without further embarassment.05:31
geserpersia: sure, will do05:31
persiageser: Thanks.05:32
=== persia sleeps
Lutinhehe, g'night persia05:32
ScottKThanks persia.05:33
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu
=== KaSto [n=Herthane@p54BD2936.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== okaratas [n=ozgurk@irssi/user/okaratas] has joined #ubuntu-motu
Lutinajmitch: are you around ?06:04
=== mr_pouit [n=mr_pouit@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-motu
=== truz_`24 [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-motu
=== DktrKranz [n=DktrKran@host160-104-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== UbuntuSt1ts [n=StatsBot@bl5-80-186.dsl.telepac.pt] has joined #ubuntu-motu
=== jpon [n=jpniane@neu67-3-82-239-80-181.fbx.proxad.net] has left #ubuntu-motu ["Ex-Chat"]
=== synic [n=squish@pdpc/supporter/student/synic] has joined #ubuntu-motu
synicwhere can I see a list of packages that will be in fiesty?06:23
synic... or are already in 06:23
geserin the Packages file for feisty06:23
synicthere's no list in launchpad somewhere?06:24
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== luisbg [n=d33p@87.217.145.234] has joined #ubuntu-motu
=== Adri2000 [n=adri2000@ubuntu/member/adri2000] has joined #ubuntu-motu
Lurewhen packaging new upstream, are you supposed to recompress the orig.tar.gz with --best or should we leave it as original?06:46
fdovingdon't touch it, if you don't need to.06:47
=== Gervystar [n=alessand@host84-192-dynamic.58-82-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== Czessi [n=Czessi@dslb-088-073-017-115.pools.arcor-ip.net] has joined #ubuntu-motu
=== Adri2000 [n=adri2000@ubuntu/member/adri2000] has joined #ubuntu-motu
geserLutin: I've modified the pkgmaintainermangler to modify source packages: http://members.ping.de/~mb/srcmaintainermangler/07:10
=== mr_pouit [n=mr_pouit@81.56.214.84] has joined #ubuntu-motu
=== mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
Lutingeser: what's the pkgmaintainermangler used for ?07:21
=== Gervystar [n=alessand@host84-192-dynamic.58-82-r.retail.telecomitalia.it] has joined #ubuntu-motu
geserthat's the script the buildds are running to modify the maintainer in the binary debs07:23
Lutinuh ok07:23
Lutingeser: cool nice job07:26
Lutingeser: so, the field will be XBS-Original-Maintainer, or you chose for lack of an actual name ?07:31
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
geserLutin: I chose it until a decision is made07:38
geserthis way O-M will end in the dsc and the debs07:38
Lutingeser: cool07:41
Lutingeser: just curious, why did rewrite a whole script ?07:44
=== bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu
gesermost parts where there already07:44
Lutinok07:45
geserall I had to add was to modify the correct file (debian/control instead of DEBIAN/control) and termine the component07:45
geserand also modify control.in if it exists07:45
Lutinoh, ok :). I didn't even know pkgmangler existed until today :)07:46
=== fowlduck [n=nate@198.150.12.33] has joined #ubuntu-motu
geserif I would check if the first changelog entry is already for ubuntu I could determine the correct distribution and lookup the correct component (it might have changed between edgy and feisty)07:50
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== mlpug [n=user@a85-156-253-211.elisa-laajakaista.fi] has joined #ubuntu-motu
Laser_awaygeser: what is it creating? Original-Maintainer: ?07:54
Lutingeser: quite easy to do :)07:54
geserLaser_away: it writes XBS-Original-Maintainer into the control file which results in Original-Maintainer in the dsc and debs07:54
geserLutin: already working on it :)07:55
Laser_awaygeser: where did you get the XBS part from?07:55
Lutinhehe, kewl07:55
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
geserLaser_away: http://www.debian.org/doc/debian-policy/ch-controlfields.html#s5.707:56
Laser_awaygeser: ah, awesome. I always wondered how they chose those07:57
geserLaser_away: when you look at "apt-cache showsrc xdelta" you will see that O-M is missing08:00
geserbut is in the control file as O-M (without the XBS)08:01
geserdo you know if O-M should also appear in the dsc files?08:02
Laser_awaygeser: xdelta has O-M in debian/control?08:06
geserLaser_away: yes, see http://librarian.launchpad.net/5722532/M79021.patch or the complete diff.gz08:08
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== Burgundavia_ [n=corey@d142-59-218-76.abhsia.telus.net] has joined #ubuntu-motu
Laser_awaygeser: bah, this is getting sort of messed up08:09
Laser_awaygeser: they should have gotten that spec implementation down better before expecting us to do it08:10
Laser_awayon thousands of source packages08:10
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
geserLaser_away: persia tried to ask mdz if O-M is correct or if it should be XBS-O-M, X-O-M or something else08:12
geserbut apparently he wont get an answer before monday08:12
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
ScottKIf there is a MOTU available and willing, I'd appreciate REVU on two packages, especially http://revu.tauware.de/details.py?upid=4070 and perhaps http://revu.tauware.de/details.py?upid=4071.08:20
vilhi, i am experimenting with bzr maintained packaging and have question regarding it08:24
vili am trying to get rid of precompiled jars from the source so i replace the original file with a symlink08:25
vilhowever then dpkg-source complains about unrepresentable change to the source.08:26
Lutinajmitch: ping -> could you have a lokk at bug 65894 ?08:26
UbugtuMalone bug 65894 in lablgtk "FTBFS in edgy" [Undecided,Unconfirmed]  https://launchpad.net/bugs/6589408:26
vilis there any chance to get pass this?08:26
=== Pricey [n=pricechi@unix0.york.ac.uk] has joined #ubuntu-motu
mr_pouitScottK, I am not a MOTU, but it seems that libnet-dns-resolver-programmable-perl orig tarball ships a debian/ dir. You should ask upstream to remove it (diff.gz will be more clear and it is easier for you to maintain)08:29
ScottKI've asked.  They said no.08:29
=== FunnyLookinHat [n=david@208.69.214.65] has joined #ubuntu-motu
mr_pouitoh :/08:30
ScottKThey are open to feedback, so I have hope...08:31
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== Burgundavia_ [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
Laser_awaygeser: I think we better not do any Original-Maintainer uploads until we get that resolved08:45
=== neutrinomass [n=pandis@dhcp89.mansfield.ox.ac.uk] has joined #ubuntu-motu
bddebianLaser_away: I think felt is going to need to be dropped from the archive :(08:52
Laser_awaybddebian: how come?08:52
ScottKbddebian: Did you ever get a chance to look at http://revu.tauware.de/details.py?upid=4070?08:54
bddebianLaser_away: It's been dropped from Debian, hasn't been updated upstream since 2000 and doesn't build with libglu1-mesa-dev08:54
bddebianScottK: Not yet, sorry.  I started to look at it then I saw you and persia talking back and forth so I stopped08:55
LutinScottK: maybe you should move the upstream/ debian to debian.upstream and put your packaging in debian/08:55
ScottKNo problem.  It's ready whenever you are.08:55
=== nolimitsoya [n=nolimits@176.139.216.81.static.vhe.siw.siwnet.net] has joined #ubuntu-motu
ScottKLutin: The upstream is working on getting the packages into Debian, so there is value, I think, in keeping his and pushing the changes back up to him.  Less suprise once Debian adopts it.08:56
LutinScottK: oh, indeed08:57
neutrinomasshttps://launchpad.net/ubuntu/feisty/+source/libzrtpcpp shows that libzrtpcpp has not been built on i386, which contradicts https://launchpad.net/+builds/+build/274428 . libzrtpcpp is needed as build-deps to twinkle and it doesn't seem to exist for i38608:58
crimsunneutrinomass: there's no contradiction09:02
crimsunthe UI on the first link doesn't make it immediately obvious that it /has/ built, but there's no contradiction09:02
neutrinomasscrimsun: well, yes, it doesn't state that it has not built... any ideas as to why I can't see it in the repos then? 09:03
crimsunhmm, possible soname issue?09:09
crimsunplease file a sync request for libzrtpcpp and let me know the bug #09:09
crimsunyou may need to walk the stack for http://packages.qa.debian.org/libz/libzrtpcpp/news/20070107T084703Z.html09:09
neutrinomassOk. Sync for 0.9.0-3 ... 09:10
crimsunin any case, you'll need ubuntu-archive's involvement (whether it's to further debug why the i386 deb doesn't appear and/or the sync req)09:10
neutrinomasscrimsun: How does the sync make a difference? (besides being an attempt to rebuild)09:12
crimsunthere's no way to tell until you try it09:12
crimsunif it sbuilds fine, then it's an archive problem09:12
ajmitchmorning09:13
Lutinmorning ajmitch09:13
crimsunmorning09:13
ScottKGood morning.09:13
zulhey ajmitch 09:14
=== maco_ [n=mack@206.159.164.34] has joined #ubuntu-motu
bddebianHeya ajmitch, crimsun09:19
=== maco_ is now known as macogw
crimsun'lo bddebian 09:23
ScottKbddebian: Thanks for the REVU.  re your comment: http://revu.tauware.de/details.py?upid=4070 I don't think the package is contentious as much as I've made a number of small mistakes along the way (my inexperience is showing).  I think it's finally good and so now all I need is one more...09:24
bddebianScottK: Well you have been beaten up more than most I think for some reason09:25
ScottKIt's OK.  It's been a good learning experience.09:25
ScottKI plan to do more of this, so it's all good.09:26
ScottKAnyone availble to look to be a second advocate?09:26
=== lritter [n=paniq@port-212-202-50-242.dynamic.qsc.de] has joined #ubuntu-motu
lritterhello there09:27
lritterwhere do i request inclusion of llvm-1.9?09:27
ScottKbddebian: If you are still up for more REVU, I believe that http://revu.tauware.de/details.py?upid=4071 is ready for a look.  Appreciate all the help so far.09:27
neutrinomasscrimsun: bug 7912609:27
UbugtuMalone bug 79126 in libzrtpcpp "Please sync libzrtpcpp 0.9.0-3 from Debian unstable" [Undecided,Unconfirmed]  https://launchpad.net/bugs/7912609:27
bddebianScottK: I'll probably be doing quite a bit tonight during the Eagles game09:28
Lutinajmitch: could you have a llok at bug 65894 ?09:29
UbugtuMalone bug 65894 in lablgtk "FTBFS in edgy" [Undecided,Unconfirmed]  https://launchpad.net/bugs/6589409:29
crimsunneutrinomass: please do not subscribe ubuntu-archive yourself09:29
ScottKOK.  I'd appreciate it if you put that one on your list.  It's got a rebuilt orig.tar.gz in response to Tollef bouncing it from NEW because of no LICENSE file.  I think I did it right, but...09:29
neutrinomasscrimsun: sorry, I thought it was standard practice09:30
ScottKbddebian: I did get feedback from Tollef saying I should rebuild orig.tar.gz.  My concern is did I do it right.09:30
Toadstoolheya everybody!09:30
bddebianScottK: NP09:30
bddebianHeya Toadstool09:30
Toadstoolhey bddebian 09:31
crimsunneutrinomass: no, a member of ubuntu-dev will ACK your sync request and then sub u-a09:31
crimsunneutrinomass: for instances such as this one where the Debian component was missing, it helps prevent additional notifications from spamming the inboxes of u-a members09:32
crimsunhmm, where is Stefan?09:33
=== twilight [n=twilight@ubuntu/member/twilight] has left #ubuntu-motu []
neutrinomasscrimsun: Yes, sorry, I was blindly following https://wiki.ubuntu.com/DeveloperResources which doesn't really mention it. Thanks for catching it.09:34
Adri2000sharms: can I merge lighttpd?09:34
Adri2000erkkk09:34
Adri2000shawarma: can I merge lighttpd?09:34
crimsunhmm, n/m wrt Stefan; reading Debian 402715 clarified.09:36
UbugtuDebian bug 402715 in gnome-hearts "gnome-hearts crashes on startup" [Grave,Closed]  http://bugs.debian.org/40271509:36
=== neutrinomass [n=pandis@dhcp89.mansfield.ox.ac.uk] has left #ubuntu-motu []
=== cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu
=== rpedro_ [n=rpedro@89-180-142-209.net.novis.pt] has joined #ubuntu-motu
somerville32crimsun: Can you review http://revu.tauware.de/details.py?upid=4069 for me? :)09:51
crimsun< crimsun> ok, I'll look when I finish my alsa triaging work.09:52
crimsun< crimsun> ETA: a couple hours09:52
crimsunnixternal: conexant patches merged into BenC's tree09:52
somerville32Toadstool: Are you available? :)09:52
Toadstoolsomerville32: yep09:56
somerville32Toadstool, http://revu.tauware.de/details.py?upid=4069 :)09:57
Toadstoolok09:57
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
=== somerville32 pokes Toadstool
=== manchicken_ [n=manchick@c-76-16-240-139.hsd1.il.comcast.net] has joined #ubuntu-motu
=== yosch [n=yosch@sal63-1-82-243-96-232.fbx.proxad.net] has joined #ubuntu-motu
Lureany motu around to check and upload new upstream version of soundkonverter: http://revu.tauware.de/details.py?upid=407210:38
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== test34 [n=test34@unaffiliated/test34] has joined #ubuntu-motu
geserLure: I'm seeing it right that it doesn't need two advocates?10:44
bddebianNot if it's already in the archive10:45
Luregeser: it is in archive, just new upstream10:45
=== _czessi [n=Czessi@dslb-088-073-035-073.pools.arcor-ip.net] has joined #ubuntu-motu
=== mr_pouit [n=mr_pouit@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu
=== sladen [i=paul@starsky.19inch.net] has joined #ubuntu-motu
=== ademan [n=dan@h-67-101-42-105.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
=== macogw [n=mack@206.159.164.34] has joined #ubuntu-motu
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu
=== reggaemanu [n=manu@ARennes-257-1-150-62.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu
=== Burgundavia_ [n=corey@d142-59-218-76.abhsia.telus.net] has joined #ubuntu-motu
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-motu
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
persiagood morning11:19
geserhello persia 11:20
persiaMonday, eh?  Oh well.11:20
geserjust a guess11:20
geserif you are interested: I've modified the pkgmaintainermangler script used by the buildds to work on source packages: http://members.ping.de/~mb/srcmaintainermangler/11:22
persiageser: That looks more robust, but it's definitely a lot wordier and harder to grasp in a glance than Lutin's.11:25
persiageser: Lutin: What about adding `dch Modified Maintainer values to match Debian-Maintainer-Field spec` to the script to save that step as well?11:27
Lutinpersia: the point is, the script assumes it was already dch'ed11:28
Lutinbecause in case you're modifying a synced package, you need to dch before running the script so that the ubuntu field in changelog can be detected11:29
persiaLutin: I'm just imagining the case where hundreds of -*ubuntu* packages need to be modified to suit in late April or early May, but I suppose it can be a two step process (like dh_iconcache was), which ensures the appropriate human oversight.11:31
=== Lathiat [n=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-motu
Lutinpersia: yes, I think it'd be better to do it in two steps11:32
Lutinpersia: all the pkges will have to be changed for feisty +1 ?11:43
persiaLutin: https://wiki.ubuntu.com/FeistyReleasePlan indicates that all the packages will have to be changed for feisty.11:45
persiaLutin: That's modified packages only.  Sync packages stay the same.11:45
Lutinpersia:ok11:45
Lutinpersia: but if you fix a bug in a sync package, you'll also have to do it, right ?11:46
persiaLutin: My understanding is that everything with an *ubuntu* version needs it.  Depends how the bug is fixed, but usually.11:47
Lutinok11:47
geserLure: uploaded soundkonverter11:47
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
Lutinpersia: what do you mean by 'robust' btw ?11:50
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
=== cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu
persiaLutin: Less prone to failure due to user error.  The big difference is that srcmaintainermangler works whether you are in the package root or in the debian folder.11:52
geserLutin: have you checked what happens if someone has more Sources lines (e.g. edgy+feisty or feisty+sid)?11:53
Luregeser: thanks11:54
Lutinbtw, geser; persia: new maintianer field is now in the wiki it seemd11:54
Lutin-d +s11:54
Lutinf the Maintainer field is modified, the old value will be saved in a field named X-Original-Maintainer11:54
Lutingeser: yeah, checked, that works11:55
Lutingeser: actually the script searches for the firsr distro-specific line11:55
persiaLutin: That's from July.  It has all the negative effects of both O-M and XBS-O-M, and none of the benefits of either.11:56
Lutinpersia: ah, ok, sorry11:56
=== guibis [n=guibis@dwl68.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
gesersome packages use control.in from which debian/rules builds the control file, so you want also modify that file11:57
geserLutin: looking how you determine the component it depends on the order in which apt-cache madison prints the Sources lines11:58
geserso you may end using the edgy line (a package may moved in feisty) or the one from Debian11:58
Lutingeser: how could that happen ?11:59
Lutinbasically, i take the distro from the changelog11:59
Lutinand grep -m 1 $distro*sources the result of apt-cache madison11:59
Lutincan't see how a debian line could be selected11:59
geserthan I have an outdated version of your script12:00
gesersorry, I was looking at an outdated version12:01
Lutinnp :)12:01
Lutinupdated version is at the same place12:02
persiaLutin: I realised why adding dch was useful: presumably the script is run after the changelog is updated, but the updater may not know if the maintainer needs to be mangled prior to running the script (due to exceptions, etc.), and may need to update the changelog again, depending on the script output.12:05
Lutinpersia: this way, that would cause the ubuntu revision tu be bumped twice12:06
Lutinto*12:07
=== mr_pouit [n=mrpouit@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu
persiaLutin: Not `dch -i`, just `dch Modified Maintainer values to match Debian-Maintainer-Field spec`, which should add a comment within the same revision.12:07
Lutinahhh ok12:07
Lutinnp then12:07
Lutinadding it right now12:07
Lutinpersia: ok,added12:10
persiaLutin: Why -m?12:12
Lutinpersia: preserve maintainer name12:13

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