/srv/irclogs.ubuntu.com/2008/10/15/#ubuntu-motu.txt

Laneycrimsun: Yes - re: that sound bug00:27
LaneyUnless there's been an update in the last day00:27
Niike|homenewbie question, what language are mostly used when programming in Ubuntu?00:51
directhexpurely for ubuntu? python is the language of choice00:51
Niike|homewell.. I guess you can use all different languages, but C# is the wrong aproach since its kind of Microsoft's development language right?00:52
directhexi wouldn't say that00:53
RAOFHeh.  Wrong person, there :)00:53
directhexgiven windows is mostly written in C or C++00:53
* ajmitch wouldn't say that to someone who looks after mono packages :)00:53
directhexC# is an international standard00:53
directhexajmitch, i'm even in Uploaders now00:53
Niike|homeah ok ...00:54
ajmitchdirecthex: well done00:54
RAOFThe mono stack is a nice development environment, even if the gtk# bindings aren't thread-safe (damn them all the way to Hades!)00:54
directhexRAOF, neither is GTK+ generally!00:54
* ajmitch appears to not be in pkg-mono or pkg-cli-*00:54
RAOFdirecthex: That's no excuse!  The Java bindings are thread-safe!00:54
directhexRAOF, by wrapping all the calls into the mainloop?00:55
RAOFI believe by setting gtk_threads_enter/leave to use a Java-managed recursive lock, and just aquiring that lock for all calls.00:55
directhexajmitch, are you actively working on any pkg-mono or pkg-cli-* package? i know the svn ACLs get cleaned up periodically00:55
ajmitchdirecthex: no, not at the moment00:55
ajmitchthough I ought to get back into it00:56
ajmitchI'm sure meebey would be overjoyed to see me back...00:56
directhexwarning: irc lacks the <sarcasm> tags used by more advanced protocols00:56
directhexassuming that's sarcasm. I CAN'T TELL!00:56
Niike|homedirecthex: but since I have recently started with a C# programming class, I would like to get my programming skills working for both operating systems, developement for Ubuntu (or linux) would still be used mainly with python?00:57
directhexNiike|home, well, there are major desktop apps for linux written with c#00:57
RAOFNiike|home: You can use whatever language you like; there are plenty of C# apps to contribute to.00:57
directhexNiike|home, ubuntu ships 2 of them in the default install00:57
Niike|homeok! instead of .exe apps it uses? :S00:58
directhexNiike|home, the same00:58
ajmitchthe .exe suffux is still there, just hidden by wrappers :)00:58
directhexNiike|home, mono is a CLI framework, just like Microsoft.NET. it uses the same file types and extensions00:58
directhexNiike|home, i.e. a well-written CIL app compiled on linux will run on windows or mac, and vice versa00:59
Niike|homeaah ok! made it somewhat easier to understand the difference! :)00:59
Niike|homeso a CLI written app would hence be more powerfull than one written purely for .NET? Or can linux, mac etc use .NET apps just as good as Windows?01:00
directhexa picture says a thousand words, right?01:00
Niike|homehrmm.. yea!?01:01
* ajmitch thinks directhex is probably digging up a diagram to explain it01:02
RAOFNiike|home: .NET is an implementation of the CLI, but it also has a bunch of Windows-specific frameworks available.  If you don't use the windows-specific stuff, a .NET app is essentially indistinguishable from a Mono app.01:02
directhexhttp://www2.apebox.org/wordpress/wp-content/gallery/00-single/osctool3-gtk-01.png is the app i've been working on for a few years for my employers. it's 100% C#, written on amd64 ubuntu, using GTK# for the GUI, and Mono.Addins for the plugin architecture, plus MonoCurses for the text mode01:02
ajmitchas a side note, many of those windows-specific bits can be used with mono as well, like System.Windows.Forms01:02
directhexhttp://www2.apebox.org/wordpress/wp-content/gallery/00-single/osctool3-win32-01.png is the exact same app (i.e. the same .exe and .dll files copied and pasted) running on 32-bit vista, using Microsoft.NET. it uses the same technologies - GTK#, Mono.Addins01:02
ajmitchbut others call into the win32 API still01:02
directhexhttp://www2.apebox.org/wordpress/wp-content/gallery/00-single/osctool3-macos-01.png is the exact same app on Mono 1.9.1 on Mac OS 10.5. same tech, same app01:03
ajmitchdirecthex: oxford-specific stuff, is it?01:03
directhexajmitch, well, only because i didn't make most of the strings modifiable. if you run the same openldap schema as me, it should work fine01:04
ajmitchlooks like something that could possibly be useful01:04
Niike|homeaah nice explanation there directhex! :)01:04
directhexfor completeness, http://www2.apebox.org/wordpress/wp-content/gallery/00-single/osctool3-ncurses-04.png is what you get if you don't have the ability to run X apps (i.e. DISPLAY is null or empty), thanks to MonoCurses01:05
Niike|homeRAOF: aa thank you for your explanation too! :)01:05
directhexi think i'm the second user of MonoCurses for a real-world app, and i had to modify the source to add new widgets to it :)01:05
ajmitchdoing rm -rf ~/Mail/ubuntu-bugs/ is taking a very, very long time01:06
* ajmitch thinks there were about 500k messages in there :)01:07
Niike|homeok now I think ive learnt something very usefull today! :)01:09
Niike|homeim planning to setup HTPC computer and use any kind of unix. I choose Ubuntu-desktop and when im on it, want a NAS to be installed on it. to hold all my 100th HD movies. Would ubuntu be a wise choice?01:12
directhexit would not be an unwise choice01:12
directhexThe Debian External Health System (a.k.a. DEHS) has found a new upstream version01:14
directhex of the package mono in the unstable distribution.01:14
directhexThe current package version is 1.9.1+dfsg-4 and latest by upstream is 2.0.01:14
directhexthanks, DEHS. no shit!01:14
Niike|homeyea just confirming that. And until I get a hang of the whole unix architecture in compare with windows i'm thinking about VMware to use a virtual ubuntu installation.. that would work fine yes?01:14
directhexon the understanding that performance would suck, and you couldn't do media things, yes01:15
Niike|homedamn, ok! so a dual boot is my only choice when using media? or buy that HTPC and try it from there?01:17
* ajmitch wonders if ironpython could be updated in sid01:17
directhexyour call. but media playback, fr'example, is unaccelerated inside vmware01:17
Niike|homeaa well.. ill look into it tomorrow. thanks for the help!01:18
directhexajmitch, oh, we missed that. ipy is not part of pkg-cli-apps, but it should be. i think it's on the TODO on the wiki01:18
ajmitchdirecthex: yeah I know01:19
* ajmitch is in Uploaders for that still01:19
directhexhttp://wiki.debian.org/Teams/DebianMonoGroup/TODO01:20
ajmitchI know, I was looking at that :)01:20
ajmitchand wondering why things like pnet would still be on there01:20
directhexseems you're ahead of me01:20
directhexwhich is good, since it's gone 1am and i'm sleepy01:20
directhexajmitch, i have no idea who cares about pnet. it's not me!01:22
ajmitchlast upstream release was 18 months ago, it barely supports any C# 2.0 features, let alone a complete set of libraries for 1.001:22
directhexah, pnet's gone in debian. you'd have to ask meebey if he wants it resurrected01:26
directhex#debian-mono on oftc. anyway, BEDTIME01:26
StevenKpnet has also been killed here, too01:28
* ajmitch doesn't see much point in maintaining it again unless it were to magically become useful01:29
* slangasek blinks at bug #168702:56
ubottuLaunchpad bug 1687 in nedit "NEdit doesn't work support UTF" [Medium,Confirmed] https://launchpad.net/bugs/168702:56
slangasek"A powerful, customizable Motif based text editor" -- that doesn't work with modern charsets and has to be shipped in multiverse?02:57
ajmitchslangasek: yes, crimsun has been trawling through a  number of old bugs, it seems02:57
=== nhandler_ is now known as nhandler
=== bdmurray_ is now known as bdmurray
=== mcasadevall is now known as NCommander
fabrice_spHi. How do we deal with removal request? It needs a FFe? (for Bug #283348 and other broken kde3 packages)06:17
ubottuLaunchpad bug 283348 in kerry "[Package Removal Request] kerry - remove from Intrepid" [Undecided,New] https://launchpad.net/bugs/28334806:17
ScottKIt needs approval by a MOTU, but not an FFe.06:18
ScottKfabrice_sp: For KDE3 stuff, ask in #kubuntu-devel06:19
StevenKScottK: While you're around, should wlassistant die too?06:27
ScottKStevenK: Dunno.06:28
StevenKScottK: It's Depends on kicker06:28
StevenKs/'s//06:28
ajmitchkicker is fairly obsolete now, right?06:28
ScottKI'd guess, but it's past 1:30 AM here and I'm doing $WORK financial reports so my brain is totally mush at the moment.06:29
ajmitchpoor chap06:29
ScottKIt has a KDE 4 version now.06:29
StevenKHm06:32
* StevenK digs for the wireless device06:32
ScottKStevenK: Feel free to beat up on nixternal for KDE answers.  He's an hour behind me, so he should be fresh and ready to help.06:34
dholbachgood morning06:34
didrocksmorning06:46
nullieHi. I try to do sync request using requestsync tool, but it gets: The requested URL /changelogs/pool/main/p/python-rope/current/changelog.txt was not found on this server. error07:12
AnAntHello, I found that usplash-theme-ubuntume needs to be rebuilt so that it would work on Intreipd08:33
AnAntwhat should I do ?08:33
RAOFAnAnt: Make a new no-change-rebuild upload?08:35
AnAntRAOF: upload to revu ?08:35
AnAntRAOF: or file a bug & a debdiff ?08:35
RAOFA bug, certainly.  A debdiff?  Maybe.08:35
RAOFA rebuild definitely fixes it?08:36
AnAnthow do I do this rebuild upload then ?08:37
RAOFWell, you ask a MOTU :)08:37
RAOFSo, in what way is it broken, and how do I test that the rebuild fixes it?08:38
AnAntRAOF: well, I found that usplash-theme-ubuntu in their last changelog, said that they changed nothing, just rebuilt against new usplash08:39
AnAntRAOF: and that usplash-theme-ubuntume does not work, if I type: sudo usplash, I get an error message that there is no usable usplash (that's when the usplash-artwork.so alternative points to the ubuntume usplash theme)08:39
RAOFAnAnt: And just a rebulid makes that work?08:40
AnAntRAOF: yeah, I just rebuilt on my machine now, and it worked08:40
AnAntRAOF: it's because the THEME_VERSION got bumped in the new usplash08:41
RAOFOK.  So, file a bug with that information, and someone whose internet isn't capped at 64kbit/sec will test & upload a no-change rebuild.08:41
AnAntnew gnash is cool08:42
RAOFSo cool it actually works?08:42
AnAntyoutube works on it !08:43
AnAnterm08:45
AnAntwait, that wasn't gnash08:45
RAOFSwfdec?08:45
AnAntno, I it was flashplugin-nonfree, I forgot to update the alternatives !08:47
AnAntnow testing gnash08:47
jmlAnAnt: I'm using gnash to watch youtube08:47
dholbachgnash doesn't do the "maximise the window" thing for me08:47
jmlAnAnt: it works at least as well as proprietary flash did.08:47
dholbachother than that it's looking great08:47
hagabakawhat about seeking?08:48
dholbachworks08:48
dholbachon amd6408:48
AnAntcan you open an flv with standalone gnash ?08:48
AnAnt?08:53
AnAntwell, it doesn't work AT ALL here with youtube !08:53
nullieLook. Which key is used to sing binary archives in my ppa?08:56
nulliesign08:56
AnAntnullie: A minor08:58
nullieminor?08:58
AnAntnullie: key & sing08:58
nullie:)08:58
morgsjames_w: morning! Yes, I disabled the abiword import, and made all the code that uses it a dead codepath so it's a minimal patch. If you prefer I can make the dead code commented out, but I have tested it.09:52
=== ara_ is now known as ara
james_wmorgs: no, that's fine, thanks, just making sure.10:33
morgscool10:33
jsgotangcomorgs: congrats on 8.2.0!10:34
morgsjsgotangco: thanks, I'm happy to take credit even though I only did a little bit of it :)10:35
=== asac_ is now known as asac
james_wmorgs: uploaded, thank you11:39
morgsjames_w: thanks!11:40
james_wnellery: hey, are you around?12:19
sistpoty|workhi folks12:38
james_whey sistpoty|work12:39
sistpoty|workhi james_w12:39
sebnerhuhu sistpoty|work :)12:44
sistpoty|workhi sebner12:44
slaviksomeone messed up the xserver-common package dependency.12:44
sebnersistpoty|work: nothing with 3 months of vacation. I'll start working again for one month :\12:45
sistpoty|workoh12:45
slavikxephyr-xnest doesn't want to upgrade because xserver-common is uninstallable, xserver-xorg-core conflicts and replaces xserver-common12:45
sebnersistpoty|work: and later to the military. *sarcasm* WUHU */sarcasm* ^^12:48
sistpoty|workheh12:48
sistpoty|workjames_w: there's a "later" target? cool12:49
james_wyeah12:49
james_wnot sure how long it's been around12:49
=== _stink__ is now known as _stink_
=== stefanlsd_ is now known as stefanlsd
=== ara_ is now known as ara
emgenthello13:44
sistpoty|workbug #242572 would need a sponsor13:52
ubottuLaunchpad bug 242572 in wxsvg "[Sync request] Upgrade wxsvg package to b11" [Wishlist,Confirmed] https://launchpad.net/bugs/24257213:52
morgsjames_w: I'm considering filing a removal request for sugar-write-activity, since it is uninstallable (and it was in hardy, too) - see bug 21935814:03
ubottuLaunchpad bug 219358 in sugar-write-activity "Package has unresolved dependancies" [Undecided,Confirmed] https://launchpad.net/bugs/21935814:03
james_wmorgs: python-abiword is a separate source that we don't have, it's not in the abiword package or anything?14:06
james_w(yeah, should have asked this for the last one)14:06
morgsjames_w: abiword is not packaged modularly in Ubuntu - it is in a PPA (https://launchpad.net/~sugarteam/+archive) but not in intrepid itself.14:07
morgsSo we would need abiword to be built with libabiword and pyabiword14:08
james_wmorgs: yeah, if we don't have python-abiword and the python interface isn't in any other packages then kick it14:09
james_wmorgs: removal requested, thanks14:34
stefanlsdsiretart: are you around?14:36
bddebianHeya gang14:38
sistpoty|workhi bddebian14:39
bddebianHi sistpoty|work14:40
siretartstefanlsd: yes14:57
siretarthey bddebian, hi sistpoty|work!14:57
sistpoty|workhi siretart14:57
bddebianHeya siretart14:58
stefanlsdsiretart: hi. I wonder if you can help me. Im trying to do some work in the hardy branch of mplayer - but it says its not pushed yet - https://code.edge.launchpad.net/mplayer14:59
siretartstefanlsd: hm. I'd assume that the guys in #launchpad can help you better than me here15:08
siretarthttps://code.edge.launchpad.net/~ubuntu-dev/mplayer/ubuntu-hardy looks broken15:08
stefanlsdsiretart: ok. thanks. i will try them. I just cant test the pushing.15:09
stefanlsdsiretart: would it be possible to delete it and recreate it?15:14
siretartstefanlsd: launchpad offers renaming branches15:23
siretartI haven't found the 'delete' button yet15:23
stefanlsdsiretart: aah. its def there. if you click on the branch, next to the name is a little  'no entry sign'15:24
stefanlsdsiretart: i can see it on my own branches (maybe you must be registered owner though)15:25
=== dholbach_ is now known as dholbach
stefanlsdmaybe superm1 can help with that though... ^15:27
superm1stefanlsd, with what?15:27
stefanlsdsuperm1: https://code.edge.launchpad.net/~ubuntu-dev/mplayer/ubuntu-hardy15:28
superm1hum that looks pretty broke.15:28
stefanlsdsuperm1: i want to do a security fix into hardy branch - and wanted to use lp bzr of it.  Dont suppose you can delete branch repush hardy into it15:28
superm1stefanlsd, i'm not sure i still have the branch locally15:29
superm1i'd be glad to delete it though :)15:29
stefanlsdsuperm1: hehe.  maybe we just need to extract source from mplayer hardy and push it?15:29
superm1that would be rather unfortunate if that is what we had to do15:30
superm1lose the history and such15:30
stefanlsdsuperm1: mm. there is no history at the moment though? maybe take the gutsy code and step it back to hardy equiv?15:31
superm1stefanlsd, you know wgrant may have the branch to repush15:33
superm1i'm not sure what wuld have happened to the hardy branch though15:33
superm1stefanlsd, if wgrant doesn't however, then that's probably a solution15:33
stefanlsdsuperm1: cool. can you delete it for now, i'll ask wgrant if he has the source to push it again.15:33
superm1sure15:33
stefanlsdsuperm1: thanks for the help!15:37
superm1no problem stefanlsd .  sorry, wish I could be more helpful. :)15:37
\shdoes someone work on flashplayer-nonfree 10 final?16:08
directhex#ubuntu-mozillateam16:09
apacheloggerdholbach: do you know of some way to close all the tasks of bug 283543 at once?16:20
ubottuLaunchpad bug 283543 in knetload "archive removal request: wlassistant is uninstallable due to kicker being dropped" [Undecided,Fix released] https://launchpad.net/bugs/28354316:20
dholbachapachelogger: Riddell just asked the same on #ubuntu-devel16:20
dholbachand I said "hang on" :)16:20
apachelogger^_^16:20
rainctwow, my screen doesn't flickr anymore with gksudo :P16:28
ograrainct, we can fix that if you want :P16:34
rainctogra: no, but you could fix GNOME so that I can start it :)16:35
rainct(*flicker)16:36
rainctGuys... REVU has a "Import from PPA" feature now (based upon a branch NCommander did some time ago. and don't search for it, it's not visible in the UI yet, but it's on revu.ubuntuwire.com/import.py).17:11
crevettehello there17:11
rainctThe text there currently says that non-reviewers can only import packages that have been succesfully build on i386, but this isn't implemented yet. Do you think we want that? :P17:12
raincthi crevette17:12
=== cprov is now known as cprov-lunch
crevettehello rainct17:23
* sistpoty|work decides to call it a day and go into the cine17:34
sistpoty|work+ma17:35
sistpoty|workcya17:35
=== Czessi_ is now known as Czessi
=== cprov-lunch is now known as cprov
=== geser_ is now known as geser
=== ogra_ is now known as ogra
fabrice_sp_Hi. I get the second ack for FFe on Bug #242572. So I only need a motu now! james_w? :-)19:40
ubottuLaunchpad bug 242572 in wxsvg "[Sync request] Upgrade wxsvg package to b11" [Wishlist,Confirmed] https://launchpad.net/bugs/24257219:40
james_wI'm just looking19:40
james_wyou haven't merged the changelog correctly19:40
james_wI can do that if there are no other problems19:40
fabrice_sp_james_w: are you using the last debdiff? (wxsvg.debdiff)19:42
fabrice_sp_It seems ok in the debdiff19:43
james_wfabrice_sp_: yeah, but it doesn't merge the19:44
james_wthem19:44
james_wyou drop all the Ubuntu entries19:44
fabrice_sp_james_w: ahhh, I know what happened: I began again from debian package....19:45
savvas0um.. is there debian policy for adding/removing sections in .conf files? I want to add a section in access.conf and time.conf files that my program will handle19:46
james_waccess.conf and time.conf? What owns those?19:47
savvas0linuxpam-modules19:47
savvas0/etc/security/access.conf and /etc/security/time.conf19:47
savvas0sorry,  libpam-modules :)19:48
james_wthey are conffiles of that package19:49
james_wthat means you are not allowed to modify them automatically from the package19:49
james_wdepending on what you want to do there may be a way to do it though19:49
james_wfabrice_sp_: building while I go eat19:49
fabrice_sp_ok19:49
fabrice_sp_CU later19:49
savvas0well, as it is, I'm using sed and grep to add to those conf files19:50
james_win your .postinst?19:50
savvas0yes, .postinst and .postrm :)19:50
morgsjames_w: debdiff attached for bug 28288319:51
ubottuLaunchpad bug 282883 in sugar-web-activity "Browse activity does not start" [Undecided,Confirmed] https://launchpad.net/bugs/28288319:51
james_wmorgs: I'll look a little later, thanks19:51
morgsjames_w: OK, np, thanks19:51
savvas0the scripts post/pre inst/rm work pretty well actually, but I was wondering if there's an alternative or.. "cleaner" solution to this :)19:52
savvas0the lintian is a great tool by the way, helped me solve most of my packaging glitches hehe19:57
=== geser_ is now known as geser
=== fabrice_sp_ is now known as fabrice_sp
=== Juli__ is now known as Juli_
MTeckIs there any way to get the aluminum ubuntu stickers anymore?20:51
MTeckI remember buying them in the past and I lost them...20:51
lfaraonejames_w: ping20:52
slytherinMTeck: see if you can find any here - https://shop.canonical.com/20:52
james_whey lfaraone20:53
MTeckslytherin: nope :(20:54
lfaraonejames_w: morgs fixed https://bugs.edge.launchpad.net/ubuntu/+source/sugar-web-activity/+bug/282883 , debdiff attached.20:56
ubottuLaunchpad bug 282883 in sugar-web-activity "Browse activity does not start" [Undecided,Confirmed]20:56
james_wlfaraone: yes, I'm subscribed and he already pointed it out, thanks20:56
james_wI don't need three notifications for every fix20:57
slytheringeser: Can you please take care of bug 267816 and eventually bug 26853820:57
ubottuLaunchpad bug 267816 in cglib2.1 "Please move to universe" [Undecided,New] https://launchpad.net/bugs/26781620:57
ubottuLaunchpad bug 268538 in libxstream-java "Please move package to universe" [Wishlist,New] https://launchpad.net/bugs/26853820:57
lfaraonejames_w: heh, sorry.20:57
MTeckslytherin: any other ideas where to get one. I know I bought the last set and buying more doesn't bother me20:58
slytherinMTeck: No idea. Sorry.20:58
lfaraonejames_w: woult it be possible to get python-abiword in intrepid by running it through the new package process, or as a patch to the existign abiword package?  ( per bug 219358)20:58
ubottuLaunchpad bug 219358 in sugar-write-activity "Please remove sugar-write-activity from Intrepid" [Wishlist,Confirmed] https://launchpad.net/bugs/21935820:58
james_wlfaraone: it is possible yes, I don't know what's involved20:59
james_wit's also very very late for that sort of thing20:59
lfaraonejames_w: sorry about this...21:00
james_wlfaraone: is there any sort of changelog or news file for this hulahop update?21:00
lfaraonejames_w: we already have it working in a PPA. (abiword)21:00
* lfaraone looks21:00
lfaraonehabtool: http://dev.laptop.org/git?p=projects/hulahop;a=blob;f=NEWS;h=0c66f17035d5fb47241032e93e59b413aa6d3937;hb=34d5cf579710dc9187e713d0696fd168005c512d21:02
lfaraone* james_w21:02
fabrice_spjames_w: thanks  for wxsvg sync request!21:04
lfaraonejames_w: (I'm not sure if that's what you're looking for)21:05
james_wlfaraone: I want to know what's in this new upstream release that I've been asked to upload21:06
fabrice_spHow is it possible that a package fails but if I remove stripping in debian/rules, to have bdebug info, it works?!21:11
fabrice_sp(for Bug #283762)21:11
ubottuLaunchpad bug 283762 in openmovieeditor "Does not recognize unstripped video packages" [Undecided,New] https://launchpad.net/bugs/28376221:11
fabrice_spI'm getting a coredump with the stripped version of openmovieeditor21:12
lfaraonejames_w: well, it's in the NEWS file that I linked to you.21:15
james_wlfaraone: no, that's way out of date21:15
james_wlfaraone: I dug through git though21:15
lfaraonejames_w: ah.  (uh, that link is from 9/11/08, and is the latest release... 0.4.6)21:17
lfaraonejames_w: (nvm)21:17
james_wlfaraone: http://dev.laptop.org/git?p=projects/hulahop;a=history;f=NEWS;h=0c66f17035d5fb47241032e93e59b413aa6d3937;hb=HEAD21:18
james_wthe file hasn't been edited for a year21:18
lfaraonejames_w: good point. :)21:19
james_wlfaraone: where do I download tarballs from? I need the 0.4.6 tarball21:19
* lfaraone greps...21:19
lfaraonejames_w: http://dev.laptop.org/pub/sugar/sources/hulahop/hulahop-0.4.6.tar.bz221:23
=== ajmitch_ is now known as ajmitch
james_wthanks21:23
geserslytherin: can try to take care of those bug (I'm rather busy currently)21:27
geserslytherin: the bug for cglib2.1 looks it needs to be only thrown at an archive admin. Or do I miss something?21:28
slytheringeser: no, you are right21:29
slytheringeser: I just thought I should go through the usual confirmation by motu process.21:29
geserslytherin: you are pointing out an archive glitch which doesn't need IMHO an ACK from a motu (the source got already moved to universe but not the binaries yet)21:33
slytheringeser: Ok. So I will simply mark it confirmed and bug someone on #ubuntu-devel21:33
geserslytherin: I will add a new comment for libxstream-java once cglib2.1 gets resolved21:34
slytherinOk.21:34
geserslytherin: yes21:34
geserslytherin: perhaps you have luck and my first ACK for libxstream-java gets still accepted21:35
slytherinhmm21:35
savvas0I have sort of a weird problem with a .desktop file, "dpkg -L timekpr" shows the file /usr/share/applications/timekpr.desktop is included, but it's not actually installed there: "ls: cannot access /usr/share/applications/timekpr.desktop: No such file or directory"21:46
savvas0I'm using "%:(new line)dh $@" in the rules21:47
savvas0ah wait lol, my bad, I had it remove some files and i included it by accident :)21:49
DktrKranzstefanlsd, re bug 275122, I think you should apply your changes directly to your security fixes since -security uploads don't include {-updates,-proposed} fixes22:08
ubottuLaunchpad bug 275122 in wordnet "[SRU] wordnet 1:3.0-2 in Gutsy was not built with debian/patches applied as intended." [Undecided,New] https://launchpad.net/bugs/27512222:08
jdstrandDktrKranz, stefanlsd: actually, -security updates pull from -updates22:09
DktrKranzjdstrand, -security updates are built on top of -updates?22:09
jdstrandso if there is a package in -security, and a newer one in -updates, the next -security update will use the -updates one22:10
DktrKranzah, I wasn't aware of that, thanks for the update22:10
jdstrandDktrKranz: it is an imperfect system, but it solves more problems than it causes, and the justification is that if it went into -updates, it is proven22:10
jdstrandI should also mention that if there is a -proposed package when a -security update comes out, it's corresponding bug should get a comment saying it needs to be respun with the added -security update fixes22:12
DktrKranzit should be re-merged, clear22:13
DktrKranzjdstrand, would you accept such change included in a -security upload, or do you prefer to process it as a SRU?22:15
jdstrandDktrKranz: without knowing the specifics, -security is not a way around SRU (ie we don't put non-security fixes into a -security update)22:16
jdstrandDktrKranz: so if there is SRU material and -security material, either it all goes into -proposed for SRU, or there are two packages created22:17
jdstrandone for -security (with security fixes only), and one to -proposed for SRU (that has it all)22:17
jdstrandwhich will eventually supercede -security assuming all goes well22:18
=== cody-somerville_ is now known as cody-somerville
=== fta_ is now known as fta
ma10omg, upstream just decided to convert ALL their sources to CRLF line terminators. This is a VCS nightmare, considering we have heavy source modifications.. What do I do? Keep the CRLFs or produce a .orig tarball that is not "orig" at all, with everything converted back to unix?23:45
crimsunI'd keep them.  What a pain.23:48
ma10crimsun: yep, bazaar is giving me tons of nonsense conflicts..23:49

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