/srv/irclogs.ubuntu.com/2009/06/20/#ubuntu-motu.txt

=== effie_jayx_ is now known as effie_jayx
=== test is now known as _iron
=== _iron is now known as ___iron
LCID_FireHi. Could anyone tell me why git-buildpackage does not produce a orig.tar.gz?01:19
=== lukjad007 is now known as ShadowChild
stefanlsdIm not unable to subscribe u-u-s. Anyone else having that issue?03:15
Hobbseedirecthex: just filter that guy out.  That'll save you a lot more headaches.04:04
Hobbsee(but yeah.  agh, not again)04:04
=== nhandler_ is now known as nhandler
AnAntHello05:27
quentusrexis it possible to build binary packages for hardy, intrepid and jaunty? easily?06:42
quentusrexI have a source package that builds for each one, but so far I have had to copy it to 3 different machines to build the binary.06:42
ScottKThis is pretty easy to do with pbuilder.06:47
=== bluesmoke_ is now known as Amaranth
=== fenris- is now known as e-jat
=== ShadowChild is now known as lukjad007
=== jcfp is now known as Guest41522
=== Guest41522 is now known as jcfp`
=== jcfp` is now known as jcfp
LCID_FireCould someone answer the following question - I have the sourcecode of an application without any build files - for the debian package I added autotools build to the app. Now when I generate the source package (and orig.tar.gz), what should it contain: 1. the original application sourcecode 2. the full debianized sourcecode11:39
LCID_Fire)11:39
LCID_Fire?11:39
lifelessa) you shouldn't be generating the orig.tar.gz; that should come from the upstream.11:41
lifelessb) the diff, naturally, should contain all changes you have made, in some form.11:41
LCID_FireI have a git branch where the original sourcecode resides - and another one where the changes are done - but it just can't get the source package to be generated11:45
LaneyLCID_Fire: are you the upstream developer?12:02
LCID_FireLaney: nope - I'm the idiot who tried to build a debian package12:03
Laneyok so you shouldn't modify their releases12:03
LCID_FireLaney: clarify "modify their releases"12:03
Laneythe unmodified upstream source should be in the orig12:03
Laneyand your changes in the diff12:04
LCID_Firethat's pretty much how the branches are setup in my git repo - but git-buildpackage keeps screwing it...12:05
Laneyyou should have a master and an upstream branch12:06
Laneyupstream is just the unpacked tarball12:06
Laneyand master is that + debian/ + your changes12:06
Laneymaster is merged from upstream12:06
LCID_Fireyep - it seems to me like git-buildpackage does not now what to use as orig source12:07
Laneymaybe you need pristine-tar too?12:07
Laneyhyperair knows more about this than me, he can probably help better12:07
LCID_Fire?12:07
LCID_Firehyperair always helps :)12:08
lifelessLCID_Fire: this has _nothing to do with branches_12:08
Laneyhe is the master of git12:08
lifelessLCID_Fire: the upstream *tarball* is what matters.12:08
lifelessLCID_Fire: as for git specific stuff, I can't help sorry.12:08
LCID_Firelifeless: the tarball does not matter if you build from scm12:08
lifelessLCID_Fire: for debian and ubuntu packages, it does.12:08
LaneyLCID_Fire: paste the output of git-buildpackage -S12:09
LaneyOrig tarball 'agda_2.2.2.orig.tar.gz' not found at '../tarballs/'12:10
Laneypristine-tar: successfully generated /home/laney/dev/debian/packaging/build-area/agda_2.2.2.orig.tar.gz12:10
Laneythat's what happens with one of my git packages12:10
LCID_Firelifeless: the point is that orig.tar.gz is to be GENERATED out of git - but it isn't :(12:11
Laneywhere did the upstream sources come from in the first place?12:11
lifelessLCID_Fire: if you're not using pristine_tar, it cannot be created from git.12:11
stefanlsdIm not unable to subscribe u-u-s. Anyone else having that issue?12:11
Laneyis there a release at all?12:11
lifelessLCID_Fire: or any other VCS12:11
LCID_FireLaney: sourceforge - http://sourceforge.net/project/showfiles.php?group_id=17150512:12
LCID_Firelifeless: I don't even know what pristine_tar is12:12
lifelessLCID_Fire: then just download the original tarball, name it correctly, and away you go.12:12
LCID_Firelifeless: it's zip ;)12:13
lifelessLCID_Fire: ugh. Well you'll need to repack it, but do that once.12:13
Laneyuscan can do this with --repack (I think for .zip)12:15
LCID_Firelifeless: but to maintain it - I need it to be generated - I'm not in the mood to manually create the orig.tar.gz every time there is a release12:15
LaneyLCID_Fire: please stop that huge paste if you can12:15
Laney:(((12:15
LCID_FireLaney: done12:15
Laneythanks12:15
Laneypastebin would be easier to read12:15
LCID_FireLaney: on my xchat it's pretty good to read12:16
lifelessLCID_Fire: then don't maintain this package, or get upstream to start generating tarballs.12:16
Laneyso, what you want to write is a watch file12:16
Laneyand then a get-orig-source file which calls uscan --repack12:16
lifeless*someone* somewhere has to put the orig source into a tarball for ubuntu packages.12:16
LCID_Firelifeless: that's the point of git-buildpackage - it SHOULD do the work (at least it is advertised)12:17
Laneyno12:17
LCID_FireLaney: I have no idea what you are talking about, sorry12:17
lifelessLCID_Fire: thats not the point of git-buildpackage12:18
LaneyLCID_Fire: then you should find out12:18
LCID_Fireyes it is: please read "man git-buildpackage"12:18
lifelessLCID_Fire: its point, like that of svn-buildpackage, bzr-buildpackage etc etc is to allow better granularity in maintaining the delta that makes up the packaging data & bugfixes that are needed to package the software12:19
LCID_Firelifeless: you're right - but the manpage also says: "Build an orig.tar.gz if it doesn't exist."12:19
lifelesspristine-tar does allow putting *an existing* orig.tar.gz into a VCS and reconstructing it later.12:19
LCID_Firelifeless: I did this with git-import-orig12:20
Laneyactually gbp does let you do this without pristine-tar, but it isn't idempotetnt12:20
Laneyagda_2.2.2.orig.tar.gz does not exist, creating from 'upstream/2.2.2'12:21
lifelessright, which makes it unsuitable for collaborative maintenance12:21
LCID_Firefor whatever reason this does not work for me12:21
LCID_Firelifeless: why?12:22
lifelessbecause SHA112:22
LCID_Fireshouldn't it work when everyone is using git?12:22
lifelessno12:23
lifelessas Laney says its not idempotent12:23
Laneyhe means it generates a different tarball each time it's run12:23
Laneythis is the problem that pristine-tar fixes12:23
lifelessbesides which, many people use other VCS's than git12:23
hyperairLaney: LCID_Fire you called?12:24
Laneyit's alright12:24
Laneybut, good morning!12:24
LCID_Firehi12:24
LCID_Fireso the way gbp works is actually a bug?12:25
LCID_Firebtw: just found http://juliank.wordpress.com/2008/02/04/experiences-with-git-and-pristine-tar/12:27
Laneythis is pretty much what we said12:28
LCID_Firethe interesting thing is - the patch was submitted - but pristine is not a dependency of git-buildpackage...12:29
Laneyit's only optional12:30
LCID_FireI still don't get why it isn't generating orig.tar.gz12:34
Laneyif you pasted the output that I asked for we could take a look12:34
Laneyto a pastebin(!)12:34
LCID_Firenp - you just have to wait till I google pastebin12:35
Laneywww.pastebin.com12:35
LCID_Fireinteresting - it's on http://pastebin.com/d4617b69912:38
Laneythis isn't the whole output12:41
LCID_Fireit is the output of "git-buildpackage -S -sa --git-pristine-tar > ../build.txt"12:42
Laneyremove those other options12:42
LCID_Fireso just using -S?12:43
Laneyyou're telling it explicitly to use git-pristine-tar there12:43
Laneyep12:43
Laneyyep12:43
LCID_Fireok12:43
LCID_Fireupdated: http://pastebin.com/d1848a59412:46
Laneyoh12:48
Laneyyou've made a native package12:48
Laneyyou need to make the version 7.1.2-0ubuntu112:48
LCID_Firehow do these last 2 statements link?12:49
Laneyhttp://people.debian.org/~mpalmer/debian-mentors_FAQ.html12:50
Laneycheck the FAQ about native packages12:50
LCID_Fireand why isn't it telling me this conclusion when I'm building?12:51
Laneybecause it doesn't know that this isn't what you want12:52
LCID_Firebut it should at least tell me what it does and what it thinks that I want12:52
Laney#12:53
Laneydpkg-buildpackage: source only upload: Debian-native package12:53
LCID_FireLaney: this line is as good as saying nothing - it just helps if you already know what you have to do - which is what debian packaging seems to be aimed at12:54
Laneyright, these are tools for developers to use in their daily work12:57
Laneydocumentation and help forums such as this are for learning how they work12:57
LCID_FireIn former times I wondered why so much software is not packaged for debian - now I know12:58
Laneyit's really not bad if you read some documentation12:59
LCID_FireI read a LOT - but you can't read everything there is to packaging - they hardly make a clear point13:00
Laneycomplaining to me isn't going to help anything13:00
Laneyyou have this place to ask specific questions13:00
Laneyand then you can help to improve the documentation13:00
LCID_FireI know - but I have to get all the anger out of my system ;)13:00
LCID_Firebesides I'm now stuck with "dpkg-source: unrepresentable changes to source" (seems to be related to autotools) - I'm getting further in babysteps13:02
LCID_Firebut for now - thanks a lot - would have never figured these things out without you guys13:02
=== lukjad007 is now known as ShadowChild
dupondjeHello, I'm working on https://bugs.edge.launchpad.net/hundredpapercuts/+milestone/round-115:17
dupondjeI fixed a bug now, but how & where do I upload it ?15:17
RainCTdupondje: which bug is it?15:23
dupondjehttps://bugs.edge.launchpad.net/bugs/5721015:24
ubottuLaunchpad bug 57210 in nautilus "Search button does not toggle search field" [Wishlist,Triaged]15:24
RainCTdupondje: In this case it'd be best to get the fix directly into GNOME.15:25
dupondjeRainCT: but isn't it to late then to get it into Karmic ?15:26
RainCTdupondje: but it seems like someone has already provided a patch there15:26
dupondjeyea, not working + outdated15:26
RainCTdupondje: No, not if it gets into GNOME in time. Karmic will ship with the next GNOME release.15:27
dupondjeok15:27
masterkernelhello15:38
masterkernelhow do I request that a program be packaged?15:39
hyperairmasterkernel.. you the one packaging kernelcheck?15:39
masterkernelyes15:39
hyperairanyway you file a needs-packaging bug in ubuntu15:39
masterkernelthe problem is that I want to remain anonymous15:40
hyperairyes, i noticed.15:40
hyperairyou could use a false alias ;)15:40
hyperaira real sounding false alias15:40
masterkernelJohn Smith15:40
hyperairheheh15:40
hyperairdon't quote me on that15:40
masterkerneli wont15:40
hyperairsome people will grill me i'm sure15:40
hyperairthe channel's logged anyway, so whoops =p15:41
Nafalloand keep lurkers ;-)15:41
masterkerneli attempted to try to get other people to do it for me but no one's picked it up thus far15:41
masterkernel*package it15:41
nhandlerRainCT: I just saw your pull-revu-source request. I have been thinking about that for a while. Instead of allowing users to pull from different versions of Ubuntu/Debian, they could pull different uploads of that package by specifying a date/upload id15:42
hyperairmasterkernel: poke around in #ubuntu-kernel, maybe someone will be interested enough.15:42
masterkernelgood call15:42
hyperair=)15:43
hyperairi'm past my kernel compiling days, or so i'd like to say15:43
hyperairbecause the kernel just works for me, and my notebook overheats and shuts down if i compile something that big15:43
hyperairotherwise i'd package it15:44
hyperairi think it's a good idea to get it into debian and let it get synced into ubuntu though15:44
hyperairthat way more people benefit from the package15:44
* hyperair pokes masterkernel 15:44
masterkernelI would ask the co-author to do it but i don'15:44
ivokswhat's kernelcheck?15:44
masterkernelt think he knows much about packaging15:45
masterkernelhttp://kcheck.sourceforge.net/15:45
ivoksyeah, i'm looking at the page15:45
ivoksah... found it15:45
hyperairi think it's something that downloads the up to date kernel sources15:45
hyperairand compiles it15:45
hyperairafter applying the ubuntu patch15:45
hyperairbasically a GUI for it15:45
masterkernelI should update the description on the homepage -- not very informative15:46
ivoksurgh...15:46
=== freeflyi1g is now known as freeflying
hyperairhmm come to think of it, there was someone who posted those awesome guides on ubuntuforums by the name Master Kernel. is that you?15:46
masterkernelyeah15:46
ivoksmasterkernel: it's not easy to find, actually :)15:46
hyperairmasterkernel: how come you didn't just call the project kernelcheck?15:46
hyperairmasterkernel: like kernelcheck.sf.net instead of kcheck15:46
ivoksso, it breaks all tools that dpends on specific version of modules?15:46
masterkernelI'm not really sure15:47
masterkernelthat would be logical15:47
RainCTnhandler: I don't use those tools so I have no comment on that (the request was from porthose, I only marked ubuntu-dev-tools as affected because he filed it against REVU).15:47
masterkernelivoks: ?15:47
ivoksmasterkernel: there are tools in linux distributions that depend on specific versions of modules15:48
hyperairwhat tools?15:48
ivoksi'm just trying to figure out what this kernelcheck actually is :)15:48
ivoksdrbd, kvm...15:49
ivoksmostly kernel stuff15:49
ivokserrr... server :)15:49
masterkernelI haven't seen any breakages in my compilations - and with dkms they seem to compile right with every new kernel15:49
masterkernelapart from nvidia/ait15:49
masterkernel*ati15:49
ivoksright, dkms would help15:50
dupondjeRainCT: I added patch to the Gnome bug, what should I do with the launchpad bug ?15:50
hyperairdoesn't nvidia use dkms too?15:53
ivoksthey do15:53
ivoksand should work15:53
masterkernelit's broken other than ubuntu-specific kernels15:53
masterkernelproblems with nvidia-common15:54
masterkernelso I always have to use the binary package15:54
* RoAkSoAx says hello15:56
RainCTdupondje: just leave a note saying that there's a patch in bugzilla15:57
dupondjeok15:57
RainCTdupondje: maybe you can get someone to look at it on #gnome-love (server irc.gnome.org)15:57
dupondjedone :D15:58
dupondjethx15:58
masterkernelubuntu-kernel seems inactive15:59
RoAkSoAxivoks, heya master how's it going16:03
ivoksok16:03
ivoksyou?16:03
RoAkSoAxivoks, tired :) just woke up xD16:03
RoAkSoAxivoks, do you have little time to help me out with something?16:04
ivokssure16:04
RoAkSoAxivoks, ok, I've worked with: https://bugs.launchpad.net/ubuntu/+source/passenger/+bug/382539 and I have some doubts on the lintian warnings that are listed there in the comment16:05
ubottuLaunchpad bug 382539 in passenger "Please upgrade passenger from 2.0.3 to 2.2.2" [Undecided,Incomplete]16:05
ivoksok16:06
RoAkSoAxivoks, the first warning is related to that ${misc:Depends} is not use. I was wondering. what is ${misc:Depends} used for, and if it's necessary in my case??16:06
maxbIt is used by miscellaneous components of debhelper to insert various boilerplate dependencies16:09
ivokssorry, wasn't here for a moment16:10
maxbIt simply means you need to include ${misc:Depends} in your package's Depends: line.16:10
ivoksright, misc:Depends is needed so that package pulls some packages it needs16:11
ivoksman debhelper16:11
maxbIt's pretty minor, only very few debhelper commands insert anything there16:11
ivoks   Automatic generation of miscellaneous dependencies.16:11
ivoksRoAkSoAx: what comaptibility is that? (debian/compat)16:12
RoAkSoAxivoks, 616:12
ivokssince 4, there should be ${misc:Depends}16:12
ivoksjust put it :D16:14
RoAkSoAxivoks, oh i see. what about this warning: passenger source: maintainer-script-lacks-debhelper-token debian/postinst. Does that mean in debian/libapache2-mod-passenger.postinst ¿? because if it's so, the token is there16:14
ivoks#DEBHELPER#16:15
ivoksyou should have that at the end of the file16:15
ivoksdebian/postinst16:16
ivoksand debian/prerm16:16
RoAkSoAxivoks, like this: http://pastebin.ubuntu.com/200119/ ?16:17
ivoksjust at the end of the file16:17
RoAkSoAxivoks, this changes should be in the changelog right?16:18
ivoksall changes have to be in changelog - that's why it's called changelog16:19
RoAkSoAxivoks, and what about the last warning. Should I bump Standards Version ?16:19
ivokssure16:20
RoAkSoAxivoks, done. So, why is lintian still showing the warnings after the changes have been made?16:24
ivoksthe same warning?16:25
RoAkSoAxivoks, i know what's worng. never mind... btw.. if in debian contrl i have a package-doc whicuh install the documentation. should it also have the Depends?? it should right?16:27
RoAkSoAxI mean, it shouldn't since it's just documentation16:27
directhexpopey, didn't you know "doing something I didn't ask for" is the same thing as "ticking a box in a dialog box to explicitly do something"?16:28
maxbNB you only bump Standards-Version because the package isn't in Debian at all16:28
popeydirecthex: :)16:29
ivoksRoAkSoAx: does it depend on anything?16:29
directhexpopey, i like how a Certain Blog is accusing keybuk of orchestrating a whisper campaign16:29
RoAkSoAxivoks, no, so it should not be used16:29
popeyoh dear16:29
RoAkSoAxivoks, btw.. the #DEBHELPER# token should be *only* in debian/postinst debian/prerm or in libapache2-mod-passenger.prerm libapache2-mod-passenger.postinst aswell ?16:30
directhexpopey, due to his response in that thread, where he implies an endless source translation might get boring for its developer at some point16:30
ivoksRoAkSoAx: in all *inst and *rm scripts16:30
RoAkSoAxivoks, ok cool16:30
ivoksRoAkSoAx: you should have misc:Depends for -doc16:31
=== effie_jayx_ is now known as effie_jayx
popeydirecthex: I tire immensely of the whole m ono thing, you must be made of sterner stuff16:32
directhexpopey, i was genuinely distraught last weekend at some of the hate against me on linuxtoday16:33
RoAkSoAxivoks, ok this is -doc package: http://pastebin.ubuntu.com/200125/16:33
popeydirecthex: :( Sorry to hear that. We (Linux community) are our own worst enemy sometimes. It's so destructive.16:33
ivoksRoAkSoAx: you should have misc:Depends for -doc16:34
RoAkSoAxivoks, just misc:Depends ?16:34
popeydirecthex: Just remember there's a boatload of people out here who really appreciate the good work you do.16:34
ivoksRoAkSoAx: Depends: ${misc:Depends}16:34
directhexpopey, my spirits were lifted enormously by a blog post from David Schlesinger, the guy on u-d-d who had his bos contacted in an effort to have him fired16:35
=== effie_jayx is now known as keffie_jayx
RoAkSoAxivoks, i meant, just misc:Depends and not shlibs:Depends. And, why should it be there ?16:35
popeydirecthex: url? not seen it.16:35
directhexpopey, it'd be nice not to have people like [REDACTED] comparing my work to cancer. that'd be a good start16:35
directhexpopey, http://opensourcetogo.blogspot.com/2009/06/when-zeal-becomes-zealotry-tawdry-tale.html16:35
directhexpopey, it gets extra epic in the comments16:35
ivoksRoAkSoAx: read man page; i'm not going to repeat the stuff i said 5 minutes ago16:35
popeyI am off out for the night, bookmarked for bedtime reading ;)16:36
RoAkSoAxivoks, ok sorry16:37
RoAkSoAxivoks, thanks for your help.16:39
ivokssure16:40
masterkernelso should I just file a bug under needs-packaging and hope someone picks it up?16:48
directhexmasterkernel, unless it's an app made from awesome and win, requiring little work, the chances of someone doing it for you are not huge16:57
directhexmasterkernel, but you never know16:57
masterkerneleven if I have all the debian/ files ready?16:59
directhexin that case, you don't file a needs-packaging bug, you upload the source package to REVU16:59
joaopintodirecthex, from my reading of the new package wiki you always need a needs-packaging bug, that's the one you close on the changelog17:08
hyperairdirecthex: the issue is that masterkernel wants to remain anonymous.17:09
masterkernelhyperair: looks like it's possible - http://lists.debian.org/debian-devel/2009/06/msg00601.html17:09
lesshastehi all17:10
masterkernelhyperair: it's getting the sponsor to accept responsibility thats going to be tough17:10
hyperairheh17:10
joaopintoodd request17:15
joaopintomasterkernel, what app is it ?17:20
masterkerneljoaopinto: kernelcheck, i'll give you the link to the deb source in a sec17:21
LCID_FireHi - the bugger is back again ;)17:22
masterkerneljoaopinto: http://mentors.debian.net/debian/pool/main/k/kernelcheck17:22
joaopintomasterkernel, if I am not mistaken there is already a ppa to get the latest upstream kernel, I don't see much value on such app for ubuntu17:22
masterkernelcheck out the doc link - it shows screenshots of the program: http://kcheck.sourceforge.net/pool/Documentation-Lumen.pdf17:24
masterkerneland kernelcheck lets you customize the kernel - it's not just some generic kernel you can download17:24
masterkernelit helps with hardware incompatible with the generic kernel, or modding the bootscreen, speeding up boot time and such17:25
joaopintook17:26
LCID_Firewhen dpkg-source complains it means the difference between the orig.tar.gz and the debian changes, right?17:26
joaopintomasterkernel, looks good :)17:26
hyperairLCID_Fire: depends on what it complains about really17:30
LCID_Firehyperair: error: cannot represent change to some.png: binary file contents changed17:30
hyperairheheh17:31
hyperairright17:31
hyperairyes17:31
hyperairdifference between orig.tar.gz and debian changes17:31
hyperairquestion. some.png is inside or outside of debian/?17:31
LCID_Fireoutside17:31
hyperairthen don't change it!17:31
hyperairjust leave it as it is!17:31
LCID_FireI pretty much cannot - the original directory structure is pretty messed up17:32
joaopintoLCID_Fire, you are not expected to cleanup original directory structure as part of the package building :P17:32
LCID_Firejoaopinto: it's a dirty job, but someone has to do it ;)17:32
joaopintowhy not send that to upstream and request a new clean orig ?17:33
=== WelshDragon is now known as YDdraigGoch
LCID_Firejoaopinto: because the developer is not too much into contribution - besides he doesn't care too much because he doesn't have to on windows17:34
LCID_Fireall: basically in order to get debian to work I have to leave every file in it's place?17:35
joaopintoLCID_Fire, or you repack the original tarball, which is not very common17:36
LCID_Fireoh boy17:36
joaopintoand needs a strong reason17:36
LCID_Fireok, I'll look into whether restructuring again might be an option17:37
LCID_Firebtw: how should one properly handle the deletion of a file being present in the orig.tar.gz?17:38
joaopintoLCID_Fire, you should not delete files from .orig.tar.gz17:39
LCID_Firejoaopinto: e.g. a compile script that I don't use!?17:40
joaopintojust don't install them, or remove from the installation target17:40
LCID_Fireand I do this by???17:40
joaopintoLCID_Fire, let me try to be very clear, .orig = original source17:40
LCID_Firejoaopinto: so you mean keep it in the sources but ignore!?17:41
joaopintojust because you don't need it or dont use it, it is still part of the original source17:41
joaopintoyes17:41
LCID_Fireok - that will be one messy source package17:41
joaopintoif you need to "fix" the script, use a patch, if you don't just leave it there17:41
LCID_Fireso - a lot of work ahead - but thanks for now guys :)17:42
ivokshow should /etc/modprobe.d/dkms.conf be utilized?17:48
ivokssuperm1: here?17:48
dennisHello everybody18:23
RoAkSoAxHeya guys can someone still work with FTBFS and missing dependencies after the Debian Import Freeze?18:23
ivoksRoAkSoAx: of course18:24
ivoksRoAkSoAx: development doesn't stop with dif18:24
nhandlerRoAkSoAx: The only thing that really happens after DIF is the auto-syncs from Debian stop18:25
dennismy question is: Where to put arch dependent libs best, if I don't want to package them themselves, their part of an application18:25
RoAkSoAxnhandler, what about merging and syncing new upstream versions?18:25
nhandlerRoAkSoAx: Those can continue18:28
RoAkSoAxnhandler, till when?18:28
masterkernelI filed a needs-packaging bug on launchpad: 389946 and uploaded the package to revu. now I need 2 Ubuntu developers to sign & review it, correct?18:29
nhandlerRoAkSoAx: It isn't really until FF where you need to start worrying about getting exceptions and stuff like that18:29
RoAkSoAxnhandler, which is on August 27th?18:30
nhandlerYes RoAkSoAx18:31
RoAkSoAxnhandler, and after FF people start concentrating on bug fixing right?18:31
nhandlerRoAkSoAx: Correct. Bug fixes, important changes, and stuff that brings us closer to releasing a great Ubuntu ;)18:32
RoAkSoAxnhandler, ok cool :) that cleared my doubts18:33
RoAkSoAxthanks for your help18:33
dennis*push*: Where to put arch dependent libs best, if I don't want to package them themselves, their part of an application18:34
nhandlerYou're welcome RoAkSoAx18:34
dennisor the other way around, am I allowed to copy libs to /usr/lib or /usr/lib64 in my package wich is not a lib...-package?18:36
hansolo669hello when i try to bzr push it give me the error:      "bzr: ERROR: Cannot lock LockDir(http://bazaar.launchpad.net/%7Emythbuntu-documentation/mythbuntu/documentation/.bzr/branch/lock): Transport operation not possible: http does not support mkdir()"  i have run "bzr launchpad-login callum1234moo-live"(my launch pad name(user name is hansolo669)) and it looks like it workd but then still give the error. i have18:39
hansolo669changed launch  pad name to hansolo66918:43
dennisnobody online who knows where to put it and whether I am allowed?19:10
mrooneyany motu want to mentor me for a few minutes on building a nautilus package from a nautilus branch in git? I have the branch checked out, and the apt-get source of nautilus, I'm just not sure how to merge them19:20
nellerymrooney: here's a MOTU video which details upgrading packages http://www.youtube.com/watch?v=JJzM2LNOtWU19:24
mrooneynellery: ahh thanks that sounds functionally equivalent perhaps19:25
nellerymrooney: and words to go along with it https://wiki.ubuntu.com/PackagingGuide/Recipes/PackageUpdate19:26
=== ShadowChild is now known as lukjad007
=== emgent_ is now known as emgent
masterkernelI filed a needs-packaging bug on launchpad: 389946 and uploaded the package to revu. now I need 2 Ubuntu developers to sign & review it, correct?20:47
RainCTdirecthex: Hey. Can you take a look at bug #350203?  Seems like it needs /usr/lib/libgdk-x11-2.0.so from libgtk2.0-dev to run, but that doesn't seem right?20:48
ubottuLaunchpad bug 350203 in youtranslate "crash on starting on intrepid" [Low,Confirmed] https://launchpad.net/bugs/35020320:48
RainCTmasterkernel: Yes. Your best chance to get it reviewed quickly is asking here from time to time (but not too often as that would have the opposite effect ;)). Especially on Fridays as then it's "REVU Day".20:49
masterkernelRainCT: thanks. will you do it? :)20:49
directhexRainCT, your assessment seems correct. sounds like incorrect use of p/invoke to me20:50
directhexyTTrayLib.cs:[DllImport ("gdk-x11-2.0")]20:51
RainCTmasterkernel: As a start, look at the Warnings REVU gives you on http://revu.ubuntuwire.com/p/kernelcheck; also please limit the description of the package to a technical (but understandable) description: it's not the right place to mention whether it's based upon a forum thread or who the authors of the original app are (this later information could go into debian/copyright)20:51
masterkernelRainCT: thanks, will do20:52
directhexRainCT, i'll pastebin a fix. too busy to upload myself20:54
RainCTdirecthex: great, thanks20:54
directhexhttp://paste.ubuntu.com/200266/20:55
RainCTdirecthex: Oh, so easy? Thanks!20:56
directhexRainCT, mono tries a few values for remapping when given a dllimport - but it does NOT try adding a SONAME version20:57
directhexRainCT, which is why it resolves "gdk-x11-2.0" to "libgdk-x11-2.0.so" but not to "libgdk-x11-2.0.so.0"20:57
directhexbasically "foo" is assumed to be interchangeable with "foo.dll" as per the spec, and mono remaps "foo.dll" to "libfoo.so" automatically20:58
dtchensuperm1: apologies for the delay in answering your e-mail; i'll address some points tomorrow21:09
vadi2What is the preferred format for ubuntu packages - debhelper or cdbs?21:50
RainCTvadi2: That depends who you ask.21:50
dtchenIOW, there is no One Strict Way regardless what anyone tells you.21:51
vadi2Yeah, that's what has been confusing me. Alright.21:51
alefterisvadi2, rumors thought have it that dh 7 is the cdbs killer :) just rumors..21:57
vadi2Where can I find more information about dh 7?21:58
alefterisdh 7 = debianhelper version 7, don't know where to find docs about it :(22:00
alefterisdebhelper* version 722:00
Laney/usr/share/doc/debhelper22:00
ftaman dh22:00
fta:22:00
fta:)22:00
kpircI am looking for a reviewer for my 'cadabra' package currently on REVU. It's a computer algebra system in C++, including a graphical notebook frontend with mathematics typesetting.22:15
kpircAny takers?22:15
kpircquiet night...22:21
masterkernelI am in need a reviewer for 'kernelcheck', a GUI that can auto-build any 2.6 kernel from the upstream source with custom patches, and install it as a deb file.22:29
masterkernelhttp://revu.ubuntuwire.com/p/kernelcheck22:29
masterkernelRainCT: I fixed all those warnings and the description22:29
rippsCan someone help me, I'm trying to repackage mpd so that it runs under the local user's userspace and not it's own. Apparently there's some permission issues I've discovered in Karmic that's making it impossible for it scan files on an external harddrive mounted by gnome-vfs. I'm trying to create a mpd-userspace package, but I don't know how to make the package startup as the user and not as root service.22:47
RainCTripps: and wouldn't it be easier to give the user as which mpd runs permissions to access the files there?22:49
rippsmpd is capable of being run in the userspace, it has code designed to run that way, but debian has always packaged it as root service, so I want to try and see if I can get to work well as a userspace app. That might even be a preferred method.22:51
rippsRainCT: ^22:51
rippsRainCT: also, the issue is because of devkit-disks which seems to mount external harddisks with different permissions.22:52
RainCTmasterkernel: No time to do a complete review now, but I've left some quick comments.22:59
masterkernelRainCT: thanks, I'll check it out23:00
RainCTripps: Oh, so it runs as root? I'd hoped I'd have a system user for itself or something :/23:00
rippsRainCT: not exactly root runs it as the mpd user, but that means it can't read files mounted as 0700 by devkit-disk23:01
RainCTripps: OK, you had scared me :P. So have you tried "sudo adduser mpd devkit-disk"?23:02
RainCTerr nevermind23:02
rippsYeah, it because devkit will only allow me, the user who mounted the disk to access it, not mpd23:02
rippsI should be read/write for me and read for everybody else23:03
=== yofel_ is now known as yofel

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