[00:47] Quick question for anyone listening. [00:48] I know that I can use a package as a template. Is there one in particular that is a good example to use or will pretty much any of them help me learn? [00:49] look at packaging that is similar to what you're working on [00:49] for instance if it's a GNOME app, look at other GNOME apps' packaging [00:49] if it's Python, look at other Python packaging [00:50] Thank You jbicha. That is a good rule of thumb. I appreciate it === sagaci_ is now known as sagaci === menesis1 is now known as menesis === menesis1 is now known as menesis === yofel_ is now known as yofel [10:13] Is the process for fixing regressions in universe packages caused by things like python-2.7(+) upgrade documented somewhere? As in assuming I'm using natty, howto for installing oneiric vm for devel as well etc? Bug #576504 seems trivially fixable for example. [10:13] Launchpad bug 576504 in singularity (Ubuntu) "Menu pops up repeatedly during game (w/savegame)" [Undecided,Confirmed] https://launchpad.net/bugs/576504 [10:15] tag python2.7 I think [10:16] fix looks simple so no special process should be required for oneiric for natty you need to follow: https://wiki.ubuntu.com/StableReleaseUpdates [11:02] barry: you know if there will be anything changed in python for http://bugs.python.org/issue10379, it seems one cannot fix it so it works in 2.6 and 2.7 without ugly hacks [11:36] ok only for the format-string + %% case, other cases work in 2.[67] [13:56] "bzr branch ubuntu:gnupg gnupg.dev" gives an error [13:57] "bzr: ERROR: Not a branch: "/home/asogani/src/gnupg/ubuntu:gnupg/"" [13:58] Could someone explain why? I'm an Ubuntu newbie trying to create a bzr branch by following http://developer.ubuntu.com/packaging/html/udd-getting-the-source.html#branching [14:04] asogani, bzr thinks you're trying to branch a local branch called ubuntu:gnupg [14:05] use lp:ubuntu/gnupg [14:05] do this instead: bzr branch lp:ubuntu/gnupg gnupg.dev [14:07] thanks Laney, sergio91pt ! [14:07] maybe that webpage needs correction as well? [14:37] if you do the init-repo step as said on the page it works === JanC_ is now known as JanC [16:44] jacob: ping. [16:45] jacob: i've recently tried using your business card template, but for some reason, inkscape refuses to print or export it to a non-bitmap format with the background intact. do you happen to know why? [16:47] hyperair: it's because the background is a mask, and inkscape doesn't know how to export that properly for other formats (or the other formats don't support them). I've had good experience with a PNG at 300 dpi for printing, though. [16:47] I'll see if there's any way to flatten that background to make that easier in any case. [16:48] ah, i figured as much. for the gradient effect, eh? [16:48] thanks for the info. [16:48] yeah. it was either gradients or masks (or both) that wouldn't export correctly [16:51] what up ohio :) [16:51] yo gilbert [16:58] jacob: aha, thanks for the information. [16:59] hyperair: no problem. i just checked to see if I could flatten out that background, but inkscape doesn't provide a way to permanently apply masks -- so i'd have to rasterize it, which would bring us back to square 1. :P [17:00] but in any case, you'll get a really high quality print by exporting at >= 300 dpi anyway [17:00] jacob: yeah, i'll just have to deal with this anal printer. [17:00] :P [17:01] * hyperair sighs [17:31] jacob: 01:07:28 it's a known bug (mask is on a layer with a transform) [17:31] 01:08:04 create a new layer, move the dots (group in layer Background Grid) onto the new layer, save a copy as PDF === medberry is now known as med_out [18:10] what do we mean by "unseeded fixes" ? === slicer_ is now known as slicer [22:05] I'm trying to find a python package that uses launchpad for translations, to see how it moves po/*.po to /usr/share/locale/*. [22:05] I checked jockey first, but I didn't see any translation-related code... is that because it's in main, so its translations go to langpacks, so the maintainer didn't have to care about .po installation? [22:14] alkisg: it might be automatic with setup.py and python-distutils-extra [22:14] jbicha: thank you, that's probably it, reading... [22:14] that's how we do it with gui-ufw, the install is nearly automatic [22:15] I also just found a good non-python-distutils-extra tutorial in http://wiki.maemo.org/Internationalize_a_Python_application#Include_translations_in_your_installation [22:16] distutils-extra will automate that, I don't know if there's a tutorial for it though [22:17] it looks for files in certain locations and automatically puts them where they should go [22:17] * alkisg apt-get source's gui-ufw... :) [22:20] Launchpad also pushes .mo files in the branch? Not just .po ? [22:20] I don't know how Launchpad does translations yet [22:21] I saw .mo files in the source of gui-ufw and I got confused :) [22:38] * alkisg wishes he had read about python-distutils-extra 2 days ago, sounds like it would have saved me a lot of work :)