/srv/irclogs.ubuntu.com/2008/12/19/#ubuntu-motu.txt

skorasaurusblueyed, that worked, (so far) thanks.00:00
blueyedskorasaurus: great.. :)00:00
skorasaurusaww... one more error.00:00
blueyedmrooney: you could look into /var/lib/dpkg/info/wxbanker.postinst, that's where the error get's thrown..00:00
blueyedskorasaurus: have you tried "apt-get builddep <packagename>" to install the deps?00:01
blueyedskorasaurus: apt-get build-dep <pn> that is..00:01
skorasaurusthe deps for which pkg ?00:01
skorasaurusthe one im working on ?00:02
blueyedthe one your are building..00:02
blueyedare you creating a new package?00:02
skorasaurusim creating a new package :p00:02
blueyedok.. :)00:02
skorasaurus(from source)00:02
skorasaurusso, its a bit more difficult than just getting from upstream/debian, i presume.00:02
blueyedskorasaurus: yes.. you may find hints in the upstream documentation though..00:03
skorasaurusright im following https://wiki.ubuntu.com/PackagingGuide/Complete00:04
loic-mI've opened a backport request and attached i386 and amd64 packages, do I also need to attach the .dsc, the diff.gz or the .changes ?00:28
directhexattaching binaries is worse than useless00:32
directhexonly  the diff.gz/dsc or a debdiff help00:32
StevenKRAOF: So! Gnome Do is being silly01:48
copproAnyone for a REVU?01:49
RAOFStevenK: In what way?01:49
StevenKRAOF: If I type 'an' for 'antimony', the default action is Open, not Connect with SSH01:49
RAOFAlso, is JauntyTechnicalOverview on the wiki editable?  It's currently lying about the status of nouveau in alpha 2.01:50
RAOFStevenK: Urgh.  That's probably an artefact of the limitations of the current relevance engine.01:50
StevenKRAOF: It works on my laptop01:50
StevenKRAOF: It's my desktop where I have to <tab> 's' for Connect with SSH01:51
loic-mdirecthex: Aren't binaries usefull on a backport request if we want users to test the packages and report if they work?01:51
RAOFStevenK: Probably because you typed "an", tabbed over and selected "connect with SSH", and hit shift-enter a hundred times to make sure "connect with SSH" rises in the relevance rankings :)01:51
StevenKRAOF: Shift-Enter?01:52
RAOFStevenK: Execute the command, but don't unsummon Do.01:53
StevenKRAOF: I don't remember doing that on my laptop01:53
RAOFSo the command stays there, and you open hundreds of SSH connections.  Which bumps the relevence of "Connect with SSH" a lot, so it comes up as most relevant.01:53
RAOFMaybe you just use "Connect with SSH" more often on your laptop than "Open"?01:54
StevenKIt's the default for free-form text01:56
StevenKJust not for SSH Hosts01:56
serialorderi had to add libxul-dev to build-dep to solve a FTBFS but now I am not sure what I will need to add to the binary package depends01:56
RAOFserialorder: Unless the package is wierd, nothing.01:57
RAOFStevenK: :(01:59
serialordera lot of times when I am trying to install a package I built locally I will issue sudo dpkg -i package.deb but I always get missing dependency errors. Then I have to install those packages first. There must be a better way I don't know about?01:59
RAOFserialorder: dpkg -i followed by apt-get -f install to resolve the dependencies.02:00
serialorderROAF, thanks02:01
loic-mserialorder: if build correctly the package should already pull the dependancies (build with pbuilder f.e., while packages build with checkinstall don't get the required dependancies)02:12
serialorderloic-m: it built fine, I just wasn't sure if I needed to include libxul0d in the depends for the created packages or not02:14
serialorderfiguring out when to include libs is still confusing to me02:15
RAOFserialorder: It's fairly simple, mostly.  If it's a python package, you need to explicitly include the python libs it depends on.02:16
RAOFserialorder: If not, ${shlibs:Depends} or ${cli:Depends} will pull in the dependencies automatically.02:16
RAOF(This advice may not apply to other interpreted/VM'd languages, like Java)02:17
loic-mnite02:54
nixternalpersia, soren, and geser: I finally asked some questions on an application....I'M BACK!!!03:02
nixternal:)03:03
nixternalbooyah nhandler!!! ready for the snow tonight?03:03
* nixternal goes out and prepares some snowballs to throw at #ubuntu-motu 03:03
nhandlernixternal: I'm ready. We've got plenty of gas for the snow blower03:03
nixternalsame here...went and filled up03:04
nixternalscrew being green when I have the driveway I do and a foot of snow on its way03:04
nixternalboo03:05
RoAkSoAxi wish there's snow here :(03:05
nixternalRoAkSoAx: I will send you some....you can have it!03:05
nixternalwe already have 8+ inches on the ground with a foot coming03:05
RoAkSoAxnixternal, i'll be waiting for it :)03:05
* nixternal is scared03:05
nixternalsomebody hold me!03:05
nixternalwooo, I am getting closer to "Inbox Zero"03:06
nixternalright now I am at "Inbox One Thousand Two Hundred and Fourteen"03:06
Hobbseenixternal: just use rm -rf /mail/address03:48
nixternalHobbsee: ya, I kind of feel like that03:55
nixternalmy lord, all of the bug reports for k*03:55
Hobbseeyou can delete them04:02
Hobbseethey're all replicated elsewhere, if you need them again.04:02
mrooneyOkay, I think I figured out why my package was having an install error. Once I removed the version I installed more manually via python setup.py install, the package installed fine and reinstalls fine04:22
mrooneyHooray!04:22
mrooneyI don't think it liked having a version in site-packages AND pyshared, perhaps pythons .pth or something was conflicting04:23
mrooneyJaunty should install recommends by default, yes?05:05
mrooneyIt seems to have ignored my Recommends05:06
crimsunmrooney: yes, it does, unless you've configured it by hand otherwise05:28
mrooneycrimsun: have I done something silly in my control file: http://pastebin.com/f6156288 ?05:30
mrooneyand would I need to add that recommend anywhere else?05:30
ScottKmrooney: Instead of a direct depends on python (>=2.5), use ${python:Depends} and let python-central fill that in for you.05:33
mrooneyScottK: oh, how will that know what versions it is compatible with?05:35
ScottKmrooney: XS-Python-Version: >= 2.5, << 3.005:36
ScottKmrooney: You'll also want a build-dep on python (>= 2.5) because in theory, python-central might not always be implemented in Python.05:37
mrooneyScottK: okay, thanks for the first suggestion, that makes sense. As far as the build-dep, the depends or the XB-Python-Version don't cover that?05:39
ScottKNo.  It doesn't.05:40
ScottKTwo separate issues.05:40
mrooneyoh oh I see :)05:40
ScottKOne is for calculating Python version specific information in python-central, the other is what packages are guaranteed to be provided in the build environment.05:40
mrooneyScottK: thanks for your advice, how does http://pastebin.com/f7d43cf5b look? By the way any idea why python-numpy isn't being pulled in based on my Recommends: ?05:45
ScottKmrooney: My guess is it's related to your system configuration and nothing to do with the packaging.  That looks fine.05:46
mrooneyScottK: hrm, okay. I attempted it on a rather fresh Jaunty VM. Maybe it was already there from something else, though, that I missed05:48
mrooneythanks for your help!05:48
ScottKYou're welcome.  Good luck and good night.  I'm off to bed.05:49
=== LucidFox_ is now known as LucidFox
* nixternal hugs dholbach 06:10
dholbachgood morning06:10
* dholbach HUGS nixternal back :)06:10
dholbachhow are you doing?06:10
nixternaldoing good...going through some open bug reports, ISO testing, sponsorship queue, and MOTU applications06:10
dholbachholy cow - you seem quite busy :)06:11
dholbachI'm going through the sponsoring queue myself06:11
nixternaltrying to be at least06:11
dholbachlots and lots of good stuff in there06:11
nixternalya, that is how I knew you were awake and working already, and why you got such a quick hug cuz I was watching for ya to come online here :)06:11
dholbach H E ' S   S T A L K I N G   M E !06:12
nixternalmuhehehehe06:12
dholbach:)06:12
nixternaldo sync requests need one ack or 2? it has slipped my mind06:13
=== WelshDragon is now known as Guest27540
dholbachjust one06:13
nixternalgroovy06:13
nixternalslow down on the syncs already dude :)06:14
* crimsun slides some sponsorships rich's way06:14
nixternalfloodin' my inbox06:14
crimsunabout that payback...06:14
nixternalcrimsun: go to bed already, it is 01:14 there, way past your bed time...and you definitely could use some beauty sleep :)06:14
crimsunwhat? i'm waiting for isos to finish downloading so i can get on with iso.qa.u.c06:15
dholbachhey crimsun06:15
crimsunhey dholbach06:15
nixternalcrimsun: haha, beat ya to it...I am done with my ISO testing06:16
crimsunnixternal: nice06:17
nixternalfigured since I will be snowed in for the next day, I should get some work done here....but it is reaching that "oh I am so tired" stage06:18
nixternalI think I heard my pillow call my name about an hour back to be honest :)06:18
CarlFKwhy did http://packages.ubuntu.com/hardy-updates/python-aptsources not get into ibex?06:37
wgrantIt was unmaintained, Ubuntu-only, had only one upload, FTBFS, and its functionality is in python-apt now.06:42
wgrantCarlFK: ^^06:42
CarlFKwgrant: fair enough.06:44
CarlFKany idea where i can find docs for p-apt?  like to read/write sources.list ?06:44
CarlFK>>>help(apt) left me bewildered06:44
wgrantI'm not quite sure.06:45
CarlFKeven just a pointer to a mail list or such...06:45
wgrantsoftware-properties-gtk might be a good reference06:45
dholbachpython-apt ships a bunch of example scripts06:45
dholbachbut I can't remember if that includes sources.list stuff06:46
crimsun/usr/share/doc/python-apt/examples/metaindex.py06:46
dholbachnixternal: where can we put up a giant notice board saying "please don't update the standards-version just because you can"? :-)06:47
crimsunnot fully fleshed, but one gets the idea how to proceed06:47
CarlFKcrimsun: when did you sneak that onto my box? :)06:48
dholbachmaybe mvo should give a session about python-apt at the next Ubuntu Developer Week? :)06:48
liwdholbach, yes, please :)06:51
dholbachliw: python-apt or the giant noticeboard about the standards-version? :)06:52
CarlFKcrimsun: thanks - that's the kind of pointer I was hoping for06:53
nixternaldholbach: planet.ubuntu.com :)06:55
dholbachnixternal: working on it :)06:55
nixternalhaha, how did I guess06:55
liwdholbach, python-apt06:57
dholbachnixternal: http://daniel.holba.ch/blog/?p=30607:16
pedahzurHello!  Could someone point me to the maintainer or virtualbox-ose-modules. The new kernel has been out for a while, but no new driver, rendering virtualbox unusable.07:23
CarlFKline 1 of /usr/lib/python2.5/site-packages/aptsources$ vim sourceslist.py is: # aptsource.py - Provide an abstraction of the sources.list07:28
CarlFKi guess I have to file a lp issue if I want that changed...07:29
crimsunpedahzur: on which Ubuntu version?07:31
crimsunpedahzur: for 8.10, dkms is used, so there's no reason it would be tied to any particular linux-headers in the repo07:31
pedahzurcrimsun: Sorry, 8.04.07:32
crimsunpedahzur: for 8.04 LTS, see hardy-proposed07:32
pedahzurThe ABI changed with the latest update, thus the break.07:32
pedahzurcrimsun: Will do.  Thanks!07:32
verwilsti noticed the 64 bit flashplayer has been added!07:32
verwilsti guess it's still with nspluginwrapper?07:32
crimsunverwilst: the version currently in jaunty dispenses with nspluginwrapper on 64-bit07:32
verwilstjaj!07:33
verwilstgood07:33
verwilst90% of the crashes happen because of the wrapper anyways :)07:33
crimsuncaveat: it has not been decided whether 9.04 will ship with such a configuration for the flashplugin-nonfree binary package07:33
verwilsti've been using the 64 bit version standalone since the day it came out07:34
verwilstdidnt have a single crash yet07:34
crimsun(for that matter, it has not been decided whether the actual binary + source names will remain flashplugin-nonfree given the presence of adobe-flashplugin in the partner repo)07:34
verwilstoh07:35
verwilstwell that's just naming stuffs07:35
verwilsti can be called humptydumpty for all i care, as long as it works hehe07:36
verwilstit*07:36
verwilstwhy have a separate partner deb for it btw?07:36
verwilsti guess it's exactly the same stuffs?07:37
crimsunno, the package in the Canonical partner repo explicitly ships with the binary plugin07:38
crimsunthe package in the community-maintained multiverse repo explicitly does not ship with the binary plugin; it wgets the tarball from adobe's download site07:38
crimsunthe latter also explicitly depends on nspluginwrapper for hardy and intrepid, is prone to crashes, etc.07:39
crimsunthe former is the vetted one by way of adobe07:39
crimsun(the intent is to migrate away from the latter)07:40
crimsunone very important difference is that the latter provides a means of testing alpha/beta/non-final versions. the latter can only provide _final_ versions as per the agreement with adobe.07:41
crimsunsorry, the last sentence should read, "the former can only..."07:41
didrocksmorning everyone \o/07:42
verwilstbut the alpha of the 64one is included now?07:42
verwilstno?07:42
verwilstwhich isnt a final version?07:42
verwilstah07:42
crimsunverwilst: in jaunty via flashplugin-nonfree (the latter one in the example above), yes07:42
verwilsti think im messing up your latters and formers :)07:42
crimsunwell, that sentence should have read, "one very important difference is that the latter provides a means of testing alpha/beta/non-final versions. the former can only provide _final_ versions as per the agreement with adobe."07:43
verwilstyeah i know :)07:43
CarlFKcrimsun: the intent is to migrate away from the _final_ ?07:43
crimsunCarlFK: no, the intent is to eliminate the usage of a wrapper that has been prone to all sorts of post-installation bugs07:44
verwilstwell, the 64 bit flash and now the 64bit java plugin really start making the 64bit linux desktop a perfect fit07:44
CarlFKah, that part.07:44
pochu07:46 <  dholbach> nixternal: where can we put up a giant notice board saying "please don't update the standards-version just because you can"? :-)08:00
pochudholbach: you can remove the lintian warning in Ubuntu ;)08:00
dholbachpochu: I just wrote a blog post :)08:01
pochuthat should help too :)08:03
pedahzurcrimsun: Ack!  There is a vbox modules package for 24-23, but not for 22, the current version. Sigh...I guess I could just upgrade my kernel from proposed while I'm at it. :)08:04
=== dholbach_ is now known as dholbach
crimsunpedahzur: right, hence "see hardy-proposed" :)08:08
hyperairis there some documentation on the format of debian/package.manpages?08:16
dholbachman dh_installman08:20
pedahzurcrimsun: Sorry, wasn't clear.  That is in hardy-proposed.  Hardy proposed has a vbox module for 24-23, but not 22.  They just skipped -23 altogether, apparently.08:23
pedahzurcrimsun: Thanks again.  The modules installed.  When I reboot, they'll be active.  Should work fine.09:21
CarlFKdoes it make any sense to have a deb-src line without the corresponding/equivalent deb?09:36
StevenKCarlFK: Sure does09:37
StevenKCarlFK: I have a deb-src for jaunty, for example09:37
CarlFKStevenK:  is that to do backport like stuff?09:38
StevenKCarlFK: Nope, to do development, by grabbing sources from jaunty09:39
RAOFThat's /totally awesome/.  The nouveau kernel modules contain a file copyright: The Weather Channel.10:23
et3I updated the bug report on a new package and I need someone whom evaluates packages look over it.10:25
et3it can be found here: https://bugs.edge.launchpad.net/ubuntu/+bug/30792810:25
ubottuLaunchpad bug 307928 in ubuntu "[needs-packaging] md4sum hash utility requests to be added" [Wishlist,Incomplete]10:25
=== theseinfeld is now known as theseinfeld|away
=== theseinfeld is now known as theseinfeld|away
=== theseinfeld|away is now known as theseinfeld
elmargolIs there a common way to backport packages that need a newver debhelper version?12:47
elmargolOr should I include the new debhelper into my ppa?12:48
directhexelmargol, unfortunately, you need to do the latter - AFAIK dh7 is now in foo-backports, but PPAs don't use foo-backports for building12:49
elmargolfoo=intrepid?12:49
directhexwell intrepid HAS dh7, so i don't know what would be a problem there. i was more thinking hardy12:50
Hobbseedirecthex: they do now, i believe12:50
Hobbseedirecthex: they just never actually publicised it very far.12:50
directhexHobbsee, that would be a major change12:50
Hobbseethis is true12:51
directhexalso, HELLO Hobbsee!12:52
Hobbseegreetings!12:52
elmargolis it just me or has bzr way to many dependencies?13:06
elmargolhttp://paste.ubuntu.com/88495/13:06
elmargolthis is for git-core + bzr13:06
JontheEchidnaelmargol: a lot of those are recommends and such of bzr, plus their dependencies13:09
JontheEchidnaFrom 8.10 on recommends are installed by default by apt13:09
elmargolinteressting13:09
JontheEchidnayou can use the --no-install-recommends flag to stop that13:09
slytherinsebner: there?14:04
RainCTwow, fast internet :P14:05
RainCTbtw.. I can't use two connections at once, or? :P14:10
rjune_RainCT: you can.14:10
rjune_there are multiple ways to do it.14:11
rjune_do you want failover or bandwidth combining?14:11
RainCTrjune_: bandwidth combining, if there's an easy way for that14:11
RainCT*for = to do14:12
rjune_NAT or no?14:12
rjune_if you don't have NAT, BGP and MLPPP are both common options14:13
rjune_neither is horribly difficult, both provide both failover and bandwidth combining. BGP less than MLPPP14:13
rjune_BGP requires more ( a /24 network, providers that will do BGP with you, etc.) whereas MLPPP just requires you have a provider that supports it14:14
RainCTrjune_: I'll go with BGP then if that's easy (I'll only have 2 connections until next month or so anyway). Do you have some link? :)14:14
rjune_if you do have NAT, then I would look at the Linux setup to do that, I can track it down for you if you like.14:15
rjune_RainCT: different providers and do you have at least 256 addresses?14:15
rjune_BGP is how the big boys play.14:15
rjune_RainCT: disclaimer, I build routers for a living.14:15
RainCTrjune_: Yes, I've one WiMAX connection and one 3G connection. The 3G connection is only available on 1 PC though.14:16
rjune_3G, as in cell phone?14:17
RainCTrjune_: yes14:17
rjune_ok, BGP isn't an option then.14:17
RainCTso MLPPP?14:18
rjune_nope, MLPPP requires one provider14:18
rjune_RainCT: http://lartc.org/howto/lartc.rpdb.multiple-links.html#AEN298 <-- HOWTO14:18
RainCTrjune_: so? can't be done?14:18
rjune_you'll have to use NAT to do it14:19
RainCTdon't I need a router for that?14:19
rjune_you have both links coming into your PC?14:20
RainCTyes14:20
rjune_as far as I know, then no you won't be able to effectively do what you want14:20
RainCTrjune_: well, thanks for your help :)14:21
rjune_sorry.14:21
rjune_you might be able to add two default routes, but I'm not sure how that'll react14:21
quadrisprohi RainCT !14:21
quadrisproRainCT, can you take a look to this? http://revu.ubuntuwire.com/details.py?package=uck14:22
rjune_quadrispro: what are merges?14:24
quadrisprorjune_, ?14:25
rjune_I have a freeday off of work, want to learn a bit about ubuntu packages.14:26
rjune_topic says grab a  merge, what's  a merge14:27
RainCTrjune_: that's taking a new version of a package from Debian and merging the changed that were done in Ubuntu and are still useful into it14:27
=== fta_ is now known as fta
RainCTquadrispro: yeh, but let me finish lunch first :P14:28
quadrisprorjune_, lol, I didn't understand, however RainCT told you the exact definition14:30
rjune_yup14:31
rjune_merging latest debian with older ubuntu to get a pkg for latest debian14:31
RainCT_sebner: I've just pressed Ctrl+Alt+Backspace accidentally!14:42
RainCT_:P14:42
NCommanderRainCT, fail :-P14:42
sebnerRainCT: n00b :P14:42
* sebner ^5 NCommander =)14:42
* NCommander ^5's sebner back14:43
RainCT_sebner: normal users are n00b, so if you are saying I'm a n00b, you are saying that I'm a normal user, and as I've just pressed that accidentally, it's demonstrated that normal users can press such combinations accidentaly! :P14:43
ScottKMaybe that just comes up more in Gnome.  I don't think I've ever done it or come close.14:44
* RainCT_ has done too much philosophy at school :P14:44
NCommanderRainCT, normal users bang on the keys like monkeys14:44
ScottKI can't see why I would.14:44
sebnerRainCT: nope, you are a n00b because you are a geek behaving like a normal user :P14:44
RainCT_lol14:44
NCommanderRainCT, thus your bound to get lucky sooner or later14:44
vadi2Hi. Does anyone know if it's possible to query the list of installed .desktop files for a specific one? I've looked at xdg-desktop-menu, but that doesn't seem to provide the functionality. Didn't find any other xdg-* tolls that seem to provide this either.14:44
RainCT_and liferea suxs.. if I kill it it forgets which feeds I have read since the last time I closed it properly :P14:45
rjune_vadi2: what are you wanting to find?14:45
vadi2rjune_: this one app installed a .desktop properly but doesn't add itself to the path. so I'm hoping to find the .desktop for it, and get the exec command out of it.14:45
RainCT_uhmmm14:46
RainCT_why have I started a new irssi session? XD14:46
vadi2(well, all mojosetup installers so this unfortunately)14:46
vadi2*do14:46
rjune_vadi2: grep 'title' /usr/share/applications14:46
* RainCT is too used to typing "screen irssi" :P14:46
rjune_vadi2: grep 'title' /usr/share/applications/*14:46
vadi2nada14:46
rjune_ok, so it's not in there.14:46
rjune_I'm not sure where else gnome looks for application files14:47
vadi2app can be installed either locally or with sudo, either way14:47
sebnerRainCT: good that myself uses gtk stuff :P14:47
rjune_vadi2: that folder is where the .desktop files are mostly at14:47
RainCTrjune_: there's ~/.local14:47
vadi2the .desktop itself is in ~/.local/share/applications/. but the gnome menu does have the working entry for it14:47
vadi2I'd like to have some foulproof way of detecting the .desktop :\14:48
RainCTsebner: what's good with that? you would have lost your connection to IRC and possibly missed messages14:48
sebnerRainCT: bouncer :P14:48
RainCTsebner: wait until I'm doing homework.. then *I*'ll be evil to you *g*14:48
* sebner hides14:49
rjune_vadi2: only way I know would be to grep those two directories. I could write a quick bash script to do it14:49
vadi2rjune_: alright, thanks for your help14:49
quadrisprosebner, hi! http://revu.ubuntuwire.com/details.py?package=uck , license issues have been fixed by upstream, I've changed package version 'cause v2.0.5 hasn't been released yet (upstream seems to be confusing :))14:51
sebnerquadrispro: heh, you should mention that somewhere though14:52
quadrisprosebner, mmm, ok14:53
quadrisprosebner, a "waiting for 2.0.5" could be right? :D14:53
sebnerquadrispro:  ^ ^ just mention why you use a svn version. btw, you mention debhelper 7 but don't use it's features. I propose to downgrade to version 614:54
quadrisproah ok14:55
quadrisprosebner, however I use a svn version because upstream doesn't provide a .tar.gz dist (in order to avoid use15:00
quadrisproops15:00
quadrisproin order to avoid support requests, they release only .deb package15:01
sebnerbad boys15:01
quadrisprosebner, l15:02
quadrisprosebner, LOL15:02
quadrisproDktrKranz told me these same words!15:02
sebnerheh =)15:04
quadrisprohowever, I'm asking to upstream to release a tar.gz15:05
DktrKranzquadrispro: I told you in italian, though15:06
quadrisproeh :D15:07
sebneris it legal to translate bad boys with idiota? ^^15:07
jpdssebner: If you mean RainCT - ja.15:09
DktrKranzsebner: not really, "monellacci" is more accurate15:09
sebnerjpds: xD15:09
sebnerDktrKranz: I see =)15:09
quadrisproyes, sure, "monellacci"15:09
quadrisprolol15:09
norsettoDktrKranz, hmmm, in 19th century italy perhaps ;-)15:10
sebnernorsetto: maybe the north isn't so developed like the south. what an irony15:10
norsettosebner, swearword-wise the south is way overdeveloped ...15:11
sebnertotally15:12
norsettosebner, ask quadrispro , he is from the south (well, he is south of me anyway :-))15:12
sebnernorsetto: well, Roma is under the middle ^^15:12
DktrKranznorsetto: I can be "modern", but modern words are so... offensive :)15:14
sebnerDktrKranz: to quote my italian teacher: La lingua italiana vive15:14
sebner^^15:14
DktrKranzsebner: italian students kill it15:16
sebnerDktrKranz: heh15:18
* sebner is off for some time15:18
DktrKranzsebner: need to study italian?15:19
LaneyNO! DON'T GO!15:19
RainCTquadrispro: re uck, include the original manpage which you wrote15:21
RainCTquadrispro: (ie, include the POD version and call pod2man in debian/rules, or at least remove all that header comments from it)15:23
RainCTquadrispro: debian/dirs is probably not necessary15:23
bddebianIs there a quick way for me to actually find out/remember when I became an MOTU?15:23
RainCTbddebian: https://launchpad.net/people/+me15:24
quadrisproRainCT, ah ok, btw upstream has just released an orig tarball :)15:24
RainCTbddebian: it should say the date when you joined the ~motu team15:24
ScottK-laptopRainCT: Except the team structure has changed since he became a MOTU.  Not sure it that's right or not.15:25
RainCTchanged in what way?15:25
bddebianYeah, I'm "old school" ;-P15:26
RainCTas in ubuntu-dev?15:26
ScottK-laptopI don't remember exactly, but for a while 'old' MOTU were mostly in one team and new ones in another.15:26
ScottK-laptopThat was part of it.15:26
RainCToh15:26
ScottK-laptopRemember, I'm even older than bddebian, so I can't remember ....15:27
RainCTanyway, Launchpad isn't right then. check the ML archives15:27
bddebianheh15:27
RainCTbddebian: you should have wroten that down in your wiki! :P15:28
bddebianwiki schmicky15:29
ScottK-laptopRainCT: No.  It should be here: https://wiki.ubuntu.com/BddebianIsAGod15:29
* ScottK-laptop ducks15:29
RainCTLOL15:29
bddebianWow, my karma is down to 14.  I suck :(15:36
ScottK-laptopIt'd be interesting if they gave karma for stuff imported from Debian.15:37
RainCTdoes uploading packages still not give karma?15:38
quadrisproRainCT, ah, debian/dirs... can I drop it?15:38
RainCTquadrispro: probably15:38
RainCTbddebian: "bouncy the hungry rabbit"? WTF? :P15:38
ScottK-laptopRainCT: No.15:39
RainCTwell, at least PPAs are signed now :)15:39
RainCTScottK-laptop: you must be happy :P15:39
bddebianRainCT: It's a goofy game.  I haven't done an upload directly to Ubuntu in quite a while :(15:40
RainCTScottK-laptop: btw, I'm felling Launchpad's slowness too, now :P15:40
RainCTand REVU is extremely fast :D15:41
quadrisproRainCT, ok, removed header comments from manpage15:46
quadrisproand the last uploaded orig.tar.gz comes from upstream, not svn :)15:47
AnAntHello, if I am making a new package for Ubuntu , what should I include in the ITP bug ?15:52
JontheEchidnaUsually a short description of the software and a link to the software's home page are fine^15:58
AnAntHello, if I am making a new package for Ubuntu , what should I include in the ITP bug ?15:59
JontheEchidna[10:52:49] <AnAnt> Hello, if I am making a new package for Ubuntu , what should I include in the ITP bug ?15:59
JontheEchidna[10:58:31] <JontheEchidna> Usually a short description of the software and a link to the software's home page are fine^15:59
AnAntis there a URL than can help ?15:59
* JontheEchidna looks for a wiki page16:00
JontheEchidnahttps://wiki.ubuntu.com/UbuntuDevelopment/NewPackages See "Request a new package for ubuntu"16:01
AnAntthanks16:01
quadrisproand now I've removed debian/dirs :)16:03
quadrisprothe package should be ready16:03
=== Richie is now known as WelshDragon
RainCTPOX: Hey. Can you please upload lp:~ubuntu-dev/screenruler/debian to Debian? (before you ask, "unstable" in debian/changelog is right, I'll ask for an exception).16:49
* ScottK-laptop gets some popcorn to watch POX do bzr.16:50
RainCThehe16:50
Laneyunstable doesn't have to mean destined for lenny16:50
* quadrispro waiting for a feedback on uck :)16:51
RainCTLaney: no, but it's bad to use "unstable" if you don't want to get it into lenny, as then you can't release fixes for lenny if you need to (well, of course you can, build you'd have to undo the changes first)16:51
ScottK-laptopRainCT: No.  There's another path to Lenny.  lenny-proposed-updates I think.16:52
LaneyRainCT: That's why testing-prop16:52
Laney^16:52
RainCToh, cool16:52
ScottK-laptopIt's just less ideal because things get less tested there.16:52
* RainCT learns something new every day (TM) :)16:53
LaneyHaving a frozen unstable is suboptimal for us IMHO16:54
=== nhandler_ is now known as nhandler
RainCTLaney: there's experimental16:58
LaneyRainCT: Which doesn't get autosynced16:59
Laney(and shouldn't)16:59
pochuso help fixing RC bugs :P16:59
LaneyYeah, but that's not the real point17:01
LaneyThere's a thread on debian-devel about this now anyway17:01
mrooneyHmm, how can I figure out why my package doesn't show up on REVU17:29
mrooneymy dput revu seems to have gone fine last night17:30
jpdsmrooney: Which package?17:34
mrooneyjpds: hey! :)17:35
mrooneyjpds: it's wxbanker17:35
jpdsIt's in the rejected folder.17:35
jpdsmrooney: You don't appear to have an GnuPG key on Launchpad.17:36
jpdsmrooney: You'll have to register it at: lp.net/~you/+editpgpkeys and login to REVU again.17:38
jpdsThen I can move the upload back into the queue.17:39
mrooneyjpds: thanks, it should be registered and confirmed now17:50
jpdsmrooney: Relogged in to REVU?17:50
mrooneyjpds: yes, just now17:51
jpdsmrooney: OK; moved .changes file back into processing queue. It should appear on the site shortly.17:52
mrooneyjpds: thanks for your help!17:52
jpdsNo problem.17:52
mrooneydid you enjoy UDS, by the way?17:53
jpdsYeah, great time. :)17:53
jpdsSorry, have to run now. See you all later.17:54
nhandlerI just want to verify, for normal uploads to universe/multiverse, is a bug report a requirement?17:56
ScottKnhandler: No.17:57
nhandlerThanks ScottK.17:57
ScottKnhandler: That only comes into play later if there's some kind of featur freeze in place it trips over.17:57
=== udienz- is now known as udienz
xtophesiretart: hey18:44
xtophesiretart: would be great if you could tag debian-0.9.8a-1 in bzr for vlc18:46
xtophesiretart: hmm or is it my fault as i forgot to tag in svn ?18:47
quadrisprosebner: yu-hu!19:16
quadrisprosebner -> http://revu.ubuntuwire.com/details.py?package=uck, it's waiting for you :)19:16
sebnerquadrispro: :P , I haven't forgotten it. just wait 1-2 hours19:16
quadrisprosebner: I can wait without any problem, I'm going to have a dinner with "un bel piatto di pasta" ;)19:17
sebner^^19:17
sebnerhf19:17
quadrisprosee you!19:18
mrooneyif anyone wants to help me out and review wxbanker, I'd love it :) It should be fairly simple, just cdbs for a python app already using distutils19:21
rrittenhouseI had to add some packages to the depends field in the control file for a package. I run debuild -S and sign the packages. I then run debdiff $(ls *.dsc) > debdiff.patch but my patch file isn't "right". Any suggestions? debdiff @ http://pastebin.com/m411c31a620:31
rrittenhouseAt first it was like this: http://pastebin.com/d1c0970b But I wanted to change where I put the LP bug tag20:34
nhandlerrrittenhouse: Why are you using $(ls *.dsc)? I would recommend actually specifying the .dsc files to use20:34
vorianoh no! its a rrittenhouse20:35
rrittenhouseSorry. This is only my second package I've touched. Thats just what I was told to use when I was learning, sorry.20:35
rrittenhousevorian, hows it going? :)20:35
vorianexcellento20:36
vorianyou?20:36
vorianare ye diving into the world of MOTU?20:36
rrittenhousetrying to :D20:36
vorianawesome!20:36
rrittenhouseGotta do something while i'm at work, right? ;) ;)20:36
vorianhehe20:36
rrittenhouseI just keep mucking up the debdiff for some reason.20:36
vorianwhat's in the dir?20:39
vorianyou just need to specify ' debdiff old_version.dsc new_version.dsc > new_version.debdiff '20:40
rrittenhouseI did, actually.20:40
rrittenhouseIt acts like its putting the stuff in the debdiff twice20:41
vorianhrm20:41
rrittenhouseThe first time running it: http://pastebin.com/d1c0970b It *worked* but I wanted to move the LP# up 1 line20:41
rrittenhouseNow: http://pastebin.com/m411c31a620:42
vorianyou could edit the first diff20:44
rrittenhouseI could! I just wonder why the second time around it duplicates the info.20:44
rrittenhousehehe20:44
serialorderrrittenhouse: looks like the second one is the fir diff you made20:59
serialordernotice the file is --- kino-1.3.0.orig/debdiff.patch20:59
serialorderanybody care to give me some packaging advice for this? https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/30830221:03
ubottuLaunchpad bug 308302 in eclipse "Please merge eclipse 3.2.2-6.1 (universe) from Debian unstable" [Undecided,In progress]21:03
MajostDoes anyone happen to know if there is a 'proper' way to create a pid file for an init script when a daemon application doesn't generate one on its own?21:13
Majostor at least a recommended practice. heh21:16
serialif a package fixes a security vulnerability and Ubuntu Security Team is subscribed do I still need to subscribe ubuntu-universe-sponsors?21:51
DRebellionsebner, thanks for the advocation :D21:55
sebnerDRebellion: np21:55
sebnerDRebellion: now go and find someone else to ACK and upload or complain :P21:56
DRebellionNow looking for a second advocation for cifer: http://revu.ubuntuwire.com/details.py?package=cifer , anybody care to help?21:56
keesserial: generally not. does it have a patch?22:03
keesserial: (which bug # is it?)22:03
serialkees: its a merge22:04
serialkees: https://launchpad.net/bugs/30983722:04
ubottuError: This bug is private22:04
keesserial: the first step would be to make it public so people can see it at all.  :)22:06
mrooneypersia: I cdbs'd my python distutils app, wxbanker, want to review it? :)22:07
=== serial is now known as serialorder
keesserialorder: also, it's not really a merge because Debian unstable doesn't have the fix yet22:08
serialorderhmm I got it from MoM22:08
keesserialorder: 0.60.1-2.1 seems to fix it.22:09
kees(in unstable)22:09
keesbut the changelog in the bug is confusing.  :)22:09
keesserialorder: if you can re-merge against 0.60.1-2.1 and mark it "in progress", it'll get uploaded.  since this is for jaunty, sub'ing ubuntu-universe-sponsors works too22:10
serialorderkees: ok22:11
et3I updated the bug report on a new package and I need someone whom evaluates packages look over it.22:46
et3it can be found here: https://bugs.edge.launchpad.net/ubuntu/+bug/30792822:47
ubottuLaunchpad bug 307928 in ubuntu "[needs-packaging] md4sum hash utility requests to be added" [Wishlist,Incomplete]22:47
=== gouki_ is now known as gouki
serialorderkees, ping23:03
keesserialorder: sup?23:05
serialorderkees: re courier-authlib  0.60.1-2.1 and 0.61.0-1+lenny1 fix two different sql injection attacks23:06
nelleryLutin: Hi, are you planning on doing the babel merge?23:07
serialorderi checked and the vulnerability patched by  0.61.0-1+lenny1 is present in  0.60.1-2.123:08
whitesid is still vulnerable i think23:09
keesserialorder: ah! okay, in that case we should wait for courier-authlib to reach unstable with that fixed, then merge23:09
whiteyes, sid is vulnerable to the PGSQL injection23:09
whitenot the MYSQL one23:09
whiteit has the patch for the older issue, not for the one that just became public23:09
whitemerging from testing-security (or testing-proposed-updates) should do the trick for ubuntu, if that is possible23:10
whitehope this helps :)23:11
keesserialorder: if your goal is to fix it in jaunty, it would be easiest to wait for the fix to hit Debian unstable.  if you want to fix it for intrepid and earlier, the fix from testing-security should be applied, following https://wiki.ubuntu.com/SecurityUpdateProcedures23:12
=== `Chris_ is now known as `Chris
serialorderdoes the ubuntu wiki  remind anyone else of Borges' short story The Library of Babel23:17
whitekees: any luck regarding java? :)23:19
keeswhite: not yet. doko has an update prepared, so I was going to dig through that and see if I could start mapping them to CVEs23:20
whiteah ok23:24
MajostI have a deamon which is forking itself when launched and then the parent process' die... so I am not sure how to get start-stop-daemon to see the active PID when its done23:29
Majostand it doesn't create a pidfile either. heh23:29

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