[12:11] Kmos: \sh normally coordinates those updates. Please check with him. [12:12] he's not here [12:12] the update is fine, you just need to upload it === shinchandmc [n=shinchan@77.130.14.62.dynamic.jazztel.es] has joined #ubuntu-motu [12:13] Kmos: I think you're missing that he's the last person to have updated it, so you should at least ping him about it [12:14] that doesn't mean block on his answer; it means at least let him know if you haven't already that you're updating it [12:16] crimsun: i've the last person who updated it [12:16] https://launchpad.net/ubuntu/+source/ddclient [12:16] Marco Rodrigues [12:16] we're talking about ddclient right ? === bleinmono [n=toffel@ppp91-76-75-139.pppoe.mtu-net.ru] has joined #ubuntu-motu [12:17] no, I'm referring to your query WRT wine. [12:17] ahh.. ok =) [12:17] crimsun: sorry === 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 [12:21] Burgundavia, on this case, to keep not working which is not working [12:21] Lamego: again, figure out exactly what is not working and update that [12:21] Burgundavia, and sorry to disagree there are current verions which are stable while the repositories versions are crap, this for particular packages [12:22] Lamego: file some bugs, get a list of them ready and then present your case [12:22] arguing on this channel is not going to change anybodies mind, nor do we have the power to say yes/no [12:23] we are just chatting, which is healthy :) === minghua [i=minghua@ubuntu/member/minghua] has joined #ubuntu-motu [12:24] yes [12:24] the SRU policy exists for a reason [12:26] Kmos: in the future, because the source package exists in Ubuntu already, please attach the debdiff to a bug report hosted on Launchpad [12:26] SRU makes all sense for OS/core components, not for applications in general [12:27] in my opinion [12:27] crimsun: I don't like debdiff.. :) I can do it manually ? [12:28] Kmos: debdiffs are part of our workflow. What do you find annoying about them? === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-motu [12:29] they take everything on debian and make it for ubuntu without changes [12:30] it takes more time [12:30] sorry, we may have met a language barrier. Would you rephrase that? [12:30] crimsun: he thinks you mean sync from debian [12:30] Amaranth: exactly [12:30] Kmos: debdiff is a tool to create a diff between two versions of a package [12:30] Kmos: to quickly show exactly what you've changed [12:31] in this case, you create a debdiff of your 0ubuntu2 against your previous 0ubuntu1 [12:31] so, I can create an package and do debdiff to it without upload to revu [12:31] yes [12:31] i understand now [12:31] crimsun & Amaranth: thanks [12:31] np [12:31] the sync is the part I don't like [12:31] =) [12:32] debdiff packagename-version-old.dsc packagename-version.new.dsc > debdiffname.debdiff [12:32] and just need to do this [12:33] yes === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu [12:34] thanks === nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu [12:38] If 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. === 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 [12:43] persia: that command crashes my terminal :) === ash211 [n=andrew@wsip-24-249-59-239.ks.ks.cox.net] has joined #ubuntu-motu [12:44] nixternal: crashes, or closes? The `exit 0` would normally close a terminal. [12:44] ahh, ya you are right [12:45] cut: the delimiter must be a single character [12:45] Try `cut --help' for more information. [12:45] that is what I get when I copy paste, it hasn't closed my other terminal just yet though [12:46] ahh, there it went [12:47] nixternal: 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:48] hrmm, it could be [12:48] hrmm I wonder if the \ gets converted to a breakline? how does that work exactly? [12:48] because if you were to press enter after the -d\ it will breakline to > [12:49] does somebody here knows what target is called directly before all the install/PACKAGENAME by CDBS? [12:50] the first line is doing it with the ^deb\ as well [12:50] man-di: You probably want to read the makefiles, but I usually use build/foo:: to do something right before install [12:52] persia: I do read the makefiles... [12:53] persia: my problem is that a package puts all build files into some/dir/$(ARCH) and has no "make install" [12:53] persia: what I wanna do is cp some/dir/$(ARCH) to debian/tmp and then put the files to the different binary pacakges from there [12:55] man-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:57] man-di: Note that overloads in debian/rules are processed *after* all the internal CDBS rules for the given target. [12:59] persia: build/packagename:: sounds somehow wrong, I need to build at least 8 binary packages from this source package [12:59] nixternal: 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] persia: but it should do the trick [01:00] man-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] G'night [01:01] persia: yes, all need to be built [01:03] man-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:04] hmmm [01:04] crimsun: I've seen you uploaded ddclient (Kmos pm me about a review). Did you upload revu id 5587 or 5588? [01:05] you are right, its at least the best possible option [01:05] geser: former. [01:05] 5587 dropped also debian/patches/checked_ssl_load.diff [01:06] ok, then just reupload [01:08] crimsun & geser: thanks === 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 [01:35] hello === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] [01:38] anyone active here? [01:39] altaaa: if you have questions, just ask [01:39] hey altaaa [01:39] ah, ok... [01:39] mesa 6.5.3, will it be in feisty? [01:39] altaaa: no. [01:40] do you have a compelling reason to request a backport for it? [01:40] no not really, just want blur effects :) [01:40] i tried compiling it, but i'm no linux guru so I couldn't get it to work [01:42] Night folks === 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 [02:55] hey all! === 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 [03:57] Why 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:59] SlimG: 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) [04:02] i didn't explain that very well, really, maybe somebody else could [04:04] SlimG: 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] SlimG: and you can tell APT which package(s) you want to install [04:09] minghua: 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:12] SlimG: Which "dapper" definition of the individual packages are you talking about here? Because there are many. [04:12] s/Because there/There/ [04:15] SlimG: 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 is [04:16] Pretty 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:17] SlimG: how do you define "most up-to-date"? the highest version number? [04:17] yes [04:18] then how do you do security updates for old, released distributions? [04:18] e.g., how to do dapper-security updates now? [04:18] SlimG: that's sort of how the debian unstable archive is put together... and as the name implies, it's unstable :) [04:18] minghua: put them into http://packages.ubuntu.com/old_released_distro/ [04:20] SlimG: packages.ubuntu.com? that's just a webpage describing the packages in different distributions. [04:20] there are no real packages on packages.ubuntu.com === grayman [n=grayman@89.1.184.146.dynamic.barak-online.net] has joined #ubuntu-motu [04:20] Was 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 misunderstanding [04:21] AndyP: not really... the "distribution" field is actually more useful for Debian than Ubuntu, IMHO [04:24] minghua: 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:25] AndyP: I honestly don't see how unstable is different with respect to gutsy on this point, but I may be missing something. [04:26] minghua: i'm a little confused, i think our trains of thought might be decoupled in this conversation :) [04:28] AndyP: 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:30] minghua: 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] SlimG: I am not exactly sure how dak/soyuz works, but yes, I believe you are right. [04:30] minghua: 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 distribution [04:31] hi all [04:31] happy father's day for all father MOTUs :) [04:31] hi zakame [04:32] AndyP: 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] yo AndyP [04:32] AndyP: My point is, then, gutsy right now (in general, the ubuntu development distribution/branch before release) is no different than unstable. [04:33] AndyP: just that Debian has a second step, "entering testing", while ubuntu doesn't. [04:35] minghua: 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:37] AndyP: Yes, I agree. After freeze Debian and Ubuntu have rather different package approval schemes. [04:37] It 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 upgrade [04:38] SlimG: That statement makes no sense. [04:39] SlimG: the same system as what? [04:41] If 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:42] SlimG: They don't change in stable. Ever. [04:42] StevenK: I'm sorry, I've got much to learn, and much of my knowlege is complete bogus :P [04:43] Debian can do stable updates for security and critical bugs, just like Ubuntu can. === DarkMageZ [n=richard@ppp62-118.lns2.syd6.internode.on.net] has joined #ubuntu-motu [04:44] So what happen's when "testing" apps is changed to "stable" ? won't the existing stable app by the same name be upgraded? [04:45] testing turns into stable all at once, every couple of years. [04:45] SlimG: no, "testing" changes to "stable" when it's released, and after that the updating is completely different from updating testing/unstable [04:46] Fujitsu & minghua: oh, thanks for clearing that up while I was making a fool out of myself :) === tmr0 [n=tmr0@71-208-49-26.hlrn.qwest.net] has joined #ubuntu-motu [04:48] Is the stable branch comparable to (these days) Feisty? and Testing/unstable comparable to Gutsy? === Czessi-m [n=czessi@dslb-088-073-016-106.pools.arcor-ip.net] has joined #ubuntu-motu [04:50] SlimG, feisty/testing. gutsy/experimental === ash211_ [n=andrew@wsip-24-249-59-239.ks.ks.cox.net] has joined #ubuntu-motu [04:50] Edgy/stable ? [04:51] edgy/nuclear... ubuntu releases aren't normally based off the stable branch. [04:51] You can't draw lines like that between Debian and Ubuntu [04:52] not properly anyways. you can try. [04:53] gutsy == unstable, feisty == stable, edgy == oldstable. That's as close as you're going to get. [04:53] StevenK: Well, I'll store them as _very_ vague lines === minghua agrees with Fujitsu, with the addition that such an analogy is not very close [04:55] lol, only holds for references [04:55] But still, the day Debian testing branch moves down to stable, all stable installs will suddenly get several hundred new updates? [04:56] gutsy.Equal(unstable) returns false [04:56] And ubuntu users has to change sources.list or use a tool to upgrade? [04:57] SlimG: not really, the ubuntu archive iirc doesn't have dist target `stable', everything goes by the codenames [04:57] only Debian has the moving targets [04:58] zakame: I believe that's what I wrote..? [05:00] SlimG: 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 that [05:01] apt-get update, even [05:02] minghua: I guess it doesn't take that much amount of work to install the same package update manager thingy Ubuntu/Kubuntu use [05:02] But 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-sleep [05:02] I don't think many productions servers leave automatic updates on everytime === jimpop [n=jimpop@c-76-17-105-118.hsd1.ga.comcast.net] has joined #ubuntu-motu [05:02] thanks alot for your tutoring guys! ;) [05:03] Goodnight [05:03] zakame: I believe both apt-get update and upgrade are needed :-) [05:04] minghua: yes, in that order :) === 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 [07:24] StevenK: 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. === fraco [n=fraco@213.219.140.212.adsl.dyn.edpnet.net] has joined #ubuntu-motu [07:24] Oops .. I meant Fujitsu ^^^ [07:24] Sorry about that StevenK [07:27] Heh [07:27] I a member of Pythoneers, so I'd hear about it anyway [07:27] s/^I/I'm/ [07:28] I 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 magic [07:39] ScottK: You can't cherry pick some SVN patches? [07:39] StevenK: I'm not sure yet. [07:39] StevenK: 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:40] Ahh yes, bug fixing by guilt. === 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 [08:35] :) === Hobbsee screams [08:35] no physics! [08:35] no evil physics! [08:36] whups :) [08:36] she prefers electronics :) === AndyP walks the Planck [08:39] ewww, no! === Fujitsu pushes AndyP for being so cruel. === Hobbsee is getting rid of electronics, if all goes to plan :) [08:41] Good morning everyone. [08:42] Hobbsee: what are you replacing it with? [08:42] Jucato: computing, mostly [08:43] woot! :D [08:43] maths stuff on encryption and the like [08:43] Crypto :D [08:43] it depends - come to think of it, i guess i can drop a phys subject if i want. [08:44] MOTUs 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] Isn't Openbox already packaged? [08:45] Fujitsu: it is. [08:45] It is an update. I was told here earlie I can wait for Debian to package it and / or create a package for REVU. [08:46] Ah, so it's not an initial version. [08:46] In fact it is an update without any comments and reviews. How would I call that? [08:47] New upstream version, probably. [08:47] New upstream version. === coNP is a newbie and not sure if he have done the right thing. === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu [08:48] shouldn't the revision be -0ubuntu1 for a new upstream release? [08:49] it is version 3.4.2 [08:49] Should it be openbox-3.4.2-0ubuntu1? [08:50] sounds about right [08:51] So you want me to repackage it with right version numbers? === 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 [09:06] coNP: yes [09:07] Hobbsee: okay, thanks for being explicit :) === man-di tries to patch CDBS [09:12] man-di: brave man. === 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 [] [09:16] Hobbsee: thx === 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 [09:29] coNP: have you thought about getting that into debian? [09:30] Hobbsee: I have thought although I don't know how could I do that === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu [09:30] coNP: tollef fog heen is mithrandir on irc, and who is a ubuntu developer. === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu [09:30] so could probably take the ubuntu changse, and put them back into debian [09:31] coNP: ask him at the end of next week when he gets back, anyway [09:31] that would be great [09:32] Hobbsee: okay. === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu === StevenK ponders how to search for reverse Build-Depends [09:36] Yay! grep-dctrl for teh win [09:36] StevenK: i couldnt figure how to actually *use* that though [09:37] grep-dctrl -FBuild-Depends -sPackage 'libatlas-cpp-0.6-dev' /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_gutsy_universe_source_Sources === 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 [09:37] -F means 'limit matching to these fields', -s means 'only display these fields' === Nightrose [n=lydia@port-87-234-150-228.dynamic.qsc.de] has joined #ubuntu-motu [09:37] oh no. [09:38] sarah@LongPointyStick:~$ grep-dctrl -FBuild-Depends -sPackage 'yada' /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_gutsy_universe_source_Sources | wc -l [09:38] 32 [09:38] Heh [09:38] 3 in main [09:39] cdbs patch created: done [09:39] cdbs bug filed and patch attached: done [09:39] :) [09:39] man-di: bug #? [09:39] bug #120793 [09:39] Launchpad bug 120793 in cdbs "dont fail when building java source packages" [Undecided,Unconfirmed] https://launchpad.net/bugs/120793 [09:41] looks...sane. === Hobbsee might leave that one for pitti, though [09:42] man-di: Please don't paste patches inline. It makes getting them out of Launchpad a little harder. [09:44] StevenK: 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 there [09:47] Hobbsee: 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... === d33p__ [n=d33p@4.144.217.87.dynamic.jazztel.es] has joined #ubuntu-motu === tuxmaniac [n=tuxmania@unaffiliated/tuxmaniac] has joined #ubuntu-motu [09:50] StevenK: are you working on atlas-cpp? [09:51] Yup. === ivoks [n=ivoks@33-192.dsl.iskon.hr] has joined #ubuntu-motu [09:52] atlas-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] StevenK: I'm debian maintainer of it [09:52] coNP: means that you may as well prepare the package for debian so then we can sync it to ubuntu from there [09:52] man-di: Ah, right. === Acksys [n=acksys@cpe-071-070-081-128.sc.res.rr.com] has left #ubuntu-motu [] [09:52] StevenK: you might have a problem with current cyphesis-cpp and/or eris [09:52] man-di: Current eris looks fine. [09:53] StevenK: I will upload new versions of both to debian today [09:53] Hobbsee: Oh, I see. Then I'll contact Mithrandir when he's back. [09:53] :) [09:54] man-di: With the cyphesis-cpp upload incorporate the Ubuntu changes? [09:56] StevenK: thats done upstream now [09:57] so no need to patch it for Python 2.5 anymore [09:59] man-di: What about sear? [10:00] probably tomorrow [10:02] man-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] StevenK: okay [10:02] man-di: Thanks for helping clear it up. :-) [10:03] StevenK: np [10:04] cyphesis-cpp looks to be okay, so far, though. === 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 [10:08] StevenK: atlas-cpp sync request has been rejected, see #118374 === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [10:09] lionel: That's a wine bug [10:10] right [10:10] Bug #118734 [10:10] Launchpad bug 118734 in atlas-cpp "Please sync atlas-cpp (universe) from Debian Unstable (main)" [Wishlist,Rejected] https://launchpad.net/bugs/118734 [10:11] Right. I'll prepare a merge when I get home. === 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 [11:29] all MOTUs: can someone please check jeliza ( http://revu.tauware.de/details.py?upid=5590 ) ? === 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 [11:43] hi, is there a way to automatically speed up package building on SMP amchines? [11:43] i.e. adding "DEB_MAKE_INVOKE += --jobs=$N" to the rules file? [11:45] MadMan2k: when you put this into a debian/rules file this means you slow it down for non-smp maschines [11:47] man-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] Q-FUNK: not in a portable way, this was discussed on debian-devel ML a lot in the past and there were always reasons against it === pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu [11:51] ok [11:51] in Debian a debian/rules file setting a specific -j option always is considered a bug [11:52] man-di, yes thats why I ask wheteher I can set this option externally only for the machine... [11:53] MadMan2k: perhaps setting MAKE_FLAGS externally and then exporting it via debuild -eMAKE_FLAGS, but its not garanteed [11:54] MadMan2k: No garantee, I dont tested this [11:54] ok, thx === 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 [12:57] zakame, ping [12:58] hmm he's asleep === pkern [n=pkern@debian/developer/pkern] has joined #ubuntu-motu [12:58] ogra: 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. [01:00] lionel: Thanks for stopping the Gobby merge. [01:01] pkern, heya [01:01] pkern: no pb :) [01:01] pkern, when will it be available? [01:01] pkern: thanks to you for keeping an eye on it:) [01:02] bluekuja: When will what be available? [01:02] bluekuja: it's not a question for pkern. The question is when archive admin will sync it. (need autosync) [01:02] Aye. [01:02] yea [01:02] so next week is the answer :) [01:02] ok, thanks [01:04] lionel: 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] lionel: net6 does not need to be synced beforehand. [01:04] pkern: yeah, I've seen your Debian upload [01:04] lionel: I don't know how you handle syncs nowadays (: [01:05] pkern: the two packages have no modifications, so they will be pushed in Ubuntu with the same autosync [01:05] pkern: it's easy [01:05] if we are in autosync period, on a regular basis, we have full import from Debian [01:06] on June 21st, we will stop this autosync [01:06] we will have to do request sync and they will be performed manually [01:08] lionel: 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:09] crimsun: are you there? [01:10] he's asleep i think [01:10] (and his away message would agree) === fredix [n=fredix@86.67.45.158] has joined #ubuntu-motu [01:10] lionel: 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] lionel: Or rather dereference of an already freed pointer. [01:11] tsmithe :) [01:11] You have the full process described here: https://wiki.ubuntu.com/MOTU/SRU [01:11] https://launchpad.net/ubuntu/+source/aegis-virus-scanner/0.1.1-1 -> no more supported by author [01:11] we have to first prepare a debdiff to be reviewed by SRU [01:12] when approved, get it uploaded and tested [01:12] and then it's pushed in stable release [01:12] the most difficult part is get it tested :-( === pochu [n=emilio@161.Red-88-9-224.dynamicIP.rima-tde.net] has joined #ubuntu-motu [01:12] Well the net6 fix is straightforward but needs a recompile of Gobby and isn't that evident. [01:13] Hm. [01:13] gobby and sobby even no? [01:14] I'm not using Ubuntu so well... it's harder for me to get involved. ;-p [01:15] pkern: As I use gobby and sobby everyday, I'm fine with helping on that :) [01:15] lionel: Yep, both. [01:16] lionel: On gobby.ubuntu.com? (: [01:16] MOTUs: can someone please check ans maybe advocate jeliza ( http://revu.tauware.de/details.py?upid=5590 ) ? [01:16] no, I run my own server for french translation team (for translating Weekly Ubuntu News and Fullcircle, the magazine) [01:16] Heh. (= [01:17] It's really nice to see the program in wider use. Despite it lacking undo. === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [01:23] Yeah, we often have this debate regarding undu... [01:23] But it's quite complicated to implement no? Should undo cancel your action or someone else action? Not easy... === txwikinger [n=txwiking@sblug/member/txwikinger] has joined #ubuntu-motu [01:25] could somone archive http://revu.tauware.de/details.py?upid=5581 ? i uploaded it by accident... [01:25] tobiasschulz: I don't think you need this at all... http://revu.tauware.de/revu1-incoming/jeliza-0706170500/jeliza-2.3~beta3/debian/README.Debian-source [01:26] The README.Debian-source is for when you repackage the upstream tarball, AFAIK [01:27] tobiasschulz: also, the Ubuntu revision should be 0ubuntu1, instead of ubuntu1 (the 0 is the Debian revision) [01:28] someone has written on http://revu.tauware.de/details.py?upid=5590 : [01:28] 1) The package appears to be shipping compiled object code, not cleaned in the clean: rule (.a files). [01:28] 2) 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] 3) If the C++ is intended to be compiled, you may want to check the library packaging guidelines. [01:28] 4) Is there a reason to only use python-2.4? [01:28] 5) Why is Changelog better than changelog.txt? [01:28] 6) debian/copyright specifies the GPL, but not all sources contain a GPL header. [01:28] (README.Debian-source is a good place for the answer to this question). [01:29] crimsun: I'd like to discuss bug 118734 when you're around. [01:29] Launchpad bug 118734 in atlas-cpp "Please sync atlas-cpp (universe) from Debian Unstable (main)" [Wishlist,Rejected] https://launchpad.net/bugs/118734 === 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 [01:31] tobiasschulz: I see, Ok :) [01:32] But you can still fix the revision number :) [01:32] ok [01:36] tobiasschulz: I can't understand why the package has 2 identical changelogs... [01:36] And why we include both :) === 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 [02:05] hello all!! [02:06] hello Hobbsee [02:06] hey jussi01! [02:06] Hi Hobbsee. [02:07] hiya Fujitsu! [02:07] Hi Hobbsee [02:11] heya geser === Jucato [n=jucato@210.5.97.29] has joined #ubuntu-motu [02:12] geser: 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:13] pochu: i'll upload it now === 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 [02:24] pochu: i'ts uploaded now : http://revu.tauware.de/details.py?upid=5600 [02:30] what's the dh_* to create the menu entry from .desktop file [02:31] dh_*? [02:31] dh_installmenu for example [02:31] Kmos: there is no, just put the .desktop in debian/, and install it via a .install file ;) [02:31] and how? [02:32] bashelier: ok, thx [02:32] tobiasschulz: bashelier answers me === 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 [03:00] i've got a launchpad.net account. and a pgp key and ssh key === RainCT [n=RainCT@77.209.10.126] has joined #ubuntu-motu [03:00] can i make ubuntu packages here and dput them somewhere? [03:01] !revu [03:01] REVU 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/REVU [03:01] or was that in another ubuntu room? [03:01] Tada! === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu [03:02] how can i know my gpg key is in revu keyring? [03:02] see that webpage [03:02] oh let me just read it [03:02] tarzeau: Well, you follow the link in that factlet :) [03:02] and it's not, until you join the appropriate team [03:04] "Successfully joined Contributors of packages for ubuntu universe." [03:05] can a revu admins re-sync the uploaders keyring? === cypher1 [n=cypher1@c-69-249-127-102.hsd1.nj.comcast.net] has joined #ubuntu-motu [03:06] sure, it'll be abotu 10 mins [03:06] cool.. i've added the revu config to my dput === stratus [i=stratus@conference/debconf/x-d118539bd35e5a65] has joined #ubuntu-motu [03:15] tarzeau: tis done [03:16] Hobbsee: thanks! [03:16] no problem [03:16] must packages be signed that i dput? === blueyed [n=daniel@i5387DBC7.versanet.de] has joined #ubuntu-motu [03:16] tarzeau: Yes [03:16] (because i have many build hosts, and my gpg keys are only on one computer) [03:17] use debsign -r === 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 [03:57] RainCT: ping === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === beuno [i=martin@ubuntu/member/beuno] has joined #ubuntu-motu [04:03] RainCT: are you still working on merging gfax (bug #120245) ? [04:04] Launchpad bug 120245 in gfax "gfax: merge new debian version (0.7.6-3)" [Undecided,In progress] https://launchpad.net/bugs/120245 === 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 [04:45] Adri2000: hi [04:46] Adri2000: have I marked it as in progress? didn't remember about it, don't have much time this weekend.. [04:48] RainCT: yes you marked it as in progress. when do you think you will have time to do it? [04:49] Adri2000: tomorrow [04:49] I've holidays now [04:50] cool, could you assign it you on DaD please? [04:51] to you* [04:52] Adri2000: sure, how can I do this? [04:54] just put your (nick)name in the comment field [04:55] there is currently "Adri2000", click on it, change it and press enter [04:56] what url? [04:58] http://dad.dunnewind.net/universe.php [04:58] ok, thanks [04:58] done [05:04] Adri2000: so that's where I've to assign packages I work on to myself? on the wiki it only says to file a bug === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] === DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu [05:10] Hi all [05:10] hiya [05:10] hi DarkSun88 [05:10] :) [05:11] RainCT: 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 bugs === DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu [05:21] jdong: around? (for a -backports upload check) === 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 [06:06] are there any repercussions from adding patches that would change the translation templates of the package? like patching _("foo") to _("bar") in a .c file === 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 [06:23] hi 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 mentor [06:24] Hello pH :) [06:25] This link has all the information to get a mentor: https://wiki.ubuntu.com/MOTU/Mentoring [06:25] hi [06:25] Also, you can ask here for help === Bassetts [n=Bassetts@5ac7bc8b.bb.sky.com] has joined #ubuntu-motu [06:28] yes 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 clear [06:28] azureus seems to be borken [06:28] *broken [06:28] pH: I think you can treat ubuntu-motu-mentors as your mentor [06:29] Bassetts: did you file a bug report about it? [06:29] i treat #ubuntu-motu as my mentor :) [06:29] i came to ask if i should [06:30] Bassetts: if it's broken it sounds like a good idea ;-) [06:30] just make sure to check to see that it's not already reported first [06:30] LaserJock!!! [06:30] Hobbsee!! [06:30] or just...fix it. azureus always seems to be broken === TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [06:31] LaserJock, i will [06:32] Hobbsee, i have no idea how to fix it, just a clueless noob trying to help out where i can [06:33] ok theres alot of duplicates saying azureus crashes just after start === neversfelde|mobi [n=neversfe@nrbg-4db44021.pool.einsundeins.de] has joined #ubuntu-motu [06:40] i have never looked into motu's before, but always wondered how to package things for ubuntu === beuno_ [i=martin@conference/debconf/x-f8a41550927df77d] has joined #ubuntu-motu [06:42] Bassetts: well, this is the place to learn ;-) [06:42] reading the wiki now about packaging [06:42] is there like anywhere i could find out what needs work on? [06:43] I think there is a need packaging list on LP [06:43] or a tag [06:43] ok [06:44] !todo [06:44] Sorry, I don't know anything about todo - try searching on http://bots.ubuntulinux.nl/factoids.cgi === fredix [n=fredix@86.67.45.158] has joined #ubuntu-motu [06:44] Have a look here : https://bugs.launchpad.net/ubuntu/+bugs?field.tag=needs-packaging [06:44] And here: https://wiki.ubuntu.com/MOTU/TODO :) [06:45] hey pochu [06:45] heya stgraber :-) [06:45] thanks stgraber [06:46] so i just pick something i would like to package and read the guide, learn from mistakes? === ogra [n=ogra@p548AF17D.dip.t-dialin.net] has joined #ubuntu-motu === pkern [n=pkern@debian/developer/pkern] has left #ubuntu-motu [] [06:48] do i need to know hot to program? === FliesLikeABrick [n=Ryan@about/rpi/rawdor] has joined #ubuntu-motu [06:50] Bassetts: 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] Bassetts: 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:51] cool =) [06:51] ive always wanted to get around to learning to program and packaging === blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-motu === stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has joined #ubuntu-motu [06:52] stgraber, where would i find out if it is being packaged in debian? [06:53] Bassetts: IIRC, you can find that on their bug tracker [06:53] bugs.debian.org/wnpp [06:53] ok [06:53] thanks [06:53] your all so helpful =) [06:53] and patient [06:54] I think we all were at your place once :) (I still have much to learn about packaging though) === Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu [06:55] :) [07:03] for what is the debian/patches/00list file? [07:03] to list all the patches in debian/patches/ that get applied [07:03] er, that should get applied [07:05] ah. is it normal that there're 7 .dpatch files in debian/patches/ but only 3 on the 00list? [07:05] if 4 have stopped being applied for whatever reason - changelog will usually tell you [07:05] as for why they arent removed ont that basis, i dont know [07:07] Hobbsee: ah yes, on the changelog it says they are not needed anymore. Thanks :) === 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 [07:18] im so lost with the docs [07:20] what does it mean by the *.dsc when using pbuilder build === tmarble [i=tmarble@conference/debconf/x-8a3113c9b79961c2] has joined #ubuntu-motu [07:21] Bassetts: * is a wildcard - ie, it'll try to build [anything] .dsc === tmarble [i=tmarble@conference/debconf/x-8a3113c9b79961c2] has left #ubuntu-motu ["Ex-Chat"] [07:21] but what is the .dsc [07:23] open oen with $texteditorofchoice [07:23] :) [07:23] it's part of the source [07:23] so when i get the .tar.gz files there is one in there? [07:24] when you download a source from ubuntu, it has a .orig.tar.gz, a .diff.gz, and a .dsc [07:24] ok [07:24] Bassetts: 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 source [07:24] i think i am in wayyy over my head [07:25] Bassetts: dont worry, you'll learn. you dont have to understand every detail [07:25] don't worry, you don't really need to know these details in depth :) [07:25] ok [07:25] as you will likely pick it up later anyway [07:25] PACKAGING POP QUIZ [07:25] : [07:25] :P [07:25] just keep reading and holding in there? === AndyP lets Hobbsee do the talking [07:25] AndyP: please dont. i'm heading towards bed [07:25] Bassetts: yep [07:26] ok [07:26] Hobbsee: oh, ok, have a good soup, err, sleep [07:26] can you give me an example of a .dsc though? [07:26] heh [07:27] Bassetts: pick any package, run apt-get source and it'll download the source package for you... the dsc will be one of the three files [07:27] ok [07:28] but what about packages that need packaging, they are not in the repos yet right? [07:28] by definition, yes [07:29] ok [07:29] so like bug 120754 says PhotoRec needs packaging [07:29] Launchpad bug 120754 in Ubuntu "[needs-packaging] PhotoRec" [Wishlist,Unconfirmed] https://launchpad.net/bugs/120754 [07:29] the source for that program is in the repos, but it is not packaged yet [07:30] Bassetts: yep, and you can check it's not in the repos yet using apt-cache search or by searching on http://packages.ubuntu.com [07:31] ok, what happens if the source is not there [07:31] im starting to get this =D thank you for being so patient [07:31] "there" ? [07:32] in the repos [07:33] best thing to do is look to see if it's being/been packaged for debian and if it isn't, go ahead and package it [07:35] i just dont get how like every programs source can be in ubuntus repo, its mysterious [07:35] only the stuff that's been packaged for debian and ubuntu is in there [07:35] not every single program known to man [07:35] ok, my brain is getting there [07:35] if it has been packaged for ubuntu, why am i packaging it? [07:35] you shouldnt be [07:35] you wouldn't need to [07:35] right [07:36] so basically if something needs packaging it wont have a .dsc? [07:37] it won't exist in the ubuntu archive/repository at all [07:37] Adri2000: ping === Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu [07:38] ok, i think i got confused because bug 120754 is already in the repos as testdisk [07:38] Launchpad bug 120754 in Ubuntu "[needs-packaging] PhotoRec" [Wishlist,Unconfirmed] https://launchpad.net/bugs/120754 [07:39] Bassetts: 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] well PhotoRec is a companion program to testdisk [07:39] and testdisk is in the repos.. [07:39] it seems that photorec is there too, looking at the descriptoin [07:40] Bassetts: well spotted :) [07:40] they come together [07:40] trust me to pick a program thats already there =P [07:40] hehe [07:40] people have been filing bugs without checking recently === Hobbsee saw one on nspluginwrapper a few hours ago === Hobbsee just ends up marking as fix released, and pasting the apt-cache show output there. [07:41] Adri2000: 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:42] Hobbsee, you beat me to it =P [07:42] :) [07:42] ok ill find another program to try and work on [07:45] how do i check if its in debian or if it is being packaged for debian [07:45] !info libevolution2.0-cil [07:45] Package libevolution2.0-cil does not exist in feisty, feisty-seveas [07:46] can ubotu also look in gutsy? [07:46] yes [07:46] !info basket gutsy [07:46] basket: 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 kB [07:47] !info libevolution2.0-cil gutsy [07:47] libevolution2.0-cil: CLI bindings for Evolution. In component main, is optional. Version 0.12.4-0ubuntu1 (gutsy), package size 75 kB, installed size 360 kB === cypher1 [n=cypher1@c-69-249-127-102.hsd1.nj.comcast.net] has joined #ubuntu-motu [07:49] Bassetts: packages.debian.org for packages in debian already or bugs.debian.org/wnpp for packages that are intended to be packaged [07:49] thanks === AndyP wonders... [07:51] !info pybackpack sid [07:52] pybackpack: 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 kB [07:52] a bit hard to use the wnpp site === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [07:53] Bassetts: yeah, there are a lot of bugs listed... edit->find is your friend :) [07:53] or ctrl+f [07:54] ok =) [07:54] starting to get all this now === TheDumbo is now known as Qball [07:55] Bassetts: yeah, the learning curve is pretty steep at the beginning but you get into the flow after a short while [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 [08:00] thanks AndyP, this is getting a lot easier === 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 [08:06] Bassetts: you're welcome === 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 [08:43] RainCT: where do you see that? the .gmo files are in the orig tarball, which is exactly the same in Debian and in Ubuntu === 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 [] [08:44] Adri2000: ah, but M-o-M put them as *.gmo.UBUNTU :S === 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 [08:59] hello [09:00] are there tips available on the wiki to package python softs ? === predius [n=predius@190.8.154.185] has joined #ubuntu-motu [09:03] crevette: http://wiki.debian.org/DebianPython/NewPolicy is a good place to start [09:03] Adri2000: well, beside these two files (.gmo) I think the other changes can be synced [09:03] and those I've now idea what they are :p === TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [09:05] AndyP: tx a lot, I'll look at it === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu [09:13] siretart: ping === vijay2000 [n=vijay@59.92.41.96] has joined #ubuntu-motu [09:15] hi all [09:15] RainCT: if I'm not mistaken he's at debconf [09:16] oh, ok, thx === Lure_ [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu [09:18] RainCT: pong [09:18] if 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] RainCT: read the dpatch documentation. you basically need to include a dpatch make fragment in your debian/rules files [09:19] siretart: I'm getting this problem with chromium, since you are the latest maintainer I thought I'd ask you [09:20] i am changing notecase from 1.0.5 to 1.5.6 [09:20] so in teh changelog wat will be the version that will be mentione d [09:21] is this right notecase (1.0.5-6) ?? [09:22] vijay2000: wouldn't it be 1.5.6-0ubuntu1 ? === beuno_ [i=martin@conference/debconf/x-b92bb19877e2edd2] has joined #ubuntu-motu [09:24] RainCT: yes you are right thanks [09:24] siretart: ah I isn't using dpatch anymore :p === 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 [09:47] RainCT: I don't like dpatch that much. prefer bzr [09:47] geser: and yes, I'm at debconf === stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has left #ubuntu-motu [] === superm1_ [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [09:55] siretart: eh? I was asking how to patch chromium (got it :)), what relation does this have with bzr? [09:56] RainCT: that I think that bzr is far superiour to dpatch [09:57] siretart: isn't bzr a versioning system? [09:57] RainCT: yes. and dpatch is a patch management system. I think a proper versioning system is uperiour [09:58] well, and what has this to do with what I was asking for? :p [09:59] only that I don't like dpatch === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu [10:05] hi folks [10:08] Hi sistpoty [10:08] hi geser === blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-motu === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [10:15] Adri2000: around? === 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 [10:31] StevenK: pong, RE: 118734 === 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 [10:46] Hi all === 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 [11:17] HALA MADRID!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [11:17] I had to say it, now I feel better :-) === 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 [11:24] Any MOTU: ccbuild is looking for it's second advocate, if you have time http://revu.tauware.de/details.py?upid=5570 [11:26] ok, gotta go to bed now, cya === beuno_ [i=martin@conference/debconf/x-60e32629bd84f374] has joined #ubuntu-motu === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu [11:38] cya [11:40] Hey 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] You can request a backport. [11:41] https://bugs.launchpad.net/feisty-backports/+filebug [11:42] will do ! I just kindy thought that i might have come up already. Thanks [11:42] You're welcome [11:43] TLE: you mean emacs 22? [11:43] is it already packaged in Debian? [11:44] geser: its in debian experimental [11:45] geser: but not the final version [11:49] http://dad.dunnewind.net/universe.php === ..[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 [11:51] geser: 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 that [11:51] I've filed a backport request. Thanks for the replies. [11:53] what does DaD stand for? === luisbg [n=d33p@28.144.217.87.dynamic.jazztel.es] has joined #ubuntu-motu [11:54] jmg: check it =) [11:54] TLE: you can only backport packages which are in gutsy [11:54] jmg: it's an other MoM [11:55] It just says DaD [11:55] Mom = merge o'matic [11:55] ? [11:55] yes [11:55] hahahah [11:55] lololol [11:56] gutsy mom. yikes! [11:56] kekekkee [11:56] jejejeje [11:56] i laugh internationally [11:56] zezezeze === 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 [12:03] I laugh in my own language OR any other: 0xFFFFFFFF [12:03] lol [12:05] lambda while true; print lol [12:05] lambda while true:; print lol === 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