[12:08] i wanna make me a new version of ubuntu [12:09] seems I missed something. there is a menue entry.... in the internet tools section... [12:11] hmm, think I work a bit on my own code.... bye === shenki [n=shenki@ppp168-239.lns3.adl4.internode.on.net] has joined #ubuntu-motu === givre_ [n=flo@APuteaux-152-1-61-44.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu [12:21] hey, how does someone go about starting a new version of ubuntu? I mean, someone had to put together edubuntu, kubuntu, xubuntu, so there has to be a method to this madness. [12:27] more like lots of madness to the method ;-) [12:27] fowlduck: you want to like customize the .isos? [12:28] LaserJock, more than that, I want to customize what is installed during the install [12:30] there are some wiki pages, but I don't know how far they go [12:31] not far at all [12:31] and they're for breezy [12:31] how did the other people go about it? there is such a barrier [12:34] what do you mean by other people? [12:34] fowlduck: define a meta-package that Depends on a bunch of stuff [12:35] LaserJock, as in those that started Xubuntu, Edubuntu, Kubuntu [12:35] fowlduck: they installed a bunch of packages and defined a meta-package that depended on them [12:35] fowlduck: those projects use the Ubuntu infrastructure [12:36] LaserJock, ok, so how would I go about getting access to this? Or becoming an official project? [12:36] sladen, but the installer [12:36] fowlduck: start by defining a meta-package, get it sponsored into universe [12:36] fowlduck: not sure, get the Technica Board or Mark to ok it perhaps [12:36] fowlduck: the core-infrastructure is all the same [12:36] sladen, hmmm, i'll have to get some more packages put into it [12:37] fowlduck: what packages? [12:37] meta-packages are by far easier to do [12:37] like pyflag [12:37] foremost [12:37] scalpel [12:37] mac-robber [12:37] are those in Debian? [12:37] nope [12:37] ideally, the first step is to get them into Debian [12:37] fowlduck: what kind of project are you trying to make? [12:37] i had to package them myself for a program I wrote to customize ubuntu for computer forensics [12:37] okay, so they're already packaged? [12:37] LaserJock, computer forensics ubuntu [12:37] oh yeah, I thought I'd heard of pyflag [12:38] sladen, yes, I packaged them [12:38] in that case, look at getting them uploaded to revu [12:38] I thought there was already a derivative thing for that [12:38] LaserJock, I was the guy bothering you about packaging it this past spring break [12:38] oh, ok [12:38] now I get it [12:38] :-) [12:38] and then getting them sponsored by one of the MOTU into universe [12:38] still the same guy :) [12:38] I need to repackage them with a GPG key that I stick with [12:38] and apply for MOTU at the same time so that you get upload priviligies [12:39] fowlduck: *grin*, so you did manage to get them packaged! :) [12:39] LaserJock: rock! See, it's worth helping people, they might come back a few months later with nicely packaged stuff :) [12:40] yep [12:40] fowlduck: the "offical" derivatives have to have their packages in Main [12:41] your best bet is to get your packages in Universe and make a meta-package [12:41] LaserJock, how do you mean? I'mnot new to packaging but I am to REVU [12:41] oh, ok [12:41] but there is an issue [12:42] see, to be forensically sound, automounting has to be turned off, all forms of it [12:42] and that interferes with the settings of others [12:42] once they are in the repos then it's possible to make a LiveCD with your tailored packages [12:42] yep [12:42] I'm not exactly sure the best way to get around that [12:43] LaserJock, and how to make the installer customized? one thing at a time? [12:43] just get all this in so it's less of a leap? [12:43] from what level, though? In GNOME? Because there's no "automounting" at the cli or in X Window System. [12:43] right [12:43] I was thinking you'd go with a different WM [12:43] crimsun, the lowest possible [12:44] naw, the current is fine [12:44] "the lowest possible"? [12:44] crimsun, the lowest possible level of automounting [12:44] crimsun, I can screw with gconf and gvm [12:44] that's just two gconf settings. [12:44] crimsun, but if there is something lower it can cause tampering with evidence [12:45] which makes it not forensically sound [12:45] fowlduck: all automounting is done by g-v-m [12:45] which makes it all but useless [12:45] crimsun, ahhhh, ok thanks [12:45] there's nothing lower (we don't include any kernel patches) in our default config [12:46] ok, great [12:46] ok, so install ubuntu and get packaging on here :) [12:46] up until now I've been doing it in a VM === shenki [n=shenki@ppp168-239.lns3.adl4.internode.on.net] has joined #ubuntu-motu [12:46] hehe === theCore_ [n=ubuntu@modemcable103.216-70-69.mc.videotron.ca] has joined #ubuntu-motu [12:47] thanks for your help, I'll be back later ( crimsun and LaserJock ) [12:48] ok, cya [12:48] oh, one more thing, packages should not install into /usr/local [12:48] right? [12:48] right [12:48] ok, so where then? /usr? [12:48] yes [12:48] /usr/program/? [12:48] --prefix=/usr [12:49] crimsun, two of those don't use a configure [12:49] that's fine, you can move them [12:49] ok, so let them install there then use the rules file to move them? [12:49] /usr/local/ is reserved for local admin [12:49] no, modify their Makefiles to accept DESTDIR [12:49] ok [12:50] then use rules to specify the destdir [12:50] yes. [12:50] in the make [12:50] ok, thanks [12:50] and politely ask upstream to adjust for DESTIDIR ;-) [12:51] oh, and if a program only has one config file, should it only be in /etc? I shouldn't make another directory under /etc to hold it? ex: /etc/program/program.conf [12:51] LaserJock, oh, ok [12:51] LaserJock, although it may be in /usr/local for a reason, as these tools should probably only be run by root...I think [12:52] no, /usr/local/ on Debian systems is unconditionally not to be mucked with [12:52] that has nothing to do with /usr/local [12:52] oh, ok [12:52] thanks [12:52] /usr/sbin/ might be the place then, not sure though [12:53] kk [12:53] and I would say that /etc/somedir/ is cleaner [12:53] even if it is just that one file [12:53] crimsun, I would think so, but I'd like to do it a standard way [12:54] crimsun, whats worse is one wants to install its' config file in /usr/local/etc [12:54] Makefile hacking. [12:54] you actually have to modify the source to change it too [12:54] i wish it was just the makefile [12:54] and I guess we're not supposed to modify the source too [12:55] that's what patches are for [12:56] hmm, so how does one make patches? (like a diff?) [12:56] i mean, you can just point me to a program to do it or a link and i'll figure it out, i've already pestered you guys enough [12:57] something based on diff(1), yes [12:57] boy, this really is "point out deficencies in the packaging guide" day :-) [12:57] hehe [12:58] it's all for the greater good [12:58] think of it as "improving the packaging guide" day :) [12:59] well, that needs more than a day [12:59] :-) [12:59] bit by bit, piece by piece [12:59] so, what program can be used for patching? [12:59] I'd like to get to this packaging [01:00] ::::) (<==A spider smiling) [01:01] patch(1) [01:01] ok, thanks [01:01] to generate a unified diff, use something based on diff(1) [01:01] unified diff? [01:01] it's a particular diff format [01:02] ok [01:02] which is what I need to submit this package or something? [01:02] i'm confused [01:03] hi [01:03] diff(1) is used to generate a line-by-line summary of differences between file{,s} [01:03] you can apply a file generated by diff(1) using patch(1) === sladen [i=paul@starsky.19inch.net] has joined #ubuntu-motu === Riddell [i=jr@muse.19inch.net] has joined #ubuntu-motu [01:04] ok, so use diff to make the patch, how does this affect the packaging? === sivang [i=sivan@muse.19inch.net] has joined #ubuntu-motu [01:05] you can include a patch to the source in your packaging === geser [n=michael@85.25.110.118] has left #ubuntu-motu [] [01:06] is there an official way to do this? === fowlduck busts out the packaging guide [01:07] i need to buy that [01:07] https://help.ubuntu.com/ubuntu/packagingguide/C/basic-updating.html [01:07] ^^ has a bit of info on dpatch [01:07] ok thanks [01:08] you guys are always so helpful crimsun, and LaserJock [01:08] crimsun: btw, I talked to doko about python-central et. al. in B-D-I [01:08] fowlduck: np [01:08] thanks thanks, double-thanks [01:08] LaserJock: great. What was the resolution? [01:09] so talk to you guys later [01:09] crimsun: basically, put stuff you need for clean in B-D and the rest in B-D-I [01:09] fowlduck: cya [01:09] LaserJock: ok, that's what I thought === TheOnlyToadstool [n=jcorbier@famille-corbier.net] has joined #ubuntu-motu === sladen_ [i=paul@starsky.19inch.net] has joined #ubuntu-motu === Riddell_ [i=jr@muse.19inch.net] has joined #ubuntu-motu === givre [n=flo@APuteaux-152-1-61-44.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu === givre [n=flo@APuteaux-152-1-61-44.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu === sander [n=sander@a82-92-145-91.adsl.xs4all.nl] has joined #ubuntu-motu [01:57] Hello, does anyone here know how packages are added to edgy? rationale: gnome-hearts hit debian/unstable a few days ago and I like to see it in edgy and backport it to dapper [01:58] sander: I don't think we are automatically grabing packages still [01:58] so we would need to either request as sync if it builds fine on edgy or manually merge it [01:58] backporting can be done once it's in edgy [01:59] pbuilder works fine on Ubuntu so a sync should work. Where do I request a sync? [01:59] it'll be synced in automatically. [02:00] it entered on the fifth of July, which was prior to UVF [02:00] just be patient [02:00] the buildds have days worth of building to do [02:00] still? I thought only packeges that were synced on edgy creation were auto-synced, not new packages after the big debian snapshot [02:01] they have a script which tells them about new packages since they last synced [02:01] universe freeze isn't until late Sept [02:01] there's plenty of time remaining for sync [02:01] s [02:01] I assumed they wouldn't be automatic after UVF [02:02] they're not, but this date falls prior to UVF [02:02] When is UVF then? [02:03] it was the thirteenth [02:03] hmmm.... [02:04] gnome-hearts was uploaded the 5th. I should be okay then [02:04] keep in mind virtually nothing was buildable the past couple days. [02:05] and how about the edgy/main repository? What is the procedure for getting packages in there? Or is that selection already frozen? [02:05] UVF is already passed. [02:06] past. [02:06] crimsun: are you sure it got in? [02:06] LaserJock: no, but it doesn't matter [02:06] crimsun: I can't find it anywhere [02:06] it would be synced into universe, not into main [02:06] right, but are you sure we are still autosyncing? [02:07] no, we're not afaik [02:07] so wouldn't someone have to manually request a sync? or perhaps we just have to wait for Keybuck [02:07] I can't imagine we won't sync again at least once more [02:07] yeah [02:08] you can request a sync into, sure, but I'm pretty sure it'll be redundant. [02:08] In case it doesn't appear in a couple of days, how can I request a sync? [02:09] file a bug against gnome-hearts, subscribe (don't assign to) ubuntu-archive [02:09] he can't file a bug against gnome-hearts [02:09] right, which is why it's pointless [02:10] but I think people have been just filing against ubuntu in those cases [02:10] wait, and you want to backport this into dapper-backports? [02:10] we're not allowed to introduce new packages [02:11] yeah, but that's extra. First I want Edgy sorted. Dapper is bonus :-) [02:11] dapper-backports is not valid in this case [02:11] edgy will be fine, since it can be synced in anytime between now and Sept 28th [02:13] Good, thanks. And after that I could request a backport for dapper? Which would go in dapper/universe or dapper/backports? [02:14] you can't request it into dapper. [02:14] that's what I was trying to explain. [02:14] gnome-hearts didn't exist in dapper when dapper was released, so it'd be a new package [02:14] we can't backport new packages [02:15] Ah, so backports only has edgy versions of dapper packages, right? [02:15] right. === redguy_ [n=mati@ads228.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [02:16] Thanks. One more question if you don't mind: how is the edgy/main selected? Or was that done too at UVF? [02:17] what do you mean by "selected"? [02:18] Well, you guys select a subset of the debian repros for the edgy/main repro. The rest goes in edgy/universe or multiverse. [02:18] Or did I misunderstand? [02:18] slightly [02:18] ah.... [02:18] main and restricted are supported; all other components aren't [02:19] so if something's in main, it has to have a darned good reason to be there [02:19] i.e., random new Debian package doesn't end up in main [02:19] it has to be a requirement/dependency of another main package [02:19] and even then it's not guaranteed === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu [02:20] I understand. I saw talk of revising the list of games for edgy, hence my question [02:21] well it's a shoe-in for universe, but promoting it to main is much more difficult [02:21] That's what I thought. And I can't find documentation about that process (if there is a process to begin with) [02:22] you have to write a Main inclusion report [02:22] yes, it's called promotion, and it's recorded via anastacia [02:22] right, you need to write up a "MIR" [02:23] https://wiki.ubuntu.com/MainInclusionReportBeecrypt for an example [02:24] canonical instructions: https://wiki.ubuntu.com/UbuntuMainInclusionRequirements [02:25] Thanks for that. Much reading to do :-) [02:27] What's the best place to see when my package gets synced into edgy? Currently I simply browse archive.ubuntu.com but I have a feeling there's a better place for that [02:28] sander: hmm, there is the edgy-changes mailing list [02:28] I think there is also an RSS feed somewhere [02:30] Found it. Thanks for the help. You too crimsun === redguy [n=mati@aco195.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu === Fujitsu [n=Fujitsu@c211-28-178-169.eburwd7.vic.optusnet.com.au] has joined #ubuntu-motu === redguy [n=mati@aco195.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [03:07] Does anyone here have an amd64 box? [03:08] I'll be coming into possession of such a thing within a few days, but there's a few things I don't quite understand. === polpak [n=polpak@ip68-6-43-90.sb.sd.cox.net] has left #ubuntu-motu ["Outta] [03:08] shawarma, I have experience with a couple. [03:08] shawarma, what do you wish to know? [03:09] Fujitsu: I'm just a little confused about the i386 compatibility thing.. Does it actually run stuff compiled for i386? [03:09] shawarma, if you install the i386 version, yes. [03:09] I'll be installing the amd64 version of course. [03:09] Ah. [03:09] You'll need a 32-bit chroot then, to run 32-bit apps. [03:09] simple answer: you cant run 32-bit apps on 64-bit ubuntu [03:10] But a chroot will do? [03:10] I'm not into simple answers. :-) [03:10] linux32 chroot myubuntu32chroot/ [03:10] works for simple things [03:10] chroot gets complicated for running services or X etc [03:11] Because of chroot or because of amd64 vs. i386 stuff? [03:11] because of chroot [03:11] Ok. I can handle that. [03:11] So the reason I need the chroot is to make the dynamic linker happy more easily? [03:12] er [03:12] not really. [03:12] there are very few 32 bit libs in 64-bit ubuntu [03:12] I recently came into contact with a amd64 box running redhat. It had a bunch of i386 libs installed too.. What purpose would they serve? [03:12] tseng: Yes, I'd imagine. [03:13] we have linux 32 libs for amd64 also [03:13] What I meant was: In a chroot, the linker won't see anything but i386 stuff and as such will not try to link things compiled for different archs. [03:13] nothing sees anything outside the chroot [03:14] its totally contained [03:14] Or is that handled by some other mechanism? [03:14] tseng: Yes, yes. I know. [03:14] if you want to think of it in terms of the linker, fine. [03:14] Well... I suppose I'm looking for an answer to: "Why is the chroot needed?" [03:14] its a complete set of libs, linker, compiler, apps [03:14] for 32 bit [03:15] a full system (minus kernel) [03:15] Yes, but the chroot only pertains to filesystems. It's still using the same kernel. [03:15] you run linux32 chroot mydir/ [03:15] and the apps think you are using a 32 bit kernel [03:15] the kernel can handle running 32 bit code [03:15] Ah... I see. [03:15] and so can the cpu [03:15] it is just a limitation in our 64 bit userland [03:16] we dont have something called multilib [03:16] look it up if you are really interested [03:17] Look up "multilib"? [03:17] sure. [03:17] I will.. === nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu [03:17] I think I understand now. [03:17] cool === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [03:18] So i can just create a pbuilder for amd64 and one for i386 and not have to worry about cross compiling, qemu's or whatever? That's pretty neat. [03:18] yeah it is [03:18] morning all [03:19] The dynamic linker confusion comes from the infamous redhat system I saw. It had both a lib64 and a lib dir so the two architectures' libs coexisted in the same filesystem. I just imagined it'd cause linker weirdness all the time. [03:20] On an Ubuntu amd64, is it also called /usr/lib64 or still just /usr/lib ? [03:21] Silly me. I actually have access to an amd64 system right now.. I'll just snoop around on that one. [03:21] tseng: Thanks a lot for your help! [03:21] np === heretician [n=heretici@69-162-118-5.clvdoh.adelphia.net] has joined #ubuntu-motu [03:24] Hmm... On a standard Ubuntu amd64, the /usr/lib32 wouldn't be needed, right? [03:25] I'm just wondering why it's present on this system.. It's a plain vanilla webserver. === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu [03:33] shawarma: openoffice will need it [03:34] and the directory will probably be made along with the bootstrapping [03:35] Riddell: Why would openoffice need it? [03:35] Riddell: Has it not been properly ported to amd64? [03:35] Riddell: I remember something about it actually having some assembler code in it to do some introspection stuff.. That might not be very easily ported.. [03:36] Riddell: But yes, the directory might be created during the bootstrapping. [03:37] no, it's not been ported to amd64 except by fedora [03:38] Really? something we can't steal? [03:39] Riddell: You're in roughly the same timezone as I am... What's your excuse for being up this late? [03:39] noisy neighbours [03:40] ah. the average age of my neighbours is around 75.. They're very quiet this time of night. :-) === carthik [n=carthik@147.168.119.70.cfl.res.rr.com] has joined #ubuntu-motu === thierryn [n=thierry@modemcable251.69-131-66.mc.videotron.ca] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [03:49] Oh, well. It's almost 4 am. I'm off to bed. [03:49] g'night guys! [03:49] ..and Hobbsee. :-) === DarkMageZ [n=DarkMage@59.167.27.251] has joined #ubuntu-motu === heretician_ [n=heretici@69-162-118-5.clvdoh.adelphia.net] has joined #ubuntu-motu === Bazzi_ [n=Bastian@p508019DC.dip0.t-ipconnect.de] has joined #ubuntu-motu === fowlduck [n=duck@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [04:13] hallo again === carthik [n=carthik@user-142h0oa.cable.mindspring.com] has joined #ubuntu-motu === heretician [n=heretici@69-162-118-5.clvdoh.adelphia.net] has joined #ubuntu-motu [05:17] heretician: working on it :-) [05:23] Laser_away: help me..im retarded [05:24] lol [05:24] i uploaded to 'revu' last night right...and now im trying to logon by doing the "request password" deal [05:24] i do it right..and it tells me to type in the decrypt line, and past the text below...there is no text below [05:24] wth is wrong with me? [05:25] as i am sure it isn't anything else but stoooooopid ol' me [05:25] no, I think it could be a problem [05:25] you uploaded ok? [05:25] yes [05:25] a few packages [05:25] you package is on REVU? [05:25] 1 good 2 bad i thik [05:25] i don't see it yet [05:25] almost 24 hours since i up'd it [05:26] ok, but one worked anyway [05:26] Laser_away: Cool hehe [05:26] on..all worked [05:26] im saying the packages were 1 good 2 bad [05:26] heh [05:26] or 1 good, 1 almost there, and 1 bad [05:27] ok, so did you make sure to use the same email address as is in the changelog of your packages [05:28] Should I be getting EasyUbuntu: For Developers: Bleeding Edge? [05:28] no [05:30] yup [05:31] email address is correct [05:31] are you in the ubuntu-universe-contributors LP team [05:31] yup [05:32] hmm :( [05:32] hehe exactly [05:32] I don't know why it wouldn't work [05:32] im sure crimsun will come along and go oh, you do this little thing here which is right in front of your face [05:32] i gotta eat something [05:32] brb [05:32] no, actually it's the same thing I ran into some time gao [05:32] ago^ [05:32] ahh [05:33] speak of the devil [05:33] you need an admin to reset your pass === fowlduck [n=duck@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [05:33] roger that..and one of the 4 or 5 admins listed on the REVU wiki [05:33] aj, \sh and such [05:33] just email admin at tiber.tauware.de [05:34] thx Laser_away [05:34] i will do that [05:34] bbiaf === fowlduck [n=duck@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu [05:42] The wiki doesn't actually say how to get started in the whole Ubuntu packaging business... Any pointers? [05:42] help.ubuntu.com [05:42] click on go to the Packaging Guide [05:43] Well, I know how to package... [05:43] bah, that was a messed up sentence [05:43] I mean, how to do something useful. [05:43] I have a fair amount of experience with debhelper... [05:43] well, you can fix bugs or work on the Universe merge [05:44] yeah, why doesn't the PG give me a pony? huh? HUH? [05:44] shesh, sorry [05:44] maybe I'll throw in an ASCII art pony just for you crimsun [05:44] Oh, I assumed only proper MOTUs were working on the merge.... [05:44] Hahahha. [05:44] Good idea. [05:45] hi [05:45] everyone [05:45] Fujitsu: the general rule is, anything a MOTU can do you can do as well, you just need a MOTU to sponsor it [05:45] Ah. OK. [05:45] anyone seen Ming Hua lately? [05:45] that's how you become a MOTU in the first place [05:45] crimsun: no, unfortunately :( [05:45] those merges are sitting there [05:46] Laser_away, aha. That's what I thought. [05:46] wow, I've got a lot more that list than I remember [05:46] all of like 5 packages [05:47] although I don't really want to claim tightvnc [05:47] you love that included XFree86 source, really, you do. [05:47] noooooo [05:47] X must be the most lovely package to maintain. [05:48] 390 new merges... That's quite a few remaining. [05:48] yep === Fujitsu looks for a good package to start with that doesn't have too many Ubuntu-specific changes. [05:49] Fujitsu: the Packaging Guide does have a section on merging ;-) [05:49] Laser_away, I noticed :) [05:49] and you left #ubuntu-science, don't you like us any more ;-) [05:49] No, I had too many channels. [05:50] I joined #ubuntu-motu-school instead. [05:50] Stupid 20 channel limit. [05:50] probably not as many as crimsun [05:50] I have to switch between a few. [05:50] doh, I'm going to need to add -school back in too [05:50] Any ideas on why that limit is in place? [05:50] I wasn't aware of a limit [05:51] So, should I just pick a package? [05:51] Laser_away, there's a limit of 20 channels. [05:51] though I never go much beyond 10-15 myself [05:51] And I have been hitting it for months. [05:51] Fujitsu: yeah, look for one where the diffs aren't huge [05:51] Yeah, I shall. [05:52] I do like that easier-motuing spec. A very good idea. [05:52] we hope so [05:52] if you want any easy one space-orbit is one of mine that looks easy [05:52] ok, I really have to be away now [05:53] my "doing the finances" has turned into "hang out on irc" [05:53] Bye. [05:53] OK, I'll look at space-orbit. [05:53] Thanks :D [06:07] hmm, are there any instructions on signing packages? [06:07] on how to use it with revu and whatnot? [06:07] debsign(1) [06:07] ok, thanks [06:08] if you use debuild, pass -k [06:08] although if you only have one uid associated with your key, you won't need -k [06:08] The Ubuntu changes for space-orbit are just dependency ones... Debian merges one change, but not the other. [06:08] I'm not sure what a UID is [06:09] fowlduck, email address. [06:09] Fujitsu, ahh, ok [06:10] Fujitsu: are you positive? According to the Ubuntu changelog there's a .desktop delta, too. [06:10] oh d'oh, wrong changelog [06:10] Yeah, there is no change. [06:10] That was merged to Debian a little earlier. [06:11] just request a sync, then tell me the bug #, and I'll Ok it [06:11] sorry, let me actually look [06:11] But there is a little difference in the dependencies. Two dependencies were changed for 1.0.1-8ubuntu1. [06:11] Only one is back in Debian now. [06:12] Thanks, crimsun. === quidam- [n=quidam@200.84.182.130] has joined #ubuntu-motu [06:13] Surely the GL package dependencies in Debian are correct? [06:13] no, it can't be synced. It still needs a merge. [06:14] OK, I thought so. [06:14] But does it really? [06:14] the delta for the GL{,u} is valid. [06:14] There are no other changes in Debian. [06:14] "libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev" is correct. [06:14] So a merge will be identical except for the version,. [06:15] But is a merge actually necessary if there are no changes? [06:15] there is a change. === crimsun looks closer [06:16] The changelog and build-deps are the only things that have changed in both Ubuntu and Debian. The Debian change will just be overwritten when the Ubuntu diff is put over the top. === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu [06:17] ok, no. [06:17] I was correct the first time [06:17] it's syncable [06:17] the reason being Debian's "xlibmesa-gl-dev, libglu1-mesa-dev" is valid for Edgy [06:17] OK, good good. [06:17] Thanks for checking that. === Fujitsu files a bug. [06:19] Bug #53114 [06:19] Malone bug 53114 in space-orbit "Please sync 1.01-8.1 from Debian Sid" [Untriaged,Unconfirmed] http://launchpad.net/bugs/53114 [06:22] Ok'd [06:22] Thanks. [06:30] OK, I've done merged the Ubuntu changes for vpnc... Does the changelog want to be left alone when it says it was changed by MoM? [06:30] *just [06:31] nope, put your name and e-mail [06:31] OK. [06:32] generate the source package, stash the diff.gz+dsc somewhere, and I'll look & upload === Hotwheelz [n=Hotwheel@220-253-24-55.VIC.netspace.net.au] has joined #ubuntu-motu [06:33] Hi guys how are we doing? [06:34] OK, I'll upload them now. [06:35] Hi, Hotwheelz. === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [06:37] Hi, Fujitsu [06:37] I have a question for you [06:37] crimsun, http://people.ubuntu-au.org/~fujitsu/vpnc_0.3.3+SVN20051028-3ubuntu1.diff.gz and http://people.ubuntu-au.org/~fujitsu/vpnc_0.3.3+SVN20051028-3ubuntu1.dsc [06:41] uploaded. [06:41] To the archive? [06:42] yes. [06:42] Thanks! [06:43] np. Out for coffee, back in a bit. [06:43] Fujitsu brb === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu [06:53] crimsun, I've got another thing which is just those GL dependencies on the Ubuntu side. [06:53] From `xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev' to `libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev' [06:56] I'll be back shortly, lunch beckons. === _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === fowlduck [n=duck@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu === No1Viking [n=micke@h-83-140-104-30.ip.rixbredband.se] has joined #ubuntu-motu === Fujitsu is back. [07:10] Fujitsu: xlibmesa-glu-dev is invalid for both Debian and Ubuntu [07:11] So change it to xlibmesa-gl-dev, libglu1-mesa-dev, as was done for space-orbit? [07:12] what does Debian have? [07:12] libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev [07:12] Oop.s [07:12] No. [07:12] xlibmesa-gl-dev | libgl-dev, xlibmesa-glu-dev | libglu-dev [07:12] That other one was what Ubuntu has now. [07:12] just add libglu1-mesa-dev as an alternate for xlibmesa-glu-dev [07:13] xlibmesa-gl-dev | libgl-dev, libglu1-mesa-dev | xlibmesa-glu-dev | libglu-dev [07:13] (ideally Debian needs to go libglu1-mesa-dev | libglu-dev) [07:13] Aha. OK. [07:14] very quickly, this is what's valid: [07:14] for gl dev: xlibmesa-gl-dev and libgl1-mesa-dev [07:14] for glu dev: libglu1-mesa-dev [07:15] Aha, thanks. === Kamping_Kaiser [n=kgoetz@easyubuntu/docteam/kgoetz] has joined #ubuntu-motu [07:16] do i actually have to meet with someone to get my gpg key signed? [07:17] fowlduck, if you want to be really proper. [07:17] so, "yes". [07:17] I must meet with Adam Conrad or somebody... [07:17] so to submit packages i have to get it signed? [07:18] to submit packages to the Ubuntu archive proper, yes, you do [07:18] to submit packages to REVU, no === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [07:24] crimsun, care to take a look at http://people.ubuntu-au.org/~fujitsu/trackballs_1.1.1-3ubuntu1.dsc and http://people.ubuntu-au.org/~fujitsu/trackballs_1.1.1-3ubuntu1.diff.gz? [07:29] Fujitsu: actually the MoM-generated merge would have sufficed [07:29] Would it? [07:29] I think there was a conflict... [07:29] Oops. [07:29] You're right. [07:30] But the dependencies from the Ubuntu one are wrong, I think. [07:31] for which binar{y,ies}? [07:31] Build dependencies, sorry. [07:32] Or has MoM got some odd intelligence which allows it to correct them? [07:32] which ones look suspicious to you? [07:32] The GL ones. [07:32] They're missing xlibmesa-gl-dev. [07:32] the GL ones are fine. The merges are done based on the last Ubuntu package. [07:33] "libgl1-mesa-dev | libgl-dev" works [07:33] note: 01:14 < crimsun> for gl dev: xlibmesa-gl-dev and libgl1-mesa-dev [07:33] that "and" should be an "or", actually [07:34] Ah. OK. [07:34] so if the B-D has either xlibmesa-gl-dev or libgl1-mesa-dev, it's fine [07:34] Ahhh. OK. [07:34] Well, MoM's merge is good then. [07:34] And wininfo is syncable. [07:35] right, attribute yourself, link the updated diff.gz+dsc [07:35] it's good practice, btw, to pbuild these in an edgy pbuilder, too. [07:36] OK, I haven't got an Edgy one yet, just Dapper and Breezy. I'll build one tomorrow when I get to school... There's some reasonable bandwidth there. [07:36] ok [07:36] (I've been going over them and pbuilding prior to upload, so you're fine for now) [07:40] Well, I've updated the trackballs ones. They are now the MoM-generated ones. === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu === quidam- [n=quidam@200.84.182.130] has left #ubuntu-motu ["Abandonando"] [07:47] uploaded. [07:47] Aha, thanks. And I'll file a bug about wininfo. === sivang [i=sivan@muse.19inch.net] has joined #ubuntu-motu [07:48] A quick visit. === sivang [i=sivan@muse.19inch.net] has joined #ubuntu-motu [07:51] crimsun, bug #53115 is the wininfo one. [07:51] Malone bug 53115 in wininfo "Please sync 0.7-1.1 from Debian Sid" [Untriaged,Unconfirmed] http://launchpad.net/bugs/53115 [07:53] done. [07:55] Thankyou! [07:56] dclock looks OK to be synced, except for one thing. A build-dep was added in the last Ubuntu release for makedepend. That isn't in the new Debian version. I can't see why it would be necessary in Ubuntu if it isn't in Debian... [07:57] well, back in the hoary/breezy days when we started the monolithic->modular split, we split out a lot of packages [07:57] are there separate webs of trust? how can I be sure my key is signed into the proper one to submit packages to the ubuntu archives [07:58] so in dapper, we have imake, but in debian sid it's now xutils-dev [07:58] Aha. [07:58] The Debian changelog mentions imake. [07:58] So, sync it? [07:58] lemme look [07:58] It's the only change. [07:59] well, to answer that we need to build-test [08:00] True. [08:00] crimsun, is there a specific web of trust I need to be in? [08:00] fowlduck: your key needs to be signed by someone in the strong set [08:00] Most of them would be interconnected, fowlduck. [08:01] crimsun, and is there a way to find them? [08:01] Fujitsu: yep, a sync is fine. [08:01] crimsun, great! [08:01] It's good getting rid of Ubuntu-specific changes... [08:01] fowlduck: every member of the ubuntu-dev LP team is in the strong set, so find one closest to you geographically [08:02] I really must organise that with infinity... [08:02] ok, so ubuntu-dev LP, can I find them on ubuntu's site or something? [08:02] launchpad.net/people/ubuntu-dev [08:02] fowlduck: you're not limited to just ubuntu devs, of course. Anyone in the strong set will do. [08:02] crimsun, so how do I determine this? [08:02] i mean, i'm lost here :/ [08:03] fowlduck: well, if you haven't gotten your key signed, you aren't in the strong set ;) [08:03] crimsun, good, so only 6.5 billion possibilities [08:03] not quite [08:03] find someone close to you geographically [08:03] where are you located? [08:03] yes, i'm asking how to find them [08:03] Madison, WI [08:03] USA [08:04] Bug #53116 for the sync, crimsun. [08:04] Malone bug 53116 in dclock "Please sync 2.1.2-8 from Debian Sid" [Untriaged,Unconfirmed] http://launchpad.net/bugs/53116 [08:04] fowlduck: oh, there are several people closeby [08:04] close by [08:04] nice! :) [08:04] debian developers [08:04] ooooh [08:04] where are you looking for this? [08:05] you can use any of the debian and ubuntu geographical locators in addition to biglumber.com [08:05] ok [08:05] geograpical locators? link? [08:06] https://wiki.ubuntu.com/UbuntuWorldWide [08:06] ok, thanks, as usual you rock === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu [08:09] Did I hear something about moving back to gksu rather than gksudo in Edgy? [08:09] I'm not familiar w/ it, but it's possible === Fujitsu shudders at the sight of the delta in Ubuntu's Firestarter... Translations. [08:12] crimsun, i have no idea how to use that locator on debian's site...heh [08:14] ahh, i found a wisconsinite [08:14] nice === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [08:17] crimsun, are these ubuntu users or devs? https://wiki.ubuntu.com/UbuntuWorldWide [08:18] fowlduck, both [08:18] users [08:18] some are devs [08:18] ok, so how do I know who is in the strong set? [08:20] you can use virtually any keyserver. Basically enter the person's key id and choose the keyanalyze report. [08:20] i meant with the people on that list [08:21] i just found raphink's in google :) [08:23] you can type their names into the keyanalyze report, too [08:28] this is frustrating, maybe i should come back tomorrow and do this [08:30] Does CDBS' simple-patchsys just automatically apply all of the patches in debian/patches? [08:31] yesyes [08:31] hmm, repeat [08:32] In that case, galculator is fine for syncing. The diff was just to fix a bug which was fixed in the next upstream version. [08:32] How often is MoM updated? [08:33] I don't think it has been updated in a couple days [08:33] not sure, haven't looked more closely lately [08:34] OK, bug #53117 is for gcalculator. The diff for the new Debian version is HUGE. [08:34] Malone bug 53117 in galculator "Please sync 1.2.5.2-1 from Debian Sid" [Untriaged,Unconfirmed] http://launchpad.net/bugs/53117 === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [08:41] Hey Hobbsee! [08:41] hi all [08:41] hi Fujitsu :) [08:42] hihi === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === Fujitsu looks for another package to attack. [08:42] hi heretician === heretician wishes he could find a package to attack in the first place [08:42] Fujitsu: you need to look? check merge-o-matic and pick something that looks interesting [08:42] grrrr [08:42] (thanks for confirming that, crimsun) [08:42] ogyou around? [08:42] Fujitsu, are you in MOTU? [08:43] heretician, no. [08:43] heretician: no he isnt [08:43] Hobbsee, you live near wisconsin at all? [08:43] Oh [08:43] Hobbsee, I've done a few today. [08:43] Hobbsee's in .au. [08:43] fowlduck: nope, why? i'm in australia [08:43] Fuj [08:43] Welp, going back to my packaging guides [08:43] Fujitsu: yay :) did you do any of mine? :P [08:43] Whats a merge-o-matic? [08:43] just need to hunt someone down in the "GPG strong set" [08:43] i'm having issues [08:43] heretician, it's INCREDIBLY useful. [08:44] MoM is the best thing since sliced bread. [08:44] After you have became an experienced packager, correct? [08:44] heretician: there are tons of great apps to package on {KDE,GNOME}-apps.org [08:44] heretician, not really. [08:44] heretician: see merges.ubuntu.com - tells you what packages need to update, tries to update them, and gives you a list of stuff to fix [08:44] raphink, i'm using you as my reference for locating people in the strong set :) [08:44] fowlduck: ah really? lol [08:45] how come? [08:45] Hobbsee, well I don't know how to "update" packages yet, let alone fix them hehe-- so by experienced I mean at the limit of being able to troubleshoot a package [08:45] fowlduck: you really dont need your key signed till you go for MOTU - until then, it's a good idea, but it's not mandatory === raphink doesn't remember having signed that many keys ;) [08:45] just came up randomly in a google search [08:45] heretician: true [08:45] ah ok [08:45] raphink, you've signed 20, i see [08:45] raphink: you can sign mine if we meet up one day, if you want. [08:45] sure Hobbsee :) [08:45] raphink, http://www.cs.uu.nl/people/henkp/henkp/pgp/pathfinder/stats/74BF771E.html [08:45] raphink: i think i should get jdub to sign my key at some point - that could be fun :) [08:45] if you ever come to the French Riviera [08:46] Hobbsee, NP though, the last guide I am going to be reading that LaserJock gave me is extremely detailed-- so hopefully it will cover things like that [08:46] fowlduck: yes I know my PGP page :!)= [08:46] :) [08:46] Although thanks for the linkage, i'm adding those to my tips rtf hehe [08:46] raphink: or we both get to the same developer conference [08:46] Hobbsee: that works, too [08:46] heretician: that's true. it does, but rather poorly. [08:46] imo [08:46] although you would enjoy the coast ;) [08:46] I'm sure [08:46] raphink: indeed :_ [08:46] *:) [08:46] raphink: maybe sometime i'll get a chance. in a week, i can get a 10 year passport :) [08:47] hehe great [08:47] jeeze, no one in wisconsin is in the strong set so far, at least those listed on biglumber [08:48] fowlduck: who's in the strong set? [08:48] Hobbsee, raphink for one [08:48] and if i got signed by a member of the strong set, does that make me in the strong set too, i wonder.... [08:48] Hobbsee: people who have signed keys of people in the strongset ;) [08:48] Hobbsee: yes. [08:48] Hobbsee, I'm pretty sure. [08:48] oh yay! [08:49] How odd. gip only has a delta because was rebuilt because of a libsigc++ name change. No actual change. [08:49] Hobbsee: Any other Guides you would recommend I move on to AFTER https://help.ubuntu.com/ubuntu/packagingguide/C/index.html ? [08:49] yes Hobbsee [08:49] heretician: did you read the New Maintainer's Guide? [08:49] Fujitsu: ie, that was the change from debian to ubuntu? [08:49] Hobbsee, yeah. [08:49] Hobbsee, just a changelog change. Nothing else. [08:50] raphink: Wasnt given that one :P [08:50] heretician: then try a package, and refer back to any/all of the guides [08:50] heretician: sure you were, I made a strong point to have it as an introduction of the ubuntu packaging guide iirc [08:50] Fujitsu: okay, cd .. and dpkg-source -x the debian source, and check it builds and installs on edgy. if it does, then you get to request a sync :) [08:51] at least I think I remember so [08:51] raphink: Hrm, well was it https://help.ubuntu.com/community/CompilingSoftware or https://help.ubuntu.com/community/CompilingEasyHowTo [08:51] raphink: it's at the end, iirc [08:51] Hobbsee, I haven't got an Edgy pbuilder yet (not enough bandwidth here, I'll build one at school tomorrow). [08:51] heretician: go to the Additional Ressources in the end of the Ubuntu Packaging GUide [08:51] the first link there is the DNMG [08:52] Fujitsu: okay, nice, did you want me to test build it from here, then you can request a sync if it succeeds? [08:52] is there an easier way to locate those in the strong set in your area? [08:52] Yes please, Hobbsee. crimsun's probably getting a little tired of testing mine :) [08:52] Fujitsu: heh, he'll probably want to test anyway, if he's going to upload it. [08:53] no, wait, if it's a sync, before he acks it. [08:53] raphink: Yup, I see them now-- Well I haven't got to that guide yet anyway [08:53] heretician: this is the reference guide [08:53] for Debian [08:53] raphink: So many :( [08:53] then if you still want to read, read Policy [08:53] at least a bit of it [08:53] aha! i found one [08:54] and only a 2 hour drive [08:54] lol [08:55] fowlduck: honestly, if you're wanting to get involved in FOSS, you'll find people to sign your key at the next linux event you'll attend [08:55] prolly Debian or Ubuntu people [08:55] since most other projects don't bother with keys [08:55] there aren't many in my area [08:55] fowlduck: and it's really not that big a deal - you will meet people who can do it [08:55] fowlduck: aren't many what? linux events? === Hobbsee said that too. well, that she couldnt meet up with any of them. [08:55] aren't that many events...at least that I know of [08:56] fowlduck: where are you? [08:56] madison, WI, USA [08:56] how about these people ? http://www.madisonlinux.org/ [08:56] yeah, i emailed them [08:57] irc channel is dead [08:57] ah [08:57] rather recent update but nothing about when they meet [08:57] mhm [08:59] small world: http://wistechnology.com/events.php [08:59] scroll down to MATC IT Education Open House [08:59] follow that link and scroll all the way down to the bottom [08:59] that's me on the bottom right [09:00] ha [09:00] i feel proud [09:00] Fujitsu: go ahead and file the merge report for gip, it builds and installs fine [09:01] Fujitsu: s/merge report/sync request/ [09:01] crimsun: want to ack Fujitsu's sync request when it gets done? [09:02] well, goodnight [09:02] crimsun, thanks for everything, as usual [09:02] sure, just link [09:03] I'm out for a bit but will check back in 20 mins === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [09:10] hi tuxmaniac [09:10] Hobbsee> howdy? [09:11] tuxmaniac: i'm okay :) snuck out from work :D [09:20] Fujitsu: anything in Ubuntu universe that's a -XbuildY can be synced [09:22] crimsun: well, yeah, but do we know that for sure? [09:22] yes [09:22] otherwise we use ubuntu instead of build [09:23] -XbuildY is a no-change upload to rebuild the package [09:23] People going for -dev should know this. :-P [09:23] i realise that [09:24] StevenK: i knew that, i was merely thinking of those packages that build in debian, but ftbfs in ubuntu. [09:24] of which i've seen a couple === StevenK has seen more than a couple. [09:24] well, i've seen a couple this cycle. === lukketto [n=lukketto@host63-99.pool8257.interbusiness.it] has joined #ubuntu-motu === selinium [n=selinium@80-193-7-120.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === allee [n=ach@dialin-212-144-128-153.pools.arcor-ip.net] has joined #ubuntu-motu === Hotwheelz [n=Hotwheel@220-253-24-55.VIC.netspace.net.au] has joined #ubuntu-motu [09:50] Hi I have a question for package developer in here can I ask that one pls dcc chat me thanks :-) [09:50] for a sorry [09:52] guys [09:53] Hotwheelz: i doubt you'll get anyone answering to that. === TheMuso_ [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu [09:55] Hotwheelz: pretty much the only time private queries make sense is for a security-related issue; otherwise we're all eyes. [09:56] ok then [09:56] if i run a packages search 4 Mythtv only 0.18 packages show up latest build is 0.19 when will the repositry\s be updated to reflect this? [09:57] dapper will not be updated to use 0.19* [09:57] I believe FunnyLookinHat is working to integrate mythtv 0.19* into multiverse [09:57] Oops. I'm back now. === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-motu [09:57] crimsun, bug #53122 is the gip sync request. [09:57] Malone bug 53122 in gip "Please sync 1.6.1.1-1 from Debian Sid" [Untriaged,Unconfirmed] http://launchpad.net/bugs/53122 [09:57] Fujitsu: heya :) [09:57] Thanks Hobbsee :) [09:58] I was coaxed into playing a board-game with my 7 and 12 year-old siblings. [09:58] Very painful it was. [09:58] But parents can be persuasive. [09:58] hey Fujitsu [09:59] Fujitsu: done. [09:59] Thanks, crimsun. [09:59] out for the morning, back later. [09:59] funnylooking are u there [10:00] And now I'm being told that sitting at the computer all day is unhealthy, and thus I must leave it. (even though I was up for a couple of hours before, and away for a couple of hours today... and what else is there to do!?) [10:00] hehe [10:00] Fujitsu: my parents stopped telling me that a while ago :) === Hobbsee keeps sayign she's doing uni work a lot of the time === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-motu [10:01] Saying I'm doing work doesn't work... [10:01] It's stupid. [10:01] Fujitsu: well, they never see the uni work anyway, so... [10:01] :P [10:03] Now they're making excuses. For example, they're saying I'll get deep-vein thrombosis. [10:03] This is the first time they've brought such pathetic excuses into it. [10:05] Carpel tunnel. [10:05] Carpal* that is [10:07] "Initial treatment generally involves resting the affected hand and wrist for at least 2 weeks" two whole weeks! [10:08] ah yes, there's a package under that name. [10:08] rsi does happen === Hobbsee has had rsi from playing too much minesweeper on a touchpad before. [10:08] Minesweeper? People play that game? [10:09] heretician: sure, its' a great game! === Hobbsee is rather mathematical, so it's fun :) [10:09] Too much Linux for you! === Hobbsee doesnt play it anymore [10:09] Im not mathematical at all hehe ;/ [10:09] I wish more people would get on Atlantik === Hobbsee plays ksudoku now instead, as she pretty much maintains it in ubuntu [10:10] What's that [10:10] !info ksudoku [10:10] ksudoku: sudoku puzzle generator/solver. In repository universe, is optional. Version 0.3-3ubuntu2 (dapper), package size 117 kB, installed size 356 kB [10:10] Puzzles, now that's more my genre === lukketto [n=lukketto@host63-99.pool8257.interbusiness.it] has left #ubuntu-motu [] === lbm [n=lbm@cpe.atm2-0-1301064.0x50a08372.abnxx3.customer.tele.dk] has joined #ubuntu-motu === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu === dsas [n=dean@host86-128-54-98.range86-128.btcentralplus.com] has joined #ubuntu-motu === Arbiter [n=arbiter@adsl-114-79.37-151.net24.it] has joined #ubuntu-motu [10:36] moins all [10:39] hi imbrandon and all [10:39] === doko_ [n=doko@dslb-088-073-097-060.pools.arcor-ip.net] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-motu === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu [11:12] morning === Fujitsu is back. [11:24] What's with ilohamail's version numbers!? [11:24] 0.8.14-0rc3sarge1, 0.8.14-0rc3sid2... === Starting logfile irclogs/ubuntu-motu.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu === Topic for #ubuntu-motu: Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTU/Documentation | Focus on http://tinyurl.com/nl87h (MOTU bugs) and http://tinyurl.com/rjcqu (UNMETDEPS) and http://tinyurl.com/kbxpe (mysqlclient) | http://tinyurl.com/pghsw (motureviewers) | [Edgy MoM] https://merges.ubuntu.com/universe.html | Add yourself to http://tinyurl.com/fgpgy to upload to REVU === Topic (#ubuntu-motu): set by Hobbsee at Thu Jun 29 10:40:30 2006 === ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-motu === Topic for #ubuntu-motu: Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTU/Documentation | Focus on http://tinyurl.com/nl87h (MOTU bugs) and http://tinyurl.com/rjcqu (UNMETDEPS) and http://tinyurl.com/kbxpe (mysqlclient) | http://tinyurl.com/pghsw (motureviewers) | [Edgy MoM] https://merges.ubuntu.com/universe.html | Add yourself to http://tinyurl.com/fgpgy to upload to REVU === Topic (#ubuntu-motu): set by Hobbsee at Thu Jun 29 10:40:30 2006 === Starting logfile irclogs/ubuntu-motu.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu === Topic for #ubuntu-motu: Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTU/Documentation | Focus on http://tinyurl.com/nl87h (MOTU bugs) and http://tinyurl.com/rjcqu (UNMETDEPS) and http://tinyurl.com/kbxpe (mysqlclient) | http://tinyurl.com/pghsw (motureviewers) | [Edgy MoM] https://merges.ubuntu.com/universe.html | Add yourself to http://tinyurl.com/fgpgy to upload to REVU === Topic (#ubuntu-motu): set by Hobbsee at Thu Jun 29 10:40:30 2006 === ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-motu === Topic for #ubuntu-motu: Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTU/Documentation | Focus on http://tinyurl.com/nl87h (MOTU bugs) and http://tinyurl.com/rjcqu (UNMETDEPS) and http://tinyurl.com/kbxpe (mysqlclient) | http://tinyurl.com/pghsw (motureviewers) | [Edgy MoM] https://merges.ubuntu.com/universe.html | Add yourself to http://tinyurl.com/fgpgy to upload to REVU === Topic (#ubuntu-motu): set by Hobbsee at Thu Jun 29 10:40:30 2006 === Starting logfile irclogs/ubuntu-motu.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu === Topic for #ubuntu-motu: Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTU/Documentation | Focus on http://tinyurl.com/nl87h (MOTU bugs) and http://tinyurl.com/rjcqu (UNMETDEPS) and http://tinyurl.com/kbxpe (mysqlclient) | http://tinyurl.com/pghsw (motureviewers) | [Edgy MoM] https://merges.ubuntu.com/universe.html | Add yourself to http://tinyurl.com/fgpgy to upload to REVU === Topic (#ubuntu-motu): set by Hobbsee at Thu Jun 29 10:40:30 2006 === dsas [n=dean@host86-129-8-217.range86-129.btcentralplus.com] has joined #ubuntu-motu === redguy [n=mati@aco195.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu === nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu === DarkMageZ [n=DarkMage@59.167.27.251] has joined #ubuntu-motu === lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [01:42] hi all [01:47] hello Hobbsee [01:47] Hi Hobbsee. [01:47] hi phanatic, Fujitsu :) [01:47] hi everybody [01:48] Hey Toadstool. [01:48] heya Fujitsu [01:48] hi Toadstool [01:49] hi Hobbsee === fredix [n=fredix@86.67.45.163] has joined #ubuntu-motu [01:52] hey Toadstool [01:52] hi phanatic === Arbiter [n=arbiter@adsl-114-79.37-151.net24.it] has joined #ubuntu-motu === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu === mukund [n=mukund@62.3.217.116] has joined #ubuntu-motu === Hobbsee_ [n=hobbsee@CPE-144-136-118-234.nsw.bigpond.net.au] has joined #ubuntu-motu === highvoltage [n=jono@41.208.205.141] has joined #ubuntu-motu === Hobbsee_ [n=hobbsee@CPE-144-136-118-234.nsw.bigpond.net.au] has left #ubuntu-motu [] === likwidflm [n=likwidfl@66-90-155-195.dyn.grandenetworks.net] has joined #ubuntu-motu === likwidflm [n=likwidfl@66-90-155-195.dyn.grandenetworks.net] has left #ubuntu-motu [] === selinium [n=selinium@80-193-7-120.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === Pazzo [n=thomas@host130-250-static.72-81-b.business.telecomitalia.it] has joined #ubuntu-motu === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === TheMuso [n=luke@ubuntu/member/themuso] has joined #ubuntu-motu === Hobbsee_ [n=hobbsee@CPE-144-136-118-234.nsw.bigpond.net.au] has joined #ubuntu-motu === elkbuntu [n=melissa@203-206-255-153.dyn.iinet.net.au] has joined #ubuntu-motu === Hobbsee_ [n=hobbsee@CPE-144-136-118-234.nsw.bigpond.net.au] has left #ubuntu-motu [] === Hobbsee_ [n=hobbsee@CPE-144-136-118-234.nsw.bigpond.net.au] has joined #ubuntu-motu === Hobbsee_ [n=hobbsee@CPE-144-136-118-234.nsw.bigpond.net.au] has left #ubuntu-motu [] === Hobbsee_ [n=hobbsee@CPE-144-136-118-234.nsw.bigpond.net.au] has joined #ubuntu-motu === _jaldhar is now known as jaldhar === TheMuso_ [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu === imbrandon_ [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu === ivoks [n=ivoks@lns02-0087.dsl.iskon.hr] has joined #ubuntu-motu === No1Viking [n=micke@h-83-140-104-30.ip.rixbredband.se] has joined #ubuntu-motu === jsgotangco [n=jsg123@210.4.59.199] has joined #ubuntu-motu === redguy [n=mati@afc190.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [04:30] how do you move a bug from edgy to dapper in launchpad... I just reported a bug... and it's listed in edgy... even though its a dapper bug [04:37] ryanakca: you dont? what's the bug #? === xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu-motu [04:39] Hobbsee: I dont what? #53145 [04:39] bug 53145 [04:39] Malone bug 53145 in courier-pop "Missing configuration file for courier-pop. Does not install." [Untriaged,Unconfirmed] http://launchpad.net/bugs/53145 [04:39] Hobbsee: oh... then I need to set that bug to rejected and somehow reported it to dapper. === Arbiter [n=arbiter@adsl-114-79.37-151.net24.it] has joined #ubuntu-motu [04:40] ryanakca: firstly, what's the source package for courier-pop? === Arbiter [n=arbiter@adsl-114-79.37-151.net24.it] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [04:53] Hobbsee: fixed. [04:55] ryanakca: i'd just add "on dapper" to the description of the bug [04:55] Hobbsee: courier [04:55] kk [04:56] done, ty :) === Yagisan [n=jamie@doomsday/developer/Yagisan] has joined #ubuntu-motu === Yagisan waves hello [05:12] Crap! I missed my big debut! === FunnyLookinHat pokes crimsun to see if he's alive === _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === _jaldhar is now known as jaldhar === FunnyLookinHat *shrug* [05:14] BBL [05:14] : ) [05:16] hi Yagisan! [05:16] FunnyLookinHat: what's up? [05:16] hey Hobbsee : ) [05:16] Did you all see that mdz is on the front page of /. ? [05:17] FunnyLookinHat: nope [05:17] where? [05:17] http://linux.slashdot.org/article.pl?sid=06/07/15/1959221 [05:17] mdz = Matt Zimmerman [05:18] yeah, yeah, i realise that [05:20] Ahh ok, I only found out by accident : ) [05:21] well I must be going. gotta get showered for church : ) cya Hobbsee [05:21] cya :) === mukund [n=mukund@62.3.217.115] has joined #ubuntu-motu === ZuZuu [n=ZuZubunt@AVelizy-154-1-41-67.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu [05:44] is there any reviewer? [05:52] can someone review my smartpm package located here: http://revu.tauware.de/details.py?upid=2709 - splitted because requested here: https://wiki.ubuntu.com/SmartPackageManager - thanks a lot === highvolt1ge [n=jono@wbs-196-2-117-123.wbs.co.za] has joined #ubuntu-motu [06:01] Arbiter: smart is alredy in debian and ubuntu [06:02] freeflying|away, i know [06:02] but a split was requested here: https://wiki.ubuntu.com/SmartPackageManager [06:02] split into smartpm & smartpm-gtk packages === Arrogance [n=aks@ottawa-hs-64-26-167-180.d-ip.magma.ca] has joined #ubuntu-motu [06:03] "The package needs to be split into a smart package and a smart-gtk package to make it feasible for server installs." [06:03] Arbiter: have talked with mvo? [06:03] freeflying|away, Last Seen: 1 week 4 days (23h 43m 29s) ago [06:03] i thought that was better to start making the package [06:04] it can be always archived [06:04] but if approved the package would be alredy done [06:04] Arbiter: u'd better talk with mvo, he is the maintainer :) [06:05] Arbiter: he doenst bite. much. === freeflying|away beds time, nite all [06:05] night freeflying|away [06:05] Hobbsee, heh :D [06:05] guess it is bedtime, hey... === Hobbsee will bed after building this package and requesting the sync. [06:05] and testing. [06:05] it's 6pm here :D [06:06] Arbiter: 2am monday here [06:06] :D === mukund_ [n=mukund@62.3.217.114] has joined #ubuntu-motu === Arbiter packages libgimp2.0-cil [06:15] Hobbsee: sure you'll go to bed. we believe you ... [06:15] Yagisan: hehe. no, i will. just not sure at what time yet. [06:16] Hobbsee: how have you been ? I've had some problems with my eyes recently :( [06:17] Yagisan: i'm okay :) been doing lots of merging, etc, i go for MOTU on wednesday [06:17] any MOTU's around to approve a sync request? [06:17] https://launchpad.net/distros/ubuntu/+source/camorama/+bug/53153 [06:17] Malone bug 53153 in camorama "[Edgy MoM] Please sync camorama 0.17-5 from Debian Sid" [Untriaged,Confirmed] === Hobbsee subscribes the archive anyway. [06:18] Hobbsee: good luck on Wednesday [06:18] Yagisan: thanks :) === _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu [06:20] oh good, cheops should be a sync too. [06:20] anyway, i'm going to bed. night all === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu === mukund__ [n=mukund@62.3.217.117] has joined #ubuntu-motu === highvoltage [n=jono@41.208.200.145] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === dsas [n=dean@host86-129-8-217.range86-129.btcentralplus.com] has joined #ubuntu-motu === lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu === _jaldhar is now known as jaldhar === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === cypher1 [n=cypher1@59.92.199.88] has joined #ubuntu-motu [07:51] I ask for package review - name: libgimp-cli - Uploaded to revu (http://revu.tauware.de/details.py?upid=2714) [07:51] Package availability: Debian: No - Ubuntu: No [07:51] Thanks a lot [07:51] ;) === rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [07:53] s/cli/cil [07:53] :) === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === givre [n=flo@APuteaux-152-1-52-180.w82-120.abo.wanadoo.fr] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu [08:30] finding out that building a package is not easy ;) === Gervystar [n=alessand@2001:1418:1ce:0:20e:a6ff:fea4:4ab5] has joined #ubuntu-motu === janderson [n=janderso@12-218-24-219.client.mchsi.com] has joined #ubuntu-motu === rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu === mukund_ [n=mukund@62.3.217.116] has joined #ubuntu-motu === nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu === highvoltage [n=jono@wbs-196-2-119-145.wbs.co.za] has joined #ubuntu-motu === nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [09:40] hey === nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu [10:19] so how do I work to bring my favourite universe package up to date with the latest versions in Debian? Like gmailfs, armagetron etc? [10:22] carthik: gmailfs is a merge assigned (tentatively) to bmonty [10:22] feel free to work on it and stash a merged srcpkg somewhere so we can check and upload it [10:25] crimsun, thank you - since it is "taken" i'd rather spend my time elsewhere, I guess. [10:25] carthik: it's not at all "taken" [10:25] the assignment is simply "who last touched it" [10:25] it's not at all binding [10:26] crimsun, may I ask where you found info regarding who it was assigned to tentatively? === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu [10:27] carthik: http://merges.ubuntu.com/universe.html [10:31] crimsun, I'm sorry but the report page sounds confusing ( http://merges.ubuntu.com/g/gmailfs/REPORT ) [10:31] carthik: what do you find confusing about it? [10:32] crimsun, where I can download the gmailfs_0.7.1-6ubuntu1.src.tar.gz package mentioned there to manually check the conflicts? === mukund_ [n=mukund@62.3.217.116] has joined #ubuntu-motu [10:33] carthik: you probably want to read http://merges.ubuntu.com/ [10:33] crimsun, sorry I just did - I see that grab-merge.sh might help. Thanks. [10:35] (note that gmailfs can be synced) === mukund_ is now known as mukund [10:37] crimsun, and how did you learn that? was it by looking at the src ? === lucas [n=lucas@d213-103-252-239.cust.tele2.fr] has joined #ubuntu-motu [10:40] crimsun: is packages.qa.debian.org working for you? [10:40] LaserJock: no [10:40] carthik: yes, I compared the Ubuntu delta with the current Debian source package [10:41] thanks, crimsun. I'm still very confused with the process, but will experiment a little and learn. For gmailfs - I suppose you'd just do a sync, or do i need to file a bug requesting a sync? [10:46] carthik: you may file a bug against the gmailfs source package saying it's ok to override Ubuntu changes. Then let a MOTU know the URL so he can sign off on it [10:47] yep [10:47] crimsun, so is there a recommended place for me to upload the src package to? [10:48] carthik: you don't need to upload anything for a sync request [10:48] crimsun, whats the protocal request http://merges.ubuntu.com/h/helix-player/REPORT is just synced [10:48] imbrandon: file a bug against the helix-player source package saying it's ok to override Ubuntu changes, and let a MOTU know the URL so he can sign off on it [10:48] k [10:50] hmm, maybe that might be a good bot item to add [10:50] LaserJock, probable [10:50] hrm crimsun it looks like helix ftbs since pre-dapper though ;( [10:50] not good [10:51] it will ftbfs on at least a couple arches [10:51] crimsun, https://launchpad.net/distros/ubuntu/+source/gmailfs/+bug/53177 - what could I do to make it better - should I subscribe any team to it? [10:51] Malone bug 53177 in gmailfs "Please sync gmailfs" [Untriaged,Unconfirmed] [10:51] carthik: yes, normally you would subscribe the 'ubuntu-archive' team [10:51] crimsun, it looks like on dapper and edgy ALL arches ftbs ( no binarys except in breezy ) [10:52] carthik: but we request that you don't do that, since a MOTU will do that [10:52] carthik: also it is generally good to put what ever specifically to sync [10:52] umm [10:52] what version specifically to sync [10:52] whoops - I just did that... crimsun. Sorry. [10:53] crimsun, can you poke the url and make sure i'm reading this right that there has never been a binary in dapper or edgy that builds ( https://launchpad.net/distros/ubuntu/+search?text=helix-player ) [10:53] carthik: yes, we request that you don't subscribe u-a because of possible adjustments, which will spam u-a [10:53] LaserJock, thanks, I changed the description to include the version number [10:54] crimsun, I'm sorry, I subscribed u-a before I could read you saying I shouldn't - won't happen again. [10:54] bug 53177 [10:54] Malone bug 53177 in gmailfs "Please sync gmailfs 0.7.1-6 from Debian Sid" [Untriaged,Unconfirmed] http://launchpad.net/bugs/53177 [10:55] Thanks, crimsun :) [10:57] imbrandon: the ubuntu delta caused a ftbfs, yes [10:57] imbrandon: however, 1.0.6-3 is available [10:57] k [10:58] 1.0.7-1 is avail in sid [10:59] right, so file a sync request [10:59] doing so now [10:59] remember /not/ to subscribe ubuntu-archive [10:59] crimsun: not? [10:59] tseng, not till a motu checks it [10:59] oh. [11:00] tseng: right, the MOTU should do that when he signs off on it to avoid spamming u-a if any changes like above have to be made [11:00] ok. [11:00] I dont even know who is a motu anymore [11:00] and who is just a sponsored upload [11:01] I think I'm a sponsored upload or something [11:01] they made me click some sign up button [11:01] tseng, i'm still a hopefull for a bit longer , hopefully i'll feel confident enough in the next ~30 days to go up to the TB for motu [11:01] I didn't really pay much attention [11:01] crimsun, bug 53178 [11:01] Malone bug 53178 in helix-player "please sync 1.0.7-1 from debian sid" [Untriaged,Unconfirmed] http://launchpad.net/bugs/53178 [11:02] tseng: http://launchpad.net/people/ubuntu-dev :) [11:02] LaserJock: not terribly concerned about it [11:02] imbrandon: done. [11:02] tseng: btw ubuntu seems to be doing --no-execstack now with gcrypt, you can close #49192 [11:02] crimsun, thanks [11:02] LaserJock: ill assume the tb doesnt randomly approve people [11:03] bluefoxicy: you cant? [11:03] tseng: well, that's a different thing altogether ;-) [11:03] more coffee. [11:03] tseng: should I close it "fix released" for just a fix released on edgy though? I don't know if Dapper has added the flag === lbm [n=lbm@82.192.173.92] has joined #ubuntu-motu [11:03] dapper is done. [11:04] closed [11:04] it's a matter of debian/rules, not patching or upgrading. That doesn't fall into -updates? [11:05] does it really need to? [11:05] It's not my distro. [11:05] this is pretty niche stuff seeing as we dont have a pax kernel [11:05] But fixing it gets an executable stack off some 13 things [11:05] well, gaim will have an executable stack on amd64 with gcrypt having an executable stack. [11:05] see [11:05] it is your distro, and you could take the effort to fix something [11:05] or close your own bug [11:06] instead of just whining [11:06] its kid stuff to add a configure flag to a source package and ask for it to be reviewed for -updates [11:07] i would ACK it, but i wont do the work [11:07] tseng: nods. How would I go about doing that? [11:08] grab the source package in dapper [11:08] apply your change, build a new source package [11:08] and make a debdiff [11:08] make a debdiff? [11:08] debdiff foo.dsc bar.dsc [11:09] alright. [11:09] tseng: I did mention this was already fixed in edgy right? [11:09] yes. [11:09] is it exactly the same version and revision? [11:09] well, one rev off [11:09] doubt it. [11:09] libgcrypt11-1.2.2? [11:10] 1.2.2-1 in dapper [11:10] -2 in edgy [11:11] except that there are possibly other changes [11:11] and that isnt the right versioning [11:11] it would be 1.1 or something [11:11] right so -2 is a huge diff [11:11] we need just the one change === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu [11:12] tseng: easy enough. [11:12] make the changelog like [11:12] libgcrypt11 1.2.2-1.1 dapper-updates [11:13] tseng: if you're interested btw take a look at bug #49192, the first comment lists everything that was running on my machine with a +X stack because of gcrypt, which will all be magically fixed. [11:13] Malone bug 49192 in libgcrypt11 "libgcrypt11 has an executable stack" [Untriaged,Fix released] http://launchpad.net/bugs/49192 [11:13] oh. I see you already have. === heretician [n=heretici@69-162-118-5.clvdoh.adelphia.net] has joined #ubuntu-motu [11:20] tseng: it's just a source package so building it on edgy won't matter rightL? [11:20] right, if you get the changelog right [11:20] you should test it on dapper [11:22] uh [11:22] tseng I got this massive diff [11:24] tseng: I'm going to rebuild the source package for the original, and then for the modified one, and debdiff. That should buff out these changes-I-didn't-make [11:24] I mean what the hell one of them changed the address of the FSF [11:25] I downloaded the package on my dapper machine and scp'd it over here [11:26] the address of FSF changed, some packages haven't reflected that [11:26] LaserJock: no, I mean [11:27] I did an apt-source libgcrypt11; went into the source tree, added a changelog entry and a line to rules; dpkg-buildpackage -S -sa -rfakeroot; stepped out of the source tree and debdiffed the .dsc apt-source got and teh one I just made [11:27] and came up with thousands of changes. [11:28] make sure you're diffing the right versions [11:28] i gotta go for a bit, be back later [11:29] Laser_away: the directory I started with was empty, there's only two dsc's here, the one apt got and teh one I made out of it [11:29] odd === mukund [n=mukund@62.3.217.116] has joined #ubuntu-motu === markit86 [n=markit86@80-41-131-218.dynamic.dsl.as9105.com] has joined #ubuntu-motu === markit86 [n=markit86@80-41-131-218.dynamic.dsl.as9105.com] has left #ubuntu-motu [] === sharms [i=Sharms@cpe-24-208-242-169.twmi.res.rr.com] has joined #ubuntu-motu === wasabi_ [n=wasabi@ubuntu/member/wasabi] has joined #ubuntu-motu === Gazer [n=gazer@mail.aktiv-assekuranz.com] has joined #ubuntu-motu [12:05] Hmm.. I'm just getting started on these merges.. If I find a package that was merged just fine, all I need to do is change the Merge-O-Matic thing in the changelog to my name and e-mail, no? [12:05] you dont need to change it if you didnt change anything [12:05] only if you made notable changes [12:06] tseng: Really? Has this always been the case? [12:06] yes. [12:06] I'm ALMOST sure someone told me to put my own name there instead of MoM back in the breezy days. [12:06] you can change it if you like but there is no reason [12:07] I think the rationale was that that way it was clear that it had been reviewed (and by whom) and that it wasn't an accidental upload of an automatic merge.