[01:04] so if a program uses egg_debug()... how do you enable those prints? [02:37] hi ppl [02:37] question, how do you version a beta release? [02:37] 6.0.0-1~beta1 ? [02:40] qnix: no, the beta should be part of the upstream version 6.0.0~beta1-1 (for Debian) [02:40] my tar.gz is named soft-6.0.0-beta1.tar.gz [02:42] kk, but I have to rename the tar.gz, right? since the name contains a - ? [02:43] qnix: right [02:44] can it contain a ~? [02:45] qnix: yep, here's an example: https://launchpad.net/ubuntu/+source/firefox/4.0~b12+build1+nobinonly-0ubuntu1 [02:45] micahg: thank you. [04:08] hi. could anyone please review uwsgi package (it's a WSGI server)? http://revu.ubuntuwire.com/p/uwsgi [04:28] how can I find the tracker for any problem? like a tracker for new version available, or a tracker for ftbfs or any other? [04:29] c2tarun: what do you mean? [04:32] I mean there are certain trackers like, http://udd.debian.org/cgi-bin/ubuntu_ftbfs.cgi and http://people.canonical.com/~ubuntu-security/cve/universe how many other are there? [04:32] lifeless: ^^ [04:33] how big is the internet [04:33] lifeless: enormous ;) [04:34] exactly [04:35] lifeless: hmmm.... so there is no place where I can get the link of such trackers? [04:35] google ? [04:35] I don't really know what you mean [04:35] lifeless: nevermind :) [04:36] I don't think there is a big list of reports for ubuntu or debian [04:37] * c2tarun there should be one, this makes work a lot easier [04:38] c2tarun: this might be the closest thing we have http://qa.ubuntuwire.org/ [04:39] micahg: this is good :) thanks [04:39] c2tarun: here's another: http://harvest.ubuntu.com/ === MTecknology is now known as MTeck-InPain === MTeck-InPain is now known as MTecknology [06:37] Hey, anyone up for reviewing l2tp-ipsec-vpn? It's a little applet to configure and manage L2TP IPsec VPN connections. I've just uploaded a new candidate to fix all problems about which micahg and mok0 complained. http://revu.ubuntuwire.com/p/l2tp-ipsec-vpn [06:39] wejaeger: there's no need to post that whole message every time, you ca\n just ask if someone can review the package [07:43] there is package in natty archive named darksnow, this package include few log files and a patch inside the patch folder, but no series of 00list file, what are these log files for? [07:48] good morning [07:50] Hello [07:52] there is package in natty archive named darksnow, this package include few log files and a patch inside the patch folder, but no series of 00list file, what are these log files for? [08:03] c2tarun: darksnow uses the "simple-patchsys" from cdbs which simply applies all patches it finds in debian/patches in alphabetical order (it doesn't need a 00list or series file) [08:04] geser: is there any manual or walkthrough for this patch system> [08:06] c2tarun: https://wiki.ubuntu.com/PackagingGuide/PatchSystems [08:07] c2tarun: and what log files? I don't see any in the webview of the packaging branch on LP [08:08] geser: these are the files in patches folder gcc -g -O2 -g -O2 -DUSE_TOOLTIP -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/ [08:08] include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm -DVERSION="\"0.6.1\"" darksnow.o interface.o config_files.o tooltips.o -o darksnow [08:08] oopps sorry [08:08] geser: http://paste.ubuntu.com/578222/ [08:11] geser: what is a webview? where can i see a webview? [08:11] c2tarun: sorry don't know, but my guess is that they come from the simple-patchsys [08:11] geser: ok, may be. thanks :) [08:12] c2tarun: e.g. http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/natty/darksnow/natty/files [08:12] you get there by following the "Code" tab on LP for a source package [08:12] geser: got it, strange there is nothing about these log files there. === zul_ is now known as zul === debfx_ is now known as debfx === menesis1 is now known as menesis [12:13] directhex, do you think somebody can commit the debian/control portion of https://code.launchpad.net/~bhaveekdesai-gmail/ubuntu/maverick/boo/bug-729855/+merge/52735 in Debian? O:-) [12:16] dholbach, at some point. doesn't seem a high-urgency item for a whole release, but it can go into packaging git [12:16] directhex, awesome [12:16] * dholbach hugs directhex [12:27] morning omniscent people! :) [12:27] fixing bug and using bzr, I don't understand when to use bzr branch lp: and when to use bzr branch lp:ubuntu/ [12:28] Is there any general rule that I can use? [12:30] dholbach, boo's still in svn, which is scarily retro, committed anyway. at some point Laney will volunteer to do a new upstream update && move to git, which can result in new packages [12:30] directhex, excellent! [12:31] lp: is the upstream branch of a programm, lp:ubuntu/ is the auto-imported packaging branch of it (assuming a package exists for it) based on the uploads to the archive [12:31] acarpine: always use lp:ubuntu/pkgname (or ubuntu:pkgname), if you use lp:pkgname you get the PROJECT not the ubuntu package [12:33] ampelbein: But I thought sometimes can be useful makes change the upstream project... [12:34] ampelbein: I thought it depends on what i'm changing... [12:36] acarpine: generally, if you want to change something for ubuntu, you use lp:ubuntu/pkg or ubuntu:pkg as branch. you only branch the project if upstream actually uses launchpad for code development (most don't). [12:38] ampelbein: ok, so when a project use launchpad for code development I imagine is write in the launchpad page...correct? [12:39] acarpine: yes, it should be on the launchpad project page [12:42] Ampelbein: Really tks, I will use your rule of thumb! [14:06] * Laney eyes directhex [14:06] ? [14:07] boo! it's a terrifying beast [14:08] not too tricksy [14:09] does it want updating? [14:10] hello [16:52] Hi guys, was hoping for some advice... I've made a package that uses cdbs to install a python module & associated daemon script... however when it tries to start the daemon from postinst the python-central triggers haven't run so the module fails to import into python, the daemon fails to start and thus the package install fails... Is there a standard workaround for this? - thanks :) [16:58] kmdm: yeah, manually do the necessary byte-compilation in postinst rather than waiting for the trigger. Also python-central is deprecated, use dh_python2 [17:08] tumbleweed: hm, thanks :) I'm only using whatever CDBS gives me so I'm assuming that'll be dh_python2 once that gets updated? === dholbach_ is now known as dholbach [17:16] kmdm: any reason using cdbs and not debhelper? [17:21] geser: laziness? ;) [17:41] cjwatson: merge-o-matic is working already, but I see no changes to lp:merge-o-matic. could you tell the secret how did you do it? [17:57] kklimonda: these qt buttons look quite native gtk to me: http://labs.qt.nokia.com/wp-content/uploads/2011/03/Screenshot-6.png [20:07] zul: never mind found the error ;) === ogra is now known as Guest18809 === Guest18809 is now known as ogra_ [20:28] What do you think about including a recent SVN snapshot for (exuberant-)ctags for natty? There are a lot of bugfixes, and no new release in sight.. (I have pinged the author about this a few days ago without any reply) [20:28] I have prepared one based on the debian version in my ppa. === lucas_ is now known as lucas [20:51] blueyed: if the snapshot is stable, why not? [20:51] blueyed: you're still need an FFe if there are new features [20:52] *you'll [20:52] I have not checked the changelog in detail, just ran across bugs in the latest release several times in the last days. [20:52] I have prepared a branch now, and will upload/ask-for-ffe it. [20:53] given how essential ctags is, we should really push this. [20:53] blueyed: if the snapshot isn't stable, maybe backport some of the bugfixes [20:53] ok === jporsini is now known as jfi_vb === jfi is now known as jporsini [20:58] I really hate FFe paperwork.. even when doing this for free, I would pay somebody 10€ to do it for me.. :/ [21:09] blueyed: write your views about bureaucracy to dholbach :) [21:12] ari-tczew: do you think he would do it for 10€? [21:12] blueyed: dunno, he might be an expensive employee :) [21:22] great. it fails to build, but without any error apart from the binary not being existent: http://launchpadlibrarian.net/66079994/exuberant-ctags_5.9%7Esvn20110310-0ubuntu1-i386-20110310-2211 - hints? I'm off for some time, but will come back later. [21:23] install: cannot stat `ctags': No such file or directory [21:24] IMO dirs or d/rules needs fixing. [21:43] ScottK: ping [21:44] ari-tczew: well. it seems like the binary "ctags" does not get build and then cannot get installed. [21:47] looks like the whole configure script is missing in the svn snapshot. [21:48] blueyed: yes, but there should be a autogen.sh file to work the necessary automake/conf/libtool/aclocal-black-magic for you [21:50] Ampelbein: no, there is none. I have taken the tar ball from http://ctags.svn.sourceforge.net/viewvc/ctags/trunk/ (link at the bottom) [21:56] Are wildcards availble in package.install files? Can I do excludes? [21:57] blueyed: autotools-dev has an example autogen that should work fine. it just runs the other tools in order [21:57] ari-tczew: Pong [22:01] Ampelbein: shouldn't there something in the SVN source itself? [22:01] blueyed: that would be considered nice to have, but isn't strictly needed I guess. [22:02] Ampelbein: I do not have much experience in autotools land. Will look around. thanks. [22:06] Ampelbein: How would I integrate this into the build process? [22:06] or should I maybe just pick configure and other missing files from the last releasE? [22:08] blueyed: the easiest way would be to run the autogen, make distclean, and repack that as orig.tar.gz [22:24] Ampelbein: not so easy apparently. I am getting some help in #geany now - in case you want to join us.. ツ [22:25] let me get that tarball and have a look ;-) [22:30] blueyed: do you have your packaging somewhere? [22:32] Ampelbein: lp:~blueyed/ubuntu/natty/exuberant-ctags/upstream-snapshot - b4n in #geany could successfully build it now however. [22:33] blueyed: yeah, me too. I just wanted to get the packaging to see how well it integrates [22:33] switching to geany [23:24] in case anyone wants too look/vote for the ctags upstream freeze exception: see bug 732860 [23:24] Launchpad bug 732860 in exuberant-ctags (Ubuntu) "Please upgrade exuberant-ctags to 5.9 SVN snapshot" [Wishlist,New] https://launchpad.net/bugs/732860