/srv/irclogs.ubuntu.com/2010/04/26/#ubuntu-motu.txt

debfxI guess most debian-edu* packages should be removed as the debian-edu source package has already been removed from jaunty00:04
lfaraoneScottK: re bug 527978, should I just upload it as a 0ubuntu1? (will waiting for it to land in Debian miss the freeze?)00:05
ubottuLaunchpad bug 527978 in groundcontrol "Please sync groundcontrol 1.6-1 (universe) from Debian unstable (main). [Launchpad now using openid breaks login]" [Critical,Fix released] https://launchpad.net/bugs/52797800:05
ScottKlfaraone: At this point I'd get it uploaded to Ubuntu.00:11
ScottKdebfx and ajmitch: It's not too late for removals, but we need bugs filed/subscribed to ubuntu-archive00:12
ajmitchScottK: yep, that's what I was saying00:12
ScottKOK00:13
* ajmitch is *still* patiently waiting for build-dependecies to download before testinbuilding this package00:13
lfaraoneScottK: done, https://code.edge.launchpad.net/~lfaraone/ubuntu/lucid/groundcontrol/gc1.6.5, attached to bug, will propose for merging shortly.00:13
ScottKOK.00:13
* ScottK won't sponsor it so he can review it for the release team.00:14
lfaraoneScottK: I think nhandler offered to review it.00:24
ScottKOK.  Good.00:26
debfxajmitch: could you ack bug #569959 ?00:28
ubottuLaunchpad bug 569959 in debian-edu-install "Please remove debian-edu-config and debian-edu-install from lucid" [Undecided,New] https://launchpad.net/bugs/56995900:28
debfxpersia: thanks for sponsoring the ftbfs fixes00:28
persiadebfx: Thanks for creating them.  Nice to have working software.00:29
ajmitchdoes anyone have objections to removing/blacklisting debian-edu-*? I can't really see how they're useful, but I could be wrong00:30
persiastgraber: Any thoughts on that?00:31
* persia is of the "toss it: it's not helping" mindset, personally00:31
debfxI finally figured out why reverse-build-depends doesn't work for me: I thought it uses lucid by default, the help says the default is karmic but in fact it's maverick ^^00:33
ScottKdebfx: Accepted your fixes.  Thanks.00:33
* ScottK leans in favor of removals like debian-edu stuff00:34
persiadebfx: It was lucid up until *very* recently, when it was switched to maverick for the next release.  Extra points for submitting a patch that changes the help to indicate "the current development release" or has the help dynamically be correct based on the source.00:35
ajmitchcurrent development release can be fetched from LP with a few lines of python, if you're prepared to depend on launchpadlib00:35
debfxpersia: already checked out the ubuntu-dev-tools branch :)00:36
ajmitchlaunchpad.distributions['ubuntu'].current_series.name is what you want00:36
lfaraoneScottK: what time does this have to be in the queue by?00:37
debfxajmitch: that00:37
ScottKlfaraone: Sooner the better, but we have a day or two if needed.00:37
debfxajmitch: that would make r-b-d require an internet connection00:37
ajmitchdebfx: yes00:38
debfxand it's written in perl00:38
ajmitchor to store this somewhere00:38
lfaraoneajmitch: I thought I had them blacklisted last release...00:38
lfaraoneajmitch: (re edu)00:38
ajmitchlfaraone: debian-edu-* ?00:38
lfaraoneajmitch: yes.00:39
persiaI think u-d-t already depends on launchpadlib for some other stuff, but be nice if it used anonymous credentials to avoid needing to register credentials for yet another tool.00:39
ajmitchsuch as doing launchpad = Launchpad.login("ubuntuwire rcbugs", "", "", EDGE_SERVICE_ROOT)00:39
ScottKShould it use edge though?00:40
ajmitcheasy way to login anonymouly, though that code is written for karmic00:40
ajmitchprobably not, but it's what I was used to using00:40
lfaraoneI'm working on a utility to automate the updating of packaging to bzr/hg/git heads, and am planning on including it in u-d-t. I'm also intending to write a full testsuite for it, including sample repositories of each. (less than a couple KB, gzipped). Would this be accepted? (as if I didn't gzip the repos bzr would interpret them as nested git trees)00:45
persialfaraone: I think there exist several utilities that do that: check foo-buildpackage as a start.00:48
persiaThe mr package may be even more interesting, as it's intended to work with arbitrary VCS.00:49
lfaraonepersia: my goal is that you can do this regardless of what VCS you use yourself for your packaging, or even if you use none at all.00:50
debfxlfaraone, ajmitch: should I update the debian-edu bug to request the removal of debian-edu-*?00:50
persialfaraone: So, add a "null" module to mr :)00:50
persiadebfx: A new bug will be less confusing, but reference the old bug in the new bug.00:51
lfaraonepersia: right now it pulls the upstream changelog from the upstream commits between now and the last release and formats it as a debian changelog.00:51
lfaraonepersia: that's fine.00:51
persialfaraone: Please *don't* do that.  There's a reason we ship the upsteam changelog separately from the debian changelog.00:51
persiaYou should ship both (as indicated by the various packaging guides, and supported by lintian), and you should put "New Upstream Version" when you upload a new upstream version, and only note critical changes that are especially interesting.00:52
* ScottK has some binary New to do thanks to debfx.00:52
lfaraonepersia: we're asssuming upstream lacks a changelog.00:52
persialfaraone: That's either a bad assumption, or supports poor practices on the part of upstream.  Please don7t.00:52
lfaraonepersia: so you're saying http://packages.debian.org/changelogs/pool/main/p/pianobar/pianobar_0+git20100420.3072c5a-1/changelog is terrible practice? (for an upstream which only has snapshots)00:52
persiaYes.00:52
persia1) bad of upstream to only have snapshots, 2) bad of upstream to rely only on VCS logs for changelog, rather than describing things for end-users, 3) annoying verbosity in debian/changelog that is also available in an upstream changelog (even if the package source build requires scraping it out of the upstream VCS with git shortlog)00:54
lfaraonepersia: According to DPM § 4.4, debian/changelog "includes modifications made in the Debian package compared to the upstream one as well as other changes and updates to the package."00:55
lfaraonepersia: that excludes upstream changes?00:55
ScottKGenerally it does.00:56
ScottKIt's sometimes considered good to mention major changes in the package.00:56
persialfaraone: The key bit is "compared to the upstream one"00:57
ScottKThat's since apt-listchanges just shows the Debian changelog.00:57
persialfaraone: But that comparison only makes sense when the upstream changelog is also made available.00:57
ScottKBut it's just key bits, not the whole thing.00:57
persiaThe other thing about the pianobar changelog is that it has lots of frequent uploads, which indicates either that you're spending a lot of time pushing every patch, or that upstream is highly unstable and buggy.00:58
lfaraonepersia: former, I've only had it crash on rare occasions. Which is why I wrote said script to automate this.00:59
persiaBut it really deoesn't help most users to get a new downoad every day or two.00:59
lfaraoneI test the new upstream release for about a day, then put it up.00:59
persiaMost users want to have things just work, and don't want updates.00:59
lfaraonepersia: then they should track testing.01:00
lfaraone(no?)01:00
persiaNo.01:00
persiaA maintainer should make the package as close to perfect as possible, and release it.  Then focus on someting else (maybe working to make upstream perfect, maybe another package, etc.)01:00
lfaraonepersia: a good number of these uploads are either fixes, or new features.01:01
persiaWhen there's a new upstream release that's well tested and offers significant advantages to users, that should again be prepared with effort to make it as perfect as possible.01:01
debfxpersia: where should I file a package blacklist bug?01:01
persiadebfx: In launchpad, against the package.  Typically it's just added as a note in the package remove request.01:02
persiaIn the rare case where we want to blacklist-but-not-remove, it gets it's own bug.01:02
ScottKlfaraone: The other thing with frequent uploads is that the Debian buildd network is overloaded and behind, so by uploading very frequently you delay the transition of other packages to Testing.01:03
persialfaraone: Check with someone else, but it's very much not my style.  The complete lack of closing any bugs reported in Debian indicates that the selection of fixes and features appears more interseting to someone closely watching upstream than someone who7s just using it.01:03
debfxpersia: it would be a request to blacklist and remove debian-edu-*01:03
persiaThen again, I make a practice of packaging stuff where upstream is so stable as to appear dead to most folks, so perhaps I'm biased :)01:03
persiadebfx: Right.  Generally if you request removal of stuff still in debian, the archive-admins will blacklist at the same time.  It doesn't especially hurt to note it in the bug, but it may not help.  Having an extra bug just makes the archive-admins have to process more bugs.01:04
* micahg seems to gravitate to stuff that moves fast upstream01:04
ScottKSpeaking of which, where's seamonkey?01:05
micahgin progress :-/01:05
micahgpeople found a few issues01:05
persiadebfx: You hit a few gcc 4.4 bugs today: any idea why http://launchpadlibrarian.net/44677571/buildlog_ubuntu-lucid-armel.musescore_0.9.6~beta1+dfsg-0ubuntu1_FAILEDTOBUILD.txt.gz would be an arch-specific build failure?01:06
persia(I'm not asking for a fix, just curious if it is obvious to someone else)01:06
debfxpersia: Typedef for double on all platforms except for those using CPUs with ARM architectures. On ARM-based platforms, qreal is a typedef for float for performance reasons.01:10
debfxinstead of double it should return qreal01:10
persiaAha!  That directly contradicts the bit someone told me about not using floats in armel for performance reasons, but certainly explains the oddities :)01:10
debfxpersia: not sure why it doesn't automatically typecast float to double01:14
persiaDoesn't matter.  Not going to be fixed for lucid.01:14
micahgScottK: shooting for morning01:15
persiaWhen we find out what new toolchain features will be enabled on armel for maverick, we can ask about that sort of thing, although it may have to wait for a new ABI from Qt.01:15
ScottKmicahg: What timezone?01:15
micahgScottK: CDT01:15
persiaUTC-5?01:15
micahgyes01:15
ScottKmicahg: OK.  Make it early then.  I'm flying from -0400 to -0700 tomorrow and probably need to get it done before I'm in the air.01:16
micahgScottK: what time is that?01:16
ScottKmicahg: Around lunch time.01:16
ScottKI don't want to depend on airport wireless to get it done.01:17
micahgk, well,I might end up staying up to finish then01:17
micahgin which case morning in Europe01:17
ScottKOK.01:18
micahgScottK: also what to do with bug01:18
micahgoops01:18
micahgbug 53223201:18
ubottuLaunchpad bug 532232 in lightning-sunbird "Please update lightning extension to version 1.0 for use with Thunderbird 3" [Wishlist,Triaged] https://launchpad.net/bugs/53223201:18
* micahg seems to have a broken keypad01:19
* ScottK looks01:25
ScottKmicahg: Is it totally broken as is?01:27
micahgScottK: lightning is, sunbird isn't AFAIK01:27
micahgScottK: Thunderbird 3 requires lighning 1.0 beta 101:28
ScottKBut we're just talking about updating lightning, right?01:28
persiaajmitch: Still about?  bug #528957 would benefit from gilir's patch (I've tested it a fair bit, and so have some others).01:29
micahgScottK: well, it's built out of the same source, and there's more to the story01:29
ubottuLaunchpad bug 528957 in wesnoth "mouse button clicks not detected in windowed mode" [Undecided,Confirmed] https://launchpad.net/bugs/52895701:29
ScottKmicahg: OK.01:29
micahgScottK: upstream has discontinued development on sunbird and is only developing lightning, we were thinking to only build a new lightning and a stub sunbird01:29
ScottKOK.01:30
ajmitchpersia: still about, just been having some ssh issues :)01:30
ScottKmicahg: So does sunbird get removed?01:30
micahgScottK: it's too late for the ideal thing which would be to rename the source, but yes, I think sunbird would get removed01:30
persiaajmitch: Sorry to hear that.  May you be blessed with high entropy input.01:31
ajmitchpersia: just curious why you're pinging me about it?01:31
ajmitchah, patch is against a main package01:31
ajmitchI'm guessing that libsdl1.2 isn't on the CDs & it's not too late to push an upload fir it01:33
persiaThe trick is to have it all compiled-like before the image rebuilds happen Monday UTC-7 :)01:34
persiaOK.  Maybe SRU then.  Alas.01:34
debfxcould someone please have a look and possibly ack bug #569959 ?01:34
ubottuLaunchpad bug 569959 in debian-edu-install "Please remove all debian-edu-* packages from lucid" [Undecided,New] https://launchpad.net/bugs/56995901:34
ajmitchpersia: it's the release team's call, I'll set it building here01:35
* ajmitch would really like an SSD for the laptop about now01:35
ajmitchdebfx: ACked01:36
ajmitchI checked & debian-edu is on the blacklist, just not the other packages01:36
debfxajmitch: ok, thanks01:37
ajmitchpersia: to be honest, it looks like something that'll probably be SRU material, given that it's just affecting something in universe at this stage01:40
micahgScottK: does that plan sound ok for lightning?  I think we also need to update the locales or we lose all the translations01:40
* persia wonders why debootstrap --variant=buildd is installing exim4 in Debian01:40
persiaajmitch: Fair enough.01:40
* persia was just reviewing "unseeded bugs" opportunities to sponsor, and that appeared, except it needs a "core" sponsor.01:40
ScottKmicahg: I'd like asac or someone to ack the sunbird removal, but generally, yes.01:41
ajmitchScottK: able to comment on http://launchpadlibrarian.net/44484053/libsdl1.2_1.2.14-4ubuntu2.debdiff being SRU or fixing it now?01:41
micahgScottK: k, he or chriscccoulson would be doing the uploads01:41
ScottKajmitch: SRU.  It doesn't fit the RM's criteria for post-RC Main uploads.  You can upload to -proposed now.01:42
ajmitchScottK: thanks01:42
ScottKNo need to wait.01:42
ScottKIt just won't get accepted until Thursday, modulo release team mistakes about accidentally accepting stuff in proposed (I did that once already)01:43
* ajmitch will change version & target release for it01:43
ScottKThanks.01:43
persiaAnyone want to review the (large) changes in bug #565206?  I don't know enough about the software in question to have any idea if this would be a good thing.01:50
ubottuLaunchpad bug 565206 in scidavis "Please update to 0.2.4 as it fixes compatibility issues with qt 4.6" [Undecided,Confirmed] https://launchpad.net/bugs/56520601:50
* persia thinks it needs review *before* getting an FFe reevire01:50
persias/reevire/review/01:51
ScottKpersia: From reading the changelog, the deprecation warnings concern me.  It does sound like the package is pretty broken at the moment and so I think a bias towards accepting is generally appropriate.01:55
ScottKI can confirm that scidavis is not alone in having gotten bitten by some changes on Qt 4.6.01:56
persiaScottK: Thanks.02:14
persiaAnyone up for testing it?  I'll enqueue it, but I'm not sure I'll hit it soon enough to do it justice and get it uploaded.02:15
ajmitchhow testable is it?02:20
persiaYou'd want a dataset, and some ideas how to plot it nicely, at least.02:22
=== nobawk is now known as nobawk|away
=== nobawk|away is now known as nobawk
ScottKgeser: If you get a chance, it looks like libepc is in need of one of your GTK deprecation fixes.03:45
YokoZarScottK: got a wine1.0 package ready to upload, will followup with wine1.0-gecko, new wine1.2 and wine1.2-gecko that conflict properly, and then finally a new vst06:11
ScottKOK.06:12
Rhondapersia: That's on intention not in the series file - see the difference between the .in file and the one without - and the debian/branchcheck script. :)06:48
YokoZarScottK: ok, all uploads except -vst done06:53
ScottKright.  YokoZar you know what time it is here, right?06:54
YokoZarScottK: Feel free to do it in the morning ;)06:54
ScottKWhich one needs to build before you can do vst?06:54
YokoZarwine1.006:54
ScottKOK.  Let's see if I can manage to stay awake for that one.06:55
YokoZarIt's best if they come in a group methinks, so feel free to go to bed and do it when you're fresh ;)  (IIRC, it's about 2am there?)06:56
ScottKIt is.07:02
ScottKI have to be up in ~4 hours, so I'll only be so fresh ....07:02
micahgScottK: progress on SM, I think the package works now, having one more person test, then working on integrating fixes back into branch07:09
ScottKGreat.07:16
ScottKYokoZar: I let the two wine1.0 packages in.  They'll hit binary New after they build, it I'll get that in the morning.07:17
dholbachgood morning07:21
ajmitchmorning dholbach07:41
dholbachhey ajmitch07:41
imbrandonheya dholbach07:44
dholbachhey imbrandon :)07:45
suji11hi07:50
suji11my package IOK(Indic Onscreen Keyboard) is already in ubuntu repository, now i have to bring this to debian repository how to do that?07:55
suji11i follow this link https://wiki.ubuntu.com/Debian/ForUbuntuDevelopers?action=show&redirect=ContributingToDebian and made changes in "how do i do" then what should i do? again should i send that package to revu.ubuntuwire.com?07:55
DktrKranzlfaraone: done07:59
imbrandonsuji11, the equivalent would be mentors.debian.net08:03
suji11imbrandon: Thank you:)08:04
suji11can i remove a package from revu.ubuntuwire.com which is unknowingly sent by me ?08:09
imbrandonsuji11, just archive it08:16
=== nobawk is now known as nobawk|away
carstenhsuji11: at the first sight your package looks quite good, but there are still a few things that could be improved: 1. lintian -I complains about hyphen-used-as-minus-sign and already did when you created the package 2. people maintaining packages in debian generally have a given name and a family name and use both in their packages 3. the description should be improved, I think the debian developers reference has something about how to ...08:21
carstenh... write good descriptions08:21
=== nobawk|away is now known as nobawk
carstenhsuji11: http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-pkg-synopsis08:25
geserScottK: libepc done08:46
=== nobawk is now known as nobawk|away
=== nobawk|away is now known as nobawk
suji11imbrandon: my package IOK is now in the version of 1.3.9 but i have to update it to 1.3.10 , how to do that?10:20
=== yofel_ is now known as yofel
=== nobawk is now known as nobawk|away
ivokser...11:08
ivoksany archive admins here?11:14
ScottKivoks: What's up.11:25
ivoksScottK: bug 57009611:26
ubottuLaunchpad bug 570096 in cluster-glue "[FFE] Please sync cluster-glue (universe) from Debian unstable (1.0.5-1)" [High,Confirmed] https://launchpad.net/bugs/57009611:26
ivoksScottK: abi is broken, hell is freezing :)11:26
ScottKAh.  I can't do the actual sync for that.11:26
* ScottK loooks11:26
ivokswe already have confirmations of problems it is causing :/11:27
ScottKOK.11:29
ScottKivoks: See #ubuntu-devel.  That should take care of it.11:31
ivoksScottK: good night :*11:31
Ciemonnigelbabu: ping?11:43
CiemonJust looking through https://wiki.ubuntu.com/ReviewersTeam/GettingInvolved is it worth linking Workflow para 2 - " forward the bug and patch upstream" to https://wiki.ubuntu.com/Bugs/HowToTriage#Forwarding upstream ?11:45
CiemonI had to search for it.. say yes and I'll make the change.11:45
LaneyBe bold and do it!11:47
Ciemon:)11:48
CiemonHe can always rollit back I guess11:48
Laneyerm11:48
Laney"If the change is significant enough to be fixed in Ubuntu, get the patch uploaded."11:49
Laneywhat of forwarding to Debian in that case?11:49
Laneyhmm11:50
=== nobawk|away is now known as nobawk
imbrandonCiemon: yes, make the change, was likely an oversight12:57
RhondaIs it possible to cowbuilder --create ubuntu chroots on a Debian system? What --mirror should one use for that?12:57
imbrandonRhonda: yes, and the normal ones you would use for ubuntu updates12:58
imbrandoneg <cc>.archive.ubuntu.com12:58
RhondaThanks. Hmm, now cdebootstrap tells me E: Unknown suite $everything12:58
RhondaSo I think I would need to create some additional files. :)12:59
carstenhdebootstrap ...12:59
RhondaHmm, but there is /usr/share/cdebootstrap/generic-ubuntu in the cdebootstrap package, makes me wonder …12:59
carstenhdpkg -L debootstrap | grep whatyouwant | wc -l sould print 112:59
imbrandonRhonda: yea, the debian wiki on it looks to cover the adding of suites12:59
imbrandonubuntu suites, that is13:00
RhondaAh, /usr/share/cdebootstrap/suites :)13:00
RhondaOh, it only goes up to intrepid.13:00
imbrandonshould be trivial to "backport" the needed packages from ubuntu lucid OR ( what i would recomend ) just add the needed suites manualy to the scripts13:02
imbrandonjust make sure if you manualy do it you record your changes etc for updates13:02
RhondaAh, seems I need to have ubuntu-archive-keyring.gpg installed, too.13:03
imbrandonyes if you dont want the gpg errors ;)13:03
imbrandonRhonda: are you doing this on unstable ?13:03
Rhondaimbrandon: lenny13:04
imbrandonRhonda: ahh , you might look at the sid packages, they are likely to have newer scripts13:04
imbrandonbut honestly thats all they are, scripts that are basicly copy/pasted from release to release with minimal to no changes13:04
RhondaI am currently switching from cdebootstrap (lenny) to debootstrap (lenny-backports). That might be also pretty helpful. :)13:05
imbrandon;)13:05
imbrandonif you run into a snag holler, its been a while since i have run debian proper but there are plenty of us arround that have and should be able to get ya threw it13:06
carstenhboth, debootstrap and cdebootstrap-static from sid work on lenny13:06
imbrandonmostly on my dev machines i run ubuntu lts's with other ubuntu and debian chroots, so i do the opsite ;)13:06
Rhondacarstenh: Sure, but I like to keep my system as clean as possible. You know that I'm a perfectionist in my approaches. :)13:07
imbrandonheh, dev machine and clean ? hahahaha , i mean good luck .... just teasin13:07
lfaraoneScottK: DktrKranz uploaded gc 1.6.5 to unstable 5 hours ago. Should I convert that back to a sync request?13:07
Rhondaimbrandon: That's why one uses tools like cowbuilder in the first place - remember? :)13:08
carstenhRhonda: you just need to redefine "clean", I use a private partial sid mirror as excuse to install such packages on stable13:09
* Rhonda jumped at the sight of "1.6.5" and thought wesnoth. %-/13:09
imbrandonRhonda: if the needed suites arent in lenny-backports you can also use ~/.* files too to "amend" the scripts13:09
imbrandonits just a bit more involved in the setup13:09
imbrandonnot much though13:09
Rhondaimbrandon: Sure, but with debootstrap from lenny-backports it at least started something, which is more than before. :)13:09
imbrandon:)13:09
RhondaAnd I usually do a "cp -a squeeze sid" anyway because sid has issues with bootstrapping anyway, so that part isn't troubles here.13:10
carstenhpersia: i uploaded topgit to debian today, including the patch that you uploaded to ubuntu. if you want to tag this in ubuntu somehow ...13:10
imbrandonRhonda: yup, basicly the same concept13:11
* imbrandon needs to read a couple of chapters in his shiney new git book today13:12
imbrandoni should probably have a debian proper vm , hum, maybe something else to put on my todo for this week13:14
imbrandonanyone else excited about pbuilder-cross :) hehe13:15
lfaraoneimbrandon: I've always been able to get away with pbuilder-sid login, unless something requires dbus or anything odd like that.13:18
imbrandonlfaraone: yea mostly it does, but for X and corner cases it good to have one arround13:19
imbrandondosnt take nothing but hdd space and thats easy to come by13:19
hyperairwhat's pbuilder-cross?13:25
imbrandonhyperair: new crossbuilder in expirimental with multistrap vs debootstrap13:29
hyperairimbrandon: er. in english, please?13:30
hyperairexactly how "cross" are we going?13:30
imbrandoneg pbuilder-cross arm some.dsc , on a x86 machine13:30
hyperaircross-arch?13:30
hyperairis it something like qemubuilder?13:30
imbrandonsorta13:30
hyperairinteresting13:30
hyperairwhat does it use?13:31
imbrandongcc's native cross compiling ability and multistrap13:31
lfaraoneScottK: now that gc1.6.5 is in debian, there's no reason to upload the 0ubuntu1 version, right?13:36
ScottKlfaraone: At this point a straight upload is easier.13:38
lfaraoneScottK: Huh. Are the archive admins busy handling last-minute removals, or am I missing something?13:40
hyperairimbrandon: what's multistrap?13:40
ScottKlfaraone: Generally they are all busy people.  Archive admin is not a full time job.  So I wouldn't assume there will be any availability to do it.13:41
imbrandonhyperair: like debootstrap but for bootstraping other arches easier than traditionaly with debootstrap + apt-cross13:41
ScottKlfaraone: If someone uploads -1 using requestsync, we get to ~ the same place.13:41
ScottKrequestsync/syncpackage13:41
hyperairimbrandon: that's cool stuff. (and this is the first time i've heard of apt-cross)13:42
DavieyDoes that mean essentially sponsoring an upload, from Debian?13:43
imbrandoniirc archive admin duties are only done like 4 out of 7 days a week and of those 4 days its "rotated" between the admins for whos "day" it is, that was the case last i looked into it more than a year ago13:43
Laneyit's just directly uploading a sync instead of waiting for an AA to push the button13:43
Davieyah13:43
ScottKDaviey: Yes.  Essentially you take the Debian package, run syncpackage over it to get a .changes that ~ looks like it came from Debian, and upload.13:43
lfaraoneScottK: okay. but you can't upload it, since you have to review it.13:44
ScottKThis is true.13:44
lfaraoneScottK: do I need ubuntu-release approval before a motu would touch it?13:44
ivoksi got waiting for approval :)13:44
ScottKI suspect imbrandon will upload it.13:44
imbrandoni can upload13:44
ScottKlfaraone: No.  People should upload and wait for reviews in the queue.13:44
lfaraoneimbrandon: thanks, that'd be awesome.13:45
ivokscould we prioritize this?13:45
ivoksfor example, i'm waiting to get approval for cluster-agents13:45
ivokscause i can not upload two other packages untill this one is built13:45
imbrandonScottK / lfaraone : is the package in question ready for upload or are we talking here in a little bit ?13:45
lfaraoneimbrandon: it is already in Debian.13:46
Davieyivoks: Can you not build depend on a $VERSION?13:46
lfaraoneimbrandon: http://ftp.de.debian.org/debian/pool/main/g/groundcontrol/groundcontrol_1.6.5-1.dsc13:46
imbrandonivoks: i'm sorry i'm not familiar with what you have going13:46
imbrandonlfaraone: k, i'll grab it here in justa few moments and ping ya when its uploaded ( should be less than 30 min )13:46
ivoksDaviey: i could13:48
Davieyivoks: If you do that, then you should be able to fire off your two uploads; and they should just get a Dep Wait.13:48
nigelbabuCiemon: pong.  but I guess you're question is already answered :)13:48
lfaraoneScottK: what was the reason syncpackage was removed from u-d-t, by the way?13:48
ScottKlfaraone: Because historically we have discouraged use of things like this and adding it right before release without a lot of discussion didn't seem like a great idea.13:49
ScottKBTW, it wasn't removed, it's in the source, it just doesn't get included in the binary.13:49
lfaraoneScottK: ah. I'm confused: what's the harm in this if Archive Admins would just take the action based on the MOTU's request anyway?13:50
ivoksDaviey: but that's not correct13:50
lfaraone(I don't see why it's discouraged, that is)13:50
Davieyivoks: How so?13:50
ivoksDaviey: cause new version of lucid's package B could work with karmic's package A13:51
ScottKlfaraone: There's more risk of error if the package is touched manually than done via the archive.13:51
ivoksDaviey: it's just that current lucid package A is broken13:51
ScottKivoks: It's accepted, FYI.13:51
ivoksDaviey: so, making a hard dep on new version is wrong13:51
ivoksScottK: thank you! :)13:52
ivoksScottK: i'll have one more :/13:52
ScottKYokoZar: Don't forget to file a bug for removal of the wine source package (if you didn't already).13:52
ScottKOK13:52
lfaraoneScottK: okay. I just think that if we had a method for MOTUs to take the action directly, it would save the AAs a lot of work. Especially since from what I can tell the AAs aren't reviewing the request.13:52
ScottKlfaraone: The desired solution is a button in LP.13:53
lfaraoneScottK: yes, that would be ideal.13:53
lfaraoneScottK: so what we have now isn't for some oversight reason, just because we don't have the technical measures to work around this?13:53
Davieyivoks: Hmm, i've done that multiple times.. Do you have a quote from Debian policy, or similar that states it shouldn't be done?13:53
ivoksDaviey: i said it isn't correct, not that there's a policy :)13:54
ScottKlfaraone: Someone needs to implement the button in LP is the only reason we don't have it.13:54
Davieyivoks: Ahh!  It's a trick i've done a couple of times to ensure multiple packages get built in the correct order; therefore linking against the version i want it to.13:55
lfaraoneScottK: okay. is there a bug report for that? (I might want to look into implementing it in the copious free time I'll have after Lucid and Finals)13:55
ScottKDaviey: Artificially bumping version requirements is not a good idea.  I do it sometimes myself, but am careful to docment the fact that it's artificial and when it can go away.13:55
ScottKlfaraone: I'm sure there is.  It'll be against soyuz.13:55
DavieyScottK: it's all in the changelog :)13:56
imbrandonScottK: is syncpackage broken atm ?13:57
ScottKimbrandon: Not that I know of.13:58
imbrandonScottK: hum ok13:58
imbrandonE: No credentials found for 'ubuntu-dev-tools', please see the manage-credentials manpage for help on how to create one for this consumer.13:59
lfaraoneScottK: not afaict, but bug 529933 seems similar. (and one that would need unblocking before we can add the button14:00
ubottuLaunchpad bug 529933 in soyuz "people with upload privileges are not allowed to use syncSource" [Low,Triaged] https://launchpad.net/bugs/52993314:00
ScottKI'm almost certainly not the one to be discussing LP development with.14:00
imbrandonScottK:  ~/.bin/syncpackage groundcontrol_1.6.5-1.dsc lucid14:00
* ScottK has no idea about it.14:00
imbrandonthen i get that14:00
imbrandonhum hum14:00
ScottKWeird.14:01
imbrandonand a big fat traceback14:01
lfaraoneimbrandon: do you have your credentials stored?14:01
lfaraoneimbrandon: does "requestsync --lp hello" work?14:01
ScottKimbrandon: I gather someone has "improved" the original version.14:01
ScottKlfaraone: Why on earth would someone make a script require authenticated access to LP to read information?14:02
ScottKNow I'm really glad I didn't include it.14:02
imbrandonlfaraone: no i dont , but why should i need it14:02
lfaraoneScottK: I've got no idea, but that's a problem for later :)14:02
DavieyScottK: It was probably written before LP API had anon access.14:02
lfaraoneimbrandon: try the original at http://people.canonical.com/~pitti/scripts/syncpackage I guess :)14:02
ScottKDaviey: We've had a script that worked for years.14:03
lfaraone(which does not seem to use the API)14:03
DavieyScottK: But that answers why it requires authenticated access to purely read public info.14:03
ScottKimbrandon: Use this one http://people.canonical.com/~pitti/scripts/syncpackage14:03
ScottKDaviey: No.  That's how.  The why is someone is an idiot.14:03
ScottKThat's the unimproved one14:04
Davieyseems somewhat harsh. ho hum.14:05
LaneyRight, the LP API stuff in udt could be improved to use anon access as appropriate14:06
imbrandonScottK: http://paste.ubuntu.com/422767/14:06
imbrandonfrom "unimproved"14:07
Laney. o O ( and maybe syncpackage could be made to fallback to the old apt-cache madison way )14:07
ScottKAh.14:08
imbrandonwhere is it getting the '2.5' ?14:08
ScottKThat's the a python thing14:08
imbrandonugh ok so i need to force it to use 2.5 ? or ...14:09
ScottKThis is the exact class of package that pitti's version didn't work with.14:09
ScottKI think mine will.14:09
imbrandonheh14:09
imbrandonk14:09
ScottKChecking and then I'll get you the fix14:12
ScottKimbrandon: http://paste.debian.net/70708/14:14
ScottKWith that it works.14:15
ScottKDaviey: Actually I think it's not harsh at all.14:15
ScottKDaviey: If you consider that my LP ID is allowed to put new code into -updates for all Ubuntu users, you might then get an idea why I think it's lunacy to give any more code rights to use it than absolutely necessary.14:15
DavieyScottK: The authors of the tools should have written in anon API access before it existed?14:16
ScottKDaviey: No.  They should have kept using rmadison until it did.14:16
Davieyor worse, screenscrape?14:16
DavieyScottK: ok.14:16
ScottKAs I said, we've had a script that worked reasonably well since before the LP API even existed.14:16
DavieyScottK: Oh aye.14:18
imbrandonScottK / lfaraone : uploaded14:21
ScottKThanks.14:22
ScottKBTW, it took a long time to figure out changing only those two lines ....14:22
imbrandonScottK: heh14:22
imbrandonhum manage-credentials seems a bit broken too atm14:23
* imbrandon looks more14:23
imbrandonugh, better things to do, but yea manage-credentials is complaining about not reading something from /tmp/14:26
RhondaAh! Wait! … erm. … how can I hand cowdancer the components that it should look at? It seems to only look at "main".14:29
carstenhpbuilder uses --components "main contrib non-free"14:30
imbrandonlfaraone: " - Fixes to fixes" hahahah seriously ?14:30
RhondaRight, /me tries --components 'main universe' now.14:30
carstenhpbuilder update --overrite-config --components ...14:31
lfaraoneimbrandon: I know, right? :)14:32
Rhondacarstenh: I can only update if there is something. the create failed. :)14:32
RhondaAnd if that would be the case I'd just do sudo vim hardy/etc/apt/sources.list14:32
ScottKlfaraone and imbrandon: Accepted.14:37
ScottKThanks.14:37
lfaraoneScottK: thanks again.14:41
* Rhonda thinks she needs to set a few also affects for wesnoth-1.8 in the wesnoth bugs …14:48
callum1hi all, packaging newbie here have hit a problem when running debuild -S hopeing someone can help me :)14:52
callum1the error I am seeing can be seen here: http://ubuntu.pastebin.com/HJW3C2PM14:56
imbrandonScottK / lfaraone : ty ty14:57
* Rhonda hides behind persia, I fumbled with bug #10943414:58
ubottuLaunchpad bug 109434 in wesnoth "Installing a server for a game automatically auto-inits and runs every boot." [Wishlist,Incomplete] https://launchpad.net/bugs/10943414:58
imbrandonlet me guess, someone dosent think it should15:00
imbrandonwhen will people realize its the debian way that if you have a service/server installed its "on", this isnt redhat from 1998 where everthing under the sun was installed but off by default ;)15:01
joaopintocallum1, the error is kind of obvious, you missed the "include" directive on that line15:02
* imbrandon stops his rant untill he reads the bug15:02
Rhondaimbrandon: Many people didn't expect it for game servers indeed, yes.15:02
RhondaI tried to argument in that direction but I guess you know pushy users.15:02
RhondaComment added about my findings.15:04
imbrandonRhonda: yea a server is a server, reguardless if its a game server or not15:05
RhondaHow do I add a "also affects" for the wesnoth-1.8 (Ubuntu) package to bug #281784? I want to mark it for the wesnoth package as wontfix and for the wesnoth-1.8 package as fixed. :)15:05
ubottuLaunchpad bug 281784 in wesnoth "Remove campaign recommendations" [Undecided,In progress] https://launchpad.net/bugs/28178415:05
Rhondaimbrandon: No need to convince me about that argument. :)15:05
imbrandon:)15:06
imbrandoni know, just touchy subject with me, since i lived though the nightmares of RH / SuSE installing postfix etc on desktop machines and then it was my job to support / secure them , ugh15:06
imbrandonnot fun times15:07
micahgScottK: I hope to finish Sm within the hour15:07
micahg*SM215:07
ScottKmicahg: OK.  You've possibly missed my window.  I've informed slangasek.15:08
callum1thanks joaopinto I can see the problem in the debian rules file as it uses includes that I do not have. This is my first attempt at packaging and the bug was simply to fix a typo in the description. I didn't want to change anything in the rules file unless this was necessary. Should I be altering this?15:10
joaopintocallum1, no you should not, but if you are building the package you need to install the build depends15:11
slytherincallum1: You should not alter rules file. Instead install the package that satisfies the includes.15:12
Rhonda\o/ - my cowbuilder chroots are there. :D15:20
callum1joaopinto / slytherin : thanks sorry for asking the obvious please bear with me. The includes are include /usr/share/cli-common/cli.make include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/class/makefile.mk. I am not sure how to get these dependancys fulfilled. :(15:27
slytherincallum1: try installing cli-common-dev package15:30
* Laney perks up15:32
Laneywe usually use dh for CLI packaging these days15:33
callum1slytherin: Thanks this worked :)15:33
Laneycallum1: you know there is already a package for tomboy-blogposter, right?15:35
Laneyor is that just what you're trying to build?15:35
=== joaopinto_ is now known as joaopinto
imbrandoncallum1: sudo apt-get build-dep tomboy-blogposter15:36
callum1Laney: yeah there is a bug in launchpad that there is a typo in the package description so just working my way through the packaging guide doc15:36
Laneyoh, well it looks like you changed the version incorrectly15:36
Laneyit should go to 0ubuntu2 not 1ubuntu115:36
Laneyand I see another problem in the rules file — CC=csc should be CC=mono-csc these days15:37
callum1Laney ok thanks for the heads up ill fix those15:37
Laneyand then you should increase the minimum version on mono-devel to >= 2.4.315:39
Laneyand *then* you should come over to Debian and get the package in there :)15:39
simarcould anyone tell me that can i have 64bit ubuntu????15:44
lfaraonesimar: try asking in #ubuntu15:44
simarlfaraone:  i tried bt no one reples15:45
Laneythis isn't the place to ask, sorry15:46
lfaraonesimar: well, this is for Ubuntu packaging and development.15:46
simarok  i cc15:46
simarthan15:46
micahgScottK: do I have time for a last local test build (40 min)?15:46
ScottKmicahg: Go ahead.  If I can't get airport wifi, there are other release team members that can review.  It's better to get it right.15:47
micahgScottK: ok, thanks15:47
slytherinsimar: yes you can have.15:48
slytherinDoes anyone know if packaging of XBMC was ever discussed on this channel?15:49
lfaraoneslytherin: search google with "site:irclogs.ubuntu.com"15:52
lfaraoneslytherin: answer, probably not: http://www.google.com/search?q=site:irclogs.ubuntu.com+"ubuntu-motu.txt"+xbmc15:53
slytherinlfaraone: They have a PPA. So I was wondering why haven't they considered packaging for official repositories.15:55
_rubenprobably to keep release cycles seperate15:58
lfaraoneslytherin: often upstream dislikes the headaches that come with "stable" maintinence.15:58
slytherinhmm16:00
lfaraoneslytherin: feel free to maintain it, it's FOSS after all :)16:01
slytherinlfaraone: I haven't yet tried it. :-)16:02
=== vish is now known as Vish
=== Vish is now known as vish
=== vish is now known as Vish
callum1hi all first time packaging... just ran pbuilder which has thrown an error AuthenticationTypes.cs(44,41): error CS0433: The imported type `System.Web.HttpUtility' is defined multiple times I have only changed the desciption of the package so not sure why this has failed17:27
carstenhtry building the unchanged package?17:28
callum1carstenh: yeah I just followed the packaging guide as this is my first attempt at making one17:29
callum1ah sorry no I changed the revision to 0ubuntu2 and im trying to build that .dsc17:30
carstenhthis was more a suggestion than a question. you should try to build the unchanged package. if this fails you did not break the package with your changes ;)17:30
callum1:)17:30
=== nobawk is now known as nobawk|away
callum1ok ill give that a try just now cheers17:31
carstenh:)17:31
callum1ls17:31
callum1carstenh: The original wont build either :(17:36
callum1ok this seems to be a known issue http://udd.debian.org/cgi-bin/ubuntu_ftbfs.cgi guess I will leave this bug alone17:37
callum1:)17:37
carstenhgood, so you did nothing wrong :)17:38
callum1Thanks for the advice that could have been a bit of a headache. I'll see if I can find something easy for a first attempt17:40
andolIn regards to bug #562067, I assume it's to late to have the psimedia package rebuilt before relase?17:42
ubottuLaunchpad bug 562067 in psimedia "voice call feature, cause psi to crash" [Medium,Triaged] https://launchpad.net/bugs/56206717:42
gesercallum1: still looking for an easy to fix package?17:47
callum1geser yeah :)17:48
geserlook at the FTBFS of osmo17:49
geserthe "problem" is that it uses some deprecated GTK symbols and builds with -DGTK_DISABLE_DEPRECATED17:49
geserso the fix is to build without this define17:49
callum1great thanks ill have a look now17:50
callum1geser: I have managed to build this package without making any changes?18:03
geserhmm18:03
carstenhyou should talk about the ubuntu releases you use ...18:04
gesercallum1: did you try to build it in a lucid pbuilder?18:04
callum1geser: I am on karmic at the moment18:08
callum1take it this is a lucid issue?18:08
geseryes18:08
callum1got lucid and the dev tools on a latop at home I'll fix this tonight18:09
gesercallum1: if you plan to help out on Ubuntu, you should have a pbuilder (or equivalent) for the development version as all uploads go there (you don't have to run the development version on your system for this)18:11
callum1geser: now you mention it that makes sense :)18:12
ElbrusWhen I built my package (winff) lintian said that my override for embedded-zlib was unused, so I removed it. Now it got rejected by the system because of that warning. What could be going on, difference between i386 and amd64?18:19
Elbrussorry, was for #debian-mentors...18:19
LaneyI thought you couldn't override that one18:22
pijuhello18:42
ElbrusLaney: you can... see: http://ftp-master.debian.org/static/lintian.tags19:10
=== hannesw_ is now known as hannesw
imbrandonanyone familiar with JS arround ? why does a=4;b=6;a+++b; return 1019:30
imbrandone.g. the hows the +++ intrepreted19:30
hyperairin C it would be undefined afaik.19:31
hyperairi'm not sure about JS19:31
hyperairi just add the brackets.19:31
hyperairif it returns 10, then it's (a++) + b19:31
hyperairif it returns 11, then it's a + (++b)19:32
hyperairi say just go to whoever wrote the code and start throwing tomatoes at him/her until he/she understands not to give people headaches with ambiguous code.19:32
micahghyperair: +119:32
imbrandonlol exactly19:33
imbrandonand yea its returning 1019:33
hyperairof course, sebner would prefer rotten tomatoes ;-)19:33
* sebner hurries into the cellar19:33
hyperairhehehehe19:33
imbrandoni guess i dont fully understand the a++ then , i understand the ++b increments it19:34
* hyperair activates the portal in the cellar and tosses tomatoes at sebner through the portal19:34
hyperairimbrandon: a++ = return a and then increment.19:34
imbrandonoh wait a++ incrments it too it just returns the old val19:34
hyperair++a = increment, then return a.19:34
imbrandonahhh19:34
imbrandonright /duh19:34
sebnerhyperair: I'm not quite sure how here deserves them (except you of course)19:34
hyperairyes, one is pre-decrement, one is post-decrement.19:34
hyperairsebner: who is here?19:35
hyperairi mean who is "here"?19:35
sebnerhyperair: I mean who instead of how xD19:36
hyperairsebner: aah!19:36
hyperairthat suddenly made a lot more sense!19:36
hyperairsebner: anyway i was talking about whoever wrote (a+++b). if you write anything like that i'll launch homing tomato missiles at you.19:38
hyperair=p19:38
hyperairwell i'll just assume they have enough range to reach your physical location from here19:38
sebnerhyperair: ah, (a++++b) WTH?????????????19:38
hyperairsebner: three pluses.19:38
sebnerhyperair: 4 make more sense :P19:39
sebnerhyperair: a++ ++b19:39
hyperairsebner: er no i don't think it does...19:39
hyperairsebner: you need something to join them.19:39
sebnerhyperair: well then it's a+ + +b19:39
sebnerhyperair: what's not valid?!19:39
persiaa++++b should return an error: a+++++b is more useful19:39
sebnerhyperair: you increment with ++19:39
* sebner agrees with persia 19:39
hyperairpersia: yeah, that's right. at least it's less ambiguous than a+++b19:40
MTecknologyIs it possible to replacve udev on an ubuntu system?19:40
sebnerMTecknology: I doubt it, it's a core technology19:40
hyperairsebner: a++ + b or a + ++b19:40
hyperairaptitude purge udev \o/19:40
sebnerhyperair: ah, definately needs whitespaces19:41
MTecknologyhyperair: :P..19:41
hyperairMTecknology: ;-)19:41
MTecknologyhyperair: I actually want to remove initramfs-tools; I don't understand what it's purpose is..19:41
hyperairMTecknology: it's used for bootstrapping the ubuntu system.19:42
MTecknologyhyperair: I don't have any initrd and from my understanding, that's where it fits into the boot process19:42
hyperairMTecknology: i suppose. you got rid of your initrds eh..19:42
MTecknologyyup19:43
* hyperair shrugs19:43
hyperairinitrds are important for me at least19:43
MTecknologyhyperair: but now I can't remove that package because a lot of other tools, (mostly udev) depend on it19:43
hyperairMTecknology: go poke the #ubuntu-kernel people. they'd probably know better =p19:43
MTecknologyI understand the importance of initrd; I have some systems that wouldn't boot w/o it; just on this system I don't need it19:44
* sebner is an end-user and happy that his system works, no idea what initrd is xD19:46
* hyperair mumbles something about not knowing what GAC is and hides from sebner19:47
* sebner fetches his rotten tomates!19:47
persiaMTecknology: Not having initrd is supported for some configurations, but not recommended.  Not having udev isn't supported, but theoretically feasibly if you manage all your device nodes manually: that said, it may cause some other issues (e.g. with mountall) that would receive little sympathy.19:48
persiaThat said, this isn't the best place to ask questions: you might try #ubuntu-devel, but I suspect you'll get told to use an initrd and udev there as well.19:48
MTecknologypersia: I figured udev can't be removed. It was more of a random question.19:49
sebnerMTecknology: it seems you have to find your luck with gentoo/LFS :P19:50
MTecknologysebner: .... Gentoo really doesn't give you much freedom of choice..19:50
MTecknologysebner: wanna chat about that- join me in -offtopic :)19:51
sebnerMTecknology: I'm sorry but I have to fetch some rotten tomatoes for hyperair, besides I'm only an end-user not interested in such technical stuff ^^19:52
* hyperair deploys an anti-rotten-tomato shield19:52
MTecknologysebner: I used Gentoo for a while and will never go back 'via choice' - They just don't let you really choose how your system is - only gives you the initial feel that you have that much control. I'll stop it there ;)19:53
sebnerheh19:53
* sebner grabs the magic stick from persia and smashes the shield of hyperair!19:54
* hyperair deploys another19:54
persiasebner: You know, of course, now that you have the magic stick, you have accepted several responsibilities, right?19:54
persiasebner: I'd recommend using it to push RCBugs today, since that was my plan.19:54
* hyperair laughs at sebner19:55
sebnerpersia: I thought the magic stick is only to beat bad people :P19:55
iulianHaha.19:55
persiasebner: No.  The magic stick is used, with an appropriate fulcrum, to move the world.19:56
persiaIt can also be used to move other things.  I usually used it to move developers to chase autogenerated buglists.19:56
* sebner used it only for evil things then xD19:56
persiaDon't do that :p19:57
sebnerpersia: blame hyperair :P19:57
hyperairpersia: that sounds really familiar. something like... slangasek's signature =p19:57
hyperairsebner: you've just admitted that beating me is evil. therefore, I must be a good person.19:57
hyperairsebner: that makes you the villain =D19:58
ajmitchwhat have I walked in on here?19:58
sebnerhyperair: beating = evil but beating an evil person (you) is good :P19:58
persiaajmitch: early-morning rioters, it seems.19:58
ajmitchhow worrying19:58
* hyperair nominates sebner as the king of contradictions.19:58
ajmitchwhy aren't they fixing bugs?19:59
sebnerpersia: /evening here though19:59
hyperairit's early morning here. how did you guess?19:59
hyperairlike 3AM19:59
persiasebner: Not in NZ19:59
ajmitchbecause we know what part of the world you're in?19:59
sebnerajmitch: persia knows :P19:59
* hyperair isn't in NZ, though.20:00
MTecknologysebner: You want to review a package for me?20:01
* ajmitch thinks it's far too early to be up & getting ready for work20:01
sebnerMTecknology: what kind of package? I have time in ~1 hour20:01
MTecknologysebner: I have a question about packaging with multiple licenses too20:01
sebnerMTecknology: general packaging questions are best asked /here20:02
hyperairajmitch: you're right, it's still before bedtime =p20:02
sebnerhyperair: sleep is for the weak! cit. ScottK20:02
MTecknologysebner: I was looking into packaging TrueCrypt more and also wanted your opinion on just rebranding the whole thing for multiverse20:02
MTecknologysebner: I'm just saying.. ya know... you have the magic stick now :P20:02
* sebner takes a deep breath, runs slowly, faster faster FAAAAAASSTER! and throws is back at persia 20:03
* sebner runs in a corner and hides20:03
* iulian wanted to package truecrypt ages ago but gave up.20:03
ajmitchsebner: chicken20:04
hyperairhehehehehe20:04
hyperairiulian: you and everyone other MOTU who uses truecrypt20:04
sebnerajmitch: a fast chicken lives longer :P20:04
ajmitchtruecrypt is one of those nice-to-have but hard to get right packages, I think20:04
iulianMTecknology: IIRC, there is a thread about it on debian-legal.20:04
hyperairwe need one of those quotegrab bots here20:04
hyperairthat was epic.20:04
hyperair"a fast chicken lives longer"20:05
* ajmitch stabs requestsync & launchpad20:05
hyperairajmitch: syncpackage20:05
ajmitchE: The versions in Debian and Ubuntu are the same already (0.9~beta2-3). Aborting.20:05
ajmitchlies!20:05
Laneyyou can override that can't you?20:05
ajmitchLaney: still frustrating20:05
hyperairi think you can't. because requestsync is always smarter than you are ;-)20:05
Laney-C20:05
Laneyit's because LP's Debian import is slow :(20:06
MTecknologyiulian: ya, I think the end result was something like it's just not possible to package it - either that or just not worth it20:06
hyperairthe best part is that if you'er in a region of the world where accessing launchpad sucks badly, you have to wait something like 15minutes for requestsync to come back and tell you "oh hey i can't do it after all"20:06
ajmitchLaney: glacial, you mean20:06
iulianMTecknology: I honestly cannot remember the reason.20:06
* iulian goes back to study now.20:06
* hyperair remembers saying that he was giong back to study, and really does this time20:06
ajmitchhyperair: I found that it wanted to look up packages.debian.org via ipv6 first, and timed out on each ipv6 address...20:07
MTecknologyiulian: their 'open/free' license isn't really free20:07
ajmitchthe problem is in python, not requestsync though20:07
hyperairT_T i build up my resolve to get back to studying and someone pings me.20:07
hyperairajmitch: yeah that suck.s20:07
ajmitchhyperair: you're not allowed to study20:07
hyperairsucks*20:07
iulianhyperair: Shh.  I'm really going if you stop highlighting me. :)20:07
iulianMTecknology: Indeed.20:07
hyperairiulian: i didn't!20:07
iulianThat's true.20:07
hyperairand stop highlighting me, iulian ;-)20:08
ajmitchiulian: stop bugging hyperair! :)20:08
hyperairajmitch: you too =p20:08
* hyperair kills notify-osd and replaces it with a no-op shell script20:08
MTecknologyIf I have initramfs-tools installed, does it really do anything to the boot process or is it mostly there for use by initrd?20:08
ajmitchthat's no fun20:08
MTecknologymeh - ignore the question20:08
lfaraoneimbrandon sponsored bug 301190 to {intrepid, karmic, jaunty}-proposed two days ago but I can't see the upload reflected on LP. Are they stuck in a queue somewhere?20:29
ubottuLaunchpad bug 301190 in etoys "etoys does not launch" [High,Fix committed] https://launchpad.net/bugs/30119020:29
imbrandonlfaraone: likely untill after the release goes out, i got the waiting for approval emails20:33
iulianhttps://launchpad.net/ubuntu/intrepid/+queue?queue_state=1&queue_text=20:33
imbrandonScript panel is disabled20:34
imbrandonmt20:34
imbrandonahh yea its in the queue20:34
imbrandonlfaraone: ^^20:34
arandThe directory of the orig.tar.gz is required to follow a naming scheme right? (name+version less the debian/ubuntu bit).20:48
persiaarand: Not at all.  It can be anything.20:53
arandpersia: Ok... well I think I'll go with the norm either way..20:54
arandSince I don't think I've seen any packages that don't...20:56
persiaarand: Best practice is to have it be however upstream did it.  If you're upstream, package-version is nice.20:56
persiadpkg will *always* unpack to package-version, regardless of the way the orig.tar.gz is constructed internally.20:56
arandpersia: Ah, that is nice.20:58
imbrandonarand: yea if your not upstream dont repack the tar for that21:18
imbrandonplease21:18
arandimbrandon: Ok, this is just some playing about for a PPA, but I'll keep it in mind.21:20
imbrandonarand: :) yup , no worries, just thought i would mention that repacking an upstream tar is a last resort and if you do you need to provide a way to recreate the exact same tar via get-orig-source in debian rules etc, generaly its a bad idea unless you need to do it for dfsg or something21:33
LeLutin_hello, I'm currently trying to make a .deb package for some project I'm coding. I was wondering how the "debian/watch" file worked, and if anyone know if I can use a URL from Github for tracking the automatically generated tarballs21:39
Laneylook into something called githubredir21:39
LeLutin_Laney: great, thanks21:42
=== traveller__ is now known as traveller
imbrandonScottK: can you do archive removals ?22:51
pijuhow long it takes my pkg to appear on PPA after uploaded ?23:14
persiapiju: We don't much do PPAs here (we focus on Ubuntu itself).  You might ask in #launchpad.23:16
persiaimbrandon: Needs shell access: best to just get it on the subscribed list.23:17
ubuntujenkinsI am part of the ubuntu-manual team and the packages in lucid don't have evrything we want (i personally don't know what). The team would like to set up a personal ppa with the stuff we need as we are getting people dispite our note on not installing the packages. basically I would like to build the packages with everything that is in the current texlive source. The readmes in the debian svn branch are usefull but I23:51
ubuntujenkins can't work out what specifies what parts of the texlive source are pulled in.23:51
=== nobawk|away is now known as nobawk
persiaubuntujenkins: I'm not sure I understand your question.  Firstly, I suggest you want to know what you want to change before you start changing it.  Secondly, we don't really support PPAs here.  Those aside, what are you trying to do, or what is your specific issue?23:55
ubuntujenkinspersia: I would like to package all of the current source. the way the debian packages are set up is that they only package some of the source, but i can't work out where this is specified and was wondering if any one knows anything about it?23:56

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