/srv/irclogs.ubuntu.com/2008/11/19/#ubuntu-motu.txt

RainCTryanakca: it has some little differences... like the h and the r being excanged00:00
azeemlfaraone: both are orthogonal00:00
=== ZehRique_ is now known as ZehRique
binarymutantI was wondering if it was okay to contact upstream about including gpl info into the source code, and if getting the okay, including a patch with the package?01:50
nhandlerbinarymutant: If upstream agrees about having the GPL info in the source (like it should be), I would try and get them to make the changes themself. That way, we don't even need to patch it.02:03
binarymutantnhandler, I just didn't want to wait for another release to have those gpl paragraphs included in the source code :/02:04
NCommanderdirecthex, ping02:04
nhandlerbinarymutant: It all depends on upstream. Some upstream developers have no issue relasing new versions of the application that only fix minor issues (like the GPL one)02:05
directhexNCommander, sleepy pong02:05
NCommanderdirecthex, I have a patch for mono on armel, where do you want it?02:05
binarymutantthanks nhandler for the info02:05
directhexNCommander, bugs.debian.org. or if you prefer, pkg-mono@lists.debian.org02:05
directhexNCommander, actually, maybe upstream wants it? i could bridge it into novell bugzilla tomorrow02:06
NCommanderdirecthex, ok, ping me tommorow02:06
=== santiago-pgsql is now known as Guest63277
=== Guest63277 is now known as santiago-ve
persianhandler, Note that we're note supposed to patch the license while packaging, which it probably a stronger argument for doing/not doing than most others.03:13
nhandlerpersia: Thanks for clarifying. I knew it wasn't commonly done. I also knew it wasn't recommended. However, I wasn't sure if it wasn't allowed.03:15
persianhandler, Essentially, the licensing is the license extended to the packager.  Such a license (WTFPL) generally doesn't permit the user to modify the license while not altering the attribution when distributing.03:16
=== not_rly is now known as orly_owl
persias/WTFPL/WTFPL excepted)03:17
persianhandler, So, if you take licensed code, and modify it a bit, and create something different, you can do license cleanup.03:17
persia(to a limited degree, depending on the license).03:17
persiaIf you're just packaging, and claiming that this is upstream source, with upstream licensing, you generally can't.03:18
persia(again, WTFPL excepted)03:18
persia(note: for those seeking a definition of "free" that goes well beyond anarchy, the WTFPL is a good choice)03:19
jsmidtIf anyone has time, could you look at the buildlogs for herwigpp in my ppa: https://launchpad.net/~jsmidt/+archive03:26
jsmidtThe build isn't working03:26
jsmidtIt has this error: dh_shlibdeps: command returned error code 51203:27
jsmidtI'm new at packaging and I am trying to figure out what exactly is going wrong.03:28
edajaihi05:41
dholbachgood morning05:42
edajaimorning05:42
edajaii'am confused... i want to contribute to ubuntu project ..but i dunno where to start05:43
edajaii thought of packaging05:43
dholbachedajai: what are you interested in?05:43
dholbachah great05:43
edajaiprogramming05:43
dholbachcheck out https://wiki.ubuntu.com/MOTU/GettingStarted05:43
edajaii know c++05:44
dholbachit links to a lot or resources like the packaging guide, tutorials, videos, etc05:44
edajaii thought MOTU was for packaging only05:44
dholbachwe fix a lot of bugs too :)05:44
dholbachso knowing a programming language or two definitely helps05:44
edajaioh..nice05:44
fabrice_spHi dholbach :-)05:45
edajaican u please provide me links to relatively less complex bugs that can be easily fixed05:45
dholbachonce you feel like you've played with the toys^Wtools a bit, there's also lists of bugs that might be easy to start with on the wiki page I gave you05:45
nelleryhi dholbach :)05:45
dholbachhi fabrice_sp05:45
dholbachhi nellery05:45
edajaitoys^Wtools???05:45
dholbachtools05:45
edajaik05:46
edajaiwhich IDE would u recommend?05:46
dholbachregarding "^w": http://en.wikipedia.org/wiki/%5EW05:47
fabrice_spI need some help with a watch file. I have this line inside: http://sf.net/dvdstyler/DVDStyler-(.*)\.tar\.bz205:47
dholbachedajai: just go with any editor you're familiar with for now05:47
fabrice_spbut I'm getting DVDStyler-1.7.1b1.tar.bz2 as newer than DVDStyler-1.7.1.tar.bz2, when b1 is neta05:47
fabrice_sps/neta/beta/05:47
edajaik05:48
fabrice_spHow can I get that 1.7.1 is newer than 1.7.1b1 ?05:48
dholbachfabrice_sp:05:48
dholbachdaniel@lovegood:~$ dpkg --compare-versions 1.7.1b1 gt 1.7.1 && echo TRUE05:48
dholbachTRUE05:48
dholbachdaniel@lovegood:~$05:48
dholbachseems that upstream's to blame05:48
dholbachwow... we're at bug 299776 now05:49
ubottuLaunchpad bug 299776 in evolution "evolution spontaneously crashes." [Undecided,New] https://launchpad.net/bugs/29977605:49
fabrice_spdholbach: that's what I thought :-)05:49
fabrice_spthanks05:49
dholbachI guess today we'll get to bug 30000005:49
ubottuError: Launchpad bug 300000 could not be found05:49
dholbachubottu: not yet05:49
ubottuSorry, I don't know anything about not yet05:49
fabrice_spdo we have stats on bugs/versions? Just curious :-)05:50
dholbachwe should have, if you ask me :)05:50
fabrice_splol05:50
edajaijust curious.. is there any work being done on delta deb upgrades??05:51
persiafabrice_sp, You might want to look at uversionmangle in the uscan manpage.  changing the 'b' to "~b" might do it.05:52
persiafabrice_sp, If you do that, you probably also want to adjust 'a' in case upstream releases an alpha, rather than a beta.05:53
fabrice_sppersia: there have been alpha, so I'll have a look at that! Thanks!05:54
=== dholbach_ is now known as dholbach
fabrice_spIt worked! Thanks persia for the solution! This is the line I put: opts=uversionmangle=s/b/~b/;s/a/~a/06:19
persiafabrice_sp, Would you mind adding some documentation on that hint, and the specific regex to the wiki page on creating watch files?06:20
persiaThis is the second or third time I've seen the question, and I think maybe the uscan manpage language isn't accessible to some people.06:20
persiafabrice_sp, Also, you might consider something like /([a-z])/~$1/ (if I remember perl correctly) to generalize rather than calling two match expressions.06:21
fabrice_sppersia: I'll have a look at the wiki, but that's true that as it's perl regex, it's not so easy :-)06:28
persiafabrice_sp, If you can't get the perl syntax right, that's fine.  Just the hint for 'a' and 'b' will probably save a lot of people pain.06:29
fabrice_spI'm used to vi, so I know this kind of regex, but as it's perl, it's a bit different. For sure it's not simple :-)06:31
fabrice_spAnyway, I'll update the wiki :-)06:31
Hobbseerainct: oh, thanks.06:40
=== jmarsden_ is now known as jmarsden
slytheringeser: FYI ... about 20 jboss related packages have entered 'NEW' queue in Debian main. Let's hop our build failures will get solved this time.08:38
eMerzhif someone can review  my package http://revu.ubuntuwire.com/details.py?package=sqliteman ....08:43
=== gouki_ is now known as gouki
baincan somebody help me and review http://revu.ubuntuwire.com/details.py?package=teamgit09:05
geserslytherin: that would be awesome09:10
iulianbain: It seems that is something like git-cola. http://cola.tuxfamily.org/screenshots.php.09:16
iulianbain: I will have a look at it when I get back home from school.09:16
bainiulian, yes its something like git-cola but with different ultimate goals09:16
iulianLooks interesting, I wonder what it can do.09:16
iulianOK.09:16
bainiulian, thanks, is it a bad thing to have two packages doing similar thigns?09:17
iulianbain: I believe not. But IMHO we should keep the one which is the best.09:18
bainiulian, teamgit will be the best ;-) (hint i am the author :p )09:18
iulianYes, I saw :)09:19
joaopintoHello10:43
joaopintoany MOTUs around ?10:44
persiaProbably about half of the active ones.  Better to ask a specific question, as it collects more interest.10:46
joaopintothe usual approach I had to ask that specific question every 10 joins or so, without much results, I am trying a new approach10:47
joaopintocan someone advocate http://revu.ubuntuwire.com/details.py?package=amoebax ? Thanks10:47
persiaOh.  Yeah.  That question doesn't tend to collect much interest except on REVU days, unless someone is particularly bored.10:48
persiaAlso, it's probably better to ask for a review than an advocation.10:48
joaopintoI already got enough reviews, I believe its the proper time for advocation10:48
joaopinto4 months reviewing should be sufficient10:49
persiaWell, a review will result in an advocation if it's ready.10:49
RAOFUnless you've already got one advocate; once you've got one, advertising the fact is a good idea.10:49
persiaAlso, there were only one or two REVU days during intrepid, so it's really only been about 3 weeks that the queue has been being processed much.10:49
persiaRAOF, Good point.10:50
* persia usually looks for one-advocate packages with problems.10:50
joaopintopersia, the package was already reviewed before intrepid, that counts because the package was not started from scratch10:50
joaopintoI am confident on the package status, that is why I am asking for someone with the ability to advocate10:52
persiajoaopinto, Where can I get the originals for the art?  Or where is this stated?  I don't see it from my quick look so far, but it appears to be a requirement of the license.10:53
joaopintowhich originals ? The art is contained on the source10:54
persiajoaopinto, The license for the art requires that the recipient be provided with information to collect the originals.10:54
persiaI don't know where the originals live, or anything about them.  If you also don't, I think you've a bit of investigation to do.10:54
joaopinto"the originals" are contained on the source10:55
persiaSurely that's the distributed copy.10:56
* persia reads the license again10:56
persiaAlso, in the ,desktop file, why drop the category "LogicGame", and why add "StartupNotify=true"?10:56
persiaNo, it clearly states "You can freely distribute the copies of these works, modified or not, whatever their medium, wherever you wish, for a fee or for free, if you observe all the following conditions: ... specify to the recipient where he will be able to access the originals  (original and subsequent)."10:58
persiaFrom my reading, it just needs a URL somewhere.  Maybe it's in the README (haven't gotten to that file yet).10:59
joaopintopersia, that statement applies to derivated/modificated work, the artwork distributed is the "originals"10:59
persia"modified or not"10:59
joaopintopersia, the download link is on the top of the copyright, that covers the "originals" availability requirement11:00
joaopintoregarding startupnotify, what is wrong on using it ?11:00
* persia refuses to argue, but will need to find a link somewhere to advocate with that license11:00
persiaIf the application doesn't support it, it hangs a process for 120 seconds.11:01
joaopintohow is that checked, exit code ?11:02
persiaI'm not 100% sure, but my understanding is that it's a window manager hint callback that the application can use to say "I've started cleanly".  There's a hardcoded 120 second timeout to stop the "Starting application" pointer if it's not supported, but it's best to only use it when it is supported.11:03
joaopintopersia, be more specific, what link do you need related to the license, there is a link which points to the page from where you can get the original art..11:03
joaopintook, I will update the desktop patch11:03
persiajoaopinto, Yes.  I'll be looking at that.  I've not gotten to it yet.11:03
persiajoaopinto, Your watchfile doesn't work for me.11:07
joaopintopersia, please post the comments on revu, I will only be able to fix the package later today :\11:09
persiajoaopinto, Oh, sure.  No problem.11:09
eMerzhpersia, if you are in a reviewing mood , please consider watching my pkg (http://revu.ubuntuwire.com/details.py?package=sqliteman) .. thanks a lot!11:16
persiaeMerzh, I'll take a quick look, but am still running the processing for the amoebax review.11:28
persiaeMerzh, No point mentioning debian/patches/00list in the changelog.11:28
persiaBe good to have a README.source11:29
eMerzhoki thanks persia11:29
eMerzhok11:29
persiaBetter to use /usr/share/cdbs/1/rules/dpatch.mk than the mess you have in debian/rules11:30
persiaALso, make triple-sure README isn't ending up in the binary package, as it's useless for end-users, but CDBS might try to include it by default.11:31
persiaNothing else obvious from glancing through debian/11:31
eMerzhpersia, what should be in the README.source?11:49
persiaeMerzh, http://www.debian.org/doc/debian-policy/ch-source.html#s-readmesource but ideally you want to point at common shared instructions for dpatch.11:52
slytherineMerzh: https://wiki.ubuntu.com/README.sourceHowTo12:08
persia(note especially the note on the top of the page that it is becoming obsolete)12:09
eMerzhah ok, thanks slytherin ...how should i point to /usr/share/doc/dpatch/README.source.gz ?12:10
slytherineMerzh: no idea. persia, can you please help with that question ^^?12:16
eMerzh:)12:16
persiaJust some informal text.  Something like "This package uses dpatch for patch management.  Please see usr/share/doc/dpatch/README.source.gz for usage details" or something.12:20
=== thekorn__ is now known as thekorn
=== LucidFox_ is now known as LucidFox
directhexhm. how much pain and/or stabbing is involved in bundling a non-final RC or pre-RC of something into a release, then SRUing the hell out of it ASAP?15:19
persiadirecthex, Heaps.  SRUs should be cherrypicks, except when there is a *very* convincing reason.15:20
jdongthe latter part will be a pain, the former part will not.15:20
directhexmonodevelop has been ancient and crap for ages - but upstream have been warning us not to try and use a pre-release alpha tarball as something to support for months on end. the next major release is due in 3-4 months15:27
persiaRight.  Push to Jaunty,  Track upstream, and get final in the release.15:29
persiabackport final to intrepid/hardy.  Let the cruft remain otherwise.15:29
* persia isn't on the SRU team, but is opinionated15:29
slytherindirecthex: is the situation similar to how it was for FF 3.0 beta in hardy?15:30
directhexpersia, i wasn't actually talking about intrepid/hardy (it needs a new mono stack, so won't happen officially). i really meant for jaunty, since it's likely to miss assorted freezes15:30
directhexslytherin, AFAIK yes15:30
persiadirecthex, If you want to pre-check with MOTU release, send mail to ubuntu-motu@lists.ubuntu.com describing the plan,and asking for MOTU release acceptance in advance.15:31
directhexpersia, as someone who isn't on the SRU team, but is opinionated, would you back a hardy-ff3-style plan?15:32
slytherindirecthex: You might also consider freeze exception depending on when the final release comes out.15:32
persiadirecthex, If you're not SRUing, it's not an SRU decision: it's a Release decision.  Personally, I don't like to see snapshots in releases, but if you're sure you can get a real release for e.g. beta, I'd think it was good (but it's really a MOTU Release decision).15:33
=== kirkland` is now known as kirkland
kirklandnixternal: geser: hey guys ...  would you mind voting on my core-dev application sometime soon?  thanks, cheers.16:16
nixternalkirkland: I voted a while back16:19
directhexpersia, there we go, ML mailed. i hope i've described the situation adequately16:23
persiadirecthex, Cool.16:24
kirklandnixternal: hey, hmm, i don't see it, in my inbox, or in the threaded archive16:24
kirklandnixternal: i have your vote for my MOTU, back in September16:24
kirklandnixternal: this is for core-dev, https://lists.ubuntu.com/archives/motu-council/2008-October/001725.html16:25
nixternalkirkland: you are right, I sent it to persia only...I just resent it to the list...I apologize for that16:29
persiaSo this is why I was sure you'd voted :)16:30
kirklandnixternal: awesome, thanks ;-)16:30
nixternalpersia: hehe, ya :)16:31
geserkirkland: I try to get it done today, actually I just wanted to start on it16:41
frafuHello, I am trying to add a gconf schemas file to a debian source python debian package, but there remains an entry in the gconf database after uninstalling the package. I described the problem in the following thread: http://ubuntuforums.org/showthread.php?t=984014 Could anybody please tell me where the problem?16:41
kirklandgeser: great, thanks!16:57
frafuWhat I don't understand is why "gconf-schemas --unregister onboard.schemas" does not delete everything in the gconf database!? What could be the reason? If somebody has an idea that would be great.17:08
JonReaganis there any order to the REVU process?17:20
JonReaganlike, the first packages in are the ones that get reviewed first?17:20
mok0JonReagan: not really17:22
JonReaganah, thx17:22
mok0JonReagan: although we are trying to work through the backlog17:22
JonReaganah, lol... yeah I noticed there were quite a few17:23
JonReagangood problem to have i guess17:24
mok0It overwhelming17:24
JonReaganyeah... sorry.  I uploaded mine this morning ;)17:24
mok0JonReagan: except not everyone who uploads has the stamina to keep going17:24
JonReaganah17:25
mok0So there's a lot of wasted time and effort17:25
JonReaganah, that's not good17:25
mok0And many MOTUs don't really want new software in Universe17:25
JonReaganah17:26
JonReaganwell, I'm dedicated on working on my package, so at least that's one not to be worried about.17:26
JonReagan:)17:26
mok0JonReagan: There's > 1000 packages to maintain17:26
JonReagan!17:26
mok0JonReagan: what package?17:27
JonReaganopenproj17:27
JonReaganversion 1.4, to be exact17:27
JonReaganit's my first package upload to revu17:27
mok0JonReagan: I'll take a quick look17:27
* JonReagan does happy dance17:27
JonReaganoh, thank you so much!17:28
JonReaganhttp://revu.ubuntuwire.com/details.py?package=openproj - here's the link17:28
mok0JonReagan: you've been maintaining this for your own use?17:28
JonReaganfor my own use?17:29
JonReaganI was hoping that it would find it's way into some repo for Ubuntu, either universe or multiverse17:30
mok0JonReagan: it's not been in a distro17:30
JonReagannot included in one yet17:30
JonReaganUbuntu will be the first one17:31
mok0ok17:31
mok0JonReagan: you need to take the debian/ dir out of the tarball17:32
mok0JonReagan: since this is not a native package.17:32
JonReaganah, ok17:32
JonReaganto upload the tarball after I have removed the debian folders, is there anything different from uploading the package with dput?17:33
mok0JonReagan: (I also make a comment on revu)17:33
JonReaganah, thanks17:33
mok0JonReagan: lets get to that later17:34
JonReagank17:34
mok0JonReagan: in debian/changelog, you have to trim it down to the latest version. We are only interested in what happens after Ubuntu submission17:36
JonReaganok17:36
mok0distribution is jaunty not GA17:37
JonReagank17:37
JonReaganjust so I'll know... these changes need to be made in the original tarball and then recompiled for upload to revu?17:38
mok0JonReagan: and version will be (1.4-0ubuntu1)17:38
* JonReagan writes it down17:38
mok0JonReagan: I am pasting my comments to REVU  as well17:39
JonReaganthanks!17:39
mok0JonReagan: did you create a needs-packaging bug on LP?17:39
JonReaganyes I did... it got marked as a duplicate, however17:40
JonReaganthe other bug was a request for openproj that I had made a year ealier17:40
JonReagan*earlier17:40
JonReaganand the request was for an old version17:40
mok0JonReagan: you need to close the LP bug in the changelog17:40
JonReaganok17:40
mok0JonReagan: debian/control now17:42
eMerzhafter compiling and installing, my package at "dpkg-genchanges: failure: cannot read files list file: No such file or directory" .... anyone has an idea how to fix it? google don't help me much on this....17:43
eMerzhi change arch from any to all , but always the same pbm17:43
JonReagando I need to place a link to the new lp bug in the changelog and debian/control?17:44
mok0JonReagan: Maintainer is:  Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>17:44
mok0JonReagan: you will be XSBC-Original-Maintainer:17:44
JonReaganah, wondered about that... thanks17:44
mok0JonReagan: Standards-Version is 3.8.0 now17:45
JonReaganah... k17:45
mok0Is there a homepage for this app?17:45
JonReaganopenproj.org17:46
mok0JonReagan: You need to work more on the long description. Look at the hints in the Debian Maintainers Guide17:47
JonReaganok17:47
mok0JonReagan: Lemme just see if I can find a link for that17:48
JonReaganoh, thanks... I was hittin up google now17:49
NCommanderAHAHAH17:50
NCommanderI got bug #300000017:50
ubottuError: Launchpad bug 3000000 could not be found17:50
NCommanderI got bug #30000017:50
NCommander:-P17:50
ubottuLaunchpad bug 300000 in libgtk2-perl "FTBFS fix" [Undecided,New] https://launchpad.net/bugs/30000017:50
jdongIT'S OVER 3000000!!!!!17:51
jdong(sorry :D)17:51
JonReaganmok0:  I found it17:53
mok0http://www.debian.org/doc/maint-guide/17:53
JonReaganthx17:53
mok0I think this is where I've seen the instructions on how to write a proper long description17:54
iulianjdong: That should be a bad things, isn't it?17:55
iulians/things/thing/17:55
bainiulian, I fixed the teamgit package according to your comments17:55
mok0JonReagan: OK I have submitted a comment for your package, which will now appear in the "needs work" section... :-)17:56
JonReaganah, thank you so much! :D17:56
JonReaganyou have been a ton of help!17:56
mok0JonReagan: when you "dput" your changes file next time, it should include a diff.gz file that contains the debian/ dir (and nothing else)17:56
mok0JonReagan: glad to be of help :-)17:57
iulianbain: OK, will have a look at it again in a moment.17:57
JonReaganah, k thx17:57
mok0JonReagan: I am not good at Java packages, so I have skipped some things for now17:57
JonReaganok, I know some java folks who might be able to help me out on those17:58
mok0OK, dinnertime :-P17:58
JonReaganlunchtime for me ;)17:58
mok0JonReagan: it's more about Ubuntu policy17:58
iulianJonReagan: You might want to talk to slytherin or geser. They are good at Java packaging.17:58
mok0JonReagan: where to place things etc.17:59
mok0Bon appetit! hehe17:59
bainiulian, judging from mok0's comments my diff.gz contains few files that are not correct17:59
JonReaganah, ok.  Thanks!  I will get to work on the stuff you recommended17:59
bainiulian, will fix and report back here17:59
mok0iulian: just saw your PM... I'll be back later17:59
JonReaganooh, after I finish the fixes, do I need to recompile the original source file?18:00
eMerzhsomeone could help me to remove the README from the installed file?18:01
iulianJonReagan: Build the package and upload it again.18:02
JonReaganah, thanks!18:03
iulianeMerzh: Upstream's README?18:03
JonReaganthank you so much everyone!18:03
bainiulian, did the fix please review it whenever possible thanks18:06
eMerzhiulian, yep the readme about how to compile ,...18:06
iulianeMerzh: You can remove it from the debian/docs file. Sometimes README files are very useful but sometimes aren't, please double check when you remove it.18:08
iulianbain: OK, I'm looking at it now.18:08
iulianbain: I see that it's a native package. Do you want to ship the debian/ dir in the original tarball?18:14
iulianOr it's just a mistake?18:14
slytheringeser: do you mind if I work on libjdic-java merge/sync?18:14
bainiulian,  no i do want to ship it18:14
iulianbain: Then please remove it.18:14
iulianAhh, you do want.18:15
iulianSorry, misread.18:15
eMerzhiulian, i don't have it in a debian/docs ....i haven't a docs file :)18:15
iulianbain: Remove -0 from the version since it's a native package.18:17
bainiulian, ok should i do it now or wait for more of your comments18:17
iulianbain: What's with that debian/clean file? Please add that in the clean target in debian/rules.18:18
bainiulian, actually i did that acting on your comment "Please merge rm -rf into dh_clean."18:19
baini obviously misunderstood18:20
iulianbain: I didn't tell anything about creating a debian/clean file :)18:20
bainso i should just add the listing in the rules file in front of dh_clean?18:21
=== Pici` is now known as Pici
geserslytherin: no, please go ahead18:23
iulianbain: $(MAKE) clean should do it for you.18:24
geserkirkland: done18:24
iulianbain: Please rename that to [ ! -f Makefile ] || $(MAKE) clean18:24
bainiulian, make clean does not get rid of these files18:26
baini use qmake for generating makefiles and can't figure out how to do that18:26
iulianbain: Well, I've never worked with qmake so I can't give you any advice about it.18:27
iulianPerhaps someone from this channel knows?18:28
bainiulian, ok make distclean will do it, can i change to that?18:29
iulianbain: If it does, yes.18:30
iulianIn the end we're trying to get rid of unwanted files.18:30
* iulian is going to school to take his notebook.18:40
iulianI obviously forgot about it.18:40
bainiulian, ok i have almost fixed all the things you told so far, thanks for your help18:40
bainiulian, review whenever you get time next chao18:41
iulianbain: OK, good. Will review it again when I get back home. School is not so far.18:42
bainiulian, i won't be on irc as this is past midnight here in india please leave a comment ... thanks again for your help18:43
=== spacey_ is now known as spacey
=== leonel_ is now known as leonel
serialorderanyone around?19:33
geserdepends on what you need19:34
=== cprov-lunch is now known as cprov
serialorderwell then you are probably not around =)19:36
serialorderI am interested in contributing, I have read quite a bit of the documentation on the MOTU wiki but the process still seems rather opaque to me19:37
geserwhere are you stuck?19:37
serialordera lot of the technical parts are pretty clear, retrieving a source, applying a change, rebuilding etc...19:39
serialorderthe hard part is actually finding something that needs to be done, I have looked in launchpad and that is just a bit overwhelming19:40
geserhave you a software/package where are you interested in? if yes, you could check their bugs for example19:42
* geser checks if there are some bitesize tagged bugs19:43
geseryou could also check the pending merges (if you're interested) and work on them (after coordinating with the previous uploader)19:45
serialorderim going to look around for that19:46
geserthere are many tasks so I often have problems to point people to one specific task as it depends on what someone is interested in19:49
serialorderI guess I am also not sure of exactly what my interests are, as funny as that sounds19:52
serialordersadly, there is not one package that I am absolutely enamored with or anything19:53
serialorderjust sort of want to help fix things19:53
NCommanderhey geser19:58
geserHi NCommander19:59
NCommandergeser, how goes it?19:59
gesergood, just to much work has accumulated in the past and this doesn't actually increase my motivation to work on it :(20:00
nixternalanyone have a good link for docs that would help me setup my own local buildd here at work?20:01
nixternalwould love to have a setup similar to what we have now, where people will upload (dput), and then I have to approve or deny the packages20:02
gesernixternal: iirc NCommander has already set one buildd up20:03
nixternalNCommander: you better help me then :)20:04
NCommandernixternal, aka, you want something with a NEW queue, right?20:04
nixternaldon't want to spend a lot of time doing it, but would like to get it up soon so I can start working on a migration path for our appliances here20:04
nixternalNCommander: yes20:04
NCommandernixternal, then you want dak20:04
NCommanderWhich kills the "don't want to spend a lot of time doing it" requirement20:04
nixternalhehe20:05
nixternalfigures20:05
NCommanderIt's not that bad20:05
NCommanderWHen do you want it by?20:05
nixternalnext few weeks20:05
NCommanderactually20:05
NCommanderWHere are you in the world nixternal ?20:05
nixternalI have time to spend on it, just didn't :)20:05
nixternalChicago silly20:05
NCommanderright20:05
NCommanderWell20:05
NCommanderTwo choices20:05
NCommanderWe do it at UDS20:05
NCommanderYou give me the couch and I drive to Chicago20:05
nixternalthat could be a viable option actually20:06
NCommanderwhihc nixternal which one?20:09
NCommandernixternal, I can come to Chicago a week and a half from now20:14
ScottKnixternal: Careful.  He'll do it.20:14
NCommanderScottK, you know me too well :-P20:15
NCommanderports.u.c just went down ...20:16
NCommanderbah20:16
NCommandernixternal, ?20:18
shayhello20:22
shayanyone here involved with Xen support on Ubuntu?20:22
nixternalNCommander: get together at UDS possibly20:26
gesershay: try #ubuntu-kernel or contacting zul20:26
NCommandernixternal, you need a build machine the same architecture(s) you want, a machine to run wanna-build and wanna-persue on, and all buildds must be able to send email20:27
shaythanks geser20:27
nixternalya, looking at that now20:27
leonelScottK: not all the patches you sent   can be applied20:45
leonelScottK: still working20:45
=== jmarsden_ is now known as jmarsden|work
ScottKleonel: It doesn't suprise me not all of them are relevant to 0.92.1.  Thanks for working on this.  I know it's a lot.21:06
directhexNCommander, did you file that armel bug yet, or am i not getting mail from bugs.debian.org?21:11
NCommanderI hadn't filed the bug yet21:11
kirklandgeser: cheers!  thanks.21:11
ryanakcaRainCT: ah... he means to stick some # comments in the patchfile ... ## patch_name.diff by Me <me@foo.bar>\n ## <Description of patch>21:22
jdongasac: drive-by: How serious is xulrunner about breaking yelp < 2.22.1-0ubuntu2.8.04.1? I'm guessing backports should rebuild a yelp.21:40
serialorderanyone available to answer a quick question?21:46
directhexno21:46
directhexnobody21:46
serialorderits an easy one21:46
serialorderi think21:46
serialorderI have performed my first merge21:46
serialorderI created a new dsc, verified it works with pbuilder and hav created two debdiffs one between the new dsc and the debian dsc and another between the new dsc and the previous ubuntu dsc21:47
serialorderBasically I followed this guide: https://wiki.ubuntu.com/UbuntuDevelopment/Merging21:47
serialorderproblem is I dont know what to do to get it accepted now21:47
directhexserialorder, well, file a merge bug on launchpad. that's a good step21:54
geserserialorder: now the usual sponsorship process applies, see https://wiki.ubuntu.com/SponsorshipProcess22:06
serialorderapparently launchpad is offline for maintenance right now22:08
savvas"Launchpad is down from until 23:59 UTC for a code update"22:10
serialorderim trying to figure out which files i need to attach in launchpad22:10
serialorderwhen it comes back online fo course22:11
NCommander-_-;22:14
NCommanderemgent, poke22:20
directhexbugs.debian.org isn't down though22:20
NCommanderNow that LP is down ...22:23
binarymutantdoes bugs.debian.org publish their uprecords somewhere?22:24
ethana2I wish bugs were things we could just brutally murder with our own bare hands22:36
ethana2if my machine sometimes fails to suspend, how do I find out why it did?22:37
ethana2Meh, back to figuring out what a watch file is..22:38
NCommanderetank, a watch file is a file that check against upstream, and notifies Ubuntu Developers when a new updated release is made available22:42
Yasumotoso if I've attached a debdiff to a bug22:54
Yasumotois there typically anything else I should do to get it in jaunty/backported to intrepid?22:55
Yasumoto(it includes a testcase in the description)22:55
savvasI think you have to subscribe the ubuntu sponsors to the bug22:56
savvasnot sure though22:56
savvasand you'll have to wait, since launchpad is down for maintenance :)22:56
Yasumotoyeah, haha22:57
YasumotoOtherwise I would have added the link22:57
YasumotoIt's a fix for a program called "xournal" which tablet pc users apparently use a lot22:57
savvasit will probably make it in jaunty, but as I've seen from other bug reports, it has to stay a bit in jaunty before it gets backported22:58
Yasumotoyeah, for sure22:59
Yasumotothanks savvas :)23:00
savvasn/p Yasumoto - of course, you can always build a "test" package for intrepid through Launchpad's PPA ;)23:01
Yasumotoah23:01
YasumotoI totally forgot about PPA23:01
Yasumotogood idea, that should help a lot :)23:01
Yasumotothere's a lot of noise on the bug, some people have added .deb's they've made as attachments23:02
etankNCommander: ok??23:06
etankoh i see. that was for ethana2 not me23:07
directhexNCommander, minor tweak needed to apply against 2.0.123:09
directhex<CIA-5> debian-pkg-mono: directhex-guest * r3774 /mono/trunk/debian/ (changelog patches/00list patches/armel-glibc-2.8.dpatch): Fix armel FTBFS on glibc 2.823:15
NCommanderdirecthex, ah, I didn't check to see if it cleanly applied ;-)23:21
directhexNCommander, there's a platform test in there for iphone23:21
directhex #if !defined(PLATFORM_MACOSX)23:21
NCommanderAh23:22
NCommanderNo problem23:22
asacjdong: gutsy?23:36
jdongasac: correct23:40
asacjdong: does it cause issues?23:43
asacjdong: imo it doesn't interfere with gutsy yelp23:44
jdongasac: ok, I think you might be right, the check is probably extraneous23:49
jdongI will do some virtual machine testing and see23:49
jdongif that's the case then I'll remove that conflicts.23:49
asacjdong: what conflict?23:49
asacoh ... the conflict came from the hardy package?23:49
kirklandkees: ping23:49
jdongasac: correct23:50
asacyeah. should be dropped in backport then23:50
asacall conflicts23:50
kirklandkees: i'm working with mikeowens on that bogosec package23:50
jdongasac: ok, thanks23:50
asacwell ... alls app conflicts23:50
kirklandkees: i wanted to explain one thing here, regarding your questions about rpm and dpkg-dev ....23:50
keeskirkland: ponng23:50
keeskirkland: I'm all ears :)23:50
kirklandkees: those two utilities are required *only* if you want to use bogosec to scan source packages (.src.rpm's or .dsc files)23:50
kirklandkees: that's why i set them as suggests23:51
kirklandkees: it'll continue to operate just fine on exploded source trees, and tarballs23:51
kirklandkees: perhaps Recommends might be better?23:51
kirklandkees: but i don't think Depends is right23:51
keeskirkland: fair enough.  it seems like it fails pretty unexpectedly if they're not installed.23:52
keesI would agree not Depends.  Recommends might be a better idea.23:52
kirklandkees: yeah, i think i might handle that in the source code itself, do a 'which', and explain the situation23:52
kirklandkees: coolio, thanks.23:52
kirklandkees: also, meet mikeowens ;-)23:52
mikeowenskees: hey kees23:53
kirklandkees: he's been doing some good work on this one, and conmux;  has a unique interest in packaging things from scratch :-D23:53
keesheya mikeowens!  :)23:54
mikeowenskees: thanks for the input23:54
mikeowenskees: dustin's been great (patient)23:54
keesI'm looking forward to getting bogosec in -- I like the idea of keeping a time-line of its output for the other packages.  :)23:55
keesmikeowens: cool!  :)23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!