[00:15] albert23: FYI, I have just requested the sync for enthought-traits. Please, go ahead with enthought-traits-ui at your will. [00:16] warp10: ok, good to know. I will look at e-t-u tomorrow. [00:16] albert23: great, thank you. :) [02:03] freeflying: Welcome back. [02:21] ScottK: thanks :) === rockstar_ is now known as rockstar [03:35] i'm having some problems packaging a python package that has a compiled module...is this the right place to ask for help? [03:38] Yes [03:39] But not from me, I'm heading out for a while. [03:39] ok, thanks [03:41] the compiled module is built with a simple makefile, which seems to build, but dpkg-buildpackage errors out: "unrepresentable changes to source" [03:42] grantgm: Can you pastebin your debian/rules and your buildlog? [03:44] debian/rules: http://pastebin.ca/1045660 [03:45] output: http://pastebin.ca/1045662 [03:46] debian/control: http://pastebin.ca/1045664 [03:47] persia: would anything else be helpful? [03:47] No. That's sufficient. [03:48] ok. thanks a lot having a look [03:48] *for having [03:48] To me, it appears the issue is that you have build it once in the tree, and your clean isn't deleting the generated files. [03:55] you're right: it appears that the makefile isn't cleaning the files built in the test directory [04:38] Say, I need to test certain packages from -proposed, but don't want to upgrade everything. I know I could enable it, upgrade the one package, then disable the repo again, but could someone tell me how to properly say "only upgrade packages foo, bar from -proposed, all else use these other repos" ? [04:38] apt pinning [04:39] 'man apt_preferences' says it better than I can sum up [04:40] http://wiki.debian.org/AptPinning is also a good reference [04:55] Sigh. Why do applications like Banshee feel they need to reimplement GTK? [04:56] are you referring to the custom widgets & the human theme? [04:56] Yes. [04:56] wgrant: Remember. Newer is better. [04:56] They seem to reimplement GTK's ListView for the sole purpose of combining selection bubbles. [04:57] And it's about the slowest UI I've ever seen. [04:57] it's a microvell conspiracy [04:58] Ah, and there's some strange effect on the play queue when you add something to it. [04:58] I'm sure GTK could be altered to do that without rewriting the whole thing in ridiculously slow Cairo. [05:10] wgrant: You obviously need a better video driver :) [05:10] * RAOF also agrees with gtk reimplemenation bitching. [05:11] RAOF: It's an i915. It runs Compiz fine. [05:12] But it can't render a *media player*'s interface quickly. [05:12] That's because intel doesn't have a nice XRender backend (yet). [05:13] No one accelerates EXA well. Except nouveau. [05:13] RAOF: Does nouveau display a normal desktop well yet? [05:13] persia: Yes. It has done for _ages_. [05:13] Yes. [05:13] I use it at work. [05:14] It's rather nice, as long as you don't want Compiz. [05:14] Then why isn't it in the repos yet? [05:14] The multimonitor is infinitely better than the blob. [05:14] Because I'd need to break libdrm to do it. [05:14] wgrant: Oh, _hell yes_. [05:14] * persia can't use compiz anyway, because compiz + cairo + nVidia binary blob + old graphics card = extra heat [05:14] RAOF: How's 3D coming along? [05:15] RAOF: What's the bad part about breaking libdrm? [05:15] persia: It's at the bottom of the X stack. [05:15] RAOF: NVIDIA does it, no? [05:15] the nvidia blob doesn't use libdrm [05:15] wgrant: Break libdrm? No. They just ignore it. [05:15] Right. [05:15] Like they ignore _every other_ piece of X infrastructure. [05:15] :( [05:16] Elisa no longer segfaults. It now doesn't display any video, but it does'nt segfault. [05:17] * ajmitch wonders when we'll see kernel modesetting in mainline [05:17] Fedora's testing it, right? [05:18] From what I can find, Fedora seems to so some rough equivalent of dpkg-divert for the alternate libdrm [05:18] s/so/do/ [05:18] nouveau is sitting in Debian experimental NEW, too. [05:19] If libdrm gets a release that supports it before FF, I'll totally be syncing stuff accross. [05:20] RAOF: Is my understanding correct that nouveau_libdrm can support most things, as long as the user is using nouveau, and only breaks things for other people? [05:20] persia: Actually, it shouldn't break anything. But it's a git snapshot of a lib at the base of the X stack, so I'm not interested in pushing it to Intrepid. [05:21] RAOF: So it's just new, not Nouveau-specific? [05:21] RAOF: Hrm. OK. [05:21] wgrant: Correct. [05:21] Do the PPA packages work cleanly? [05:21] does it assume different kernel interfaces as well? [05:21] persia: Yup. [05:22] ajmitch: No. It provides the kernel interfaces. [05:22] I can't recall if you can mix & match old drm modules & a new libdrm [05:22] * persia encourages RAOF's intrepidation, especially the bit about fearless audacity. Finding out if the latest git snapshot works is what Alpha releases were designed to do :) [05:22] I don't think you can. Or, rather, you can't build nouveau against an old libdrm. [05:23] RAOF: right, that was more my point with it, seeing what else would have to be updated to bleeding edge snapshots :) [05:24] ajmitch: Just libdrm. [05:26] how's the work with gallium progressing? [05:26] If people _really_ want, I'll ask for a sync/merge of experimental's libdrm, ask to add the kernel module to linux-ubuntu-modules, and sync xserver-xorg-video-nouvea. [05:26] * ajmitch may hold off from upgrading for awhile [05:27] I like having a working system [05:27] Gallium exists. It doesn't work nearly well enough for anyone who cares about 3d. [05:27] * wgrant might upgrade to Intrepid after the calculus exam tomorrow. [05:28] Although there's now a XvMC state tracker in git. That'll be cool. [05:28] What does that do? [05:28] RAOF: How likely is an upstream release in the next couple months? If we're likely to switch for intrepid anyway, maybe better to start wider testing sooner (although this ought be discussed in #ubuntu-devel, as libdrm is fairly core) [05:30] persia: I really have no idea. Upstream may wait until the great gpu-memory-manager wars are resolved before releaseing, in which case that's an indeterminate period. [05:30] RAOF: Ah. Hrm. [05:31] Who are the contenders in that battle? [05:33] TTM and GEM. [05:34] Never heard of the latter. [05:34] Keith P did GEM for the intel driver. [05:35] Why must one conquer the other? [05:35] Because people don't want to support two gpu memory manager interfaces in the kernel indefinately. [05:36] Ah. [05:36] * ajmitch thought that TTM originated with intel [05:37] It did. A different group, I think. [05:37] Ah, that makes it fun :) [05:38] * persia despairs over the inconvenience of attempting to handshake with one left hand and one right hand [05:38] For bonus points, neither has really been used for !intel hardware yet. [05:38] persia: Why would one attempt that? [05:39] wgrant: When the left hand and the right hand have been properly introduced, it is easier for them to thereafter collaborate... [05:39] RAOF: right, and I understand that memory management can be done quite differentlly on other cards [05:39] ajmitch: Very much so. I think that new ATI and nVidia have fully virtualised gpu-memory, for example. [06:59] good morning [07:00] hey anyone in here can help me? [07:01] TiMiDo: Depends on the task with which you need help [07:02] persia: im making a packaged but im getting this error [07:02] Source archive you specified ( ../mdk-1.2.4 ) was not found! [07:02] i'm in the dir.. and i'm doing it.. but i'm getting that error [07:02] TiMiDo: You'll need to supply a little more context. Would you pastebin the relevant log? [07:02] okey [07:03] http://pastebin.ca/1045760 [07:03] there it is persia [07:03] doko: ping [07:04] TiMiDo: And does ../mdk-1.2.4 exist? [07:04] yes it does [07:04] i'm in that dir [07:05] but im getting that error any ideas persia ? [07:05] Right. I dislike dh_make enough to have never used it. Anyone else familiar? [07:07] TiMiDo: use dh_make -e farias.aaron@gmail.com with no ../mdk-1.2.4 [07:07] if you are in the dir of sources ../mdk-1.2.4 is not needed [07:07] Could not find mdk_1.2.4.orig.tar.gz [07:07] Either specify an alternate file to use with -f, [07:07] or add --createorig to create one. [07:08] TiMiDo: il .. of sources paste the orig of the sources, it is needed to use dh_make [07:08] ? [07:08] s/il/in/ [07:09] sorry i'm confused [07:09] TiMiDo: compress orginal sources to tar.gz and rename it to mdk_1.2.4.orig.tar.gz [07:10] move this file in the .. of the sources, your ~/debian/ [07:10] and then use dh_make [07:10] okey dne [07:11] persia: why you dislike dh_make? [07:11] Skipping creating ../mdk_1.2.4.orig.tar.gz because it already exists [07:11] Done. Please edit the files in the debian/ subdirectory now. mdk [07:11] uses a configure script, so you probably don't have to edit the Makefil [07:12] TiMiDo: now edit the debian dir as you want to make a working package [07:12] devfil: can you help me a little I'm totally a newbie on this =) [07:13] devfil: Because I don't like some of the defaults, and I find it annoying to delete all the examples. Generally, I find I want to create debian/rules and debian/copyright from scratch. debian/changelog is dch --create. debian/control is the only benefit I see to dh_make, and it's not really that hard to type. [07:14] TiMiDo: you should start reading this http://www.debian.org/doc/maint-guide/ [07:14] devfil: i've read it =) [07:14] i just need some help [07:15] TiMiDo: what exactly? [07:15] on what dirs do i ut? [07:15] *put [07:16] TiMiDo: in dir you should put dirs that will be created in the package [07:17] okey but what locations do i put it? [07:17] there's two .... dirs names on it [07:17] You almost certainly don't need anything in debian/dirs [07:18] okey so after that what do i do? [07:20] TiMiDo: Come back in here. [07:21] okey [07:21] What is it that you actually want to do? [07:21] RAOF: create a packaged =) for my first time [07:21] You're trying to package mdk 1.2.4, I guess? [07:21] yes RAOF [07:22] And you've read https://wiki.ubuntu.com/PackagingGuide ? [07:23] The files in debain/ are basically divided into metadata and the debian/rules file which is a makefile that actually does the building. [07:23] yeah i did [07:24] RAOF: i'm lost in the debian/rules part =) [07:24] Right. So, debian/rules is a makefile with a couple of mandatory targets and a couple of optional targets. [07:24] How familiar are you with makefiles? [07:25] Well.. i'm new on that also =) [07:25] never had make a Makefile myself =) [07:26] siretart: congratulations [07:27] <\sh> Without knowing how to write makefiles, you life is miserable and you can't enjoy your evening times... [07:27] <\sh> Makefiles make the world go round...do a makefile a day ;) [07:27] Right. You might want to read a make manual, but it's not totally necessary to do the basics. The unindented lines with colons, like "build: " are targets. That's what gets called when you do "debian/rules build" [07:27] The things after the target name are dependencies, so "build: configure" will run the configure: target before running build: [07:28] The tab-indented lines are then what gets actually _run_. Each line gets passed to a (different) shell, and executed. [07:29] damn I'm so freaking lost =*( [07:30] Right. [07:30] So, probably playing around with some makefiles is a good idea. [07:31] persia: do you know what an universe contributor do? [07:31] RAOF: is there any tutorials on makefiles? [07:31] devfil: How do you mean? [07:32] TiMiDo: Google gives me http://www.gnu.org/software/make/manual/make.html , which is a not unreasonable introduction. [07:32] In general, the universe contributors (including MOTU) do the majority of the work in maintaining the packages in universe. [07:32] hmm okey? [07:33] TiMiDo: It's also somewhat tailored towards building C programs, but that's GNU for you :) [07:33] oh ic [07:33] persia: not MOTU, only universe contributors. What are the differences between a normal user that help (as me) and an universe contributor? [07:33] TiMiDo: Just section 2 should give a reasonable overview. [07:33] RAOF: actually, thats posix [07:33] RAOF: but YMMV [07:34] devfil: Mostly just a history of contributions. Being an official Universe Contributor includes Ubuntu Membership, so one can use an @ubuntu.com email address and be on planet, etc. [07:34] lifeless: I was thinking about autotools particularly in this case. Which is great if you're using something sufficiently C like. [07:35] persia: so a user choices to be universe contributor or ubuntu member [07:36] RAOF: ah fair enough. [07:38] devfil: It's not a choice, really. Being a universe contributor is one of the ways that one can become an Ubuntu Member. [07:39] persia: ok, so become universe contributor is not needed to become in future MOTU [07:40] devfil: They are different things. [07:41] Universe Contributors are recognised for their contributions within the Ubuntu development community, and gain membership through this recognition. MOTU are responsible for overseeing all contributors (recognised or not) to the Ubuntu universe component, and have geen granted the right to upload without review. [07:41] Every MOTU is a Universe Contributor, but not every Universe Contributor is MOTU. [07:42] devfil: universe contributor is just 'those who contribute' [07:42] ok, thanks for the reply :) [07:42] devfil: 'motu' is those responsible for reviewing contributions and ensuring quality etc [07:43] lifeless: Well, a little more than that; there's an application process for Ubuntu Contributing Developers to get recognised and gain the benefits of membership now. [07:43] persia: still [07:43] persia: if you strip away the beaucracy ... [07:43] lifeless: Well, yes :) [07:43] lifeless: yes, I know. I did understand reading the wiki that become universe contributor is a step needed to become MOTU, but I was wrong :) [07:44] d [07:45] devfil: It's very definitely not a step required on the way to MOTU. Many people qualify for Universe Contributor before they qualify for MOTU, but lots of people became MOTU directly. [07:46] I would say, its impossible to _qualify_ for MOTU without also _qualifying_ for UC [07:47] lifeless: That's certainly true. [07:48] devfil: so when you are ready to be a MOTU, apply for that [07:48] devfil: and if you aren't yet, you might be ready to be a UC [07:49] lifeless: I'm ubuntu member, so I think is not necessary for me to become UC [07:49] devfil: no, not at all [07:58] morning [07:58] hi emgent :) [07:58] devfil: :) === tb1 is now known as tbf [08:09] devfil: after i created it the rules what do i do now/ [08:10] TiMiDo: You've got some idea of what a makefile looks like now? Good. [08:10] TiMiDo: did you put build depends on debian/control? [08:10] devfil: nope [08:11] TiMiDo: in debian/control, in the build-depends field you must put the dependencies needed to build the source [08:11] Ti [08:12] devfil: yeah done [08:12] now what? [08:12] TiMiDo: in depends of the package you must put dependencies needed to run the package [08:12] depends field [08:12] devfil: Except, in most cases, these should be automatically generated. [08:13] RAOF: in most cases [08:14] TiMiDo: now you should try to build the package, to see if it works [08:14] TiMiDo: So, here's one of those places where you need to know something about the thing you're packaging :) [08:17] devfil: how do i build the package? [08:17] Running "debian/rules binary" should work, but most people will use dpkg-buildpackage or debuild. [08:18] dpkg-buildpackage: set CFLAGS to default value: -g -O2 [08:18] dpkg-buildpackage: set CPPFLAGS to default value: [08:18] dpkg-buildpackage: set LDFLAGS to default value: [08:18] dpkg-buildpackage: set FFLAGS to default value: -g -O2 [08:18] dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 [08:18] tail: cannot open `debian/changelog' for reading: No such file or directory [08:18] dpkg-buildpackage: failure: tail of debian/changelog gave error exit status 1 [08:18] * persia strongly recommends running `debuild -S` before building any binaries, to avoid confusion. [08:18] oh ic =) [08:19] TiMiDo: you can use pbuilder, but I think is better if you use debuild binary, debuild binary shows you during build in the sources dir all the file generated ecc... [08:19] you can see if you did a good rules or not [08:20] i got an error [08:20] let http://pastebin.ca/1045802 [08:21] that's the error [08:21] TiMiDo: you should install build depends on your pc before use debuild binary [08:21] s/should/must/ [08:21] devfil: look read the error that what i've got [08:22] did i do something wrong [08:22] ? [08:22] TiMiDo: That error's OK; it's only about signing your packages. You can ignore it for now. [08:22] okey RAOF now the package is ready? [08:23] Now you have a source package. [08:23] Readiness is a different metric :) [08:23] oh okey cool =) [08:23] now what? do i do with it? [08:24] Well, build it, generally. Does it build? [08:24] debuild -us -uc will try to build it, without signing. [08:24] as root? [08:25] No. [08:26] http://pastebin.ca/1045805 [08:26] now i got thatt error =) [08:27] So, you need to install cdbs [08:27] "Unmet build dependencies: cdbs" is the important line. [08:28] how do i installed cdbs? [08:28] TiMiDo: try again to build [08:28] Same way you'd install any other package? [08:28] Generally, I'd 'sudo aptitude install cdbs', but synaptic, apt-get, packagekit... all these and more are your options ;) [08:29] TiMiDo: sudo apt-get install cdbs [08:29] okey [08:29] is building [08:31] nice done =) [08:31] and now how do i put it up? [08:32] Put it up where? [08:32] on launchpadn [08:32] You mean, in a PPA? [08:33] yeah [08:33] so people can download my package [08:33] Well, for that I'd suggest looking at the PPA-quickstart guide, linked to from your PPA page. [08:34] oh ic [08:35] RAOF: if i want to put it on ubuntu [08:35] ? [08:36] Then you want to upload the source package to revu. You'll want to make sure that running 'lintian -iI' on the .changes file doesn't list any problems. [08:37] You'll also want to check out https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews#NewPackage [08:40] https://wiki.ubuntu.com/MOTU/Packages/REVU is the link to revu howto. === fabo_ is now known as fabo [09:41] persia: thanks. let's see how good things will work out with me === nijaba` is now known as nijaba [09:48] <\sh> go siretart go :) [09:48] I'm having problems building a package with pbuilder, is this the right place to ask for help? [09:49] mbudde: I thinnk so.. [09:49] fire away [09:49] siretart: congrats ! [09:50] ok, I'm trying to build enblend from hardy repos but pbuilder fails: http://paste2.org/p/38383 I have successfully build the hello package so i guess it has something to do with the dependencies? [10:05] !search * [10:05] Found: logs-#ubuntuforums, tvout, abs, hdbug, picard, gary, ubunto, officialdocs, winkey, overshare [10:09] hi folks [10:09] howdy ho === DktrKranz is now known as DktrKranz2 === broonie_ is now known as broonie [10:41] I solved my problem, "sudo pbuilder update --other-mirror ... --override-config" did the job === Czessi__ is now known as Czessi [12:40] <\sh> http://www.sourcecode.de/content/launchpad-desktop-integration [12:40] <\sh> get hot new stuff now :) [12:42] woow [12:42] nice :) [12:43] \sh: alpha is avaiable ? [12:43] <\sh> emgent: not now...I'll push the stuff on LP the next few days...when some functionality is there :) [12:44] cool :) [12:44] \sh: very nice [12:44] \sh: gnome version too (GTK and not QT) will be avaiable? :) [12:45] <\sh> emgent: the plan is to provide several frontends :) [12:46] <\sh> emgent: lp-desk -kde / lp-desk -gnome or something like this [12:46] cool, very good idea :) [12:46] <\sh> like ubiquity...one backend, several frontends [12:49] <\sh> emgent: right now, it was just a practive with new pyqt4/pykde4 love...:) [12:49] hehehe ok :) [12:49] <\sh> practice even :) [13:08] Does it seem priority inversion to anyone else that "He was also recommended by Launchpad developers" is a significant qualification for our LP liaison? [13:09] Usually customers are by definition credible with their service providers. [13:09] siretart: Congratulations. [13:46] <\sh> ScottK: *g* [13:57] Hey, simple bug fix for you guys, 238427 [13:57] Hey, simple bug fix for you guys, #238427 [13:57] Where is the Universe SRU verification process documented? [13:58] Bug #238427 [13:58] Launchpad bug 238427 in siproxd "cannot install siproxd on 8.04 due to missing dependancy libosip2-3" [Undecided,Confirmed] https://launchpad.net/bugs/238427 [13:58] <_< [14:01] ScottK: https://wiki.ubuntu.com/StableReleaseUpdates?action=show&redirect=SRU#head-4f8a5c972c2b7f429e32535b806e78d34275d84d or https://wiki.ubuntu.com/QATeam/PerformingSRUVerification [14:02] DktrKranz2: Those don't actually say HOW to do verification for Universe. [14:03] How many people need to test? [14:03] What's the aging requirement? [14:03] Etc. [14:03] Unless I miss it.... [14:03] ScottK: there's no difference, AFAIK. And aging requirement is just an archive admin task [14:03] aging period is described here: https://wiki.ubuntu.com/ArchiveAdministration#head-1f27dc12ab1558ec21b31ac44e4c86a87a4cd053 [14:04] It used to be that it took any 2 positive reports for Universe SRUs, but Main SRUs had to be verified from the SRU verification team. [14:06] DktrKranz2: Is there any point in community feedback with the current process? [14:06] DktrKranz2, ScottK: how about bug 220910... should I tag this as verification-done, as it was tested by the original reporter? [14:06] Launchpad bug 220910 in tk-brief "tk-brief has broken dependencies" [Undecided,Confirmed] https://launchpad.net/bugs/220910 [14:06] sistpoty|work: Apparently we aren't on the right team for that. We can say it's OK to upload, but aren't allowed to have an opinion on if it works. [14:07] ScottK: it used to, but some times ago we merged two policy, leaving to sru verification to check for open sru candidates (bdmurray clarified everyone can join in, not only canonical employees) [14:07] I asked to join to look at uni/multiverse SRUs [14:07] DktrKranz2: Currently, as written, there is no requirement or even request for user testing of proposed packages. [14:08] Current process says, "he SRU verification team may also discover that your fix is good." [14:08] Dear DktrKranz2, please discover that the fix for Bug #226845 is good. [14:08] Launchpad bug 226845 in amavisd-new-milter "amavisd-new-milter: unmet dependencies" [Medium,Fix committed] https://launchpad.net/bugs/226845 [14:09] do you want to bring back "2 works for me" rule? [14:11] or do we want more sru-verification guys? [14:12] I think at the very least we ought to actually ask, in the process, for input from users of the packages. [14:13] I think 2 works for me is good for Universe as it's not reasonable to expect SRU verification team members to be intimately familiar with all the packages in Universe [14:13] I'd suggest 2 worksforme and motu-sru to do verification of Universe/Multiverse SRUs. [14:14] Well, sometimes archive-admins copy packages to -updates even if bugs lack sru-verification input if there are people who declare fix is good, so this could be a good point [14:14] So we aren't even following the process as written now. [14:14] exactly [14:14] I wouldn't make it too strict for small fixes, to be more aligned with main (e.g. for my main sru, I was the only person who tested the .deb from proposed, and pitti still marked it as verification-done :)) [14:15] * ScottK nods. [14:15] DktrKranz2: Following the current process, would you please mark Bug #226845 verified. I just tested it and it works. [14:15] Launchpad bug 226845 in amavisd-new-milter "amavisd-new-milter: unmet dependencies" [Medium,Fix committed] https://launchpad.net/bugs/226845 [14:16] I also marked in the bug. [14:16] ScottK: I can't find it in the mirrors, I'll wget it from LP, just a sec... [14:17] Odd. It was on mine. [14:17] Ah well. [14:19] mh, italy is lazy sometimes :) [14:20] ive fixed this bitebug https://bugs.launchpad.net/ubuntu/+source/kphone/+bug/238192 [14:20] Launchpad bug 238192 in kphone "no man page for 'kphone'" [Undecided,Confirmed] [14:20] have something to do now? [14:21] ScottK: during motu-sru meeting, we should talk about SRU process as well, maybe we can have some exceptions for Universe (e.g. bugfix releases) [14:22] DktrKranz2: OK. [14:22] We could make the formal process change as simple as "For Universe/Multiverse packages, motu-sru is the SRU verification team." [14:23] or restore community feedbacks as verification [14:27] ScottK: I'll need to redo my VM, It will take me a bit, I'll check in a hour. [14:27] DktrKranz2: No rush. [14:28] DktrKranz2: I think using community feedback would be a detail of how motu-sru would do it. I don't think we'd need to disturb the formal process definition for that. [14:29] so, if motu-sru is fine, we tag bug as verification-done [14:31] Yes. [14:31] Sounds good [14:32] ScottK: have you time to review a merge for main? [14:35] DktrKranz2: Not just now. Give me the bug and I'll get to it later today if I can. [14:37] ScottK: bug 226783. [14:37] DktrKranz2: Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/226783/+text) === Mez is now known as Mez|DPC [14:37] d'oh! [14:37] DktrKranz2: Not scons. I don't think I want ot touch that. [14:38] ot/to [14:38] ok, thanks anyway [14:49] ScottK: FTY, amavisd-new-milter verification done :) [14:50] DktrKranz2: Thanks. [14:50] *FYI [14:50] someone can tellme what i need to do with this? https://bugs.launchpad.net/ubuntu/+source/kphone/+bug/238192 [14:50] Launchpad bug 238192 in kphone "no man page for 'kphone'" [Undecided,Fix released] [14:52] leleobhz: subscribe ubuntu-universe-sponsors, and please set the state back to confirmed (or triaged), as fix released means that a fixed package is available in the archive. [14:52] \sh: huats_: ScottK: thanks. Still thinking about my opening email. [14:53] sistpoty|work: oh, ok. [14:53] sistpoty|work: and send the bug link into maillist? [14:53] leleobhz: no, subscribing ubuntu-universe-sponsors is enough so that it appears in the teams worklist [14:54] sistpoty|work: so, only revert to confirmed and wait? [14:55] leleobhz: yes [14:56] leleobhz: and subscribe ubuntu-universe-sponsors of course (left hand side, "subscribe someone else" link on the bug page) [14:57] sistpoty|work: done ;] [14:58] sistpoty|work: thanks! [14:58] np ;) [14:59] sistpoty|work: ive corrected some problems in uniconvertor, its now wait-and-see? [15:00] leleobhz: yes === x-spec-t is now known as Spec [15:11] persia: btw.: where did you find the sistpoty@stud.uni-erlangen.de address? did I miss to update s.th. (don't have that address any longer, as I'm no student any longer *g*) [15:28] When two packages conflict with each other, should the "Conflicts:" line be added to just one of the packages ? Or both ? [15:29] It depends. [15:31] ScottK: in which cases would you need to have Conflicts: in both control files ? [15:32] ScottK: or is it just good practice ? [15:32] It depends. [15:32] One common use of conflicts is to force removal of an obsolete package when a new package replaces it. [15:32] In that case adding it to the old package is not needed. [15:33] ScottK: in this case it's two library-dev packages providing the same .a file [15:33] Koon: What exact problem are you trying to solve? [15:33] Ah [15:33] Does the file provide the same functionality? [15:34] ScottK: I would say, not exactly. [15:35] cgilib and libcgi-dev both provide /usr/lib/libcgi.a [15:35] this was fixed in Debian by adding a Conflicts: line to cgilib [15:35] and fixed in Ubuntu by adding a Conflicts: line to libcgi [15:35] sistpoty|work: ^^^ What do you think? [15:36] I take it they are separate source packages? [15:36] siretart, you there? [15:36] Yes. When I merged libcgi, I carried on the delta since it wasn't fixed in the deb one. But now I am not sure it's really needed [15:36] ScottK, Koon: if there is a duplicate file in both, add a conflicts to both source packages [15:36] erm... binary packages that conflict [15:37] theseinfeld: no, I'm gone. please leave a message after the beep. *BEEP* [15:37] If they could be considered alternatives, then update-alternatives might be appropriate. [15:37] sistpoty|work: ok, it's in both binary packages that conflict (in Ubuntu). [15:38] siretart, ok, I was just wondering if we can talk live about that libdc1394 packaging thing...out... [15:38] ScottK: no, you don't really want alternatives for static libraries... that would just feel somewhat wrong to me [15:38] Koon: that's good :) [15:38] OK. [15:38] siretart: about bug 239275, you asked me to report the issue in Debian... [15:38] Launchpad bug 239275 in libcgi "Please merge libcgi 1.0-6 (universe) from Debian unstable (main)" [Wishlist,Fix released] https://launchpad.net/bugs/239275 [15:38] ScottK: at least I very much doubt there is a use case to have both static libraries installed at the same time [15:39] It sounds like we are in good shape then. [15:39] siretart: in fact the issue has already been fixed in Debian (bugs #303326 and #462944) by adding a "Conflicts:" line in cgilib [15:39] siretart: but not in libcgi (for libcgi-dev) [15:40] Koon: well, then lets fix that! :) - is there already a bug for that? [15:41] theseinfeld: sure, what's up? [15:41] siretart: posting it right now [15:41] congrats siretart btw for the launchpad-liason job ;) [15:44] siretart just emailed you also [15:44] siretart, well, like said in the email, I would like to see that work in ubuntu [15:44] siretart, and I will work it out also with debian [15:45] siretart: with guus, for getting him on board :) [15:47] theseinfeld: I'm currently focused on something else, but anyways. I'm happy to hear that you want to work with guus. from my own experience I know that bugs are the easiest way to keep track of issues that need to be fixed [15:48] theseinfeld: therefore I'd like to kindly ask you (again) to file whishlist bugs in debian so that guus can comment on them [15:48] siretart, well, guus knows about the issues. That is why I forked out from debian [15:49] theseinfeld: If you want progress, file the bugs. [15:50] theseinfeld: forking a package here means duplicating work. I'd like to avoid that if there are no compelling reasons to do so. [15:50] and I still don't see these reasons here [15:50] neither does he want the reasons here, he wants them in a bug report. [15:50] theseinfeld: see, the worst what can happen is that guus decides to close the bug with the tag 'wontfix'. even if that happens, you still ahve a bugnumber to point to [15:51] and the patch and its context will be available for ANY contributor (debian and ubuntu developer) to look at and comment. [15:51] siretart I'll do that [15:51] thanks [15:51] siretart when you say to fill the bug, you mean in Debian, right? [15:53] I'd venture a yes on that, theseinfeld [15:54] theseinfeld: exactly. the tool 'reportbug' makes this pretty straightforward! (but please make sure to read its documentation first) [15:57] siretart, i have been using that before... don't worry, I will do that... thanks [16:01] siretart: that would be Debian bug #485951 -- let me know if you need anything more from me. [16:01] Debian bug 485951 in libcgi-dev "missing Conflicts: line for libcgi-dev" [Normal,Open] http://bugs.debian.org/485951 === _neversfelde is now known as neversfelde [16:15] https://bugs.launchpad.net/ubuntu/+source/kaffeine/+bug/209534 [16:15] Launchpad bug 209534 in kaffeine "install-codecs crashed with ImportError in ()" [Medium,Triaged] [16:16] what is " [16:16] what is " [16:16] Accepted into hardy-proposed, please test. [16:16] (sorry) [16:16] I think the topic needs some updating [16:16] today != wednesday [16:17] tells the bug already fixed? [16:18] leleobhz: hardy-proposed has a fixed package which will be copied to hardy-updates if it fixes the problem and doesn't introduce new one (that the testing which is asked for). [16:19] usually such bugs should have a TEST CASE with steps to reproduce the problem but it seems to be missing here [16:20] geser: ummmm... [16:20] geser: thanks my explanation === lukehasnoname changed the topic of #ubuntu-motu to: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | 8.04 is released: Let's fix any SRU-worthy bugs before the users try the package. | Intrepid open, go wild! https://merges.ubuntu.com/universe.html | QA targets available from http://qa.ubuntuwire.com | TODAY - Another day!! Keep working. [16:21] RainCT: why the CTCP version? [16:21] * leleobhz a little paranoic these days because a ctcp flood [16:22] leleobhz: heh dunno.. I like CTCP :P. Nice message, by the way :) [16:23] RainCT: yesterday a guy was banned from ubuntu-br because this... he sent ctcp version to all channel members more than once [16:24] * RainCT only send one to you :P [16:24] (because of the double «what is "», I was curious if that might be evil irssi messing up with copy-pastes -that happened to me more than once-) [16:26] a bug into hardware between chair and monitor :] [16:27] PEBKAC FTL [16:27] LOL [16:28] :p [16:28] and it even exists (wtf pebkac) o_O [16:28] lukehasnoname: PEBMAC ;] [16:28] http://en.wikipedia.org/wiki/PEBKAC [16:29] nice :) [16:32] While things are quiet... http://xkcd.com/225/ [16:32] haha [16:33] :p [16:33] lukehasnoname: nice [16:45] hi [16:45] I have just started to use PPA, and it only allows me to make packages for intrepid. What do I have to do to enable hardy? [16:46] SpookyET: set hardy on debian/changelog? [16:46] leleobhz: it's set. but it changed it to intrepid [16:46] (!) [16:47] ppa changed it automagically [16:48] SpookyET: how your dput.cf target looks like ? Are you using incoming = ~name/ubuntu/intrepid ? [16:51] just ~name/ubuntu/ [16:52] I opened a new Bug #239484 , but at this moment I don't understand if the correct status is "In progress" or "Fix Committed" [16:52] Launchpad bug 239484 in ubuntu "[needs-packaging] smbind" [Undecided,In progress] https://launchpad.net/bugs/239484 [16:52] SpookyET: uhm, what's your ppa url ? [16:53] cprov-out: my nickname [16:53] ~spookyet [16:54] I proably did something stupid. I'm coming from Arch Linux. Making debs is a million times more complicated than pacman packages. I'm trying it again. [16:55] SpookyET: nano-syntax (1:20080502-0ubuntu1~ppa2) intrepid; urgency=low [16:55] dch -i put intrepid [16:56] cprov-out: it's a cool package. gives nano syntax highlighting [16:56] Nano already has syntax hilighting though... [16:56] does anyone has seen nxvl lately ? [16:57] huats_: he was around yesterday [16:57] mathiaz: ok thanks.. I haven't seen him :) [16:57] thanks :) [16:58] huats_: he's busy these days - he tends to be around during his evenings [16:58] mathiaz: thanks [16:59] Pici: custom package with better and more syntaxes [16:59] SpookyET: Ah, I see. [16:59] maybe I should change the actual nano [17:02] There is a huge thread in the gentoo forums. People chipped in their syntaxes [17:03] Derevko: If you are working on the package, including uploading to REVU, then In Progress. Fix committed is for after a MOTU uploads it for archive admin final review. [17:04] ScottK: ok, thanks [17:09] What's the proper way to version date based packages? [17:09] i've seen 1:20080506-0ubuntu1 also 2008-05-06-0ubuntu1 a bunch of ways [17:14] SpookyET: something like 0.0.20080506-0ubuntu1 has the advantage that you don't get troubles if upstream changes the versioning to the usual scheme [17:16] emacs-snapshot has 1:date-1ubuntu1 [17:21] SpookyET: the 1: is the epoch and shouldn't be used unless necessary (e.g. upstream changed the versioning scheme and the new versions have a lower version than the old ones) [17:21] Hi bddebian!!! [17:22] Heya gang [17:22] Hi geser [17:25] hi bddebian [17:25] Heya sistpoty|work === pgquiles__ is now known as pgquiles [18:20] * sistpoty|work heads home... cya [18:23] If someone has time, bug 239501 is looking for a sponsor. :) [18:23] Launchpad bug 239501 in gnuvd "Please merge gnuvd 1.0.5-2 (multiverse) from Debian testing (contrib)" [Undecided,Confirmed] https://launchpad.net/bugs/239501 [18:36] ScottK: DktrKranz2: As a reminder, universe SRU policy is set by MOTU SRU, subject to confirmation at a MOTU Meeting. If you don't like the current docs, please discuss within the team, and propose new ones. [18:37] persia: I must have missed that meeting. [18:37] persia: Will do. [18:37] That said, it's best to coordinate with the testing folks (#ubuntu-testing) to align processes and avoid confusion. [18:37] ScottK: I'll dig up the minutes... [18:39] https://wiki.ubuntu.com/MOTU/Meetings/2007-11-23 is the closest I find. I was expecting to find minutes for a 7th December meeting with the confirmation, but they appear to be missing. === asac_ is now known as asac [18:40] No, the meeting on the 7th was me whining inconclusively about interdiff [18:44] DktrKranz2: I found https://lists.ubuntu.com/archives/ubuntu-motu/2007-December/002965.html, but I can't find the minutes of the relevant MOTU SRU meeting. Do you have a pointer? [18:45] DktrKranz2: Nevermind. ScottK already asked :) http://irclogs.ubuntu.com/2007/12/15/%23ubuntu-meeting.txt [18:46] ScottK: On review, I find that the policy set by MOTU SRU isn't subject to approval by MOTU Meeting, except insofar as MOTU Meeting has delegated the policy to MOTU SRU, and would be able to revoke such delegation (although I don't imagine this idea would get much traction) [18:48] persia: I suspect that if we reviewed it, we'd find that MOTU SRU was delegated the responsibilty to execute policy, not to create it. [18:48] ScottK: Do you mean by TB or by MOTU Meeting? [18:49] MOTU meeting. [18:49] The minutes say they'll document rationale for variance from Main, but that's it. [18:49] My memory (and those minutes) indicate that MOTU SRU was to review and establish policy, documenting where it differed from policy for main. [18:50] I see review in the minutes. I don't see establish. [18:50] The log of the following MOTU SRU meeting covering those topics seemed to cover the policy in some detail. [18:50] Yes, but without authority to actually set policy, that's out of scope. [18:50] ScottK: That may be a secretarial error on my part. I'll dig a bit deeper. [18:51] OK. [18:52] ScottK: No, the minutes are correct. I asked that motu sru review the then existing policy, and explain differences from main. [18:53] It appears TB delegated MOTU SRU to MOTU generally. [18:53] MOTU delegated membership appointment to MOTU Council, and asked for MOTU SRU to explain policy. [18:53] TO change policy, we ought to have had a MOTU Meeting (which didn't happen). [18:53] I hate to be a stickler, but I think policy/process changes are important. [18:53] Agreed. [18:54] I'd like to encourage someone from MOTU SRU to propose a sane policy (and provide the requested documentation) at an upcoming MOTU Meeting after the MOTU SRU organisational meeting. [18:54] ScottK: No, thank you for the correction. Policy is essential if we are to be a happy polity. It's better to get it right than to ignore it. [18:55] Sounds reasonable. [18:55] DktrKranz2, jdong, TheMuso ^^^ [18:56] \sh: ^^ [18:57] Right. [18:57] I knew I forgot one. [18:57] Cody too, but he's not actively idling [18:57] Thanks. [18:58] Yes. I did check for him. [19:18] ScottK: your beloved LP will have downtimes on 3 days xD === leleobhz is now known as init === init is now known as leleobhz === smarter_ is now known as smarter [19:33] gjkfjngkjjgj [19:34] I object. [19:38] howdy dowdy [19:38] hi norsetto :) [19:39] heya devfil [19:41] geser: ping [19:42] is it me, or LP is even slower than its usual snailpace? [19:42] It's slower. [19:42] norsetto: bug pages are slower, if you are using edge [19:43] slytherin: pong [19:43] geser: you keep forgetting about advocating xml-commons-external. :-( [19:44] oh well, at least I'm still not getting timeouts ... [19:45] slytherin: argh :( [19:47] ah! Why did I say that: Sorry, there was a problem connecting to the Launchpad server. [19:53] Can one link me to a tutorial on how to use PPA's bzr? I'd like to store packages in bzr. Idealy, only "debian" folders. Do you use +junk? [19:53] SpookyET: For PPA questions, #launchpad is a better channel. [20:06] could someone point me to the page that has the info on how to backport a package? [20:10] !Backports | jussi01 [20:10] jussi01: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging [20:12] ScottK: thanks - is it worth my while doing the quassel one?? or has someone else done it already? [20:12] jussi01: You'd have to look. I don't recall seeing it. [20:12] ScottK: you have a bad memory :D you did comment on it to give ack ;) [20:13] OK. [20:13] Then it's just waiting for an archive admin to process it. [20:13] ok, so theres nothing I can do to speed it along? [20:14] If you want to harrass Riddell about it, up to you. pitti generally does them on Fridays, so I'd suggest just leave it be. [20:14] ScottK: fyi bug 239165 [20:15] Launchpad bug 239165 in hardy-backports "Please backport Quassel " [Wishlist,In progress] https://launchpad.net/bugs/239165 [20:15] is there something I could do try to gain some attention regarding a bug report (more like a wish) ? [20:19] this one specifically: https://bugs.launchpad.net/ubuntu/+source/python-stdlib-extensions/+bug/231239 [20:19] Launchpad bug 231239 in python-stdlib-extensions "python-tk compiled against tk8.5" [Undecided,New] [20:19] jussi01: One useful addition to that bug would be the exact version and revision that you want backported. [20:20] ScottK: ahh, thank you - I had forgotten about that [20:22] gpolo: I think you are correct that 8.5 needs to get promoted first. [20:23] gpolo: You could start that process. That should help move it along. See https://wiki.ubuntu.com/MainInclusionProcess for details. [20:24] ah, good to know [20:24] too bad I can't look at it right now then, will do it later tomorrow. Thanks ;) [20:25] but it really looks like there would be no problem on moving tcl/tk 8.5 to main [20:30] I would guess it almost certainly just needs the paperwork done. [20:31] ScottK: Riddell just did it :D [20:32] jussi01: Great. [20:40] geser: leaving now. see you on saturday. :-) [20:46] Could someone spare a moment to take a look at my package in REVU? http://revu.tauware.de/details.py?package=monkeystudio . Thanks :) [20:51] DRebellion: fixed all stuff rainct said? [20:53] leleobhz, yep [20:53] DRebellion: lintian is ok too? [20:54] leleobhz, yep [20:54] leleobhz, apart from the fact that it complains about "intrepid" not being recognized in the changelog file [20:54] leleobhz, but i guess that's expected [20:54] (running hardy) [20:54] yep, Hardy's lintian doesn't know intrepid [20:55] if you really cares about this, use a chrooted system [20:55] DRebellion: its a kde app? [20:55] leleobhz, i used pbuilder for the build test [20:55] DRebellion: nice [20:56] DRebellion: Use the devscripts in hardy-backports and it won't complain any more. [20:56] ScottK, ok [20:57] leleobhz, it's a qt4 ide [20:57] DRebellion: thinked about use CDBS? [20:58] leleobhz, not really. This is my first package (you can probably tell from the numerous revisions) [20:59] i dont see errors... but i if i be you, start to think use cdbs [20:59] a example [20:59] leleobhz, I will check it out for my next package then. [20:59] http://cdbs.ueberalles.net/kolabadmin.html [21:02] DRebellion: see how much its cleaner than make it by hands (and avoid mistakes) [21:02] ScottK: how will devscripts from hardy-backports stop complaining lintian about intrepid? [21:03] geser: Maybe that was the wrong package. [21:03] Lintian I guess. [21:04] I always thought that packages in -proposed should have a number < than that in the development distro !? [21:04] but using devscripts from hardy-backports should hurt either [21:04] DRebellion: I think I meant to say lintian, not devscripts. But getting devscripts from backports is good too. That one has dch -i will default to Intrepid. [21:04] norsetto: That's generally true. [21:05] ScottK: when would that be not true? [21:05] gnome updates perhaps [21:06] When the new repo wasn't open yet and we did SRU work that would be forward ported later or for a package that's been removed in the development version. [21:06] That might be another where they pushed it to -proposed/updates first. [21:07] scottk, geser: well, the package I'm looking at right now doesn't fit the bill, even though being a restricted-driver could explain it? [21:07] Is it the envng one? [21:07] ScottK: yes [21:07] envy-ng [21:08] Since the whole point of that package is to provide new NV driver crack to released versions, I think it's fine. === mdomsch is now known as mdomsch_ord [21:14] norsetto, amd and nv crack are changing for intrepid anyhow fairly drastically [21:14] someone have an amd64 with a virtual machine to test a "particolar" package? [21:14] mario_limonciell: and we get already requests for 8.6 :-) [21:14] geez [21:15] well at least starting with intrepid they'll be more feasible to fullfill [21:15] leleobhz: by the way, it looks like debhelper 8 will bring a lot of improvement for debian/rules [21:16] RainCT: really nice! [21:16] leleobhz: I've seen dh8 rules files in Debian that look nearly as nice as CDBS ones :) [21:16] i only think may it come with more cdbs documentation [21:16] RainCT: :] [21:17] RainCT: cleaner packages, less work, easiest bugfixes [21:17] very nice [21:17] RainCT, got a good example of a dh8 package? [21:17] * leleobhz smashing our head with handbrake package [21:17] oh noes, that crack again :) [21:19] *dh8 -> dh7 [21:23] mario_limonciell: http://svn.debian.org/wsvn/python-modules/packages/python-dsv/trunk/debian/rules?op=file&rev=0&sc=0 [21:23] wow [21:23] that is very nice [21:23] that feels quite like cdbs [21:24] someone have an amd64 with a virtual machine to test a package? [21:25] mario_limonciell: That's by design. I think the title of the feature was "CDBS Killer". [21:29] well why is there the negative PR that surrounds CDBS in the first place? [21:31] mario_limonciell: we should go back to use ar ... [21:32] asac: ping [21:33] norsetto, haha. [21:35] by the way, what happened with the proposal to compress package info (not sure how it's called, the stuff that 'apt-get/aptitude update' downloads)? [21:40] I think bug 239501 is a candidate for a SRU for Hardy. There are no bugs filed in LP except the merge bug, should I apply the SRU procedure (nominating, updating bug description) on that bug? [21:40] What can a packager expect from the default system? [21:40] Launchpad bug 239501 in gnuvd "Please merge gnuvd 1.0.5-2 (multiverse) from Debian testing (contrib)" [Wishlist,Fix released] https://launchpad.net/bugs/239501 [21:41] oops, sorry for the flood cyberix ;) [21:41] Should each package have a dependency chain down to a linux-package? [21:41] rulus: Why do you think it should go into Hardy? [21:42] cyberix: No. You can assume essential packages are installed and build-essential is available when you build the package. [21:42] ScottK: it's a tiny bugfix that makes the output of the program readable again; the current version in Hardy displays wrong thinks like javascript excerpts etc. [21:42] * ScottK looks [21:42] I was just told that perl is not among such packages [21:43] Iirc each Ubuntu system has perl [21:43] That is why I'm confused [21:43] ScottK: because of the same reason, the graphical interface is currently broken [21:43] rulus: Do you use this pacakge? [21:43] cyberix: You have to depend on perl if you need it. [21:44] ScottK: personally, no, I'm developing a better program to do this (with a decent front-end) [21:44] (which is not in the archive yet) [21:44] Since it's multiverse and no user has complained, I'd suggest leave it for now. [21:45] ScottK: ok, sure [21:45] rulus: You will find Perl in all the standard Ubuntu installs, but since it's not an essential package, you can't assume it's there. [21:45] ScottK: Yes, but how should I know that? [21:45] Oops. That was meant for you. [21:45] np :) [21:48] ScottK: perl-base is a dependency of ubuntu-minimal. Doesn't that make it "essential"? [21:50] I'm looking at the definitions now and find myself a bit confused. [21:50] ubuntu-minimal is a meta-package. It does not define the priority of the package. [21:52] So here's the definition of essential: http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Essential [21:54] cyberix: Look at the output of apt-cache show dpkg for an example of an essential package. [21:55] coreutils also [21:55] probably some linux package [21:56] Can't find it, but I got the idea [21:56] Now for another matter [21:57] Should new Ubuntu packages be backwards compatible with previous Ubuntu-releases? [21:57] cyberix: If it's feasible to do so, yes. What specifically are you concerned about? [21:58] You must care that someone upgrading from the previous release (and the previous LTS release - but that's the same for Intrepid) can upgrade without failures. [21:59] http://revu.tauware.de/details.py?package=mi2svg [21:59] See 1) of June 12 19:47 [22:00] * ScottK looks [22:01] cyberix: Do you have the same version of lintian? [22:02] Hi. Does anyone here know about licensing issues for packaging Firefox extensions? I'm thinking about trying to package Zotero, which is a bibliography management extension that also integrates with OpenOffice.org, but it's licensed under the Educational Community License version 1 and that's not on the list of acceptable licenses in the wiki. Thanks! :) [22:02] Just ask if you'd like some links. :) [22:02] sybille_: Please provide a link to the text of the license. [22:03] ScottK: http://www.opensource.org/licenses/ecl1.php [22:03] ScottK: You must have read wrong comment. [22:04] cyberix: I was. [22:04] ScottK: I could have a dependency on man-db (>= 2.5) to support old versions of Ubuntu. [22:04] cyberix: Add the dependency on man-db as he says. [22:04] Ok [22:04] I don't think it is a bad idea [22:05] I just felt that I have no idea how much work it would take to support all previous versions of Ubuntu. [22:05] And I was wondering why he is testing out the package on old systems in first place [22:06] That's not quite the point. The point is that your program won't work right with the earlier versions of man-db, so you should version the dependency. [22:06] If you don't, then if people try to backport it, it'll just break and that's not right. [22:06] If the version needed is in Dapper, then no versioned depends is needed, but otherwise it is. [22:06] sebner: ping [22:07] ScottK: It is ok to over estimate the required version? [22:07] No. [22:07] ScottK: I'd usually want to set a package to depend on the version that I used while packaging [22:07] Actually what you want is man-db (>= 2.5~) so the if someone backports man-db it'll work. [22:08] cyberix: No. You want to set it on the needed version. [22:08] e.g. While I packaged Progress Quest I had no idea how well it would work on some old versions of WINE, so I just set it to depend on the current one. [22:08] It might work well with some old version [22:08] emgent: pong [22:09] cyberix: That's not the correct way to do it. [22:09] Then again there are atleast minor problems even with the current on. [22:09] These are considered bugs [22:09] But it is still usable [22:09] sybille_: after a quick look the ECL looks dfsg-free [22:10] but I'm not a licensing expert [22:11] debian-legal@lists [22:12] Finding out the oldest version of some library that the software can run on may be a Herculean task. [22:12] warp10: ping [22:12] And it is not that hard to check it against some specific version, if you are back porting it. [22:13] cyberix: That's true. Just version them where you know. [22:13] Don't set versions you don't know to be needed. [22:13] geser: Thanks, I think it ought to be OK, too, but... So, over in #ubuntu-mozillateam, I was just told to put the extension up on the wiki page and someone will take a closer look (They also sent me over here to ask). So that's what I'll do. [22:13] sybille_: Free, but extraordinarily painful to deal with. [22:14] ScottK: Oh. That makes sense. [22:14] norsetto: heya [22:14] emgent: o/ [22:14] emgent: pong [22:14] sybille_: Make sure you comply with the " Notice of any changes or modifications to the Original Work, including the date the changes were made." part of the license. [22:15] norsetto: he stole my merge but did it the old way :P (eggdrop) [22:16] norsetto: go and tell him \o/ --> emgent [22:16] ScottK: Thanks a lot. You have been very helpful. [22:16] lol [22:16] good night [22:16] sebner, emgent: I hope at least he used the right patch? [22:17] cyberix: You're welcome. [22:17] norsetto: I think so but not eggdrop-ssl in debian/control [22:17] ScottK: That would mean adding something like a changelog for the package itself, I guess? [22:17] sebner: thats ok, it was just an exercise for you anway [22:18] sybille_: Read the license and make your best judgement. IANAL. [22:18] norsetto: Please don't feel bad about me arguing with you. It is nothing personal. I'm just trying to understand how stuff works and trying to get out a good package. [22:18] sybille_: You might see if you can get upstream to change to some other license. AFAICT the standart MIT license does most of the same things without all the pain. [22:18] sebner: do you like work in eggdrop-ssl or i can? [22:19] cyberix: why should I feel bad? I quite like that you try to understand [22:20] norsetto: Ok. Good. Just wanted to make sure. [22:20] ScottK: Yeah, I'll talk to the Zotero people about it. Thanks! [22:20] cyberix: np at all, feel free to ask any question you want [22:22] emgent, sebner: you are using the wrong patch for eggdrop [22:24] 20 April 2008 - Eggdrop 1.6.19 released, SSL patch updated [22:25] true norsetto [22:25] sebner: I can fix or you like work in this package ? [22:26] so, we can think to eggdrop-ssl too.. [22:33] Hey guys. [22:33] norsetto: emgent : ah the old patch was used ;) [22:33] norsetto: we used the old patch and did the merge like I wanted to do it. but it isn't uploaded yet [22:33] norsetto: we = he [22:35] Hey, I Want to help out with MOTU I know next to nothing about it but I am intrested. Can anyone help me? [22:35] Saj0577: sure [22:36] norsetto: How I start? How I Show willing? How I get someone to help me along the way? Sorry for all questions in advance ;) [22:36] !packaging | Saj0577 [22:36] Saj0577: The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports [22:37] sebner: i know [22:37] Saj0577: you may also want to check this link: https://wiki.ubuntu.com/MOTU/GettingStarted [22:38] Saj0577: this is the right place to ask questions and advice [22:38] Checked that one briefly going to read it in full in a minute :) [22:39] * Saj0577 is reading https://wiki.ubuntu.com/PackagingGuide/Complete [22:43] norsetto: if you've got time could you check out my new fix for bug #195196? [22:43] Launchpad bug 195196 in graphmonkey "graphmonkey: Upgrade to new upstream release (1.7)" [Wishlist,In progress] https://launchpad.net/bugs/195196 [22:43] jussi01: do we have any factoid that points to https://wiki.ubuntu.com/MOTU/GettingStarted ? [22:43] bobbo: warp10 will check it out tomorrow [22:43] norsetto: ah ok, thanks :) [22:44] bobbo: just one question [22:44] norsetto: sure [22:44] bobbo: yeah, for just 10 euros (special prices today!) [22:44] bobbo: did you make a get-orig-source rule? [22:45] norsetto: i created a Watch file, from your comment i though you made either a watch or a get-orig-source? [22:45] bobbo: I'm asking since the upstream tarball is funnily name (GraphMonkey-1.7-src.tar.gz or something similar) [22:45] bobbo: yes, a rule to make a proper orig.tar.gz using the watch file could be very cool [22:47] norsetto: i'll have a look :) [22:47] bobbo: thanks. Let me know if you need help [22:49] Saj0577: before immerging yourself into the packaging guide, I would also suggest you have a look at https://wiki.ubuntu.com/UbuntuDevelopment, it really answers a lot of questions about how we develop ubuntu, really helpful for people who doesn't know our processes [22:50] norsetto: thank you [22:50] well, my package about dependencies [22:50] [12/06-18:49:44] <@jbrjake> and no, it cannot use your system's libraries, because your system cannot guarantee it has the specific revisions handbrake needs nor will they have the custom patches handbrake applies. [22:50] so, i leave the compilation system intact? [22:54] How can I make knmap not run configure twice (once at start of build, and one at the end)? [22:54] norsetto: Using the second example from https://wiki.ubuntu.com/PackagingGuide/Examples/ChangingTheOrigTarball, the version number should be hard coded right? === txwikinger is now known as Guest4675 === txwikinger2 is now known as txwikinger [23:00] bobbo: the version number you should get from uscan filtered by the sed, even though that regexp looks funny [23:00] norsetto: im downloading some packages with examples in them, ill see what they di [23:01] s/di/do/ [23:01] bobbo: yes, it works fine [23:01] noone? [23:02] bobbo: in the dehs output you will see a line with something like 1.2.0 [23:02] bobbo: and the sed will just return what is in between and [23:02] ah, ok [23:03] bobbo: so, you don't need to use the bzcat, just use an mv (or a cp) [23:21] norsetto: what command do i test the get-orig-source with? [23:21] bobbo: btw, there is no need to do something so complex, a simple usca --force-downloads will do [23:22] bobbo: sorry, uscan --force-downloads [23:22] bobbo: argh: uscan --force-download [23:22] norsetto: hehe, tired? [23:22] bobbo: test it with "make -f debian/rules get-orig-source" [23:23] bobbo: dislexic :-/ [23:23] norsetto: ah, ok :) === Mez|DPC is now known as mez [23:26] norsetto: "make: Nothing to be done for `get-orig-source'." [23:26] bobbo: make sure to use tabs! === mez is now known as Mez|DPC [23:29] ScottK: What was the ping about earlier? [23:31] Fixing a bug on a program and I dont have an email account that works so would it be alright if I just put my wiki link where the email goes as i dont have an email account? [23:32] bobbo: there is nothing being mentioned in the debian package, but I think the upstream tarball was changed so that it unrolls in graphmonkey-1.7 not GraphMonkey-1.7-src [23:33] norsetto: yeah, it extracts to ./graphmonkey-1.7 [23:33] bobbo: ok [23:35] Yeah?No? [23:36] Saj0577: "where the email goes" - do you mean in the debian/changelog? [23:36] yeah. [23:36] no, that won't work [23:37] I have no email acc that works at present so what should I do? [23:38] the changelog format requires that it be formatted as an email address; it doesn't have to be valid (though we certainly /want/ it to be), but it does have to be well-formatted [23:38] what about getting an email account with a free provider? [23:39] okay. Then would it be okay to change it later for a pernament email address or what? [23:40] sure [23:40] okay. Will do that for now then and change it on a later date. :) [23:40] we wouldn't go back and update old changelogs of already-uploaded packages, but maybe you'll have a permanent email address before the upload happens. :) [23:41] Saj0577: just use slangasek@ubuntu.com, he won't mind [23:41] * norsetto runs away [23:41] When the upload happen? === fta_ is now known as fta [23:42] Saj0577: once a sponsor has reviewed it and deemed it good enough to go into the archives [23:42] o right il just keep this email for MOTU work then ;) [23:43] norsetto: bad person [23:43] ajmitch: person? [23:43] norsetto: you [23:43] hey ajmitch [23:43] ajmitch: what would be interesting is to see whether anyone would sponsor it that way [23:43] unless you're just another irc bot? :) [23:43] ajmitch: yes, who told I'm a person!? [23:45] slangasek: it'd be interesting to see [23:46] ajmitch: actually, it happened to me once [23:47] ajmitch: by mistake somebody used by email as the maintainer, I discovered it only because it popped up in my list of assigned packages [23:47] probably more likely for that to happen than for your name to end up in the changelog [23:49] ajmitch: it could happen, somebody copy&pasting an old changelog and forgetting to change the email, perhaps [23:58] hey guys when i run debuild -S i get the error: gpg: [stdin]: clearsign failed: secret key not available. Any advice? [23:58] Saj0577: You need to generate a pair of public-secret GPG keys, using your name and e-mail address with it [23:59] yeah i have the key created on my machine with that email account and name [23:59] !GPG | Saj0577 [23:59] Saj0577: gpg is the GNU Privacy Guard. See https://help.ubuntu.com/community/GnuPrivacyGuardHowto and class #8 on https://wiki.ubuntu.com/ClassroomTranscripts