/srv/irclogs.ubuntu.com/2010/06/14/#ubuntu-motu.txt

psusican anyone help me understand WTF is going on in this bzr history?  it says merge and lists "1.1.10 upstream" and "3.1.8 squeeze" as where the merge was pulled from, but clicking either link does't seem to take me to another branch: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/maverick/lvm2/maverick/revision/4601:28
=== nobawk|away is now known as nobawk
=== jtechidna is now known as JontheEchidna
psusican someone give me a run down on what dh_makeshlibs is for, and why it would bail out because the new upstream sources have new functions in the lib?03:30
ScottKpsusi: What's the exact error with dh_makshlibs?03:55
psusiScottK, I forget now... it seemed to complain about there being new symbols in the library, and printed a diff... so like the man page said, I applied the diff after stripping the -1ubuntu1 version from the base version of the new symbols03:56
ScottKOK.  That's why it raised the error.  Also if there were any missing symbols you need to consider a soname change.03:57
psusinow i'm trying to figure out the cause of this:03:58
psusidh_install --sourcedir=debian/build/install-deb-cluster03:58
psusicp: cannot stat `debian/tmp/sbin/clvmd': No such file or directory03:58
psusidh_install: cp -a debian/tmp/sbin/clvmd debian/clvm//sbin/ returned exit code 103:58
psusinaw, it was only + lines, no -, so I just added the new symbols to the .symbols file03:58
psusibut what is this file for?03:58
ScottKThat's something that should have been built by the package04:01
psusithere is no tmp directory under debian/04:02
* psusi beats the lvm2 package with a rubber hose04:03
psusiohh, clvmd is under debian/build/install-deb-cluster/usr/sbin04:05
psusiwhat the hell... why is it complaining with: cp: cannot stat `debian/tmp/sbin/clvmd': No such file or directory04:06
psusiwhen it is invoked as: dh_install --sourcedir=debian/build/install-deb-cluster04:06
ScottKIs there a .install file?04:07
psusiyea, there is a clmv.install04:07
psusierr, clvmd.install rather04:08
ScottKI'm not sure which path will take precedence.04:08
psusiclvm.install lists sbin/clvmd.. and apparently debian/rules invokes dh_install --srcdir=debian/build/install-deb-cluster... and there is a debian/build/install-deb-cluster/sbin... oh shit04:10
psusithe actual file is under usr, but it's looking in /sbin not /usr/sbin04:10
psusithank god, finally got the sob to build04:25
=== nobawk is now known as nobawk|away
=== eric is now known as Guest43607
=== Guest43607 is now known as EricBa
dholbachgood morning08:14
abogani2to you08:18
=== lucas_ is now known as lucas
nperry-workHello world, I would like to maintain the openbox package.11:10
nperry-workI've read all the packaging guidlines11:11
dholbachnperry-work: just start the work on the package and propose changes for sponsorship11:12
dholbachhttps://wiki.ubuntu.com/SponsorshipProcess11:12
dholbachhttps://wiki.ubuntu.com/Upstream/Adopt might be interesting too because it contains information about how to work together with Debian and upstream11:12
nperry-workThat was one of my questions, Is it my choice if i prefer to get source from upstream rather then debian11:13
=== dev_ is now known as Amit_Karpe
ScottKnperry-work: It is, but it's strongly encouraged to work with Debian.11:35
ScottKIf you aren't, people who consider to sponsor your work will want to know why not.11:36
tumbleweedif there are problems with the package in debian, it makes sense to fix them there11:41
=== nobawk|away is now known as nobawk
didrocksdirecthex: hey, do you think it would be hard to add to your ubuntuone music store banshee plugin something similar to rhythmbox's one? (that is to say, detect if you don't have mp3 support installed, and if so, don't show the store right now but a "download codec" button?)12:19
directhexdidrocks, i don't see why not, i assume that's something that can be queried from gstreamer12:20
didrocksdirecthex: I don't have enough knowledge right now on mono (didn't touch cs for 7 years :)), are you interested (and have time :-)) to work on that? Otherwise, I'll try. It will just be longer :)12:22
directhexdidrocks, i don't have a huge amount of time to work on it. IME the hard part is knowing your way around the banshee code base (i.e. knowing which bits to poke where), and #banshee are pretty responsive12:23
didrocksdirecthex: ok, understood. I'll try to have a shot there :)12:23
directhexdidrocks, the addin is only, like, a dozen lines of actual code. the rest is autogenerated c#, and trying to get bindings integrated into libu1's autofoo build system12:24
didrocksdirecthex: yeah, seeing that. The hardest part is to the extension and banshee base classes documentation. Seems poor :/12:25
=== zul_ is now known as zul
=== aalex is now known as aalex-home
=== nobawk is now known as nobawk|away
=== mathiaz_ is now known as mathiaz
micahgmr_pouit: is the xubuntu team planning on backporting Xfce 4.8 to Lucid?15:53
azopmicahg: Is 4.8 even released yet?16:08
mr_pouitmicahg: it's not released, and will probably be delayed of several months16:09
mr_pouitthere are already some 4.7.x packages in the xubuntu-dev ppa though16:10
micahgmr_pouit: ok, I've been having trouble w/xfce4-power-manager and was hoping for the hal-less version at some point :)16:14
micahgmr_pouit: so it might not even make maverick?16:17
mr_pouitmicahg: well, the hal-less version in the ppa has some permission troubles with somethingkit (policykit maybe), so it's not better ;P16:17
mr_pouitmicahg: I don't think so16:17
micahgwow, 3 releases on the same desktop version, I'm not getting my cutting edge addiction filled here :)16:18
micahgmr_pouit: if I can narrow down the case that I'm having an issue with, I'll file some bugs16:20
=== nobawk|away is now known as nobawk
dupondjealot of merges open ... :(17:03
=== ogra__ is now known as ogra
=== nobawk is now known as nobawk|away
arandgit-buildpackage makes a _amd64.changes but I would like a _source.changes for uploading to PPA and not only building for amd, is that possible with git-buildpackage directly?17:58
tumbleweedarand: never used git-buildpackage, but does it take -S ?18:10
arandtumbleweed: Yea, figured it takes all arguments debuild takes, just -S -sa worked great :)18:11
nperry-workHow do i grab the source of a package from debian unstable?18:38
tumbleweednperry-work: packages.qa.debian.org/$srcpackage will have links to the dsc18:39
tumbleweedotherwise you can check it out with UDD18:39
nperry-workUDD?18:40
tumbleweedhttps://wiki.ubuntu.com/DistributedDevelopment/Documentation18:40
nperry-workThanks, theres a wiki page for everything :)18:40
tumbleweedfabrice_sp: atlas eventually built18:44
fabrice_sptumbleweed, you succeeded to build it with qemu?18:45
tumbleweedyes18:45
fabrice_spor you are speaking about the sse3/i386 mess?18:45
fabrice_spoh ok18:45
tumbleweedyeah, some buildd maintainer input would be useful on that one18:45
tumbleweedbut you can probably replace the failure with an "echo hi buildd maintainer: this build takes a *long* time please wait a few days before killing me" :)18:46
fabrice_spor I can upload it, and ping some buildd admin if it spends more than 40 hours18:47
fabrice_spyeah :-)18:47
fabrice_sphow long did he take?18:47
tumbleweedhard to say because of intervening segfaults18:47
nperry-workHmm, bzr working for anyone? getting bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.18:48
fabrice_spok18:48
tumbleweedfabrice_sp: maybe on the order of 10 hours18:48
fabrice_spok: I'll upload it then, adding a mention in the changelog that it took 40 hours in Debian18:49
fabrice_spalso, I've been able to build the package in i386, by desactivating the sse3 package18:49
maxbnperry-work: The pull-debian-source command may also interest you19:00
* abogani2 waves19:26
abogani2Anyone could help me to drop a package?19:26
geserdrop?19:27
sebnernperry-work: pull-debian-source $PACKAGE19:27
sebnerhuhu geser :D19:27
geserHi sebner :)19:28
abogani2Ok rephrase: What is the right way to ask removing of a package?19:34
micahgabogani2: https://wiki.ubuntu.com/UbuntuDevelopment/PackageArchive#Removing Packages19:36
geserabogani2: file a bug with a rationale why it should get removed and subscribe ubuntu-sponsors19:36
abogani2micahg, geser : Thanks.19:36
dupondjeIs there a way to get MOTU myself to get merges/syncs done ? :)19:56
micahgdupondje: https://wiki.ubuntu.com/UbuntuDevelopers#MOTU19:57
dupondjeAny idea if I could make a chance ? :P20:03
=== ubuntujenkins is now known as revisionist
geserdupondje: looking at your LP page, you contribute enough to get Ubuntu membership and you're on track for MOTU20:12
shadeslayergeser: btw can we change the source package name?20:13
shadeslayerlike the original tarball name?20:13
shadeslayerwill change from qt-creator-2.0.0-rc1-src to qtcreator_2.0.0~rc120:13
shadeslayer( which is in archives )20:14
=== revisionist is now known as ubuntujenkins
shadeslayerhey anyone around to help me with qtcreator?20:28
=== simar is now known as simar_
=== simar_ is now known as simarmohar
=== simarmohar is now known as simar
BlackZshadeslayer: and what's the problem?20:31
BlackZbut I'd wait for a new upstream release to do that20:31
shadeslayerBlackZ: first of all ive never seen a include folder in debian/ ( what is the purpose of it? ) and then this : http://pastebin.com/zmk1kUVB20:31
shadeslayerBlackZ: they do have a new release,RC120:32
NorthernLightsHello all20:32
BlackZshadeslayer: so do that mentioning in the debian/changelog file20:32
shadeslayeralso the packaged version has bug 59278620:32
ubottuLaunchpad bug 592786 in qtcreator (Ubuntu) "qtcreator crashes on start in maverick" [Undecided,Confirmed] https://launchpad.net/bugs/59278620:32
shadeslayerwhich i reported,i might be able to fix that with RC1 so im trying :D20:33
BlackZshadeslayer: so try to fix the bug too and put that too in the debian/changelog file20:33
BlackZ(are you the maintainer of that package?)20:33
shadeslayerBlackZ: yes but idk what the debian/include does :P20:33
shadeslayerBlackZ: no20:33
NorthernLightsI'm doing my selfish advertisement for a package i uploaded to REVU. It's called KillRogues!, it's a python application for find and disconnecting rogue machines off a network. The REVU link is: http://revu.ubuntuwire.com/p/killrogues20:34
NorthernLightsIf someone had the time to check it that would be great. Thanks.20:34
shadeslayerBlackZ: ive mentioned it in the changelog but when i build the package after removing a patch that was applied upstream i get those build failures20:34
BlackZshadeslayer: you have to remove the patch in a debian/patches file too20:38
BlackZtipically called 00list or series20:38
shadeslayerBlackZ: removed there too20:38
BlackZbut, why are you removing an upstream patch?20:38
shadeslayerBlackZ: its not a upstream patch,the patch was applied upstream20:39
shadeslayerlike in the original source20:39
BlackZshadeslayer: yeah, and why are you removing it? is there a good reason?20:39
shadeslayerBlackZ: wow... didnt i just say... it was applied to the source by qtcreator devs,we dont need it anymore :P20:40
shadeslayerhold on ill paste the error with the patches applied20:40
BlackZshadeslayer: so are you part of the upstream development?20:40
shadeslayerBlackZ: no,but debuild said the patch was already applied and it fails to apply it20:41
BlackZshadeslayer: what's the patch name?20:42
shadeslayerBlackZ: http://pastebin.com/N98QUQnJ20:42
shadeslayerBlackZ: .kubuntu_02_qtgui_includes.diff20:42
BlackZtrying to get it20:43
shadeslayerim still wondering what debian/includes do20:43
=== simar_mohaar is now known as simar
BlackZshadeslayer: it simply includes for additionally files (sorry for the late answer)20:49
BlackZ-for20:49
shadeslayer:)20:49
shadeslayerBlackZ: anyway to update them headers?20:49
BlackZshadeslayer: which headers?20:50
shadeslayerthe ones in debian/include?20:50
shadeslayerit seems that they are causing the issue20:50
shadeslayer( moc has changed too much )20:50
BlackZshadeslayer: are you saying the headers are the problem for the debuild?20:51
shadeslayerBlackZ: i think so,they need to be updated20:52
BlackZshadeslayer: I don't think they're the problem20:52
shadeslayerBlackZ: hmm.. ok any other ideas?20:52
shadeslayeri really think its a problem with those files...20:54
BlackZshadeslayer: I'm able to build it and I've seen the patch, it seems OK20:54
shadeslayerBlackZ: uh.. are you building beta 1 or rc 1?20:55
shadeslayerbecause the errors are with rc120:55
BlackZshadeslayer: the version in maverick (the beta1), I haven't the time for try with the rc1, maybe tomorrow20:56
shadeslayer:)20:56
BlackZhowever, the most probably reason is that the files are changed in the source20:56
shadeslayeryes20:56
shadeslayerthe private headers20:56
BlackZso the patch is no longer needed20:56
BlackZor a new patch is needed based on the source of the program20:57
BlackZno, I don't think the problem are the haders, but I will try to build it tomorrow20:57
BlackZs/haders/headers20:57
shadeslayersure :)20:57
BlackZshadeslayer: BTW you could try to ping Riddell20:58
shadeslayerBlackZ: any particular thing?20:58
shadeslayeryou need to get across?20:58
shadeslayerBlackZ: or do i just say that you wanted to talk?20:59
BlackZshadeslayer: no, but he's in the ubuntu KDE team and he could give you an hand21:00
shadeslayerBlackZ: ah righty... im talking to lex79 as well in #kubuntu-devel ;)21:01
shadeslayerhe thinks its the old headers too... so im downloading qt4-x11 to freshen up the headers and re build21:01
=== simar is now known as simar_busy
shadeslayerBlackZ: any idea if we can use some other script which invokes qmake-qt4 instead of include /usr/share/cdbs/1/class/qmake.mk21:16
shadeslayerwhich seems to be invoking qmake-qt321:16
fabrice_spBlackZ, about bug 58851921:17
ubottuLaunchpad bug 588519 in steam (Ubuntu) "[FTBFS] on i368 with "xslt.c:(.text+0x1bb4): undefined reference to `__stack_chk_fail_local'"" [High,Confirmed] https://launchpad.net/bugs/58851921:17
dobeycan i poke someone to review a REVU upload?21:17
fabrice_spBlackZ, did you see https://wiki.ubuntu.com/CompilerFlags ?21:17
fabrice_spdobey, paste the revu link. Someone may bite21:18
geserfabrice_sp: what do you propose to fix this bug?21:19
dobeyhttp://revu.ubuntuwire.com/p/mocker21:19
BlackZfabrice_sp: yeah and I suggested one, but geser was not sure about my solution for fix that21:19
dobeyit's a very trivial python package :)21:19
fabrice_spgeser, last time I had this error, I added -fno-stack-protector to CFLAGS21:20
BlackZfabrice_sp: that's what I suggested :)21:20
fabrice_spTBH, I don't understand the fix, so I don't know what to do with it :-)21:20
geserfabrice_sp: this is always a solution, but as this disables the stack protection I prefer to do this only as a last resort (or if it clear that the right fix e.g. something not linking to libc)21:21
geserfabrice_sp: the problem is that steam builds on AMD64 fine (with stack protection) but fails on others (like i386)21:22
fabrice_spgeser, yeah, I know. And why does the proposed change fix the issue? This is what I don't understand21:22
geserI don't know why it builds on one and fails on other21:22
fabrice_spdifferent compilation options?21:22
* fabrice_sp is having this 'builds on amd64 and fails wit i386' with atlas21:23
geserdon't know, and why do it only affects linking21:23
fabrice_spmaybe stack protection works differetnly on amd64 than i386?21:23
fabrice_spkees seems to be the Compilation flags guru. Did you try to speak with him?21:24
geserI tried but he didn't had an idea either21:25
fabrice_sppff21:25
fabrice_spI'll sponsor it, and see what happens then21:25
geserI guess a gcc guru is needed here too. I didn't try to ask doko about this yet21:26
fabrice_spby the way, does the same happens in Debian?21:26
* fabrice_sp remembers compialtion options being differetn there21:27
geserdon't know. Does Debian have stack protection enabled?21:27
keesDebian doesn't enable stack protector by default, no.21:27
fabrice_spdobey, if it's a python package, you can try with Debian first: they are very active and very friendly :-)21:28
fabrice_spso it does not happen the smae there, then21:28
=== simar_mohaar is now known as simar
geserit might also be caused by the combination of eglibc and gcc version Ubuntu uses. I remeber FTBFS in lucid that didn't affect Debian yet as that eglibc version was only in experimental21:29
dobeyfabrice_sp: right. i think we'll only do that though, when we start getting our things that depend on it into debian. i think right now we just want to have it in universe.21:29
fabrice_spdobey, by eperience, I would say it's quicker to get your package in Ubuntu through Debinan than revu :-)21:30
fabrice_sps/debinan/Debian/21:31
ScottKdobey: This is particularly true for Python stuff done through the Python packaging teams.21:31
NorthernLightsdobey: i added a simple comment.21:32
ajmitchmorning21:33
geserHi ajmitch21:33
fabrice_spevening ajmitch21:33
NorthernLightsfabrice_sp: i had 2 packages into Debian after waiting for months to get someone check it on REVU. Once i decided to go for Debian it took me like 1-2 weeks to get it done21:33
NorthernLightsthat was 1-2 years ago so21:33
NorthernLightsi'm now retrying the ubuntu way to see how it goes21:34
fabrice_spNorthernLights, it's still the case for python packages21:34
ajmitchit'll probably still be slow21:34
fabrice_spif you find a team for your package, it will be quite quick21:34
fabrice_spin Debian, I mean21:34
ajmitchgiven the length of the queue on REVU, packages that are just silently uploaded are likely to sit there21:34
NorthernLightsRight21:34
NorthernLightsDebian team was nice to me (although very picky on package "problems" :))21:35
fabrice_spyes, just like m.d.o21:35
NorthernLightspython team i meant21:35
fabrice_spso we are :-)21:35
ajmitchthat's expected :)21:35
dobeyajmitch: what is not "silently uploaded" ?21:35
NorthernLightsaha21:35
dobeyajmitch: poking people in the face? :)21:35
ajmitchdobey: that helps :)21:35
ajmitchthough for many packages I think debian is still preferable, though I can understand why people don't want to try & maintain in both21:37
NorthernLightsthing with Debian is I find the process old-looking21:37
dobeywell, i'm not a DD, and only have PPU for a few packages in ubuntu21:37
dobeyso eh. but there are other reasons i only want this package in ubuntu right now :)21:38
keesgeser, fabrice_sp: I'm poking at steam now while waiting for a USN to publish.  :)21:38
ajmitchdobey: so it's a case of finding sponsors for both21:38
ajmitchyeah I understand, work pressures & all :)21:38
fabrice_spkees, cool. Thanks!21:38
dobeynot so much21:38
ajmitchDPMT are usually helpful & quick21:38
dobeymostly upstream pressures :)21:38
* ajmitch wishes he could copy & paste properly into virtualbox21:39
* NorthernLights can do it quite well!21:39
ajmitchacross computers, with x2x :)21:39
micahgajmitch: why not?21:39
hyperairsynergy!21:40
ajmitchmicahg: dunno, I don't dig into the mysteries of the X clipboard21:40
micahgajmitch: I think it WFM21:40
NorthernLightsyeah, synergy server on xp to ubuntu synergy client to maverick ubuntu guest works for me21:40
ajmitchI just want to be able to copy a .dsc from firefox on one machine into a terminal on a sid vm on my laptop21:40
micahgajmitch: do you have the virtualbox addons installed21:40
ajmitchyes21:40
micahgajmitch: oh, a file, use a share21:41
NorthernLightsoh i get it; yep, would be great21:41
ajmitchnot a file, just the URL21:41
NorthernLightsi sometimes find myself trying unconsciounessly too21:41
micahgajmitch: that should work21:41
NorthernLightsyep21:41
ajmitchsure, it should21:41
fabrice_spdobey, your watch file does not work21:41
micahgajmitch: is seamless integration on?21:41
* ajmitch just wants to look at this mocker package from dobey in sid21:41
hyperairafaik the clipboard integration doesn't require seamless integration to be turned on21:42
ajmitchmicahg: no, debian is in a window with the additions installed21:42
keesgeser, fabrice_sp: source/libxslt/Makefile.in  s/LD/CC/ in the libxslt.so rule seems to fix it.21:42
dobeyfabrice_sp: ah i see why. thanks21:43
keesfabrice_sp: er, no, I take that back, one moment21:44
fabrice_spok21:44
fabrice_spthe proposed fix is s/ld -E/gcc/ in sources/configure21:44
geserkees: sounds similar to the fix from bug 588519. Do you have an idea why?21:44
ubottuLaunchpad bug 588519 in steam (Ubuntu) "[FTBFS] on i368 with "xslt.c:(.text+0x1bb4): undefined reference to `__stack_chk_fail_local'"" [High,Confirmed] https://launchpad.net/bugs/58851921:44
keesfabrice_sp: yeah, that's correct21:44
NorthernLightsI know I already asked but since there's nice people checking a python package... mine is http://revu.ubuntuwire.com/p/killrogues21:44
fabrice_spgeser, this is what I was typing :-)21:45
keesgeser: gcc is doing something smarter than what ld does.  trying to uncover the root cause now21:45
keesgeser: this is starting to get too far down into compiler fun.  gcc calls collect2 instead of ld in that invocation, but it seems to DTRT.21:47
keesI will add a note to the CompilerFlags wiki page about ld vs gcc21:47
geserkees: is it safe to replace "ldd -E -shared" with "gcc -shared"? I don't know enough about linking to know what -E exactly does and therefore was hesitant to sponsor this.21:48
fabrice_spso di I :-)21:48
keesgeser: based on what I seein the resulting ELF files, it looks correct.21:50
kees-E controls how much is being exported, and since the build does finish and links correctly in the end, it looks like gcc -shared is DTRT21:50
keeshmm, though steam-lib ships a .so.  let me double-check21:51
fabrice_spdobey, you should the packaging bug in your changelog21:51
fabrice_spclose21:52
* fabrice_sp should go to bed :-/21:52
=== eric is now known as EricBa
dobeyis there one? :)21:52
NorthernLightsIs it just me or is there a lot of french people in the Debian project?21:52
fabrice_spdobey, maybe there should have one?21:53
* fabrice_sp doesn't remember if the policy request to have a bug report21:53
dobeyah there is one21:53
fabrice_sp:-)21:53
geserkees: I guess you don't have an idea why this FTBFS is architecture specific, right? What does ld on AMD64 (or armel) different from ld on i386 (or powerpc) that it once works and fails in the other case.21:53
keesgeser: i think it's related to how the archs expose "hidden" symbols; amd64 is very explicit, so it manages to find the symbol without extra help.21:54
NorthernLightsdobey: clem@frle-0207-virt:~/temp/mocker-0.10.1+r54$ uscan21:57
NorthernLightsmocker: remote site does not even have current version21:57
dobeyfabrice_sp: i've fixed both of those issues now.21:57
dobeyNorthernLights: already fixed21:57
NorthernLightsoops yes i just saw it21:57
fabrice_spdobey, ok. I'll have a deeper look tomorrow morning21:57
dobeyfabrice_sp: ok, thanks :)21:58
fabrice_spgood night all21:59
keesgeser: it looks like steam isn't passing CFLAGS into the configure either.22:00
NorthernLightsdobey, i it still tells me the same22:00
keessource/libxslt seems to unconditionally reset CFLAGS to -O3 :(22:00
dobeyNorthernLights: eh?22:00
dobeybother, why is it doing that22:01
NorthernLightsor maybe the previoius package was still in my browser's cache22:01
* NorthernLights is tired22:01
dobeyno22:02
dobeyit's saying that for me too22:02
dobeybut i don't know why22:03
dobeyoh22:04
dobeybecause it's a snapshot, not a release22:04
NorthernLightsdobey, your version is 0.10.1+r54 but launchpad only has 0.10.122:04
NorthernLightsyep22:04
dobeyyes22:04
ajmitchso it is still active upstream? :)22:04
dobeymildly, yes22:05
ajmitch2 commits in 2 years, I guess that just means it's stable enough22:05
dobeyyeah, though i plan on poking upstream a bit more soon :)22:06
* NorthernLights is going to bed22:06
NorthernLightssee you22:07
dupondjeAn own wiki, do we name it with my nick or real name ?22:29
dupondjewiki-page :)22:29
hyperairup to you22:32
hyperairi named my wiki page hyperair22:32
geserdon't know if it's written down somewhere but all the application mails I just checked used real name22:32
hyperairgeser: really?22:32
* micahg used his nick22:32
* micahg hasn't applied yet though (on the list for tonight :) )22:33
ScottKhyperair and dupondje: The wiki name is listed in your LP profile.  One is proposed if you don't have one.22:36
geserhyperair: yes, you are one of two exception I can find in the application mails in my mailbox22:37
=== nobawk|away is now known as nobawk
funkyHatI'm having a go at fixing this https://bugs.edge.launchpad.net/ubuntu/+source/software-properties/+bug/594368 and I've noticed that running dch-i sets the version to 0.75.10ubuntu1... should I change this as it doesn't appear to be a package that's synced from debian?23:29
ubottuLaunchpad bug 594368 in software-properties (Ubuntu) "add-apt-repository uses deprecated attributes 'FindI' and 'FindDir' of 'apt_pkg.Configuration'" [Undecided,New]23:29
arandfunkyHat: I guess it should be 0.75.10-0ubuntu1 for maverick, but consider sending the fix to debian as well, I reckon.23:32
funkyHatarand: it shouldn't just be 0.75.11?23:33
arandfunkyHat: If it's ubuntu-native, yes.23:33
arandAlthought, probably safer to wait for someone more knowledgable than me...23:34
funkyHatI'm pretty sure it is, the previous versions are (0.75.10) lucid (0.75.9) lucid (0.75.8) lucid23:34
arandAnd that forward to debian, is rather forward upstream, whatever that is.23:35
funkyHatI think "upstream" is the project on launchpad23:36
arandfunkyHat: Seems to be ubuntu native https://edge.launchpad.net/software-properties then I guess you are correct in the versioning, yes23:37
arandSInce upstream is in fact ubuntu23:37
funkyHatOops... I requested to have it merged to lp:ubuntu/software-properties when it probably should have been lp:software-properties23:54

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