=== maco_ is now known as maco === foursixnine is now known as santiago-ve === Tonio__ is now known as Tonio_ [02:50] anyone know of a way to pass in the "Michael Rooney " aspect to dch? [02:50] currently it pulls stuff from the local machine and gets it wrong [02:51] mrooney: DEBEMAIL, DEBFULLNAME [02:51] maxb: ah okay, just export those first? [02:51] yup [02:51] See also 'man dch' :-) [02:52] maxb: yeah I noticed it when you said it, I read every argument figuring it was there [02:53] maxb: I am not an expert basher, what does that look like? DEBFULLNAME="Mike Rooney"; export DEBFULLNAME ? [02:57] ahh I think I see [02:58] that'll work. Alternatively, export DEBFULLNAME="Mike Rooney" for a slightly shorter way of writing it [03:31] can someone help me with bzr whoami? It will not accept my email address, I think it is possibly a bug in Jaunty [03:32] I am running Jaunty in virtualbox [03:33] which version? [03:33] What error do you get? (Also, you might get more help in #bzr) [03:33] bzr 1.13.1-1 works here [03:34] oh thanks I did not know there was a #bzr [03:35] the error is no such file or directory [03:36] ah, you're probably missing ~/.bazaar/bazaar.conf [03:36] I thought bzr whoami would make that file [03:36] thanks [03:36] I will try #bzr === meanburrito920_ is now known as zigggggy === zigggggy is now known as meanburrito029_ === meanburrito029_ is now known as meanburrito920_ [04:28] calc: ping :) [04:29] you wouldn't happen to know why openoffice.org-math menu item is hidden, would you? === ziroday` is now known as ziroday [04:59] savvas: I believe it's because Math isn't used very often on its own. [05:02] hm.. true, it can be run through File > New > Formula from the word processor heh [10:30] ScottK: wow that was quick :-) Thanks [10:33] arseweasels. monodevelop may need to be 0ubuntu1'd [10:33] when's the next freeze? [10:38] FinalFreeze on Thursday === asac_ is now known as asac [10:39] Laney: that's 12 o'clock UTC, right? [10:40] not sure [10:40] damn [10:40] i think 0ubuntu1 is the right thing to do then [10:41] :( [10:41] get it done son [10:41] it's ready in pkg-cli-apps [10:41] barring the git-based addons [10:41] hmm, the wiki seems to be dead [10:42] Yep, known problem. === bastiao_ is now known as k0p === hyperudara is now known as hyperair === Sepheebear is now known as sephee === hyperair1 is now known as Guest47300 [15:20] Hi. I'm trying to make dpkg-buildpackage accept a password for signing non-interactively, and I see that there is a bunch of options available. Where can I read up on how exactly each works? I'm also not so familiar with the signing process [15:21] You coyld run gpg-agent to do it. [15:21] * hyperair uses seahorse-agent [15:22] I think seahorse is installed by default so would like to go with that [15:24] hyperair: what would be the syntax for it? -pseahorse-agent didn't work: "Unknown signing interface seahorse-agent; please specify -spgp or -sgpg" [15:25] Guys, say in terminal i'm editing ".examplerc" how do i save and exit it when im done, im a little embarrassed I don't know :P [15:25] vadi2: well, if i'm not mistaken, seahorse is run upon startup [15:26] it is [15:26] how can I make debuild use it? [15:26] and not ask for the password [15:26] you need to register your key in seahorse [15:26] is it? [15:26] wow [15:26] yeah I think it is [15:26] and make sure GPG_AGENT_INFO is set [15:26] I imported the whole Debian keyring into seahorse and now it's incredibly slow [15:27] what a terrible idea that was [15:27] heh [15:27] Guys, say in terminal i'm editing ".examplerc" how do i save and exit it when im done, im a little embarrassed I don't know :P [15:27] bencrisford: ctrl+o [15:27] cheers ;) [15:27] depends what you're editing with [15:27] bencrisford: With which editor? [15:27] vim, inside terminal [15:27] :wq [15:27] :wq [15:27] hyperair: yes, that is set to some seahorse [15:27] :wq! [15:28] i thought it were that [15:28] but it didnt work [15:28] vadi2: then it should work =\ [15:28] "/tmp/seahorse-lt1AXh/S.gpg-agent:6410:1" [15:28] you need to press escape first [15:28] if you're in insert mode [15:28] cheers! [15:28] hyperair: but I'm not totally sure that seahorse has the right key. how can I make sure? [15:28] thanks loads ;) [15:28] hyperair: although I remember making it on seahorse to begin with [15:28] vadi2: then it should be the correct key [15:28] vadi2: check the ID [15:29] yes, it is the correct ID [15:29] but, debuild is still lazy. :( [15:29] vadi2: more like gpg [15:29] well gpg [15:29] vadi2: check your gpg config file.. [15:29] where can I find it? [15:30] vadi2: ~/.gnupg/gpg.conf [15:30] vadi2: make sure there's an uncommented line "use-agent" [15:30] it is empty! [15:30] vadi@ubuntu:~/.gnupg$ cat gpg.conf [15:30] # FILE CREATED BY SEAHORSE [15:30] vadi@ubuntu:~/.gnupg$ [15:30] That bug is fortunately fixed, but it bit a bunch of people. [15:31] ScottK: what bug? [15:31] vadi2: echo use-agent >> ~/.gnupg/gpg.conf [15:31] seahorse-agent making an empty gpg.conf. [15:31] hyperair: There's a better solution. Just a sec [15:31] hmm [15:32] * Laney eyes seahorse [15:32] vadi2 and hyperair cp /usr/share/gnupg2/gpg-conf.skel ~/.gnupg/ [15:32] I think I broke it [15:32] Laney: How can I get back into edit mode now, I am editing a different file [15:32] bencrisford: Press i or a [15:32] cheeers ;) [15:32] insert or append [15:32] ok, now seahorse is the one asking [15:32] much better at least [15:32] I'll do the cp [15:32] you should go through vimtutor really [15:32] vadi2: yeah, after that it should remember ;) [15:33] ill check it out [15:33] ScottK: I don't have such a file [15:33] hyperair: no it actually didn't :x but that is not my worry for now. [15:34] vadi2: it didn't? [15:34] hyperair: good enough that it asks via gui and not terminal [15:34] vadi2: ah that can be configured. [15:34] vadi2: /usr/share/gnupg/options.skel [15:34] Yeah. That one. [15:34] vadi2: system->preferences->encryption and keyrings [15:34] jpds: Thanks. [15:34] vadi2: ...->PGP Passphrases [15:35] I see [15:35] you can set it to timeout [15:35] or remember infinitely, depending on how secure you think your system is. [15:35] Yeah. Don't do that. [15:36] Nobody's system is that secure. [15:36] It's already set to 300 minutes [15:36] I guess that's the default, i don't remember setting that [15:36] ScottK: if my system's in my house, i'd set it to infinite =) [15:36] ScottK: nobody's going to break into my house just to grab my GPG key [15:36] * ScottK wouldn't and doesn't. [15:36] So now about the buggy people. I can detect them by checking of use-agent is present in gpg.conf, yes? [15:36] OTOH, my gpg key lets you do stuff too. [15:36] ScottK: either way my key's on my notebook, so i have it wait 10 minutes and then forget [15:37] vadi2: egrep ^use-agent $HOME/.gnupg/gpg.conf [15:37] and would fixing their gpg.conf by adding the line in for them would be OK or a huge no-no? [15:38] hyperair: yes [15:38] no-no imo. [15:38] vadi2: not everyone wants to use an agent [15:38] what would be the recommended method then? [15:38] hyperair: OTOH, it is the Ubuntu default. [15:38] umm i don't know [15:38] I need to run debuild from a script [15:38] well, program really [15:39] I'd look for the "CREATED BY SEAHORSE" string (or whatever it was) [15:39] ScottK: yes, but i don't want any postinst script or anything automatically setting use-agent on my gpg.conf if i personally disable it. [15:39] Yes. [15:39] ScottK: ah, yes, you have a point. thanks [15:39] # FILE CREATED BY SEAHORSE [15:40] There was a bad gnupg bug in Feisty were no gpg.conf got installed at all. When we fixed it in Gutsy we decided not to try and backfit the fix because we couldn't come up with a really sane way to do it for all users. [15:40] so if created by seahose and no use-agent, because of a bug, I can fix it [15:40] actually i think you should check that the file only contains that line [15:40] Yes. That line and only that line. [15:40] if not made by seahorse then... eh, my program would freeze not knowing debuild is requesting a password. but that's another topic :) [15:40] ScottK: yep. thanks a bunch! [15:41] vadi2: [ `cat ~/.gnupg/gpg.conf` = "# FILE CREATED BY SEAHORSE" ] [15:42] right [15:42] oh wait it doesn't work [15:43] (that's ok, I'll be doing this from C anyway) [15:43] ah [15:43] i see [15:43] that's fine then [15:43] what are you working on anyway [15:45] I'll let you know in due time [15:46] * hyperair dies from suspense [15:46] haha :) [15:48] =p [15:49] haha, how you do that? is it a "/me" or something? [15:51] bencrisford: sure iti s [15:51] bencrisford: try it [15:52] * bencrisford is happy [15:52] * bencrisford is gonna be really annoying and wont stop using this if he is not careful... [15:53] hehe, cheers [15:59] Hi all [16:00] going through the packaging tutorial for "hello" - when using pbuilder with its fake environment - I presume it errors in an obvious way if it fails for some reason? [16:03] wintellect: which tutorial? [16:05] wintellect: Yes, it'll complain and fail. [16:06] and barf. [16:07] bencrisford: https://wiki.ubuntu.com/PackagingGuide/Complete [16:08] ah, I think I have seen that yes, thank you anyway ;) [16:12] If I make changes to files (eg. the Makefile) to resolve lintian issues - I presume I go back and run debuild then pbuilder? [16:13] wintellect: debuild -S [16:13] wintellect: or pdebuild [16:13] ahhh, k. Thanks [16:13] Think I'm finally beginning to understand the process :) [16:14] wintellect: =) [16:14] I'm appreciating all the help BTW :) [16:16] =) [16:21] I'm confusedf [16:21] the wiki guide says: [16:21] "There is one other file, compat which just contains a version number for the debhelper scripts. Occationally new versions of debhelper are released, the current version is 6 so you should set compat to 6" [16:22] so I set it to 6 [16:22] lintian seems to complain: [16:22] I: hello source: package-lacks-versioned-build-depends-on-debhelper 6 [16:22] N: [16:22] N: If a package sets debhelper's compatibility version to >= 5, either [16:22] N: via DH_COMPAT, or via debian/compat, or via dh_testversion (which is [16:22] N: deprecated), it should declare a versioned Build-Depends on the needed [16:22] N: version of debhelper. [16:23] Is this safe to ignore? [16:23] wintellect: Make sure you have debhelper (>= 6.0) in debian/control Build-Deps. [16:24] Build-Depends: debhelper (>=6) [16:24] Actually the current version is 7 [16:24] But unless you are using dh 6 or 7 features, compat can be set to 5 and the build-dep unversioned. [16:25] How will I know if I need v6/7 features? [16:26] wintellect: man debhelper [16:27] wintellect: see your debian/compat level. that usually says it [16:29] the default debian/compat was set to 5 [16:29] but i'll check the manpage at somepoint soon [16:29] You guys are ace! [16:30] * hyperair feels flattered [16:30] Well, it's nice not to get flamed down - as I'm genuinely trying to learn [16:30] hahaha that's what happens when you ask in the correct channel =p [16:30] I'm going through the docs and trying to understandf it all [16:30] :) [16:31] good for you =) [16:35] YAY - all built and lintian happy :D [16:35] congratulations, wintellect [16:35] thanks. I feel like I'm a step closer to being part of the community [16:36] you already are =) [16:37] just to confirm - the files that would be uploaded would be *.diff.gz *.dsc *.orig.tar.gz - just the 3, correct? [16:37] And from those the "official" deb package would be made by the server, right? [16:38] correct. [16:38] :D [16:38] one more thing.. you need a *_source.changes file in order to upload [16:38] yep, I have one of those [16:38] also, did you run lintian on your debs? [16:39] I did the "lintian -Ivi *.dsc" [16:39] you should do the same on the .debs [16:39] *.deb [16:41] hmmm... [16:41] seems to complain: [16:41] N: Setting up lab in /tmp/ZkcuXpudVf ... [16:41] error: cannot find binary, udeb or source package *.deb in dist or lab (skipping) [16:41] wintellect@backup:~/debian_pkg/hello/hello-2.1.1/debian$ N: No packages selected. [16:41] N: Removing /tmp/ZkcuXpudVf ... [16:43] ignore me [16:43] my bad [16:43] in wrong directory :P [16:44] hahah === Sikon is now known as LucidFox [16:55] Someone with a wiimote and some free time might want to look at seeing if gtkwhiteboard can be made to work with libbluetooth3. [16:55] ScottK: wiimote is a bluetooth device? [16:57] ivoks: I have no idea. [16:57] I just looked at the package and it build-dep on the no longer existing libbluetooth2 and uses a wiimote [17:02] im'a give that tutorial wintellect did a go [17:02] u guys'll help me yeah? [17:05] bencrisford: just ask your questions, and whoever's around will answer [17:06] :) [17:06] * bencrisford is happy to be on this IRC channel [17:06] you should be ;) [17:06] ^^ [17:14] i'm doing the packaging from scratch hello tutorial here: https://wiki.ubuntu.com/PackagingGuide/Complete [17:14] it told me to get the source of hello-debhelp so i do what it said (https://wiki.ubuntu.com/PackagingGuide/Complete) [17:15] (apt-get source hello-debhelper) thats what it told me to get [17:15] and i got this error: [17:15] E: Could not open file /var/lib/apt/lists/download.tuxfamily.org_syzygy42_dists_feisty_avant-window-navigator_source_Sources - open (2 No such file or directory) [17:15] :S [17:16] sudo apt-get update [17:17] ok [17:17] W: Failed to fetch http://download.tuxfamily.org/syzygy42/dists/feisty/avant-window-navigator/binary-i386/Packages.gz 404 Not Found [17:17] W: Failed to fetch http://download.tuxfamily.org/syzygy42/dists/feisty/avant-window-navigator/source/Sources.gz 404 Not Found [17:17] E: Some index files failed to download, they have been ignored, or old ones used instead. [17:17] hat explains it [17:17] that* [17:18] :'(, how can i make it work then? [17:19] fix your sources.list [17:19] ok [17:19] Feisty isn't supported anymore. [17:20] how? :P [17:20] you should drop something that says deb-src http://download.tuxfamily.org/syzygy42 feisty avant-window-navigator [17:27] ok [17:28] i've got something important and personal to do now, so ill come back to it later [17:28] thanks for all your help :) === PieWai is now known as iaWeiP [17:54] mhm, I have a question: after dholbachs packaging training I patched and packaged my first real package yesterday, and it was accepted today... but now I got mail from rosetta saying that it could not import pt_BR and oc translations because I did not update the time stamp - but I never touched these files. so what am I supposed to do about this? === RoAk is now known as RoAkSoAx [17:54] atrejut: I think, you can ignore it. [17:54] jpds: ok, thanks [20:22] Heya [20:23] Hey RainCT === santiago-pgsql is now known as santiago-ve [21:11] lol [21:12] * hyperair wonders what RainCT's laughing about. [21:12] nixternal: great april fool joke :) [21:13] RainCT: You just saw the emails? [21:13] ? [21:14] nhandler: yes, I've just arrived back from Italy a few hours ago :). Still have over 150 e-mails in the inbox :/ [21:14] Snova: https://lists.ubuntu.com/archives/motu-council/2009-April/002080.html [21:15] lol [21:15] Mythbuntu also had a nice April Fools joke [21:16] RainCT: strg + a and then press entf .... guarantees less work and stress :P [21:16] hehe [21:17] "Hey I want back in!" [21:17] hehehe === santiago-pgsql is now known as santiago-ve [23:31] .join #dpkg [23:35] Hey guys. I'm trying to build my first package but I'm running into problems. I'm following the tutorial here: http://women.debian.org/wiki/English/PackagingTutorial but when I go to actually build the package with debuild I get the following error: dpkg-source: cannot represent change to wmforkplop-0.9.3.tar.gz: binary file contents changed. Can somebody help me out? [23:37] smitty__: sure, what changes did you make? [23:38] dtchen, changes to the source or to files in the debian/ folder? [23:38] smitty__: both. [23:39] dtchen, nothing to the source. I edited the control, copyright, docs, init.d, and manpage.1 files in the debian/ folder [23:40] smitty__: ok, i'll run through the above url [23:42] smitty__: what will also help is if you pastebin the entire debuild output [23:45] dtchen, Here's the output: http://pastebin.com/m358894be [23:46] hmm [23:47] smitty__: what's the output from find /home/smitty/debian/wmforkplop-0.9.3 [23:49] dtchen, http://pastebin.com/m28729bbc [23:54] smitty__: can walk you through it in #ubuntu-classroom [23:54] smitty__: if you don't mind starting afresh, that is. i presume you're doing this on a current jaunty system? [23:56] dtchen, okay. I'm still running hardy actually