/srv/irclogs.ubuntu.com/2007/06/17/#ubuntu-motu.txt

crimsunKmos: \sh normally coordinates those updates.  Please check with him.12:11
Kmoshe's not here12:12
Kmosthe update is fine, you just need to upload it12:12
=== shinchandmc [n=shinchan@77.130.14.62.dynamic.jazztel.es] has joined #ubuntu-motu
crimsunKmos: I think you're missing that he's the last person to have updated it, so you should at least ping him about it12:13
crimsunthat doesn't mean block on his answer; it means at least let him know if you haven't already that you're updating it12:14
Kmoscrimsun: i've the last person who updated it12:16
Kmoshttps://launchpad.net/ubuntu/+source/ddclient12:16
KmosMarco Rodrigues12:16
Kmoswe're talking about ddclient right ?12:16
=== bleinmono [n=toffel@ppp91-76-75-139.pppoe.mtu-net.ru] has joined #ubuntu-motu
crimsunno, I'm referring to your query WRT wine.12:17
Kmosahh.. ok =)12:17
Kmoscrimsun: sorry12:17
=== bleinmono [n=toffel@ppp91-76-75-139.pppoe.mtu-net.ru] has left #ubuntu-motu []
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
LamegoBurgundavia, on this case, to keep not working which is not working12:21
BurgundaviaLamego: again, figure out exactly what is not working and update that12:21
LamegoBurgundavia, and sorry to disagree there are current verions which are stable while the repositories versions are crap, this for particular packages12:21
BurgundaviaLamego: file some bugs, get a list of them ready and then present your case12:22
Burgundaviaarguing on this channel is not going to change anybodies mind, nor do we have the power to say yes/no12:22
Lamegowe are just chatting, which is healthy :)12:23
=== minghua [i=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
Burgundaviayes12:24
Burgundaviathe SRU policy exists for a reason12:24
crimsunKmos: in the future, because the source package exists in Ubuntu already, please attach the debdiff to a bug report hosted on Launchpad12:26
LamegoSRU makes all sense for OS/core components, not for applications in general12:26
Lamegoin my opinion12:27
Kmoscrimsun: I don't like debdiff.. :) I can do it manually ?12:27
crimsunKmos: debdiffs are part of our workflow.  What do you find annoying about them?12:28
=== lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-motu
Kmosthey take everything on debian and make it for ubuntu without changes12:29
Kmosit takes more time12:30
crimsunsorry, we may have met a language barrier.  Would you rephrase that?12:30
Amaranthcrimsun: he thinks you mean sync from debian12:30
KmosAmaranth: exactly12:30
AmaranthKmos: debdiff is a tool to create a diff between two versions of a package12:30
AmaranthKmos: to quickly show exactly what you've changed12:30
crimsunin this case, you create a debdiff of your 0ubuntu2 against your previous 0ubuntu112:31
Kmosso, I can create an package and do debdiff to it without upload to revu12:31
crimsunyes12:31
Kmosi understand now12:31
Kmoscrimsun & Amaranth: thanks12:31
crimsunnp12:31
Kmosthe sync is the part I don't like12:31
Kmos=)12:31
Kmosdebdiff packagename-version-old.dsc packagename-version.new.dsc > debdiffname.debdiff12:32
Kmosand just need to do this12:32
crimsunyes12:33
=== beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu
Kmosthanks12:34
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
persiaIf anyone has a couple minutes, would you mind looking at http://pastebin.ca/570888 as a candidate postinst for apt-file?  I'm worried I might not be trapping properly to avoid set -e breaking configure when the network test fails.12:38
=== bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu
=== tmarble [n=tmarble@dyn-81-5-133-129.dsl.eclipse.net.uk] has joined #ubuntu-motu
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
nixternalpersia: that command crashes my terminal :)12:43
=== ash211 [n=andrew@wsip-24-249-59-239.ks.ks.cox.net] has joined #ubuntu-motu
persianixternal: crashes, or closes?  The `exit 0` would normally close a terminal.12:44
nixternalahh, ya you are right12:44
nixternalcut: the delimiter must be a single character12:45
nixternalTry `cut --help' for more information.12:45
nixternalthat is what I get when I copy paste, it hasn't closed my other terminal just yet though12:45
nixternalahh, there it went12:46
persianixternal: Now I'm confused.  The command works for me, but I've been testing in a script.  Perhaps it's a quoting difference (-d backslash space space -f)?12:47
nixternalhrmm, it could be12:48
nixternalhrmm I wonder if the \ gets converted to a breakline? how does that work exactly?12:48
nixternalbecause if you were to press enter after the -d\ it will breakline to >12:48
man-didoes somebody here knows what target is called directly before all the install/PACKAGENAME by CDBS?12:49
nixternalthe first line is doing it with the ^deb\ as well12:50
persiaman-di: You probably want to read the makefiles, but I usually use build/foo:: to do something right before install12:50
man-dipersia: I do read the makefiles...12:52
man-dipersia: my problem is that a package puts all build files into some/dir/$(ARCH) and has no "make install"12:53
man-dipersia: what I wanna do is cp some/dir/$(ARCH) to debian/tmp and then put the files to the different binary pacakges from there12:53
persiaman-di: Ah.  And package.install doesn't accept $(ARCH).  Why not use build/packagename::?  Also, tracing with "#!/usr/bin/make -d -f" at the top of debian/rules might help.12:55
persiaman-di: Note that overloads in debian/rules are processed *after* all the internal CDBS rules for the given target.12:57
man-dipersia: build/packagename:: sounds somehow wrong, I need to build at least 8 binary packages from this source package12:59
persianixternal: Thanks, but I've just realised I can test by putting a bad hostname in my sources.list, and running `sudo ./apt-file.postinst configure && echo clean`, to make sure it works.12:59
man-dipersia: but it should do the trick12:59
persiaman-di: Do all the packages need to be built prior to the copy?  Also, that's the recommendation from the CDBS documenation, but it may not be ideal.01:00
DarkSun88G'night01:00
man-dipersia: yes, all need to be built01:01
persiaman-di: In that case, you might get away with overloading common-install-prehook-arch or common-install-prehook-indep, but I'm not sure that works perfectly.01:03
man-dihmmm01:04
gesercrimsun: I've seen you uploaded ddclient (Kmos pm me about a review). Did you upload revu id 5587 or 5588?01:04
man-diyou are right, its at least the best possible option01:05
crimsungeser: former.01:05
geser5587 dropped also debian/patches/checked_ssl_load.diff01:05
crimsunok, then just reupload01:06
Kmoscrimsun & geser: thanks01:08
=== theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
=== altaaa_ [n=ruurd@cc1195252-a.groni1.gr.home.nl] has joined #ubuntu-motu
=== altaaa [n=ruurd@cc1195252-a.groni1.gr.home.nl] has joined #ubuntu-motu
altaaahello01:35
=== persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu []
altaaaanyone active here?01:38
minghuaaltaaa: if you have questions, just ask01:39
bashelierhey altaaa 01:39
altaaaah, ok...01:39
altaaamesa 6.5.3, will it be in feisty?01:39
crimsunaltaaa: no.01:39
crimsundo you have a compelling reason to request a backport for it?01:40
altaaano not really, just want blur effects :)01:40
altaaai tried compiling it, but i'm no linux guru so I couldn't get it to work01:40
pochuNight folks01:42
=== ash211_ [n=andrew@wsip-24-249-59-239.ks.ks.cox.net] has joined #ubuntu-motu
=== Monk-e [i=guido-de@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu
=== cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu
=== jml [n=jml@ppp121-44-219-120.lns1.hba1.internode.on.net] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
Hobbseehey all!02:55
=== Monk-e [i=guido-de@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
=== macd_ [n=d@cl-116.atl-01.us.sixxs.net] has joined #ubuntu-motu
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
=== radhios [n=radhios@200-122-44-68.dsl.prima.net.ar] has joined #ubuntu-motu
=== stani [n=stani@p508985A5.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== Monk-e [i=guido-de@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
SlimGWhy is it necessary to define the destination distro (dapper|edgy|feisty|gutsy etc.) in .deb packages? Shouldn't the dependencies and architecture of a .deb package be the ones that decides what apt supporting system the package can be applied to?03:57
AndyPSlimG: probably because once a release is released, it needs to stay in the same stable state (give or take a few security updates and SRUs etc)03:59
AndyPi didn't explain that very well, really, maybe somebody else could04:02
minghuaSlimG: one of the many reasons is that you can have both dapper and feisty repos, for example, in your /etc/apt/sources.list.04:04
minghuaSlimG: and you can tell APT which package(s) you want to install04:04
SlimGminghua: but that's pretty much because all the packages chosen for dapper (to stick to an example) resides inside the folder http://packages.ubuntu.com/dapper/   , I don't think every package exclusively needs to be defined with "dapper" for sources.list and apt to have the neat function of beeing able to choose dapper packages from any distro?04:09
minghuaSlimG: Which "dapper" definition of the individual packages are you talking about here?  Because there are many.04:12
minghuas/Because there/There/04:12
AndyPSlimG: technically there's nothing stopping you from installing a .deb made for feisty on a gutsy machine or a .deb made for debian sid on an ubuntu box... apart from the breakages that might happen from using a .deb outside its tried and tested environment, that is04:15
SlimGPretty much any instance in the package that mention the distro the package was intended for. ex.: when the packages are frozen a give time before launch, what more is there to it than picking the most up-to-date packages that's made to that day, and throw them into ex.: http://packages.ubuntu.com/dapper/04:16
minghuaSlimG: how do you define "most up-to-date"?  the highest version number?04:17
SlimGyes04:17
minghuathen how do you do security updates for old, released distributions?04:18
minghuae.g., how to do dapper-security updates now?04:18
AndyPSlimG: that's sort of how the debian unstable archive is put together... and as the name implies, it's unstable :)04:18
SlimGminghua: put them into http://packages.ubuntu.com/old_released_distro/04:18
minghuaSlimG: packages.ubuntu.com?  that's just a webpage describing the packages in different distributions.04:20
minghuathere are no real packages on packages.ubuntu.com04:20
=== grayman [n=grayman@89.1.184.146.dynamic.barak-online.net] has joined #ubuntu-motu
SlimGWas about to mention it, I know the URL I'm using is totaly wrong, I'll see if I can find the right one to avoid misunderstanding04:20
minghuaAndyP: not really... the "distribution" field is actually more useful for Debian than Ubuntu, IMHO04:21
AndyPminghua: i wasn't really commenting on its usefulness, just how it's used in ubuntu... my last comment was about how the debian unstable archive is made up of the latest packages (ok, if you forget about experimental :) )04:24
minghuaAndyP: I honestly don't see how unstable is different with respect to gutsy on this point, but I may be missing something.04:25
AndyPminghua: i'm a little confused, i think our trains of thought might be decoupled in this conversation :)04:26
minghuaAndyP: You are saying unstable is basically "looking at all the uploads, keep the one with the highest version number, discard old ones, and make that a distribution", aren't you?04:28
SlimGminghua: As I've understood so far, there's a separate text list that contains info and locations of the the newest packages in dapper, so there wouldn't be any difference afaik if the packages wouldn't contain a intended destination release like "dapper". Am I right?04:30
minghuaSlimG: I am not exactly sure how dak/soyuz works, but yes, I believe you are right.04:30
AndyPminghua: sort of... i wouldn't really call it a distribution though, that sort of implies that it's the end product but unstable is one of the first stages that packages need to graduate from in order to head towards the next stable distribution04:30
zakamehi all04:31
zakamehappy father's day for all father MOTUs :)04:31
AndyPhi zakame 04:31
minghuaAndyP: By distribution I mean the "stable/testing/unstable" and 'feisty/gutsy" sense, not necessarily a release.  But yes, I know the terms are a bit confusing.04:32
zakameyo AndyP 04:32
minghuaAndyP: My point is, then, gutsy right now (in general, the ubuntu development distribution/branch before release) is no different than unstable.04:32
minghuaAndyP: just that Debian has a second step, "entering testing", while ubuntu doesn't.04:33
AndyPminghua: yes, it's not much different apart from the different kernel, gnome etc. and the ubuntu specific patches that have gone in so far... once the freezes start happening it'll become more "tight" (using musician jargon)04:35
minghuaAndyP: Yes, I agree.  After freeze Debian and Ubuntu have rather different package approval schemes.04:37
SlimGIt would be nice if Ubuntu could convert to the same system so that packages entering stable would be upgraded on all stable computers, instead of Ubuntu's way: wait 6 months for the next package version upgrade04:37
StevenKSlimG: That statement makes no sense.04:38
minghuaSlimG: the same system as what?04:39
SlimGIf I've understood Debians system correctly, that packages gradually change "status" (unstable|testing|stable), not just by every whole release (debian 3.1 etc.)04:41
StevenKSlimG: They don't change in stable. Ever.04:42
SlimGStevenK: I'm sorry, I've got much to learn, and much of my knowlege is complete bogus :P04:42
StevenKDebian can do stable updates for security and critical bugs, just like Ubuntu can.04:43
=== DarkMageZ [n=richard@ppp62-118.lns2.syd6.internode.on.net] has joined #ubuntu-motu
SlimGSo what happen's when "testing" apps is changed to "stable" ? won't the existing stable app by the same name be upgraded?04:44
Fujitsutesting turns into stable all at once, every couple of years.04:45
minghuaSlimG: no, "testing" changes to "stable" when it's released, and after that the updating is completely different from updating testing/unstable04:45
SlimGFujitsu & minghua: oh, thanks for clearing that up while I was making a fool out of myself :)04:46
=== tmr0 [n=tmr0@71-208-49-26.hlrn.qwest.net] has joined #ubuntu-motu
SlimGIs the stable branch comparable to (these days) Feisty? and Testing/unstable comparable to Gutsy?04:48
=== Czessi-m [n=czessi@dslb-088-073-016-106.pools.arcor-ip.net] has joined #ubuntu-motu
DarkMageZSlimG, feisty/testing. gutsy/experimental04:50
=== ash211_ [n=andrew@wsip-24-249-59-239.ks.ks.cox.net] has joined #ubuntu-motu
SlimGEdgy/stable ?04:50
DarkMageZedgy/nuclear... ubuntu releases aren't normally based off the stable branch.04:51
StevenKYou can't draw lines like that between Debian and Ubuntu04:51
DarkMageZnot properly anyways. you can try.04:52
Fujitsugutsy == unstable, feisty == stable, edgy == oldstable. That's as close as you're going to get.04:53
SlimGStevenK: Well, I'll store them as _very_ vague lines04:53
=== minghua agrees with Fujitsu, with the addition that such an analogy is not very close
zakamelol, only holds for references04:55
SlimGBut still, the day Debian testing branch moves down to stable, all stable installs will suddenly get several hundred new updates?04:55
zakamegutsy.Equal(unstable) returns false04:56
SlimGAnd ubuntu users has to change sources.list or use a tool to upgrade?04:56
zakameSlimG: not really, the ubuntu archive iirc doesn't have dist target `stable', everything goes by the codenames04:57
zakameonly Debian has the moving targets04:57
SlimGzakame: I believe that's what I wrote..?04:58
minghuaSlimG: Debian users still needs to run "apt-get upgrade" to get the new updates, and most of time it's much much more complicated than that05:00
zakameapt-get update, even05:01
SlimGminghua: I guess it doesn't take that much amount of work to install the same package update manager thingy Ubuntu/Kubuntu use05:02
SlimGBut still I don't see the reason for defining the target ubuntu release (dapper|edgy|feisty etc.) in .deb packages, but I'll wonder more about the use of that in my offline-sleep05:02
zakameI don't think many productions servers leave automatic updates on everytime05:02
=== jimpop [n=jimpop@c-76-17-105-118.hsd1.ga.comcast.net] has joined #ubuntu-motu
SlimGthanks alot for your tutoring guys! ;)05:02
SlimGGoodnight05:03
minghuazakame: I believe both apt-get update and upgrade are needed :-)05:03
zakameminghua: yes, in that order :)05:04
=== nothlit [n=nothlit@fluxbuntu/developer/nothlit] has joined #ubuntu-motu
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== man-di_ [n=mkoch@dyndsl-080-228-193-172.ewe-ip-backbone.de] has joined #ubuntu-motu
=== apacheLAGger [n=me@N938P016.adsl.highway.telekom.at] has joined #ubuntu-motu
=== No1Viking [n=micke@h-83-140-105-6.auto.rp80.se] has joined #ubuntu-motu
=== Monk-e [i=guido-de@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== Czessi [n=Czessi@dslb-088-073-016-106.pools.arcor-ip.net] has joined #ubuntu-motu
=== RAOF [n=chris@123-243-65-41.tpgi.com.au] has joined #ubuntu-motu
=== Knightlust [n=Dax@ubuntu/member/knightlust] has joined #ubuntu-motu
=== Acksys [n=acksys@cpe-071-070-081-128.sc.res.rr.com] has joined #ubuntu-motu
=== zen-afk [n=zenrox@pool-71-115-211-46.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== OpenMedia [n=sellis@60-234-129-166.bitstream.orcon.net.nz] has joined #ubuntu-motu
=== tuxmaniac [n=tuxmania@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu
=== persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
ScottKStevenK: I did some more looking at python-scipy and even with the work Debian did, it looks to me like it's still seriously broken with the current python-numpy.07:24
=== fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu
ScottKOops .. I meant Fujitsu ^^^07:24
ScottKSorry about that StevenK07:24
StevenKHeh07:27
StevenKI a member of Pythoneers, so I'd hear about it anyway07:27
StevenKs/^I/I'm/07:27
ScottKI think it's going to come down to jump python-scipy to an svn release or revert python-numpy to 1..0.1 with some kind of 1.0.3+really1.0.1 magic07:28
StevenKScottK: You can't cherry pick some SVN patches?07:39
ScottKStevenK: I'm not sure yet.  07:39
ScottKStevenK: I broke it, so I feel obligated to fix it, but it's gonna be a PITA no matter how I go with it.07:39
StevenKAhh yes, bug fixing by guilt.07:40
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
=== freeflying [n=freeflyi@123.118.2.73] has joined #ubuntu-motu
=== coNP [n=conp@unaffiliated/conp] has joined #ubuntu-motu
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== freeflying [n=freeflyi@123.118.2.73] has joined #ubuntu-motu
=== Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu
=== Hobbsee waves
=== AndyP particles
Hobbsee:)08:35
=== Hobbsee screams
Hobbseeno physics!08:35
Hobbseeno evil physics!08:35
AndyPwhups :)08:36
Jucatoshe prefers electronics :)08:36
=== AndyP walks the Planck
Hobbseeewww, no!08:39
=== Fujitsu pushes AndyP for being so cruel.
=== Hobbsee is getting rid of electronics, if all goes to plan :)
coNPGood morning everyone.08:41
JucatoHobbsee: what are you replacing it with?08:42
HobbseeJucato: computing, mostly08:42
Jucatowoot! :D08:43
Hobbseemaths stuff on encryption and the like08:43
FujitsuCrypto :D08:43
Hobbseeit depends - come to think of it, i guess i can drop a phys subject if i want.08:43
coNPMOTUs please review initial version of the window manager Openbox (http://revu.tauware.de/details.py?upid=5566) and its configurator Obconf (http://revu.tauware.de/details.py?upid=5569).08:44
FujitsuIsn't Openbox already packaged?08:44
coNPFujitsu: it is.08:45
coNPIt is an update. I was told here earlie I can wait for Debian to package it and / or create a package for REVU.08:45
FujitsuAh, so it's not an initial version.08:46
coNPIn fact it is an update without any comments and reviews. How would I call that?08:46
FujitsuNew upstream version, probably.08:47
coNPNew upstream version.08:47
=== coNP is a newbie and not sure if he have done the right thing.
=== elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu
AndyPshouldn't the revision be -0ubuntu1 for a new upstream release?08:48
coNPit is version 3.4.208:49
coNPShould it be openbox-3.4.2-0ubuntu1?08:49
Hobbseesounds about right08:50
coNPSo you want me to repackage it with right version numbers?08:51
=== OpenMedia [n=sellis@60-234-129-166.bitstream.orcon.net.nz] has left #ubuntu-motu []
=== hoora_ [i=ariel@gateway/tor/x-4c53c87fccbc2980] has joined #ubuntu-motu
=== blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-motu
=== AndyP disappears to catch up on some sleep
=== Hobbsee read that as * AndyP disappears to catch up on some soup
HobbseecoNP: yes09:06
coNPHobbsee: okay, thanks for being explicit :)09:07
=== man-di tries to patch CDBS
Hobbseeman-di: brave man.09:12
=== thoreauputic [i=peter@ubuntu/member/thoreauputic] has joined #ubuntu-motu
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu
=== thoreauputic [i=peter@ubuntu/member/thoreauputic] has left #ubuntu-motu []
man-diHobbsee: thx09:16
=== elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu
=== txwikinger [n=txwiking@sblug/member/txwikinger] has joined #ubuntu-motu
=== coNP proudly presents the next version of his little Openbox update package: http://revu.tauware.de/details.py?upid=5589
=== Knightlust [n=Dax@ubuntu/member/knightlust] has joined #ubuntu-motu
HobbseecoNP: have you thought about getting that into debian?09:29
coNPHobbsee: I have thought although I don't know how could I do that09:30
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu
HobbseecoNP: tollef fog heen is mithrandir on irc, and who is a ubuntu developer.09:30
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
Hobbseeso could probably take the ubuntu changse, and put them back into debian09:30
HobbseecoNP: ask him at the end of next week when he gets back, anyway09:31
coNPthat would be great09:31
coNPHobbsee: okay.09:32
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== StevenK ponders how to search for reverse Build-Depends
StevenKYay! grep-dctrl for teh win09:36
HobbseeStevenK: i couldnt figure how to actually *use* that though09:36
StevenKgrep-dctrl -FBuild-Depends -sPackage 'libatlas-cpp-0.6-dev' /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_gutsy_universe_source_Sources09:37
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
=== txwikinger [n=txwiking@sblug/member/txwikinger] has joined #ubuntu-motu
=== neversfelde [n=neversfe@nrbg-4db44021.pool.einsundeins.de] has joined #ubuntu-motu
StevenK-F means 'limit matching to these fields', -s means 'only display these fields'09:37
=== Nightrose [n=lydia@port-87-234-150-228.dynamic.qsc.de] has joined #ubuntu-motu
Hobbseeoh no.09:37
Hobbseesarah@LongPointyStick:~$ grep-dctrl -FBuild-Depends -sPackage 'yada' /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_gutsy_universe_source_Sources | wc -l09:38
Hobbsee3209:38
StevenKHeh09:38
Hobbsee3 in main09:38
man-dicdbs patch created: done09:39
man-dicdbs bug filed and patch attached: done09:39
Hobbsee:)09:39
Hobbseeman-di: bug #?09:39
man-dibug #12079309:39
ubotuLaunchpad bug 120793 in cdbs "dont fail when building java source packages" [Undecided,Unconfirmed]  https://launchpad.net/bugs/12079309:39
Hobbseelooks...sane.09:41
=== Hobbsee might leave that one for pitti, though
StevenKman-di: Please don't paste patches inline. It makes getting them out of Launchpad a little harder.09:42
man-diStevenK: ok, I thought its okay for this little fix. It was a bit easier for me this way, as I develop this remotely and a simple scp back is not possible from there09:44
coNPHobbsee: you mean that first I should ask Mithrandir if this package can be put back to Debian? And then you (or others) are going to review my package? Not that I want to force you to check it now, just asking...09:47
=== d33p__ [n=d33p@4.144.217.87.dynamic.jazztel.es] has joined #ubuntu-motu
=== tuxmaniac [n=tuxmania@unaffiliated/tuxmaniac] has joined #ubuntu-motu
man-diStevenK: are you working on atlas-cpp?09:50
StevenKYup.09:51
=== ivoks [n=ivoks@33-192.dsl.iskon.hr] has joined #ubuntu-motu
StevenKatlas-cpp can be synced, but I want to make sure the three packages that Build-Depend on it also work before I request it.09:52
man-diStevenK: I'm debian maintainer of it09:52
HobbseecoNP: means that you may as well prepare the package for debian so then we can sync it to ubuntu from there09:52
StevenKman-di: Ah, right.09:52
=== Acksys [n=acksys@cpe-071-070-081-128.sc.res.rr.com] has left #ubuntu-motu []
man-diStevenK: you might have a problem with current cyphesis-cpp and/or eris09:52
StevenKman-di: Current eris looks fine.09:52
man-diStevenK: I will upload new versions of both to debian today09:53
coNPHobbsee: Oh, I see. Then I'll contact Mithrandir when he's back. 09:53
Hobbsee:)09:53
StevenKman-di: With the cyphesis-cpp upload incorporate the Ubuntu changes?09:54
man-diStevenK: thats done upstream now09:56
man-diso no need to patch it for Python 2.5 anymore09:57
StevenKman-di: What about sear?09:59
man-diprobably tomorrow10:00
StevenKman-di: Okay, I can file a sync request for atlas-cpp now, eris will get auto-synced, cyphesis-cpp can be filed when it hits MoM and I check it, and I still need to look at sear.10:02
man-diStevenK: okay10:02
StevenKman-di: Thanks for helping clear it up. :-)10:02
man-diStevenK: np10:03
StevenKcyphesis-cpp looks to be okay, so far, though.10:04
=== tmarble [i=tmarble@conference/debconf/x-a164a4c0811ad571] has joined #ubuntu-motu
=== man-di goes breakfast
=== davromaniak [n=cyril@LAubervilliers-153-52-16-160.w217-128.abo.wanadoo.fr] has joined #ubuntu-motu
=== giskard [n=giskard@62-101-126-218.ip.fastwebnet.it] has joined #ubuntu-motu
lionelStevenK: atlas-cpp sync request has been rejected, see #11837410:08
=== tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu
StevenKlionel: That's a wine bug10:09
lionelright10:10
lionelBug #11873410:10
ubotuLaunchpad bug 118734 in atlas-cpp "Please sync atlas-cpp (universe) from Debian Unstable (main)" [Wishlist,Rejected]  https://launchpad.net/bugs/11873410:10
StevenKRight. I'll prepare a merge when I get home.10:11
=== StevenK runs off
=== yosch [i=yosch@conference/debconf/x-a4cfdcecdedfc90c] has joined #ubuntu-motu
=== bonii [n=bonii@unaffiliated/bonii] has joined #ubuntu-motu
=== hagi [n=hagi@adsl-89-217-170-144.adslplus.ch] has joined #ubuntu-motu
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu
=== Pumpernickel [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu
=== Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU
=== yosch [i=yosch@conference/debconf/x-400a6d8e8c60f36d] has joined #ubuntu-motu
=== No1Viking [n=micke@h-83-140-105-6.auto.rp80.se] has joined #ubuntu-motu
=== Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-motu
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu
=== anibal [i=anibal@debian/developer/anibal] has joined #ubuntu-motu
=== afflux [i=fnord@pentabarf.de] has joined #ubuntu-motu
=== iceman__ [n=iceman@cable-87-244-153-189.upc.chello.be] has joined #ubuntu-motu
=== Baby [i=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== thekorn [n=thekorn@a89-182-29-196.net-htp.de] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu
=== tobiasschulz [n=tobias@ACB1AC0D.ipt.aol.com] has joined #ubuntu-motu
tobiasschulzall MOTUs: can someone please check jeliza ( http://revu.tauware.de/details.py?upid=5590 ) ?11:29
=== afflux [i=fnord@pentabarf.de] has left #ubuntu-motu []
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
=== MadMan2k [n=pavel@z007.sgs.wh.tu-darmstadt.de] has joined #ubuntu-motu
MadMan2khi, is there a way to automatically speed up package building on SMP amchines?11:43
MadMan2ki.e. adding "DEB_MAKE_INVOKE += --jobs=$N" to the rules file?11:43
man-diMadMan2k: when you put this into a debian/rules file this means you slow it down for non-smp maschines11:45
Q-FUNKman-di: can you think of a way to make this work transparently, short of having an individual pbuilder pass that as an environment variable?11:47
man-diQ-FUNK: not in a portable way, this was discussed on debian-devel ML a lot in the past and there were always reasons against it11:47
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu
Q-FUNKok11:51
man-diin Debian a debian/rules file setting a specific -j option always is considered a bug11:51
MadMan2kman-di, yes thats why I ask wheteher I can set this option externally only for the machine...11:52
man-diMadMan2k: perhaps setting MAKE_FLAGS externally and then exporting it via debuild -eMAKE_FLAGS, but its not garanteed11:53
man-diMadMan2k: No garantee, I dont tested this11:54
MadMan2kok, thx11:54
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== highvoltage [n=highvolt@196.1.61.41] has joined #ubuntu-motu
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== Lamego [n=lamego@a83-132-143-96.cpe.netcabo.pt] has joined #ubuntu-motu
=== Ash-Fox [i=UNKNOWN@fgd182.internetdsl.tpnet.pl] has joined #Ubuntu-motu
=== tmarble [i=tmarble@conference/debconf/x-50aab7c3ef5637b6] has joined #ubuntu-motu
=== RAOF [n=chris@123-243-65-41.tpgi.com.au] has joined #ubuntu-motu
=== apachelogger [n=me@N705P025.adsl.highway.telekom.at] has joined #ubuntu-motu
tsmithezakame, ping12:57
tsmithehmm he's asleep12:58
=== pkern [n=pkern@debian/developer/pkern] has joined #ubuntu-motu
pkernogra: I'm not entirely sure if it was you I talked with some time ago. Gobby does not depend on howl compat APIs anymore but uses Avahi natively.12:58
pkernlionel: Thanks for stopping the Gobby merge.01:00
bluekujapkern, heya01:01
lionelpkern: no pb :)01:01
bluekujapkern, when will it be available?01:01
lionelpkern: thanks to you for keeping an eye on it:)01:01
pkernbluekuja: When will what be available?01:02
lionelbluekuja: it's not a question for pkern. The question is when archive admin will sync it. (need autosync)01:02
pkernAye.01:02
bluekujayea01:02
lionelso next week is the answer :)01:02
bluekujaok, thanks 01:02
pkernlionel: It would be nice if obby_0.4.4-2 could also be synced. This tightens the shlibs so that packages depending on it receive the correct dependencies. It's not strictly necessary, though.01:04
pkernlionel: net6 does not need to be synced beforehand.01:04
lionelpkern: yeah, I've seen your Debian upload01:04
pkernlionel: I don't know how you handle syncs nowadays (:01:04
lionelpkern: the two packages have no modifications, so they will be pushed in Ubuntu with the same autosync01:05
lionelpkern: it's easy01:05
lionelif we are in autosync period, on a regular basis, we have full import from Debian01:05
lionelon June 21st, we will stop this autosync01:06
lionelwe will have to do request sync and they will be performed manually01:06
pkernlionel: Ok, so you track sid in any case, fine. What are the rules for universe SRUs? #95967 and #70653 are most probably both fixed by the newest revisions. (More or less two one-liners...)01:08
Kmoscrimsun: are you there?01:09
tsmithehe's asleep i think01:10
tsmithe(and his away message would agree)01:10
=== fredix [n=fredix@86.67.45.158] has joined #ubuntu-motu
pkernlionel: One is a crash which is triggered when one tries to reconnect to a session. The other one is sporadingly popping up, a null pointer dereference.01:10
pkernlionel: Or rather dereference of an already freed pointer.01:10
Kmostsmithe :)01:11
lionelYou have the full process described here: https://wiki.ubuntu.com/MOTU/SRU01:11
Kmoshttps://launchpad.net/ubuntu/+source/aegis-virus-scanner/0.1.1-1 -> no more supported by author01:11
lionelwe have to first prepare a debdiff to be reviewed by SRU01:11
lionelwhen approved, get it uploaded and tested01:12
lioneland then it's pushed in stable release01:12
lionelthe most difficult part is get it tested :-(01:12
=== pochu [n=emilio@161.Red-88-9-224.dynamicIP.rima-tde.net] has joined #ubuntu-motu
pkernWell the net6 fix is straightforward but needs a recompile of Gobby and isn't that evident.01:12
pkernHm.01:13
lionelgobby and sobby even no?01:13
pkernI'm not using Ubuntu so well... it's harder for me to get involved. ;-p01:14
lionelpkern: As I use gobby and sobby everyday, I'm fine with helping on that :)01:15
pkernlionel: Yep, both.01:15
pkernlionel: On gobby.ubuntu.com? (:01:16
tobiasschulzMOTUs: can someone please check ans maybe advocate jeliza ( http://revu.tauware.de/details.py?upid=5590 ) ?01:16
lionelno, I run my own server for french translation team (for translating Weekly Ubuntu News and Fullcircle, the magazine)01:16
pkernHeh. (=01:16
pkernIt's really nice to see the program in wider use. Despite it lacking undo.01:17
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
lionelYeah, we often have this debate regarding undu...01:23
lionelBut it's quite complicated to implement no? Should undo cancel your action or someone else action? Not easy...01:23
=== txwikinger [n=txwiking@sblug/member/txwikinger] has joined #ubuntu-motu
tsmithecould somone archive http://revu.tauware.de/details.py?upid=5581 ? i uploaded it by accident...01:25
pochutobiasschulz: I don't think you need this at all... http://revu.tauware.de/revu1-incoming/jeliza-0706170500/jeliza-2.3~beta3/debian/README.Debian-source01:25
pochuThe README.Debian-source is for when you repackage the upstream tarball, AFAIK01:26
pochutobiasschulz: also, the Ubuntu revision should be 0ubuntu1, instead of ubuntu1 (the 0 is the Debian revision)01:27
tobiasschulzsomeone has written on http://revu.tauware.de/details.py?upid=5590 :01:28
tobiasschulz1) The package appears to be shipping compiled object code, not cleaned in the clean: rule (.a files). 01:28
tobiasschulz2) The package doesnt appear to do anything dur to the build:rule. Is the C++ code intended to compile? If not, why not?(README.Debian-source is a good place for the answer to this question).01:28
tobiasschulz3) If the C++ is intended to be compiled, you may want to check the library packaging guidelines.01:28
tobiasschulz4) Is there a reason to only use python-2.4?01:28
tobiasschulz5) Why is Changelog better than changelog.txt?01:28
tobiasschulz6) debian/copyright specifies the GPL, but not all sources contain a GPL header.01:28
tobiasschulz(README.Debian-source is a good place for the answer to this question).01:28
StevenKcrimsun: I'd like to discuss bug 118734 when you're around.01:29
ubotuLaunchpad bug 118734 in atlas-cpp "Please sync atlas-cpp (universe) from Debian Unstable (main)" [Wishlist,Rejected]  https://launchpad.net/bugs/11873401:29
=== xerosis [n=kieran@cpc2-shep5-0-0-cust722.lei3.cable.ntl.com] has joined #ubuntu-motu
=== ivoks [n=ivoks@33-192.dsl.iskon.hr] has joined #ubuntu-motu
=== RainCT [n=RainCT@77.209.10.126] has joined #ubuntu-motu
pochutobiasschulz: I see, Ok :)01:31
pochuBut you can still fix the revision number :)01:32
tobiasschulzok01:32
pochutobiasschulz: I can't understand why the package has 2 identical changelogs...01:36
pochuAnd why we include both :)01:36
=== cassidy [n=cassidy@host-85-27-113-187.brutele.be] has joined #ubuntu-motu
=== giskard [n=giskard@62-101-126-218.ip.fastwebnet.it] has joined #ubuntu-motu
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu
=== fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== jussi01 [n=jussi@cust0920.vic01.dataco.com.au] has joined #ubuntu-motu
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== Hobbsee waves
jussi01hello all!!02:05
jussi01hello Hobbsee02:06
Hobbseehey jussi01!02:06
FujitsuHi Hobbsee.02:06
Hobbseehiya Fujitsu!02:07
geserHi Hobbsee02:07
bluekujaheya geser 02:11
=== Jucato [n=jucato@210.5.97.29] has joined #ubuntu-motu
bluekujageser: I've reported that bug to debian too (for qgis). Now we have to wait to get it fixed there, and then merge it in ubuntu (next revision)02:12
tobiasschulzpochu: i'll upload it now02:13
=== bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu
=== fbond [n=fab@pool-71-161-220-43.burl.east.verizon.net] has joined #ubuntu-motu
=== grayman [n=grayman@89.1.184.146.dynamic.barak-online.net] has joined #ubuntu-motu
=== fbond [n=fab@pool-71-161-220-43.burl.east.verizon.net] has joined #ubuntu-motu
tobiasschulzpochu: i'ts uploaded now : http://revu.tauware.de/details.py?upid=560002:24
Kmoswhat's the dh_* to create the menu entry from .desktop file02:30
tobiasschulzdh_*?02:31
Kmosdh_installmenu for example02:31
bashelierKmos: there is no, just put the .desktop in debian/, and install it via a .install file ;)02:31
tobiasschulzand how?02:31
Kmosbashelier: ok, thx02:32
Kmostobiasschulz: bashelier answers me02:32
=== RAOF [n=chris@123-243-65-41.tpgi.com.au] has joined #ubuntu-motu
=== bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu
tarzeaui've got a launchpad.net account. and a pgp key and ssh key03:00
=== RainCT [n=RainCT@77.209.10.126] has joined #ubuntu-motu
tarzeaucan i make ubuntu packages here and dput them somewhere?03:00
RAOF!revu03:01
ubotuREVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU03:01
tarzeauor was that in another ubuntu room?03:01
RAOFTada!03:01
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
tarzeauhow can i know my gpg key is in revu keyring?03:02
Hobbseesee that webpage03:02
tarzeauoh let me just read it03:02
RAOFtarzeau: Well, you follow the link in that factlet :)03:02
Hobbseeand it's not, until you join the appropriate team03:02
tarzeau"Successfully joined Contributors of packages for ubuntu universe."03:04
tarzeaucan a revu admins re-sync the uploaders keyring?03:05
=== cypher1 [n=cypher1@c-69-249-127-102.hsd1.nj.comcast.net] has joined #ubuntu-motu
Hobbseesure, it'll be abotu 10 mins03:06
tarzeaucool.. i've added the revu config to my dput03:06
=== stratus [i=stratus@conference/debconf/x-d118539bd35e5a65] has joined #ubuntu-motu
Hobbseetarzeau: tis done03:15
tarzeauHobbsee: thanks!03:16
Hobbseeno problem03:16
tarzeaumust packages be signed that i dput?03:16
=== blueyed [n=daniel@i5387DBC7.versanet.de] has joined #ubuntu-motu
StevenKtarzeau: Yes03:16
tarzeau(because i have many build hosts, and my gpg keys are only on one computer)03:16
Hobbseeuse debsign -r03:17
=== tuxmaniac [n=tuxmania@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
=== Amaranth_ [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
Adri2000RainCT: ping03:57
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
=== beuno [i=martin@ubuntu/member/beuno] has joined #ubuntu-motu
Adri2000RainCT: are you still working on merging gfax (bug #120245) ?04:03
ubotuLaunchpad bug 120245 in gfax "gfax: merge new debian version (0.7.6-3)" [Undecided,In progress]  https://launchpad.net/bugs/12024504:04
=== Baby [i=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== Czessi-m [n=czessi@dslb-088-073-016-106.pools.arcor-ip.net] has joined #ubuntu-motu
=== balarka [n=balarka@adsl-75-22-18-195.dsl.chcgil.sbcglobal.net] has joined #ubuntu-motu
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu
=== AndyP wakes up from his "soup"
=== stratus [i=stratus@conference/debconf/x-9bf8cf63caf7b4ff] has joined #ubuntu-motu
=== Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU
=== thekorn [n=thekorn@a89-182-11-71.net-htp.de] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu
=== persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu
=== beuno [i=martin@ubuntu/member/beuno] has joined #ubuntu-motu
RainCTAdri2000: hi04:45
RainCTAdri2000: have I marked it as in progress? didn't remember about it, don't have much time this weekend..04:46
Adri2000RainCT: yes you marked it as in progress. when do you think you will have time to do it?04:48
RainCTAdri2000: tomorrow04:49
RainCTI've holidays now04:49
Adri2000cool, could you assign it you on DaD please?04:50
Adri2000to you*04:51
RainCTAdri2000: sure, how can I do this?04:52
Adri2000just put your (nick)name in the comment field04:54
Adri2000there is currently "Adri2000", click on it, change it and press enter04:55
RainCTwhat url?04:56
Adri2000http://dad.dunnewind.net/universe.php04:58
RainCTok, thanks04:58
RainCTdone04:58
RainCTAdri2000: so that's where I've to assign packages I work on to myself? on the wiki it only says to file a bug05:04
=== persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu []
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu
DarkSun88Hi all05:10
Hobbseehiya05:10
jussi01hi DarkSun8805:10
DarkSun88:)05:10
Adri2000RainCT: DaD is not "official"... but it's easier for everyone to see who is working on what on the same page, rather than looking for merge bugs05:11
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu
Adri2000jdong: around? (for a -backports upload check)05:21
=== Baby [i=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== CarlFK [n=carl@c-76-29-9-184.hsd1.il.comcast.net] has left #ubuntu-motu []
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== CarlFK [n=carl@c-76-29-9-184.hsd1.il.comcast.net] has joined #ubuntu-motu
=== javier_galicia [n=Javier@189.130.233.137] has joined #ubuntu-motu
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== tuxmaniac [n=tuxmania@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== RainCT [n=RainCT@77.209.10.126] has joined #ubuntu-motu
=== beuno_ [i=martin@conference/debconf/x-b2a2a1c58d937581] has joined #ubuntu-motu
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
AndyPare there any repercussions from adding patches that would change the translation templates of the package? like patching _("foo") to _("bar") in a .c file06:06
=== pH [n=ph@ADijon-256-1-37-92.w81-51.abo.wanadoo.fr] has joined #ubuntu-motu
=== dorto [n=dorto@220.226.151.235] has joined #ubuntu-motu
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu
=== LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu
pHhi everyone, i would be interested in contributing to ubuntu but i'm unexperimented. i'v read some things about mentoring but i did not really understood how to find a mentor06:23
pochuHello pH :)06:24
pochuThis link has all the information to get a mentor: https://wiki.ubuntu.com/MOTU/Mentoring06:25
pHhi 06:25
pochuAlso, you can ask here for help06:25
=== Bassetts [n=Bassetts@5ac7bc8b.bb.sky.com] has joined #ubuntu-motu
pHyes i'v read this pages, but to find a mentor i'v got to mail someone or ask on the ubuntu-motu-mentors ? it is not very clear06:28
Bassettsazureus seems to be borken06:28
Bassetts*broken06:28
LaserJockpH: I think you can treat ubuntu-motu-mentors as your mentor06:28
LaserJockBassetts: did you file a bug report about it?06:29
AndyPi treat #ubuntu-motu as my mentor :)06:29
Bassettsi came to ask if i should06:29
LaserJockBassetts: if it's broken it sounds like a good  idea ;-)06:30
LaserJockjust make sure to check to see that it's not already reported first06:30
HobbseeLaserJock!!!06:30
LaserJockHobbsee!!06:30
Hobbseeor just...fix it.  azureus always seems to be broken06:30
=== TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu
BassettsLaserJock, i will06:31
BassettsHobbsee, i have no idea how to fix it, just a clueless noob trying to help out where i can06:32
Bassettsok theres alot of duplicates saying azureus crashes just after start06:33
=== neversfelde|mobi [n=neversfe@nrbg-4db44021.pool.einsundeins.de] has joined #ubuntu-motu
Bassettsi have never looked into motu's before, but always wondered how to package things for ubuntu06:40
=== beuno_ [i=martin@conference/debconf/x-f8a41550927df77d] has joined #ubuntu-motu
LaserJockBassetts: well, this is the place to learn ;-)06:42
Bassettsreading the wiki now about packaging06:42
Bassettsis there like anywhere i could find out what needs work on?06:42
stgraberI think there is a need packaging list on LP06:43
stgraberor a tag06:43
Bassettsok06:43
pochu!todo06:44
ubotuSorry, I don't know anything about todo - try searching on http://bots.ubuntulinux.nl/factoids.cgi06:44
=== fredix [n=fredix@86.67.45.158] has joined #ubuntu-motu
stgraberHave a look here : https://bugs.launchpad.net/ubuntu/+bugs?field.tag=needs-packaging06:44
pochuAnd here: https://wiki.ubuntu.com/MOTU/TODO :)06:44
stgraberhey pochu06:45
pochuheya stgraber :-)06:45
Bassettsthanks stgraber 06:45
Bassettsso i just pick something i would like to package and read the guide, learn from mistakes?06:46
=== ogra [n=ogra@p548AF17D.dip.t-dialin.net] has joined #ubuntu-motu
=== pkern [n=pkern@debian/developer/pkern] has left #ubuntu-motu []
Bassettsdo i need to know hot to program?06:48
=== FliesLikeABrick [n=Ryan@about/rpi/rawdor] has joined #ubuntu-motu
stgraberBassetts: also check it isn't packaged or going to be packaged in Debian and nothing is working on it (revu.tauware.de is a good place to check)06:50
stgraberBassetts: then yes, package it, you shouldn't need much programming skill (except writing the rules script (which is quite easy even for non-programer I think))06:50
Bassettscool =)06:51
Bassettsive always wanted to get around to learning to program and packaging 06:51
=== blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-motu
=== stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has joined #ubuntu-motu
Bassettsstgraber, where would i find out if it is being packaged in debian?06:52
stgraberBassetts: IIRC, you can find that on their bug tracker06:53
pochubugs.debian.org/wnpp06:53
Bassettsok06:53
Bassettsthanks06:53
Bassettsyour all so helpful =)06:53
Bassettsand patient06:53
stgraberI think we all were at your place once :) (I still have much to learn about packaging though)06:54
=== Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu
Bassetts:)06:55
RainCTfor what is the debian/patches/00list file?07:03
Hobbseeto list all the patches in debian/patches/ that get applied07:03
Hobbseeer, that should get applied07:03
RainCTah. is it normal that there're 7 .dpatch files in debian/patches/ but only 3 on the 00list?07:05
Hobbseeif 4 have stopped being applied for whatever reason - changelog will usually tell you07:05
Hobbseeas for why they arent removed ont that basis, i dont know07:05
RainCTHobbsee: ah yes, on the changelog it says they are not needed anymore. Thanks :)07:07
=== lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== mwolson [i=mwolson@pool-71-115-49-82.sbndin.dsl-w.verizon.net] has joined #ubuntu-motu
=== grayman [n=grayman@89.1.183.153.dynamic.barak-online.net] has joined #ubuntu-motu
Bassettsim so lost with the docs07:18
Bassettswhat does it mean by the *.dsc when using pbuilder build07:20
=== tmarble [i=tmarble@conference/debconf/x-8a3113c9b79961c2] has joined #ubuntu-motu
HobbseeBassetts: * is a wildcard - ie, it'll try to build [anything] .dsc07:21
=== tmarble [i=tmarble@conference/debconf/x-8a3113c9b79961c2] has left #ubuntu-motu ["Ex-Chat"]
Bassettsbut what is the .dsc07:21
Hobbseeopen oen with $texteditorofchoice07:23
Hobbsee:)07:23
Hobbseeit's part of the source07:23
Bassettsso when i get the .tar.gz files there is one in there?07:23
Hobbseewhen you download a source from ubuntu, it has a .orig.tar.gz, a .diff.gz, and a .dsc07:24
Bassettsok07:24
AndyPBassetts: a source package is made up from three files - the .orig.tar.gz, the .dsc and the .diff.gz. the .dsc is the "description" of the source package, the .orig.tar.gz is the original source package (usually untouched) and the .diff.gz is the changes added to turn the .orig.tar.gz into the debian package source07:24
Bassettsi think i am in wayyy over my head07:24
HobbseeBassetts: dont worry, you'll learn.  you dont have to understand every detail07:25
AndyPdon't worry, you don't really need to know these details in depth :)07:25
Bassettsok07:25
Hobbseeas you will likely pick it up later anyway07:25
HobbseePACKAGING POP QUIZ07:25
Hobbsee:07:25
Hobbsee:P07:25
Bassettsjust keep reading and holding in there?07:25
=== AndyP lets Hobbsee do the talking
HobbseeAndyP: please dont.  i'm heading towards bed07:25
HobbseeBassetts: yep07:25
Bassettsok07:26
AndyPHobbsee: oh, ok, have a good soup, err, sleep07:26
Bassettscan you give me an example of a .dsc though?07:26
Hobbseeheh07:26
AndyPBassetts: pick any package, run apt-get source <thepackagename> and it'll download the source package for you... the dsc will be one of the three files07:27
Bassettsok07:27
Bassettsbut what about packages that need packaging, they are not in the repos yet right?07:28
AndyPby definition, yes07:28
Bassettsok07:29
Bassettsso like bug 120754 says PhotoRec needs packaging07:29
ubotuLaunchpad bug 120754 in Ubuntu "[needs-packaging]  PhotoRec" [Wishlist,Unconfirmed]  https://launchpad.net/bugs/12075407:29
Bassettsthe source for that program is in the repos, but it is not packaged yet07:29
AndyPBassetts: yep, and you can check it's not in the repos yet using apt-cache search <package> or by searching on http://packages.ubuntu.com07:30
Bassettsok, what happens if the source is not there07:31
Bassettsim starting to get this =D thank you for being so patient07:31
AndyP"there" ?07:31
Bassettsin the repos07:32
AndyPbest thing to do is look to see if it's being/been packaged for debian and if it isn't, go ahead and package it07:33
Bassettsi just dont get how like every programs source can be in ubuntus repo, its mysterious 07:35
Hobbseeonly the stuff that's been packaged for debian and ubuntu is in there07:35
Hobbseenot every single program known to man07:35
Bassettsok, my brain is getting there07:35
Bassettsif it has been packaged for ubuntu, why am i packaging it?07:35
Hobbseeyou shouldnt be07:35
AndyPyou wouldn't need to07:35
Bassettsright07:35
Bassettsso basically if something needs packaging it wont have a .dsc?07:36
AndyPit won't exist in the ubuntu archive/repository at all07:37
RainCTAdri2000: ping07:37
=== Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu
Bassettsok, i think i got confused because bug 120754 is already in the repos as testdisk07:38
ubotuLaunchpad bug 120754 in Ubuntu "[needs-packaging]  PhotoRec" [Wishlist,Unconfirmed]  https://launchpad.net/bugs/12075407:38
HobbseeBassetts: if it's the same program as testdisk, then you can mark the bug as fix released, and say as much on the bug report :)07:39
Bassettswell PhotoRec is a companion program to testdisk07:39
Bassettsand testdisk is in the repos..07:39
Hobbseeit seems that photorec is there too, looking at the descriptoin07:39
AndyPBassetts: well spotted :)07:40
Bassettsthey come together07:40
Bassettstrust me to pick a program thats already there =P07:40
Hobbseehehe07:40
Hobbseepeople have been filing bugs without checking recently07:40
=== Hobbsee saw one on nspluginwrapper a few hours ago
=== Hobbsee just ends up marking as fix released, and pasting the apt-cache show <packagename> output there.
RainCTAdri2000: in gfax, there are 2 .gmo files in Ubuntu (de.gmo and en_CA.gmo) that aren't in Debian, do you know what they are?07:41
BassettsHobbsee, you beat me to it =P07:42
Hobbsee:)07:42
Bassettsok ill find another program to try and work on07:42
Bassettshow do i check if its in debian or if it is being packaged for debian07:45
RainCT!info libevolution2.0-cil07:45
ubotuPackage libevolution2.0-cil does not exist in feisty, feisty-seveas07:45
RainCTcan ubotu also look in gutsy?07:46
Hobbseeyes07:46
Hobbsee!info basket gutsy07:46
ubotubasket: a multi-purpose note-taking application for KDE. In component universe, is optional. Version 1.0.2-2 (gutsy), package size 4853 kB, installed size 7540 kB07:46
RainCT!info libevolution2.0-cil gutsy07:47
ubotulibevolution2.0-cil: CLI bindings for Evolution. In component main, is optional. Version 0.12.4-0ubuntu1 (gutsy), package size 75 kB, installed size 360 kB07:47
=== cypher1 [n=cypher1@c-69-249-127-102.hsd1.nj.comcast.net] has joined #ubuntu-motu
AndyPBassetts: packages.debian.org for packages in debian already or bugs.debian.org/wnpp for packages that are intended to be packaged07:49
Bassettsthanks07:49
=== AndyP wonders...
AndyP!info pybackpack sid07:51
ubotupybackpack: A user friendly file backup tool for Gnome. In component main, is optional. Version 0.5.1-1 (sid), package size 52 kB, installed size 428 kB07:52
Bassettsa bit hard to use the wnpp site07:52
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
AndyPBassetts: yeah, there are a lot of bugs listed... edit->find is your friend :)07:53
AndyPor ctrl+f07:53
Bassettsok =)07:54
Bassettsstarting to get all this now07:54
=== TheDumbo is now known as Qball
AndyPBassetts: yeah, the learning curve is pretty steep at the beginning but you get into the flow after a short while07:55
Bassetts=)07:56
=== nuu [n=nuu@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
=== FliesLikeABrick [n=Ryan@about/rpi/rawdor] has joined #ubuntu-motu
Bassettsthanks AndyP, this is getting a lot easier08:00
=== Baby [i=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== grayman [n=grayman@89.1.183.153.dynamic.barak-online.net] has joined #ubuntu-motu
AndyPBassetts: you're welcome08:06
=== bluekuja_ [n=andrea@host106-173.pool8250.interbusiness.it] has joined #ubuntu-motu
=== lfittl [n=lfittl@2001:6f8:107e:40:213:2ff:fe05:abdb] has joined #ubuntu-motu
=== doko_ [n=doko@dslb-088-073-104-173.pools.arcor-ip.net] has joined #ubuntu-motu
=== hagi_ [n=hagi@adsl-62-167-29-252.adslplus.ch] has joined #ubuntu-motu
=== stratus [i=stratus@conference/debconf/x-0494284e22f1c48f] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu
=== apacheLAGger [n=me@N746P011.adsl.highway.telekom.at] has joined #ubuntu-motu
=== micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu
=== crevette [n=crevette@man06-2-88-167-44-76.fbx.proxad.net] has joined #ubuntu-motu
=== Acksys [n=acksys@cpe-071-070-081-128.sc.res.rr.com] has joined #ubuntu-motu
Adri2000RainCT: where do you see that? the .gmo files are in the orig tarball, which is exactly the same in Debian and in Ubuntu08:43
=== lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-motu
=== Acksys [n=acksys@cpe-071-070-081-128.sc.res.rr.com] has left #ubuntu-motu []
RainCTAdri2000: ah, but M-o-M put them as *.gmo.UBUNTU :S08:44
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== ivoks [n=ivoks@33-192.dsl.iskon.hr] has joined #ubuntu-motu
=== coNP [n=conp@unaffiliated/conp] has joined #ubuntu-motu
crevettehello08:59
crevetteare there tips available on the wiki to package python softs ?09:00
=== predius [n=predius@190.8.154.185] has joined #ubuntu-motu
AndyPcrevette: http://wiki.debian.org/DebianPython/NewPolicy is a good place to start09:03
RainCTAdri2000: well, beside these two files (.gmo) I think the other changes can be synced09:03
RainCTand those I've now idea what they are :p09:03
=== TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu
crevetteAndyP: tx a lot, I'll look at it09:05
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
RainCTsiretart: ping09:13
=== vijay2000 [n=vijay@59.92.41.96] has joined #ubuntu-motu
vijay2000hi all 09:15
geserRainCT: if I'm not mistaken he's at debconf09:15
RainCToh, ok, thx09:16
=== Lure_ [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu
siretartRainCT: pong09:18
RainCTif I run dpatch-edit-patch I get make: *** No rule to make target `unpatch'.  Stop., does anybody know what the problem can be (or better, how I can workaround it)09:18
siretartRainCT: read the dpatch documentation. you basically need to include a dpatch make fragment in your debian/rules files09:18
RainCTsiretart: I'm getting this problem with chromium, since you are the latest maintainer I thought I'd ask you09:19
vijay2000i am changing notecase from 1.0.5 to 1.5.6 09:20
vijay2000so in teh changelog wat will be the version that will be mentione d09:20
vijay2000is this right notecase (1.0.5-6) ??09:21
RainCTvijay2000: wouldn't it be 1.5.6-0ubuntu1 ?09:22
=== beuno_ [i=martin@conference/debconf/x-b92bb19877e2edd2] has joined #ubuntu-motu
vijay2000RainCT: yes you are right thanks 09:24
RainCTsiretart: ah I isn't using dpatch anymore :p09:24
=== d33p__ [n=d33p@6.144.217.87.dynamic.jazztel.es] has joined #ubuntu-motu
=== TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu
=== ivoks [n=ivoks@33-192.dsl.iskon.hr] has joined #ubuntu-motu
=== vijay2000 [n=vijay@59.92.41.96] has left #ubuntu-motu []
=== porthose [n=chatzill@72.24.69.50] has joined #ubuntu-motu
siretartRainCT: I don't like dpatch that much. prefer bzr09:47
siretartgeser: and yes, I'm at debconf09:47
=== stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has left #ubuntu-motu []
=== superm1_ [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
RainCTsiretart: eh? I was asking how to patch chromium (got it :)), what relation does this have with bzr?09:55
siretartRainCT: that I think that bzr is far superiour to dpatch09:56
RainCTsiretart: isn't bzr a versioning system?09:57
siretartRainCT: yes. and dpatch is a patch management system. I think a proper versioning system is uperiour09:57
RainCTwell, and what has this to do with what I was asking for? :p09:58
siretartonly that I don't like dpatch09:59
=== sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu
sistpotyhi folks10:05
geserHi sistpoty10:08
sistpotyhi geser10:08
=== blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-motu
=== tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu
sistpotyAdri2000: around?10:15
=== wattazoum [n=wattazou@ant06-1-82-242-110-34.fbx.proxad.net] has joined #ubuntu-motu
=== cypherbios [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu
crimsunStevenK: pong, RE: 11873410:31
=== blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu
=== bryyce [n=bryce@71.237.200.28] has joined #ubuntu-motu
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== Monk-e [i=guido-de@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== _czessi [n=Czessi@dslb-088-073-006-222.pools.arcor-ip.net] has joined #ubuntu-motu
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu
DarkSun88Hi all10:46
=== icf7 [n=icf7@PPPOE-06-0141.UNI-MUENSTER.DE] has joined #ubuntu-motu
=== RainCT [n=RainCT@77.209.10.126] has left #ubuntu-motu []
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
=== neversfelde|mobi [n=neversfe@nrbg-4db44021.pool.einsundeins.de] has joined #ubuntu-motu
=== Baby [i=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
pochuHALA MADRID!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!11:17
pochuI had to say it, now I feel better :-)11:17
=== bryce [n=bryce@c-67-169-207-235.hsd1.or.comcast.net] has joined #ubuntu-motu
=== reggaemanu__ [n=manu@ARennes-257-1-42-47.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu
=== bmm [n=chatzill@cc400801-a.groni1.gr.home.nl] has joined #ubuntu-motu
bmmAny MOTU: ccbuild is looking for it's second advocate, if you have time http://revu.tauware.de/details.py?upid=557011:24
sistpotyok, gotta go to bed now, cya11:26
=== beuno_ [i=martin@conference/debconf/x-60e32629bd84f374] has joined #ubuntu-motu
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu
bmmcya11:38
TLEHey most noble Master Of The Universe. Is there any chance that the new versione og everybodys favorite editor (Emacs) will be packaged for Feisty ?11:40
pochuYou can request a backport.11:40
pochuhttps://bugs.launchpad.net/feisty-backports/+filebug11:41
TLEwill do ! I just kindy thought that i might have come up already. Thanks11:42
pochuYou're welcome11:42
geserTLE: you mean emacs 22?11:43
geseris it already packaged in Debian?11:43
man-digeser: its in debian experimental11:44
man-digeser: but not the final version11:45
Kmoshttp://dad.dunnewind.net/universe.php11:49
=== ..[topic/#ubuntu-motu:Kmos] : Ubuntu Masters of the Universe: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | http://dad.dunnewind.net/universe.php
TLEgeser: Well it's not that I can't get my hands on it. I could just install it from source. I just like to try and keep my system as "clean" as possible (by installing as much software from repos as possible). I'm a little wierd when it comes to stuff like that11:51
TLEI've filed a backport request. Thanks for the replies.11:51
jmgwhat does DaD stand for?11:53
=== luisbg [n=d33p@28.144.217.87.dynamic.jazztel.es] has joined #ubuntu-motu
Kmosjmg: check it =)11:54
geserTLE: you can only backport packages which are in gutsy11:54
geserjmg: it's an other MoM11:54
jmgIt just says DaD11:55
jmgMom = merge o'matic11:55
jmg?11:55
geseryes11:55
jmghahahah11:55
jmglololol11:55
Q-FUNKgutsy mom.  yikes!11:56
jmgkekekkee11:56
jmgjejejeje11:56
jmgi laugh internationally11:56
jmgzezezeze11:56
=== bryce [n=bryce@c-67-169-207-235.hsd1.or.comcast.net] has joined #ubuntu-motu
=== so1 [n=soc@p54ADFD76.dip.t-dialin.net] has joined #ubuntu-motu
=== Baby [n=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== Qball is now known as TheDumbo
bmmI laugh in my own language OR any other: 0xFFFFFFFF12:03
joejaxxlol12:03
jmglambda while true; print lol12:05
jmglambda while true:; print lol12:05
=== stratus [n=stratus@host86-131-146-53.range86-131.btcentralplus.com] has joined #ubuntu-motu
=== so1 [n=soc@p54ADFD76.dip.t-dialin.net] has left #ubuntu-motu []
=== soc [n=soc@p54ADFD76.dip.t-dialin.net] has joined #ubuntu-motu

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