/srv/irclogs.ubuntu.com/2010/02/05/#ubuntu-motu.txt

MTecknologyhow do I sign something with my gpg key if the changelog has somebody else?00:26
geserdebsign -k0xyourkeyid the_package_source.changes00:27
MTecknologythanks00:28
=== traveller__ is now known as traveller
MTecknologyI installed a newer package from a ppa; but I don't want that anymore so I tried to remove the package, remove the ppa, update apt, install that package again01:30
MTecknologyit still wants to install that newer version01:30
MTecknologyYou guys know how I can make it stop trying to install that version?01:31
=== asac_ is now known as asac
persiaMTecknology: For that sort of thing, #ubuntu is probably better.  I think there's a way to reinstall from the archive, but I don't remember the commands.01:54
MTecknologypersia: alrighty thanks01:54
rhpot1991hmmmm, I did a dput to revu yesterday and it never showed up on the web site01:55
rhpot1991no email or nothing, and now when I try to dput again it says its already up ther01:55
persiaWhat package?01:56
rhpot1991persia: hdhomerun-config-gui01:56
persiarhpot1991: Well, it's not most of the common mistakes.  I'm looking a bit more.02:00
persiarhpot1991: I can't find your key on the Ubuntu keyserver (http://keyserver.ubuntu.com:11371/pks/lookup?search=B1C7AfA8&op=vindex)02:03
persiaHave you pushed your key to the keyservers?  Does LP know about it?02:03
rhpot1991persia: yes, I did change the primary email address though, not sure if that should matter02:04
rhpot1991I can still push to my bzr and ppas all the same02:05
persiabzr is the ssh key, rather than the gpg key.  I don't know how ppas work.02:05
rhpot1991ppas are gpg I think, I could be wrong02:05
persiaBut the package was clearly signed with B1C7AFA8, and I don't see that (see URL above), so I'm guessing REVU didn't see it, which would explain why it's in rejected/02:05
rhpot1991http://keyserver.ubuntu.com:11371/pks/lookup?search=0x64218F18CFA01CA04B85257C2B496BF2B1C7AFA8&op=index02:06
rhpot1991thats the key in mention right there02:06
rhpot1991LP knows that key too: https://launchpad.net/~rhpot199102:07
persiaGrumble.  The search should really show that.02:07
rhpot1991persia: want me to force a dput and you can see what happens?02:10
persiarhpot1991: Won't make any difference.02:10
persiaI have the package,02:10
persiaI7m just not sure why it fails.  The checksums in the ,.changes file match, and you havce a valid signture.02:11
persiaI'll toss it back in the queue, and see if it gets rejected again.  If it does, someone else will have to fix it.02:12
persia(because none of the things I usually see wrong are wrong)02:12
rhpot1991persia: you push the .changes file with revu right?02:12
rhpot1991want to double check I didn't do something wrong02:12
rhpot1991with dput that is02:12
rhpot1991hmmm I have a hdhomerun-config-gui_20100121-0ubuntu1_source.revu.upload hanging around02:13
persiaIt's not an issue with dput.  You successfully uploaded.02:13
persiaYes, that is the record dput created after successfully uploading.02:14
rhpot1991ya, and the timestamp matches02:14
rhpot1991toss it back in the queue, I'll check on it later02:14
rhpot1991thanks for the help again :)02:14
* persia finds another rejected package, and preemtively investigates02:16
persiarhpot1991: http://revu.ubuntuwire.com/p/hdhomerun-config-gui02:22
jsplicewhat's a good way to debug c/c++ in linux?02:23
RAOFjsplice: All sorts of options, depending on is actually wrong.  gdb is generally a good start, though.02:24
jsplicegdb...cool, I'll check it out..thanks02:25
rhpot1991thanks persia02:59
micahgif I want one target to go to another in a rules file, how do I do that?03:47
RAOFYou make the second target depend on the first.03:47
RAOFMyDependantTarget: ThisTargetWillGetRunFirst03:47
micahgthere's no way to do it the other way around?03:49
* micahg thinks he'll make a new target that just runs both...03:50
RAOFYou want one target to run after the other, right?03:51
micahgyep03:51
RAOFMaking A run before B is exactly equivalent to making B run after A.03:51
micahgbut it's weird to run the second one on the command line03:51
RAOFAh.03:51
* micahg just added a target to run both :)03:51
micahgthanks RAOF03:51
kamalmostafamicahg: You've got the right idea with the target to run both -- If what you want is to "replace" the old "A" rule with "A then B" while retaining the name "A", then you should rename the original "A" to "originalA" and then add a new rule "A: originalA B".03:54
micahgkamalmostafa: yeah, that didn't quite work either, the name for the first is good :)03:54
micahgwhat's the equiv of sed -p -n on ubuntu?03:55
kamalmostafamicahg: versus on what other platform?  What's "-p" supposed to do?03:56
micahgprint matches03:56
micahgis that by default?03:56
* micahg read an old shell scripting book :)03:57
kamalmostafamicahg: sed -n :  suppress automatic printing of pattern space    Default is that pattern space would be printed.03:57
micahgkamalmostafa: right, but it still prints matches, right?03:58
* micahg guesses that's the whole point...03:58
* micahg wonders why that option ever existed03:58
kamalmostafamicahg: Yes.  Like this:03:58
kamalmostafa$ sed s/foo/bar/03:59
kamalmostafafoozoofoo03:59
kamalmostafabarzoofoo03:59
kamalmostafaThat wasn't clear.  I typed "foozoofoo" -- sed *printed* "barzoofoo".03:59
kamalmostafaHad I done "sed s/foo/bar/g" (note the added "g" for global" then both instances of foo would have been replaced.04:00
=== nhandler_ is now known as nhandler
micahgok, so now I get warned that my %: target is being run after it04:01
fabrice_spI was beginning to upload packages for the liblo transition, but the builds are still getting the old liblo0-dev package. AFAIK, the new liblo-dev provides the old liblo0-dev packages, so it should be used automatically, right? Or liblo0-dev should be deleted first from the archive?06:02
hakaishiHello everyone! Anyone up to advocate/review qt-shutdown-p? (I've got one advocate XD ) http://revu.ubuntuwire.com/p/qt-shutdown-p09:12
amarillionWhat does a dependency of "default-jdk" mean exactly? I'd expect that it would work with both openjdk and sun jdk, but that doesn't seem to be the case10:50
amarillionI've got the sun jdk installed. When I try to debuild a package that depends on default-jdk, it complains. When I do apt-get install default-jdk, it wants to pull in openjdk10:51
amarillionHow can I make a package that doesn't care which jdk there is, and works with anything that is installed?11:02
directhexamarillion, piped build-depends tend to be a really bad idea11:07
directhexamarillion, so you need to distinguish between what you build against and run against11:07
amarillionRight, I wasn't clear about that11:08
directhexamarillion, in the general case, you can have a binary depend on (for example) java6-runtime11:08
amarillionRight now my control file has11:08
amarillionBuild-Depends: debhelper (>= 5), ant, default-jdk11:08
amarillionDepends: Depends: default-jre | sun-java6-bin | sun-java5-bin11:08
directhexthat's not a good depends line.11:08
amarillionBut that means if I want to test building the package on my own computer with debuild, I have to install openjdk, right?11:09
directhexfor binary depends, think more along the lines of "preferred | general-alternative" - for example, openjdk-6-jre | java2-runtime11:09
directhexfor building... i wouldn't ever use debuild personaly to compile binaries so no comment11:09
amarillionWhat do you prefer to use then?11:09
amarillionIs this a good depends line then:11:10
directhexpbuilder. since it ensures that the build-depends are sane, by reinstalling them for every package11:10
amarillionDepends: default-jre | java2-runtime11:10
amarillionOk, I'll try it with pbuilder11:10
amarilliondirecthex: There is no package named java6-runtime11:18
amarillionnor java2-runtime11:18
directhexamarillion, i know. that's what Provides: is for11:43
doctormoHey all,11:51
doctormoI want to look at dependancies for jaunty vs lucid, does anyone have a jaunty machine they could check for me?11:51
=== lukjadOO7 is now known as lukjad007
doctormoI need to know if they have a python-lazr-restfulclient or python-lazr.restfulclient package available. (note the dot insteadof hyphen)11:52
_rubenyou can check on http://packages.ubuntu.com11:53
doctormo_ruben: Is there a way in the control file I can specify 'this-package or this-other-package' ?12:13
_rubenthis-package | this-other-package12:13
doctormothanks12:13
amarilliondirecthex: thanks. So to recap,12:41
amarillionI should do Depends preferred | general-alternative12:41
amarillionSo I'm going to do12:41
amarillionDepends: sun-java6-bin | java6-runtime12:41
amarillionAnd Build-Depends should remain12:41
amarillionBuild-Depends: debhelper (>= 5), ant, default-jdk12:41
amarillionAnd I shouldn't use debuilder :)12:42
amarillionI mean, I shouldn't use debuild for binary packages.12:43
rmunnWoo-hoo, my first Ubuntu package is uploaded and ready for review!12:49
rmunnhttps://bugs.launchpad.net/ubuntu/+bug/514936 and http://revu.ubuntuwire.com/p/python-nltk12:49
ubottuUbuntu bug 514936 in ubuntu "[needs-packaging] nltk (Natural Language Toolkit)" [Wishlist,In progress]12:49
rmunnIt's my first time creating a "real" Debian or Ubuntu package (as opposed to training exercises), so please tell me if there's any important steps I missed... Thanks!12:50
c_kornrmunn: does the b in 2.0b8 stand for beta ?13:17
Rhondarmunn: If it does I would suggest to prefix the b with a ~ so that when 2.0 final gets released you won't have to use an epoch or other means to have increasing version numbers. :)13:19
rmunnc_korn, Yes, it's "beta".13:20
rmunnRhonda, Thanks, I'll do that. I'm guessing I'll need to reupload after that, right?13:21
RhondaSure, before anyone uploads your package and you have to deal with the version woes. :)13:23
rmunnDone, the source package at http://revu.ubuntuwire.com/p/python-nltk now has version number 2.0~b8-0ubuntu1. Thanks for the catch, Rhonda and c_korn.13:35
=== nixternal is now known as Guest10887
=== Guest10887 is now known as nixternal
c_kornrmunn: is the priority for the package really extra ? I would set it to optional: http://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities13:49
rmunnHuh. I meant to make it optional, don't know when it got changed to extra. Thanks.14:04
rmunnOK, new upload at http://revu.ubuntuwire.com/p/python-nltk now has Priority: optional.14:10
c_kornrmunn: good, you would have my vote if I was a motu :P14:33
mr_stevestatik: thanks for the review of my cnetworkmanager package.14:46
sebnerrmunn: it's not in the archive yet?! Then it should be -0ubuntu115:01
om26erare those motu videos still valid. I have been using them and never got succeeded15:04
RainCT_om26er: I haven't seen them, but I guess they should be. What problem do you have?15:07
rmunnsebner, the version I have on http://revu.ubuntuwire.com/p/python-nltk is -0ubuntu1 -- which one are you looking at that isn't?15:09
sebnerrmunn: That's true but it should be the _only_ changelog entry15:10
RhondaWhy so?15:11
RhondaWhy would one have to strip history?15:11
rmunnsebner, I originally uploaded a 2.0~b7-0ubuntu1 package, then upstream released 2.0b8 before I had gotten 2.0b7 reviewed. Since 2.0~b7 was my original upload, I left it in the changelog. Should I go back and edit the changelog so *only* the 2.0~b8 entry remains?15:11
sebnerRhonda: because it has no history when it's not in the archive15:11
sebnerrmunn: exactly15:11
rmunnsebner, Will do... new REVU upload will be coming shortly15:11
Rhondasebner: Isn't it allowed to have a history outside the archive? I consider that a pretty narrow point of view.15:11
RhondaOr are debian changelogs stripped off from before the first sync into ubuntu? :)15:12
sebnerRhonda: The one and only changelog entry before entering the archive is always "Initial Release" as it's the initial archive release15:12
rmunnRhonda: It's got plenty of history outside the archive, but the changelog in debian/ only refers to the history of the package -- so the first entry should be the first version of the package, I guess.15:12
sebnerRhonda: that's something different15:12
RhondaIt hight have been hosted someplace else before.15:12
sebnerRhonda: sure but a new package that enters the archive doesn't have a archiv history and is not necessary therefore15:13
Rhondarmunn: I still consider that a pretty narrow stand and would challenge it. There is valid reasons to have previous history documented.15:13
sebnerRhonda: that's against packaging policy though ;)15:13
Rhondasebner: Not an archive history within ubuntu. But it might have an archive history someplace else.15:13
RhondaI would highly disagree with that impression, please show me that piece.15:14
sebnerRhonda: that doesn't matter for the package entering Ubuntu for the first time15:14
ScottKsebner: That's no always true15:14
sebnerScottK: so?15:14
ScottKRhonda: I think what sebner is saying is a good general rule, but I also think there are exceptions.15:14
sebnerScottK: I've never seen of any "exception" like that before, mind providing an example?15:15
ScottKsebner: To take it on from a slightly different POV, I took on the klamav package in Debian.  It was unmaintained and broken.15:15
ScottKLook at debian/changelog.15:15
Rhondasebner: When one works with a sponsor it is valid to "request" from the sponsoree to bump the versions so that it's easier to check just the differences and not check the whole thing again.15:15
sebnerScottK: well, that's more like a special special case15:15
ScottKEven though it's uploaded in Debian, it's got the Ubuntu history in it.15:15
ScottKRhonda: On our tool for this (REVU) it will give you diffs of successive uploads with the same version.15:16
RhondaAh, sounds convenient. :)15:16
sebnerRhonda: as I said, in 95% of the cases it has to be the one and only entry15:16
Rhondas/has to be/should be/15:17
sebnerRhonda: must be :P15:17
RhondaIf it's 95% there isn't any "has to be … but". Either it has to, or it doesn't have to.15:17
Rhondahas to equals must be15:18
RhondaA guideline and suggestion must not be written explicit. ;)15:18
sebnerRhonda: It's not a suggestion imho, except this special case ScottK mentioned it always has to be the only entry. Also with rmunns package.15:19
Rhondahmmmmm15:19
Rhondarmunn: Who is Robin Munn? I thought this is the initial version of the package?15:20
sebnerI suppose it's him ^^15:20
rmunnI'm Robin Munn.15:20
RhondaOh, right.15:20
RhondaWhy aren't you in Maintainer but XSBC-Original-Maintainer? Is that the way it should be?  . o O ( and that might very well be my naive approach to not knowing it :) )15:21
rmunnPackages in universe should have "ubuntu-motu" as maintainer, I believe.15:21
rmunnSo I put myself as original-maintainer so that any MOTU with questions about the package would know who to contact.15:22
sebnerrmunn: it's Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>15:22
rmunnHm? https://wiki.ubuntu.com/DebianMaintainerField says (at the end) that it should be ubuntu-motu... has this changed?15:23
rmunnOh wait, that's the previous rules.15:24
rmunnYet another re-upload coming to fix the Maintainer field... I guess this is why we have a review process. :-)15:25
ScottKThat particular one isn't critical, but may as well get it as fixed as you can right now.15:25
sebnerScottK: I'm wondering about this wiki site though. Also the "updated" version says Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>. I'll change that?!15:26
ScottKPlease15:26
sebneraye15:26
Rhonda#15:27
RhondaOtherwise, the Maintainer field will be set to Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>15:27
Rhondasebner: Where do you see ubuntu-motu?15:27
RhondaOr did you already change?15:27
rmunnHmmm, any way to tell dput "Yes, I'm forcing an upload with -f, but you don't need to re-upload the .orig.tar.gz since it hasn't changed"? This .orig.tar.gz is only about 830k so it's not a big deal, but if I was maintaining OpenOffice or something that might get rather tedious...15:28
RhondaHmm, no, it's still the same old version from colin.15:28
sebnerRhonda: ScottK updated15:28
rmunnOkay, newest version at http://revu.ubuntuwire.com/p/python-nltk now has ubuntu-devel-discuss in maintainer field.15:29
RainCT_rmunn: I don't think REVU likes uploads without .orig.tar.gz15:29
=== RainCT_ is now known as RainCT
sebnerhttps://wiki.ubuntu.com/DebianMaintainerField?action=diff&rev2=20&rev1=1915:29
Rhondaeeeks15:29
Rhondasebner: Your change doesn't make any sense at all :)15:29
sebnerRhonda: thanks :P15:30
sebnerRhonda: why? ;)15:30
RhondaNow the "Previous rules" section doesn't make any sense to me.15:30
RhondaIt says the exactly same for main and universe, at least mail address wise?15:30
sebnerah15:30
* sebner brokes something 15:30
rmunnRainCT, In this case there's an .orig.tar.gz with the same md5sum already in the REVU queue, a more "clever" dput could potentially check the MD5sum and/or use rsync. Not a big deal, probably.15:30
RhondaYou changed the _previous_ rules?15:30
ScottKsebner: Don't change the previous rules.15:31
sebnerScottK: sorry, mistake -.-15:31
RhondaScottK: We are there already. ;)15:31
ScottKrmunn: REVU is Free software.  Patches welcome (it's written in Python).15:31
RainCTrmunn: If you upload without the .orig.tar.gz (which you can do using debuild with the -sd option, btw, iirc) it won't be listed in the .changes file, which REVU uses to know which files the package has15:32
Rhondasebner: I think just reverting your change would be the sensible way to do?15:32
RainCT(but as ScottK just said, if anyone wants to fix this so that REVU looks for previous .orig.tar.gz files when one is missing, I'd be happy to review the patch)15:32
rmunnScottK, Hey, my favorite language! Mental note made, and filed in the Copious Free Time category. (Which, sadly, means "probably not anytime soon...")15:32
ScottKUndertsand15:32
RainCTAlthough, the relevant code for this is a shell script, not Python15:33
sebnerRhonda: yeah done already. I'm a little bit confused today ^^15:33
RhondaNo worries. :)15:33
RainCT(or maybe it is Python.. meh, haven't touched REVU since too long :P)15:33
Rhondasebner: Reviews everywhere. :P15:33
sebnerScottK: but the maintainer for universe *is* Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> nowadays?! update-maintainer proposes15:35
ScottKsebner: That's correct.15:35
sebnerScottK: so my change was right?!15:35
ScottKNot as part of the previous rules.15:35
ScottKThat's current rules15:35
sebnerahhh15:36
sebnerI misread15:36
sebnerI'm sorry :(15:36
mr_steveNow I'm confused to. If I submit a package to REVU for Universe, Maintainer: should be Ubuntu Developers, not Universe Maintainers?15:36
randomactionit should be Ubuntu Developers (and REVU lies about it)15:37
RainCTmr_steve: Yeah15:37
mr_steveOkay, thanks.15:38
randomactionrmunn: it you want to exclude orig.tar.gz from upload, tell debuild about it (-sd)15:38
RainCTrandomaction: fixed (MOTU -> Ubuntu Developers)15:51
randomactionRainCT: thank you :)15:51
* Laney nibbles at RainCT 15:51
RainCTLaney: I'm not a cookie!15:52
* iulian remembers RainCT's cookie game.15:55
iulianI was too stupid to play it. :(15:55
randomactionpackages.ubuntu.com also lies about maintainer, e.g. http://packages.ubuntu.com/lucid/claws-mail-extra-plugins says MOTU, apt-cache says ubuntu-devel-discuss15:55
RainCTiulian: heheh   That was great, wasn't it? :P  I may still have it somewhere...15:56
iulianNot that I'm not anymore...15:56
iulianRainCT: Oh, really?15:56
RainCTiulian: Actually no, (unless it's in some backup CD, but I haven't done backups for ages). "find | grep -i cookie" didn't find it :(.15:58
ScottKrandomaction: It was probably not updated somewhere yet.  Not all packages have been changed.15:58
randomactionScottK: package was built 11 days ago15:59
ScottKrandomaction: Does p.u.c use the development release or the current release for that data?16:00
randomactionah, indeed, it may differ. I'll apt-cache it in karmic16:01
randomactionu-d-d in karmic as well. Maybe it uses oldest release or something?16:02
jlduponthi - I need some help with a developer level question: http://stackoverflow.com/questions/2208400/apt-get-environment-variables-when-spawning-make16:04
jldupont... or is there a more appropriate channel for my question?16:14
amarillionjldupont, it tends to be quiet here16:28
amarillionbut I don't think you should do user-specific things like that in a deb package, they're for system-wide installation16:28
Piciaye.  Why is apt-get spawning make anyway?16:29
kklimondahow is debian/rules spawned by apt-get during installation btw?16:34
micahghas anyone seen this build failure before: dpkg-genchanges: failure: cannot read files list file: No such file or directory16:34
amarillionjldupont, I've answered on stackoverflow16:46
sluimersSo this is the place to be if you want to upload a package to archive.ubuntu.com/universe17:08
maxbyes17:09
sluimersIt gives me the impression I ought to keep tabs of other packages as well once I become part of the team.17:10
lifelesspersia: xorg-edgers xvfb now has RANDR17:40
persiaHurrah!17:41
persiaNow just a couple more steps, and I can press the give-back button lots of times :)17:42
fabrice_spHi again. New liblo ships liblo-dev as dev lib, that 'provides' liblo0-dev (old dev package). Shouldn't be liblo0-dev deleted from Lucid to avoid using old version for packages using liblo0-dev? I rebuild one of the dependent packages, and it's still using old lib :-/17:45
fabrice_sp!info liblo0-dev | lucid17:46
ubottulucid: liblo0-dev (source: liblo): Lightweight OSC library -- development files. In component universe, is optional. Version 0.23-2.2 (karmic), package size 71 kB, installed size 580 kB17:46
fabrice_sp!info liblo-dev | lucid17:46
ubottulucid: Package liblo-dev does not exist in karmic17:46
persiafabrice_sp: liblo0-dev is in NBS.17:46
persiaBut there's lots of source changes needed.17:47
persiaYou might want to try to contact ScottL, who was also looking into this.17:47
fabrice_spok: I created a bug for the transition17:47
persiaI thought he did also, so there may be two.17:47
persiaBut they're surely dupes, if so, and can be collapsed.17:48
fabrice_spI checked the rdepends before17:48
fabrice_spok. I'll  check with him17:48
fabrice_spmost packages should be buildable if liblo0-dev were deleted ,anyway17:48
persiaWell, he should see the highlight in backscroll :)17:48
fabrice_spyes :-D17:49
persialiblo0-dev won't be deleted until all the packages build-depending on it are gone.17:49
randomactionwow, its soname jumped up by 717:49
persiaIf you really want to push it, go hassle the archive-admin-of-the-day in #ubuntu-devel17:49
fabrice_speven if the new liblo-dev provides it?17:49
persiaYeah :)17:49
fabrice_spyeah :-)17:49
fabrice_spit's bug 517416 ;-)17:49
ubottuLaunchpad bug 517416 in xsynth-dssi "liblo0ldbl -> liblo7 transition" [Undecided,New] https://launchpad.net/bugs/51741617:49
persiaRight, because it takes someone to investigate before it gets removed: the archive-admins typically wait until someone else investigates unless they have lots of extra time.17:50
persia(and the newer liblo just entered NEW about 20 hours ago)17:50
fabrice_spthey sometimes have extra time? :-D17:50
persiaRarely :)17:51
fabrice_sp:-D17:51
* fabrice_sp will reboot so that Xorg frees the 1Gb memory hostage it has right now17:52
StevenKScottL, fabrice_sp: I'm happy to take a bunch of those rebuilds (like 10 or so) and just do them17:54
StevenKScottL, fabrice_sp: I'm happy to take a bunch of those rebuilds (like 10 or so) and just do them (reprise)17:58
* persia thinks today is such a rare day17:59
fabrice_spStevenK, cool: I think that before rebuilding them, we should delete the old dev lib (liblo0-dev), as it's providedby the new liblo-dev package17:59
StevenKWe can do that17:59
fabrice_spsome of them will FTBFS, as reported to Debian, but it's an easy patch :-)18:00
persiaSurely that's just ABI transitions18:00
* persia puts 5 on StevenK vs. Soyuz18:00
StevenKDone. I win.18:00
* persia collects18:01
fabrice_spgreat! :-)18:01
StevenKfabrice_sp: So I'm happy to take a bunch and do rebuilds on them18:01
fabrice_spStevenK, ok: so how will we proceed? You submit the rebuilds, and if it FTBFS, we reopen the task in the bug 517416 ? (and I'll invalid them now?)18:03
ubottuLaunchpad bug 517416 in xsynth-dssi "liblo0ldbl -> liblo7 transition" [Undecided,New] https://launchpad.net/bugs/51741618:03
StevenKfabrice_sp: So I can sort out rebuilds (as soon as the publisher runs) and see how many fail18:05
fabrice_spStevenK, ok. The ones that have versioning dependency on liblo0-dev will fail. I saw at least 3 of them (don't remember which ones right now)18:06
=== asac_ is now known as asac
StevenKfabrice_sp: Right. I'll get started in about an hour.18:08
fabrice_spok. Thanks :-)18:08
geserStevenK: can you please remove the old texlive-base-bin debs (NBS)? the packages listed in http://people.canonical.com/~ubuntu-archive/NBS/texlive-base-bin have an unversioned dependency on texlive-base-bin (now provided by texlive-binaries). the only exception is jadetex and a fix waits already on sponsoring. That would unblock some TeXlive related FTBFS as the buildds tries the old (now18:11
geseruninstallable) real package.18:11
StevenKgeser: Sure, I'll kill it now18:11
geserthanks18:12
StevenKWell. Now ish. Sigh.18:16
StevenKgeser: texlive-base-bin{,-doc} or just -base-bin?18:20
geserI haven't checked -doc yet, I only checked -base-bin for now18:33
quadrisprofabrice_sp, ping18:36
quadrisprofabrice_sp, about liblo transition: I think that no-change rebuilds is not enough. We should replace build-dependencies on liblo0-dev with another on liblo-dev18:37
quadrisprofabrice_sp, otherwise the transition won't bring benefits :)18:39
fabrice_spquadrispro, pong. That's because we needs to delete first the old liblo0-dev (done by StevenK :-) ), provided now by liblo-dev. I saw you uploadednekobee. By the way, some packages FTBFS in Debian too18:48
fabrice_spStevenK will do rebuilds on some of them18:49
StevenKWell, I'll see which just build and upload them18:49
fabrice_spsee 48 minutes ago ;-)18:49
quadrisprofabrice_sp, sure, they FTBFS because new liblo is in experimental and liblo-dev is not available in sid18:49
fabrice_spQuadrispro, see Debian bug 53085218:50
ubottuDebian bug 530852 in rosegarden "rosegarden: build-depends on versioned liblo0-dev" [Minor,Open] http://bugs.debian.org/53085218:50
fabrice_spit seems it's because of versioned dependency18:50
fabrice_sp(also debian bug 530859 and some others in that list)18:52
ubottuDebian bug 530859 in sineshaper "sineshaper: build-depends on versioned liblo0-dev" [Minor,Open] http://bugs.debian.org/53085918:52
quadrisprook, should we wait for new liblo entering in unstable?18:52
fabrice_spdon't know: some bugs has been opened a quite long time ago, and nothing happened (even if it was safe to update the package with non versioned dependency)18:54
fabrice_spas most (if not all) packages are maintained by Debian Multimedia Team, we should perhaps update the packages first in Debian18:55
fabrice_spand sync them after18:55
persiaMy fear there is Alpha3, because a number of these packages ship on the Studio DVD.18:56
quadrisproand it's likely to be hard to get them fixed in debian (then synced in ubuntu) before FF being in effect18:58
=== arand_ is now known as arand
ScottKSo do both.18:59
ScottKFix here and Debian and then sync.18:59
quadrisproI agree18:59
fabrice_spjust what I saw going to write :-D18:59
* quadrispro going to choose a kind of pasta19:00
fabrice_spStevenK, dssi still get dependency on old liblo package19:02
quadrisprofabrice_sp, already fixed19:03
* StevenK starts19:03
fabrice_spright. Sorry: it was another transition :-/19:04
quadrisprofabrice_sp, please re-upload whysynth19:05
quadrisprofabrice_sp, you didn't change the build-dep on liblo0-dev19:06
quadrisprohttp://launchpadlibrarian.net/38782264/buildlog_ubuntu-lucid-i386.whysynth_20090403-1build1_FULLYBUILT.txt.gz19:06
StevenKquadrispro: I should drop whysynth from my list?19:07
quadrisproStevenK, whysynth is not fixed19:08
quadrisproand I think it's the same for xsynth-dssi19:08
quadrisproyup -> http://launchpadlibrarian.net/38781708/buildlog_ubuntu-lucid-i386.xsynth-dssi_0.9.0-2ubuntu3_FULLYBUILT.txt.gz19:08
quadrisproguys, let's use the "Assigned to" feature :D19:10
AntoineLeclairhey, anyway, I would like to fix this bug: https://bugs.launchpad.net/ubuntu/+source/pgadmin3/+bug/34725619:12
ubottuUbuntu bug 347256 in pgadmin3 "pgadmin3 has ugly icon" [Undecided,Confirmed]19:13
AntoineLeclairpretty easy to fix, but I never fixed a bug in a package in Ubuntu19:13
AntoineLeclairwould need some help (either *take me by the hand* or *point me the appropriate docs*)19:13
AntoineLeclair*anyway -> anyone19:14
fabrice_sp_AntoineLeclair, see https://wiki.ubuntu.com/MOTU/Contributing19:14
fabrice_sp_it will explain you how to prepare a debdiff19:15
AntoineLeclairfabrice_sp_: thanks, I'll read this and come back for questions, if any (there will probably be some ;))19:16
fabrice_sp_you're welcome ;-)19:16
fabrice_sp_AntoineLeclair, by the way: if you are working on this bug, assign it to yourself, with status 'In progress' so that other users knows you are working on it19:25
AntoineLeclairfabrice_sp_: ok, I'll do that when I know I have learned enough to fix it19:27
fabrice_sp_ok19:27
fabrice_sp_lol19:27
=== fabrice_sp_ is now known as fabrice_sp
ari-tczewfabrice_sp_: could you check whether do I have correct debdiff for fakesync? bug 51729719:27
ubottuLaunchpad bug 517297 in ttf-sil-scheherazade "Fake sync ttf-sil-scheherazade 1.001-6 (main) from Debian testing (main)" [Undecided,Confirmed] https://launchpad.net/bugs/51729719:27
AntoineLeclairfabrice_sp: lol!! don't laugh :P19:28
fabrice_sp:-D19:29
fabrice_spari-tczew, it's in main: I prefer to let a Main sponsor to have a look. Anyway, and in general, I'm not sure about the value of a fakesync. If there are differences, you can always  replicate the Debian changesi in the Ubuntu package19:31
statikwhat is a fakesync19:31
statik?19:31
fabrice_spstatik, it's when you can't sync a package from Debian because the orig tarball is different19:32
statikoh wow. when does that happen?19:33
fabrice_spso you take the Ubuntu orig tarball, and 'copy' the Debian debian directory19:33
* statik nods19:33
fabrice_spwhen you repack the tarball, for example, or for some reason, the tarball has one change (last fakesync I looked, it was the date of one directory)19:34
fabrice_spso you either wait a new upstream release to do the sync, and maitain the package in paralell or do a fakesync19:34
statiki see. thanks for explaining me!19:35
fabrice_spyou welcome ! :-)19:35
* fabrice_sp discovered the fakesync not so long ago :-)19:35
randomactionit's an undocumented feature19:36
fabrice_spright: even ubottu doesn't know about it :-D19:36
fabrice_sp!fakesync19:36
fabrice_spubottu> Sorry, I don't know anything about fakesync19:36
ubottuError: I am only a bot, please don't think I'm intelligent :)19:36
randomactionubottu is really weak in this area19:36
ubottuError: I am only a bot, please don't think I'm intelligent :)19:36
randomaction!sync19:37
ubottuHelpful information for filing a sync request can be found at https://wiki.ubuntu.com/SyncRequestProcess19:37
randomactionAha, not so much anymore!19:37
fabrice_sp:-D19:37
ScottLScottK, i've built all (i think) packages on the liblo0-dev NBS list, what can I do to help you and fabrice_sp ?19:37
ScottLbuilt them in pbuilder, that is19:37
* randomaction thanks whoever taught ubottu this19:37
jldupontI am confused: where do I drop the ".desktop" file upon installation of my package?  I can see .desktop file being dropped at multiple places: /usr/share/app-install , /usr/share/applications19:37
persiaScottL: I think you wanted StevenK19:37
lfaraoneI fixed bug 479131 in a 0.2 upload, but because the error occurs on package removal or reinstallation (when the service is stopped), people who have already installed the package will continue to have problems. How should I go about fixing this?19:38
ubottuLaunchpad bug 479131 in autokey "Autokey crashes on post-install, "stop" action checks the return message rather than the return code." [Medium,Fix released] https://launchpad.net/bugs/47913119:38
persiajldupont: /usr/share/applications : the ones in /usr/share/app-install are used for something else entirely.19:38
jldupontpersia: like what?19:38
persiaI think it's now called "Software Centre"19:38
fabrice_spScottL, I think the transition is quite well advanced (see bug 517416)19:38
ubottuLaunchpad bug 517416 in wsynth-dssi "liblo0ldbl -> liblo7 transition" [Undecided,Fix released] https://launchpad.net/bugs/51741619:38
lfaraone(or should I just tell people to "LANG=C apt-get upgrade" first?)19:38
ScottLpersia, lol, yeah,19:38
jldupontpersia: so if I only care about an apt-get install flow, I can safely disregard /app-install ?19:39
ScottLfabrice_sp, okay19:40
jlduponteven "rhythmbox" gets 2 entries i.e. /usr/share/applications and /usr/share/app-install19:41
jldupontIs it like a "copy" of /usr/share/applications being made by "Software Center" in the /usr/share/app-install ??19:41
jldupontamarok, a typical KDE based application, gets two entries too...19:43
jldupontwhat about icons?  I can see lots of apps have entries in /usr/share/app-install/icons and /usr/share/icons19:46
* persia hunts up the spec19:47
* jldupont appreciates persia is hunting for answers19:47
persiahttp://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html is the closest I find.19:48
persiaI tend to just throw everything in pixmaps, but I know that to be wrong19:48
jldupontpersia: thanks for the pointer!  Looks like it answers my question regarding icons.  I guess a similar document for .desktop would exist and state /usr/share/applications ...  what about the /usr/share/app-install  folder???19:51
persia/usr/share/app-install is special for the software centre.  Ignore it.19:51
persiahttp://standards.freedesktop.org/menu-spec/latest/index.html talks about menus (and has the Categories list), and a link to the .desktop spec19:52
jldupontpersia: I'll that as cash and run... thanks!19:52
jldupontSo, if I understood correctly, Ubuntu strives to align to Freedesktop standards, right?19:52
persiaUm, that's not how I'd phrase it, but it could work.19:53
jldupontthen, what is the guideline?19:53
persiaI'd prefer Ubuntu includes software that conforms to the freedesktop standards, and prefers applications depending on these features to be compliant.19:54
persiaBecause I'm not sure we spend a lot of time forcing stuff to be compliant, so much as when stuff isn't compliant, it just doesn't work (but for reasons somewhat out of our control)19:55
jlduponthmm... I understand the subtle difference.... thanks.19:55
* jldupont appreciates persia's comments.19:57
\sh"Do not try and bend the standard. That's impossible. Instead...only try to realize the truth."19:59
\sh"What truth?"19:59
\sh"There is no standard"19:59
jldupont:-)19:59
\sh;)19:59
StevenK"That there are so many standards to bend, and only so many hours in the day."19:59
\sh"There is no standard?"20:00
\sh"Then you'll see, that it is not the standard that bends, it is only yourself"20:00
* jldupont will Matrix in his movie pipeline again.20:00
* persia inserts a dropped put20:01
\sh"Package Maintainer, sooner or later you're going to realize just as I did that there's a difference between knowing the standard and implementing the standard"20:02
ScottKThen you're well on the way to not caring anymore.20:02
ScottK;-)20:02
\shScottK: "Welcome to the real world." ;)20:03
* jldupont having flashbacks of black leather........20:03
* ScottK is busy trying to mentally will a co-worker into caring more about actual functionality than renaming table names from singular to pural becuase "that's how it's done".20:04
\shScottK: or should I quote: "ScottK, what do you need? Besides a mircale?" "ScottK: Guns! Lot's of guns."20:04
RhondaCan I have the red pill please?20:04
jldupont" let's go see the Oracle to resolve this matter "20:05
ScottKGuns have their place, but currently my need is for mousetraps.20:05
\shScottK: oh well...I told exactly that to the Chief of Development in our Company20:05
* ScottK 's house is infested20:05
Rhondajldupont: Can we the elephant instead?20:05
persiaHave you considered mongeese?20:05
* Rhonda inserts a "see"20:05
ScottKpersia: I'm doing OK.  I've gotten 1 - 4 a day for the last several days, so I'm convinced I'm making progress.20:06
persiaheh.  Indeed.  They breed quickly, but not that fast.20:06
ScottKIt seems to be slowing down.  Either the residual population is smarter or they are running out.20:06
jldupontRhonda: ;-)20:06
\shRhonda: -> Gerfried? (just asking, because I don't know :))20:07
Rhonda\sh: You are asking what exactly? :)20:07
RhondaI can't decypher your APL syntax.20:07
\shRhonda: if Rhonda matches Gerfried in RL :)20:07
\shas in "Gerfried the ejabberd maintainer in Debian"20:08
RhondaOnly to some degree, but yes.20:08
\shRhonda: nice to meet you :)20:08
RhondaThat's rather Konstix. I mostly do just mentoring and uploading.20:08
Rhondahttp://www.cafepress.com/VEwarning <-- that shirt fits your question best I'd say.20:09
sebnerhuhu \sh :D20:10
\shRhonda: lol :)20:10
\shsebner: hey friend :) how's life? :)=20:10
RhondaBut I wonder how you brought me into context with ejabberd. I'm not in the Maintainer field and there isn't much that I've done to the package, to be honest …20:10
Rhonda\sh: Well, but it's true and describes me best. :)20:10
sebner\sh: busy! now 1 month of holidays :D  I have to re-take some exams after the holidays though ^^20:11
RhondaI mean, most people put me into context with wesnoth. This is what I can understand. Or irssi. But … ejabberd? :)20:11
sebner\sh: how's your life going? Your blogpost made me sad. everything alright?20:11
\shRhonda: just asking because I need some expertise with migrating ejabberd databases from one host (with more then two vhosts) to another host (where only 2 of the old vhosts needs to migrate)20:11
\shsebner: no..everything's right..I just need to get rid of stuff to get more out of my private life:)20:12
Rhonda\sh: See, and I will redirect you for that question to konstix. ;)20:12
sebner\sh: sure, private life (family) comes first! :)20:12
\shRhonda: I made my notes already :)20:12
Rhonda\sh: I created a jabber conference at ejabberd@chat.deb.at for the purpose of team maintenance. You can find konstix in there at times. But I guess that question is better suited in the upstream jabber conference, let me look it up …20:13
* \sh should takeover nexuis from Rhonda ;)20:14
RhondaFeel free. I suck at that game anyway, and it's *way* too large to build on my system anyway.20:14
Rhonda\sh: ejabberd@conference.japper.ru is the proper place for that question. :)20:15
RhondaThey are quite helpful there, just like usual, don't sound too pushy with your question.20:15
\shRhonda: thx :) :)20:16
sebner\sh: uhh bad idea. You know, all the testing you have to do :P20:17
\shRhonda: /me + playing nexuis = #fail , but I know how to build the source packages :)20:18
\shsebner: I have MrVaporUp to do the testing ;) he's a very damned good ego shooter player...20:19
Rhonda\sh: Congrats on proper hardware for that. Building wesnoth is already killing me - nexuiz-data sucks even more. :)20:19
* Rhonda is off for the weekend, bye!20:20
\shRhonda: have a nice one...just waiting for my tram to go home now20:20
sebner\sh: hahah, I'm just happy we have fuddl ;)20:20
\shhmm..on hardy there is my "2.4-1" name tag on nexuiz (I'm scared now)20:21
sebnerhahaha!20:21
\shmicahg: we suggests the dojo packages when it's gone through NEW20:22
micahg\sh: k20:22
micahg\sh: I verified that 1.3.2 will work with 1.1020:22
\shsebner: fuddle has a tauware.de email address, which means he and siretart are somehow related ;)20:23
\shsebner: which makes me feel happier now ;)20:24
\shmicahg: well, I think ZF will work with dojo also with 1.4.120:25
micahg\sh: k, but 1.3.2 was in debian20:26
micahg\sh: they ship 1.4.0 with 1.1020:26
feastyHi all, can anyone help me as I have a fix for 2 bugs in an application that are on launchpad and I just want to make sure I get the process correct. I have my debdiff which contains both fixes in. Do I just add it as an attachment to each of the bugs it fixes and leave a comment?20:26
\shmicahg: yeah...old stuff, but usable20:26
feastyIf it wasn't obvious enough its my first bugfix on Ubuntu.20:27
* \sh declares web js libraries and web applications not usable with binary only non rolling linux dists20:27
micahg\sh: +1 :)20:27
persiafeasty: That's a good start.  You probably want to subscribe a sponsors queue to one of the bugs (no need to do both)20:27
sebner\sh: yeah and sistpoty too, they are all together at the same university. I think fuddel writes a Doktorarbeit? with siretart looking over it20:27
feastypersia: is that the subscribers list on the right hand side of the bug page?20:28
persiaYes20:28
micahg\sh: is it worth trying to get ZF into debian?20:29
\shsebner: regarding http://gallery.sourcecode.de/v/album_003/album_001/album/album_001/P1000071.JPG.html I know ;)20:29
feastypersia: And then what. Do I just attach my debdiff to the bug? It says in the help I should notify a developer who can confirm it. Do I need to do that?20:29
\shmicahg: yes there is an ITP for ZF and I wanted to upload it to mentors, but don't find the time for it..if you have, please try to include it into debian20:29
sebner\sh: hahah! :P20:30
micahg\sh: ok, if I can find the time :)20:30
\shmicahg: hehe..as said, please do...if you can get it into debian as maintainer, I'm happy...20:31
micahg\sh: k20:31
\shmicahg: and I can mail andy that ZF will be available in debian as well20:31
micahg\sh: once the mozilla stuff slows down a little maybe I can try for that20:32
micahgworse case, I'll do it after Lucid release :)20:32
\shmicahg: well, no problem...when you get the upload to debian, you'll take the maintainership, which means I can do more work on some very strange projects I have on my list ;)20:33
micahg\sh: k, cool :)20:33
micahgmaybe by then I can apply for MOTU :)20:33
randomactionfeasty: https://wiki.ubuntu.com/SponsorshipProcess20:33
feastyah cheers randomaction20:34
\shmicahg: you could do now afaik ;)20:35
micahg\sh: I think I need a few more uploads to qualify :)20:36
\shmicahg: lucid +1 => take my merges ;)20:36
micahg\sh: k, is there a list?20:37
micahg\sh: what types of packages?20:38
\shmicahg: merges.ubuntu.com for the next cycle...20:41
* \sh <- gone20:48
feastyhow do I subscribe to the ubuntu-universe-sponsors? I cant seem to find where I do it.20:52
fabrice_spfeasty, on the right, in laucnhpad20:53
randomaction"subscribe someone else" link20:53
feastyWhat page is that on though? Is that under the individual bug?20:56
fabrice_spcan you link your bug number?20:57
feastythats one of them: https://bugs.edge.launchpad.net/ubuntu/+source/twitux/+bug/33925720:58
ubottuUbuntu bug 339257 in twitux "Twitux deals badly with missized images" [Undecided,Confirmed]20:58
feastyI subscribed on the right hand side. I was unsure how this sponsorship works from the wikiw page description. I couldn't see where I subscribed to the group20:59
seglerhi, i need help with a package on revu. i made the changes that people pointed out in the comments. http://revu.ubuntuwire.com/p/rhythmbox-radio-browser20:59
fabrice_spon the top right part, you have 3 blocks, first one is "This report is public", and in the third, you have a green + and Subscribe someone else20:59
feastydo I subscribe ubuntu-universe-sponsors in there?21:01
fabrice_spfeasty, yes21:02
=== yofel_ is now known as yofel
fabrice_spHi segler . You should try to know who owns the copyright on the images you added21:03
feastyah brilliant thanks. Sorry I was totally lost with it. To clarify, I just upload my patch to it, add a comment and subscribe ubuntu-universe-sponsors. Then wait and see?21:03
michasHi together. I currently packaging a new piece of software, trying to get it into ubuntu and debian. Do I need to set up two seperate source packages, or is it possible to use a single source package for both ubuntu and debian?21:03
fabrice_spfeasty, yes21:04
feastyfabrice_sp, thanks for that.21:04
fabrice_spyw :-D21:05
ScottKmichas: Except for some very minor differences they should be the same.21:06
randomactionmichas: if you get it into Debian, it will go into Ubuntu automatically (but not vice versa)21:08
michasrandomaction, ok, than I'll concentate on debian and ignore ubuntu for the moment. :)21:13
michasScottK, are there common "minor differences", I should be aware of or can I usually simply put it into debian?21:14
ScottKMaintainer field or original maintainer in debian/control and revision/distro in debian/changelog21:15
feastyIf I have one patch file which fixes 2 bugs then should I upload it to both bugs or just comment in one of them that it fixes both bugs and link the second bug back to the first?21:17
feastyshould I subscribe ubuntu-universe-sponsors to both bugs?21:18
fabrice_spfeasty, only upload it in one, and reference the bug where you uploaded it in the other bug21:19
fabrice_spand subscribe u-u-s to the bug where debdiff has been attached21:19
geserattach to one bug and add a comment to the other (so others know where to look) and subscribe u-u-s to the bug with the attachment21:19
AntoineLeclairI made a patch for https://bugs.launchpad.net/ubuntu/+source/pgadmin3/+bug/347256 I made a .debdiff, is that what is needed?21:20
ubottuUbuntu bug 347256 in pgadmin3 "pgadmin3 has ugly icon" [Undecided,Confirmed]21:20
michasIt's a new piece of software, hence I will be the only maintainer. changelog should be the same. (unless I really need some different name scheme.) If I don't need to change something Ubuntu specific, is there any good reason to explicitly building a ubuntu package?21:20
fabrice_spAntoineLeclair, yes21:22
AntoineLeclairfabrice_sp: thanks, I'll upload the patch then, I hope all is fine :)21:22
feastyfabrice_sp, thanks again21:22
fabrice_spand don't forget to subscribe u-u-s21:22
fabrice_spAntoineLeclair, ^21:22
fabrice_spfeasty, ;-)21:23
michasScottK, If I don't need to change anything Ubuntu specific on the code itself, is there any good reason to explicitly building a ubuntu package?21:28
fabrice_spmichas, because of libs, for example21:28
ScottKmichas: Only if you want stuff formatted for acceptance into Ubuntu.21:29
ScottKIt's generally better to try and get things into Debian if you can.21:29
michasScottK, ok, so getting it into Debian is automatical a acceptance into Ubutu, right?21:30
ScottKmichas: Depending on timing, yes.21:30
ScottKFor the next ~ two weeks it's automatic21:31
michasScottK, what is after the next two weeks?21:31
rmunnDebian merge deadline is this coming Thursday, isn't it?21:31
ScottKWait for the next release (when it's automatic) or get a freeze exception.21:32
michasok, I think I see. :)21:32
michasI'll hurry up. ;)21:32
randomactioneven if it were uploaded into Debian today, it has a chance of sitting in the NEW queue until past the freeze21:33
ScottKCertainly, but New has been pretty quick recently21:34
ScottK(generally)21:34
LaneyDebian source NEW is fast these days21:34
Laneyin general21:34
Laney1 and 3 days for my packages that were done in the past week :)21:35
michasok, if the package needs more time, then I should at least have good chances getting it into the following ubuntu release.21:36
Laneybackports will be available to you21:37
michasIs there an official place, where things like merge deadlines are announced?21:38
Laney!lucid21:38
ubottuLucid Lynx is the codename for Ubuntu 10.04, due April 2010 - Lucid is NOT released and is NOT stable - Discussion and support in #ubuntu+121:38
Laney!releaseschedule21:38
Laneybah21:38
Laneyhttps://wiki.ubuntu.com/LucidReleaseSchedule21:38
Philip5if i have no preferences and want to start to use a patch system for my packages is dpatch or quilt the way to go? (i don't want to start a flamewar)21:41
Philip5are there any pros or cons with either or them or mostly a matter of taste?21:42
sebnerPhilip5: If you also use debhelper(7) you should go with quilt21:42
Philip5 i do21:43
Philip5quilt is what i feel is the new and dpatch whats been21:43
ScottKQuilt is easier to integrate into debian/rules.  Dpatch with dpatch-edit-patch is easier to use if you aren't familiar with quilt.21:44
ScottKQuilt is more capable in many respects, but most of this capability is not relevant to most packages21:44
statikPhilip5, there is some good info here http://wiki.debian.org/Projects/DebSrc3.021:45
sebnerScottK: well, that depends .. I always found quilt easier than dpatch, even at the beginning21:45
* ScottK can't imagine what would be easier than dpatch-edit-patch patchname, edit files, exit when you're done21:45
sebnerScottK: quilt push foo, edit, quilt refresh, quilt pop :P21:46
rmunnI used cdbs-edit-patch when I was making the package I just uploaded to REVU... then upstream came out with a new release that fixed the problems I was patching and I could delete my debian/patches directory. Joy!21:46
ScottKThat's harder21:46
ScottKrmunn: Congrats21:46
rmunnScottK: It helps that I was in touch with upstream about the problems, and that one of NLTK's authors is a co-worker of mine. :-)21:47
sebnerurgh21:47
ScottK:-)21:47
Philip5statik: thanks, i'll have a read21:49
kamalmostafaHi ScottK -- time for your friendly weekly reminder that we've been sitting on libtifiles/libticalcs for three weeks now.  I don't think it will take long to review, and I'd really like to get it off my plate.21:52
ScottKkamalmostafa: Certainly.  Should be able to get to it tomorrow.21:52
kamalmostafaScottK: Excellent -- thanks!21:52
ari-tczew[exec] MozEmbed.cpp:791: error: 'PR_Unlock' was not declared in this scope22:55
ari-tczewor22:55
ari-tczew[exec] MozEmbed.cpp: In function 'gboolean gs_dispatch_cb(GSource*, gboolean (*)(void*), void*)':22:56
ari-tczewanyone knows how fix this ftbfs?22:56
crimsunubuntu-mozillateam may be of more assistance22:56
ari-tczewI guess that this is problem with gcc 4.422:58
geserStevenK: did you already removed texlive-base-bin? (texlive-base-bin-doc can also go away as its only rdepends is texlive-base-bin)23:05
StevenKgeser: I didn't, I was waiting for you. I'll kill them both in a little while.23:07
geserthat explains why it's still there :)23:08

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