=== asac_ is now known as asac [00:09] anyone around to answer my dumb questions? [00:10] do packages generally do a "make install" to install something? [00:10] and is there an equivalent of "make uninstall" or is that something I made up and is completely unconventional [00:11] < bitplane> do packages generally do a "make install" to install something? [00:11] Well that all depends on how you define "package" [00:11] depends on the Makefile; automake e.g. ships an uninstall target by default [00:11] and how you define "install" [00:12] well, currently I do "make" followed by a "make install" to compile, then copy my binaries into the system [00:12] Upstream source packages typically provide a "make install" [00:12] it also calls a script which adds new mime types, installs icons and a desktop file [00:13] registers my thumbnailer with gconf, etc [00:13] Debian/Ubuntu source packages wrap the upstream source and typically use the "make install" step to install files *into the binary package they are building* [00:14] Debian/Ubuntu binary packages go nowhere near "make install" in their installation through dpkg / apt [00:14] hmm okay [00:14] so packages generally contain binaries for the platform, rather than instructions on how to build them? [00:15] which is what pbuilder does? [00:16] Well, be careful what you mean when you say "packages". There are source packages, which are the recipes for building binary packages. [00:17] And there are upstream source tarballs which could concievably be termed "packages" by upstreams [00:17] ah okay, by package i mean whatever is downloaded (deb files?) when I type "apt-get install x" [00:18] a source package, typically, contains a "make install" call at one point where the prefix is not /usr or somesuch, but a temporary folder for the build process. these binaries are then copied into a deb archive, and when the deb is installed, they go into /usr [00:18] (very very potted summary) [00:18] fantastic, that makes sense [00:18] thanks === cprov is now known as cprov-afk === tuantub_ is now known as tuantub [01:28] hi. do i request package updates here? [01:28] no, on Launchpad. [01:31] LLStarks: specifically, https://wiki.ubuntu.com/UbuntuDevelopment/FAQ#Can%20%3Cpackage%3E%20be%20upgraded? === artfwo__ is now known as artfwo [02:51] hello! I wonder, are new packages still accepted to karmic through the revu? [03:50] hello! I wonder, are new packages still accepted to karmic through the revu? [03:54] for a short while longer artfwo [03:55] you have until August 27th [03:55] well, then I'd like to request a review for http://revu.ubuntuwire.com/p/scantailor - a Qt-based interactive post-processing tool for scanned books [03:55] hrm [03:55] the Qt part sound promising [03:56] it has already been advocated earlier, but rejected from the archive [03:56] what was the reason? [03:57] there was a CC-licensed icon packed into a GPL binary [03:57] yikes [03:57] I have replaced the icon, and this change have been accepted upstream as well [03:58] good work [03:58] that is really worth a look tonight :) [03:58] i'll see if i can get another motu to check it out as well [03:59] I shall remain online then, in case something needs a quick fix [04:01] libqt-dev is at 4.5.1 right? [04:01] !info libqt-deb karmic | vorian [04:01] vorian: Package libqt-deb does not exist in karmic [04:01] it's 4.5.2 now [04:03] lex has been busy i see [04:04] grr [04:05] liboost-test [04:05] yep, the package works with any libboost >= 1.35 [04:05] that's why I have put a dependency on the default version [04:06] it would be great if libboost1.38 had the test binary [04:06] it does [04:06] there is libboost-test1.38-dev [04:07] ah, so it does [04:07] artfwo: will it build with 1.38? [04:08] yes, I have built a binary yesterday in my PPA [04:08] mind changing that in the control then? [04:09] I don't mind, but what the purpose of having a "default" boost metapackage then? [04:09] java package ought to build-depend on default-jdk, why boost cannot be the default? [04:10] most all KDE packages migrated away from the "default" boost during the last cycle [04:10] besides, 1.38 is in main [04:10] okay, will do just now [04:12] everything else looks perfecto [04:12] grr, I'm having the "425 Security: Bad IP connecting." error with REVU again [04:13] noooo [04:14] I guess it's a problem with my ISP [04:21] vorian, there [04:21] uploaded with libboost-test1.38-dev [04:32] thanks artfwo [04:34] artfwo: ack'd [04:34] vorian, thanks! [04:34] thank you artfwo :) === santiago-pgsql is now known as santiago-ve [06:24] is anyone in here familiar with the qmake system? [08:57] If a copyright notice in a source file reads "Copyright (C) 2005, 2006 Sean Bolton and others" is this okay for inclusion? and if there's another sourcefile that reads simply "Copyright (C) 2005, 2006 Sean Bolton" do they both need to appear in the debian/copyright file? [09:03] I'd include both of them separately === dyfet` is now known as dyfet [10:46] i think the distro is buggy on this [10:46] clamav-daemon (clamd) doesn't start up autoamatically [10:47] no startup links [10:47] there's K19clamav-daemon [10:47] is that bug? [10:47] the default installation should have get it right [10:48] # find /etc/rc?.d | grep clamav-d [10:48] /etc/rc0.d/K19clamav-daemon [10:48] /etc/rc1.d/K19clamav-daemon [10:48] /etc/rc2.d/K19clamav-daemon [10:48] /etc/rc3.d/K19clamav-daemon [10:48] /etc/rc4.d/K19clamav-daemon [10:48] /etc/rc5.d/K19clamav-daemon [10:49] /etc/rc6.d/K19clamav-daemon [10:49] anyone confirm me this? [10:50] qiyong: Don't do that! [10:50] !pastebin [10:50] pastebin is a service to post multiple-lined texts so you don't flood the channel. Ubuntu pastebin is at http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic [10:52] StevenK: this chann is silent, paste doesn't hurt? [10:52] qiyong: it still does. [10:52] mainly because people read scrollback [11:01] ooh [11:01] is ff 3.5 happening? [11:38] evenin [11:48] Laney: what do you mean? [11:50] slytherin: to karmic [11:50] as default [11:51] ah that. yes it is. [11:51] exciting [11:53] I am using 3.5 on jaunty and it looks to be faster than 3.0.x [12:14] whare i can fing a guide for packaging a kernel module? (i need use module-assistant) [12:14] *find [12:14] you need to use dkms, not m-a [12:15] blackmoon: AFAIK, module-assistant is deprecated in favour of dkms. [12:15] ah, ok... [12:16] do you know a guide for packaging with dkms? [12:17] https://help.ubuntu.com/community/Kernel/DkmsDriverPackage [12:17] directhex: thank you === cprov-afk is now known as cprov [13:28] Hi folk, I am currently worknig on bug #408825 [13:28] Launchpad bug 408825 in python-django "security update micro-release" [Undecided,Confirmed] https://launchpad.net/bugs/408825 [13:28] Marc made some comments about my previous patch [13:29] I understand the first 2 comments made about version and changelog formats [13:29] but I am lost with the patch tagging [13:29] I have tried reading https://wiki.ubuntu.com/PackagingGuide/PatchSystems and got more lost [13:32] I guess he meant https://wiki.ubuntu.com/UbuntuDevelopment/PatchTaggingGuidelines [13:34] so do I just add a bunch of text manually to the finnished patch or is there an automated way? [13:36] which patch system does this package use? [13:36] cdbs i think [13:37] when i type what-patch i get cdbs [13:37] though i have no idea how to use cdbs [13:39] tseng: cdbs patches are usually just diffs; so adding a comment on the top according to https://wiki.ubuntu.com/UbuntuDevelopment/PatchTaggingGuidelines should be fine I guess [13:40] so - just want to get the order right here: [13:40] I applied the upstream patch [13:40] directly to the code in the tree, [13:41] no, place the upstream patch in debian/patches [13:41] updated the changelog and debian/controle file [13:41] aahh [13:41] will try again [13:41] (check that it applies: patch --dry-run < debian/patches/yourpatch) [13:41] tseng: I use the cdbs-edit-patch tool [13:43] tseng: you enter the tree, do something like "cdbs-edit-patch 05_security_xxx.diff, apply the patch, and type "exit" [13:43] the patch should get automatically added to debian/patches [13:43] and then, you edit debian/patches in a text editor and add the stuff described in the wiki to the top of the patch [13:43] thanks [14:16] Is today REVU day? [14:28] I'd appreciate if a MOTU could review (and hopefully advocate) gmameui, a Gnome front-end for MAME (arcade emulator) at http://revu.ubuntuwire.com/p/gmameui [14:29] I'm packaging it within the Debian Games Team, but since the RFS is still on it won't make it in time for Karmic unless I go through REVU [14:30] package should be in good shape, there was one review in DGT already [14:48] I'm learning to become the MOTU,so what's the first step? [14:51] !MOTU [14:51] motu is short for Masters of the Universe. The brave souls who maintain the packages in the Universe section of Ubuntu. See http://wiki.ubuntu.com/MOTU [14:52] see topic [14:52] thanks for all === ejat is now known as e-jat [17:11] DktrKranz, any luck with lekhonee :=)? === kiko is now known as kiko-fud [17:29] can we upgrade a package with dpkg ? (without using -r, -i) [17:31] ha, -i replace it automatically. nvm. [18:10] Heya! in which version of debhelper did override_dh_* target appeared? [18:17] Whoa, 1.9.0-6-0ubuntu1 is newer than 1.9.0-7? [18:17] Does apt prefer Ubuntu packages over Debian regardless of version? [18:19] no, and it's not [18:21] pochu: oh, then what is going here: http://pastebin.com/m2715c2d5 [18:21] am I missing something? [18:21] err, it is [18:21] hm do you understand why? [18:21] because the upstream version in 1.9.0-7 is 1.9.0 and 7 is the debian revision [18:22] and in 1.9.0-6-0ubuntu1, the upstream version is 1.9.0-6 and the debian revision is 0ubuntu1 [18:22] oh hm [18:22] and 1.9.0-6 is greater than 1.9.0 [18:22] I see [18:22] so I named that PPA version incorrectly? [18:22] looks like :-) [18:22] buggers. [18:22] what should it have been? [18:23] 1.9.0-6ubuntu1~ppa1 [18:23] ahhhh [18:23] thanks! [18:23] I guess I should just delete the package from LP [18:26] mrooney: when you run lintian on your package, i think it would normally say something like native-package-with-dash-version as a warning [18:26] ah, all those lines scroll by in like .5 seconds [18:26] that's one flag to spot that there could be something wrong [18:27] yep :) [18:27] mathiaz: ping? === AlanB` is now known as AlanB [19:05] directhex: here by any chance? [19:05] yes [19:05] until the wife finishes changing [19:06] directhex: remember we discussed about the resolution on my LCD TV? [19:06] do you have time to guide me to fix it? [19:07] sorry, no - but i'd direct you towards http://www.mythtv.org/wiki/Working_with_Modelines and http://www.mythtv.org/wiki/Modeline_Database as a place to start [19:08] Hi, can anyone point me to simplish source package for something using qmake upstream? [19:09] directhex: will take a look [19:39] hi guys === nxvl_ is now known as nxvl === sommer_ is now known as help === help is now known as sommer_ [22:26] Hi everybody! [22:27] Could someone please review the smile package at revu? http://revu.ubuntuwire.com/p/smile [22:27] The package should be fine now. === janito_ is now known as joaopinto === nellery_ is now known as nellery