/srv/irclogs.ubuntu.com/2008/04/27/#ubuntu-motu.txt

nxvlLaserJock: yep00:00
LaserJockmaix: dpkg --compare-versions is what you can use to check if a version is higher than another00:00
LaserJockmaix: you'll want to read the dpkg man page for more information on it though, it's not exactly the most user friendly00:00
maixi searched there00:01
maix<maix> i thought: if they patch it the new version will be 6.1, if debian does it will be 6-2, if ubuntu does it will be 6-1ubuntu1; is that right?00:01
maix<LaserJock> if it had a security fix I think it'd be 6-1ubuntu0.100:01
maix-> are there other possibilities how it could be?00:01
LaserJockyes00:02
maixor would it be enough if i'd check them all :)00:02
crimsunI would tend to use 6-1ubuntu~foo00:02
maixhm that's weird ^^00:02
LaserJockit could be 6-1ubuntu100:02
LaserJockor it could be 6-1ubuntu0.8.04.100:02
wgrantcrimsun: ubuntu1~patched1 shouldn't sort before ubuntu0.1, should it? That looks very wrong.00:02
maixLaserJock, 6-1ubuntu1 is in my list :)00:03
LaserJockgenerally the lowest you'd see would be 6-1ubuntu0.100:04
crimsunwgrant: it doesn't, typo00:04
LaserJockunless you use something like what crimsun said00:04
wgrantcrimsun: Phew.00:04
maixand 1ubuntu0.8.... would be higher than 1ubuntu0patched, wouldn't it?00:04
wgrantmaix: Yep.00:04
LaserJockon the other hand00:05
LaserJockyou could look at the probability of the package getting a security or other update00:05
maixLaserJock, that dpkg --compare-versions only works with whole packages not if i specify the versions just as parameter?00:05
LaserJockand decide to not worry about it00:05
LaserJockmaix: not, you just put version strings00:06
LaserJock*no00:06
maixLaserJock, i think the possibility is not very high  :)00:06
LaserJocklike dpkg --compare-versions 0.6-1 gt 0.6-200:06
jdongmaix: dpkg --compare-versions '1.2.3' '<' '1.2.4' && echo TRUE00:06
maixargh cause i got bash: 6-1ubuntu0.8.04.1: No such file or directory00:06
maixbut that's because of the unescaped < :)00:07
LaserJockoh, I don't use <00:07
maixyes, i use lt now ;)00:09
maixok,  6-1ubuntu0patched1 is lower than all the possibilities it could be :)00:11
maixcrimsun, and 6-1ubuntu~patched to00:12
maixbut the latter looks better :)00:12
maix<LaserJock> you could look at the probability of the package getting a security or other update -> in fact yes, but i also asked because i'd like to know :)00:24
LaserJocksure00:24
maixi anyway wanted to learn about packaging and motu and that stuff :)00:25
LaserJockthen you're in the right place ;-)00:25
maixand i learned that you all are very helpful (or just have too much time :P )00:26
LaserJockmaix: bit of both ;-)00:29
maix*g*00:29
maixafter i've read some things about packaging and am able to package one you'll hear from me on revu :)00:31
maixbut at first: gn8 ^^00:31
LaserJockmaix: night00:32
LaserJockdoes kvm work very good on non-VT procs?00:39
jdongLaserJock: no it doesn't work at all00:39
jdongkvm requires VT extensions00:39
LaserJockit says it falls back to basically qemu00:41
LaserJockin the package description anyway00:41
persiaLaserJock: The fallback was removed in February.  The description may need to be updated.00:48
LaserJockk00:48
LaserJockI just installed VirtualBox anyway00:48
LaserJocknot sure if it's gonna work all that well, but what the heck00:48
LaserJockI'd like to set up some virtual machines for SRU testing00:49
LaserJockI think for some of these I'm just gonna have to do the SRU myself00:50
persiaVirtualBox seems to work fine, as long as you're emulating i386.00:50
LaserJockwow, I even found my dapper, feisty, and gutsy CDs00:52
emgenthello people01:07
=== jdong_ is now known as jdong
=== slangase` is now known as slangasek
=== bmk789_ is now known as bmk789
happinessturtlehi, someone please rebuild audacious-crossfade :P03:26
jdonghappinessturtle: file a SRU bug report for it please03:29
persiaI thought there already was such a bug report03:43
=== santiago-php is now known as santiago-ve
happinessturtlejdong, i already filed a bug report and subscribed uus to it :)04:42
happinessturtlewell, actually, i just hijacked one of the 30 or 40 reports filed ;)04:42
=== andy_ is now known as xtknight
=== rockstar` is now known as rockstar_
=== santiago-php is now known as santiago-ve
LaserJockanybody feel like working up a pretty simple SRU for kcheckgmail?06:05
LaserJockjdong: please have a look at bug #17573107:21
ubotuLaunchpad bug 175731 in postfix-policyd "postfix-policyd hangs at "connecting to mysql database:"" [Undecided,New] https://launchpad.net/bugs/17573107:21
CrippledCanarycould someone in motu-sru have a look at bug #22197307:43
ubotuLaunchpad bug 221973 in smstools "smstools folder under /var/run isn't recreated after reboot" [Undecided,New] https://launchpad.net/bugs/22197307:43
geserCrippledCanary: I've looked at your debdiff (I'm not from motu-sru) and it looks ok but has two minor issues08:01
geserthe target in debian/changelog should be "hardy-proposed" instead of "hardy"08:01
geserand the automatic bug closure in Ubuntu uses "LP: xxx" instead of "Closes: xxx"08:02
CrippledCanaryok... thanks08:07
iulianG'morning08:40
guja_nebeskaWhich language is gonna be more useful for future Ubuntu developer - C or Phyton?11:05
persiaWell, make and shell, really.11:11
AnAntHello, if a package X depends on package Y, and I attempt to install X, which postinst will run first ? X's postinst or Y's ?11:24
HobbseeAnAnt: y's, i expect11:30
AnAntHobbsee: thanks11:31
lagahum11:31
lagais the postinst run immediately after installation?11:31
Hobbseei think so11:31
lagayou can probably force the execution order by using the pre-depends field11:32
lagaHobbsee: if packge X depends on Y, Y is not necessarily installed before X AFAIK11:32
AnAntlaga: how's that ?11:32
wgrantUnless there is a Pre-Depends, the order cannot be guaranteed.11:32
AnAntlaga: put Y in X's Pre-Depends: field ?11:32
AnAntI see11:33
lagaAnAnt: it works like Depends:, you just say Pre-Depends:11:33
AnAntlaga: thanks11:33
wgrantHm, actually, maybe for postinsts it is. But for preinst it definitely isn't.11:33
lagai don't know. :)11:34
CrippledCanarycan someone have a look at bug #221973 again....11:53
ubotuLaunchpad bug 221973 in smstools "smstools folder under /var/run isn't recreated after reboot" [Undecided,New] https://launchpad.net/bugs/22197311:53
CrippledCanaryI want to sort out as much issues as possible as soon as possible11:53
emgentheya13:35
PeP`greetings14:19
PeP`I never know if I should install the suggested/recommended packages... and, most importantly; I don't know the difference between them either... can someone enlighten me?14:20
PeP`I was advised to ask in here...14:20
bimberiPeP`: http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html#s-depends14:23
PeP`thank you bimberi14:24
PeP`and if you install the recommended packages, and these recommended ones also recommend a third set of packages... I suppose installing them would benefit to the first package...14:27
pandaPeP`, not necessarily14:32
PeP`ok panda, I only install the first-level recommended oned anyway...14:35
PeP`thanks14:35
rc55Hi, I'm interested in creating a package for ziproxy, am I in the right place?14:52
rc55I've tested it on hardy, and it works fine, I think other people might benefit from it14:53
lagarc55: cool14:55
laga!packaging14:55
ubotuThe packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports14:55
lagarc55: check these links ^^14:55
rc55cool, reading them now14:56
bddebianHeya gang15:21
megabyte405hey - having persistent "Chroot problem" build errors in my ppa - anybody can take a look? https://launchpad.net/~abiword-stable/+archive/+builds?build_text=&build_state=all16:45
megabyte405I know there's the issue where the first build in a new ppa will do that, but I did retry and it ddidn't work for those top two builds16:45
megabyte405nvm had to retry them twice - weird16:52
jdong/bin/sed: can't read /usr/lib/libgnutls.la: No such file or directory16:53
jdonglibtool: link: `/usr/lib/libgnutls.la' is not a valid libtool archive16:53
jdongmake[6]: *** [libAbiCollabXMPPUnixHandler.la] Error 116:53
jdongsome of those build errors looked legit16:53
megabyte405yeah, now I only have legit ones :D17:02
megabyte405the ppa system was being a tad finicky before, now it's ok17:02
copprocan I get help with a package I've built? I'd like someone to look it over and point out my mistakes, if you would be so kind17:22
persiacoppro: Best way to get a review of a package of a new source is REVU.  I'm unsure when the next REVU day will happen, but likely in a couple weeks.  Right now, most people are either taking a break or focused on fixing critical bugs in the recent release.17:24
copprookay17:25
copprothanks17:25
ffmThere is a package, sugar-write-activity, that cannot be installed in hardy because it depends on a nonexistent package, python-abiword. Why is it in the repos if it is unusable?18:03
persiaffm: There are actually quite a few packages like that.  Take a look at the output of `apt-cache unmet -i`.  These are bugs in need of fixing, typically, and happen when packages didn't get enough testing before release.18:14
sebnerpersia: can you confirm that intrepid archives open on 1th may?18:15
persiasebner: No.  I doubt anyone can.  The archives open when they can, and are typically frozen at first while the toolchain is updated.  Watch for the intrepid-changes mailing list, and wait for most of the toolchain to have been uploaded before looking to do anything.18:17
persiaPersonally, I'd be surprised to see much available before the 7th or 8th.18:17
sebnerpersia: kk. just saw the intrepid release schedule on the wiki and on the first may it's "Toolchain Uploaded". Made by Martin Pitt :)18:18
persiaAh.  That's more authoritative than my opinion then :)  Given that, I'd expect the archive to be available for general developer use on the 2nd or 3rd.18:19
sebnerpersia: cool. :D next question. If we still use DaD. Can I already claim some merges for me or should it open to anybody? The next few days I have stress at school but on the weekend I would be happy to start mergin *if* the archves are open18:20
persiaI'm not sure of the current status of the MoM/DaD integration effort.  If DaD is up and running, you ought be able to use it.  As with either tool for any release, be sure to also check Debian to avoid merging something that will be obsolete in the next few hours.18:22
ffmpersia, So, what's the solution? Remove the package or add the dependency package?18:23
sebnerpersia: yeah that's clear. just wast want to be sure that no one complains if I already claim merges for myself. (>10) ^^18:23
sebnerignore "wast" xD18:23
ffmpersia, I don't really know if it needs that package to function, the PPA version of it (pre-hardy) installs fine without it.18:24
persiaffm: If you can find a way to make it work without affecting other packages, it would be a candidate for a stable release update.  If Abiword needs to be updated, this is less likely.18:25
ffmpersia, What's the magic forumula from going from a "apt-get source" to a binary deb for my testing? (I've only worked with RPM building in the past)18:26
persiasebner: Best to start with the merges that are the result of your last work, rather than other merges.  If you are just keeping up to date with Debian, people are unlikely to complain.18:26
persiasebner: Also, during the initial merge is a good time to check to see if the merge patch would fix a bug in Debian, and be sure the appropriate Debian bug is filed.18:27
persiaffm: There are two popular ones.  sbuild and pbuilder.18:27
persia!sbuild18:27
ubotusbuild is a system to easily build packages in a clean schroot environment.  To get started with SBuild, see https://help.ubuntu.com/community/SbuildLVMHowto18:27
persia!pbuilder18:27
ubotupbuilder is a system to easily build packages in a clean chroot environment. To get started with PBuilder, see http://wiki.ubuntu.com/PbuilderHowto18:27
sebnerpersia: Yeah. The problem is 1) I have not that many of my merges to do 2) not worth changes 3) bringing new upstream versions to ubuntu is nice :)18:28
persiasebner: You were doing lots of merges for hardy.  Did none of those packages get updated in Debian during the freezes?18:28
ffmpersia, merci. Which one is better IYHO?18:28
ffmcrimsun, hey!18:29
persiaAlso, I think you were working on the rcbugs list.  Most of those are likely syncs now, and should be reported as such (but need investigation).18:29
sebnerpersia: I said "not" many. Only 7-8 I think. And not all of them are worth a merge.18:29
persiaffm: I like sbuild, but I also like there being competition between two tools, as I believe it gives us a better way to measure packages against policy.18:29
sebnerpersia: yeah. of course I will check if a merge is a sync now ^^18:30
persiaIf we all use the same tool, we are only testing compliance with a given implementation.18:30
ffmpersia, Hm.. I don't have LVM set up... (i've been meaning to, but I don't want to have to recopy all my data...)18:30
persiasebner: Ah, right, Debian is in a release freeze now, so there might not be so many merges for intrepid as we had for hardy.18:30
persiaffm: I just resized a partition to free up 20GB.  You don't have to use LVM for your entire disk.  Also, it is possible to use sbuild and schroot without VLM-snapshots, but you'll have to fiddle a bit more, and it's slower.18:31
sebnerpersia: well. DaD shows me a lot of new upstream versions. Just not "my" pakages. That's the reason why I asked you ^^18:31
gesersebner: you can take one of mine open merges if you need work, but tell me which ones, so I know I don't need to work on them18:31
sebnergeser: I'll check that on weekend. thx.18:32
sebnergeser: buh. around. 60 if I counted correctly. Great. But I'll mainly take new upstream versions. Will let you know which ones. Thanks again :D18:34
slangasekpersia: Debian only just entered release freeze, so there's going to be at least one round of merges...18:34
sebnerslangasek: can you give me a timeframe?18:35
slangasektimeframe for what?18:35
persiaslangasek: Oh, I'm sure there will be merges, but I seem to remember the first soft freeze starting in March or so, and don't expect Maintainers to be rushing to build the volume of updated merges we saw right before FeatureFreeze for hardy.18:35
sebnerslangasek: the merge round18:36
persia(as an added bonus, the rcbugs list for intrepid ought be more syncs and less merges)18:36
slangaseksebner: not before the archive opens for intrepid, and then as long as it takes? :)18:36
sebnerpersia: syncs are also fun. doesn't matter :)18:36
sebnerslangasek: ^^18:36
=== fta_ is now known as fta
slangasek(well, until the cutoff date, which should be in the IntrepidReleaseSchedule)18:36
sebnerkk18:36
sebnerpersia: ah still a question left18:37
slangasekpersia: I didn't notice any real impact from the soft freeze on the rate of package changes in Debian18:37
sebnerpersia: I have a lot of -0ubuntu1 packages. Should they stay in this state or do we want merges and syncs from debian in generel? I know that there are expections of course. but in generel ...18:37
=== txwikinger is now known as txbot
persiasebner: Between Archive Open and Debian Import Freeze, we want to get as close as possible to Debian for every package also in Debian.18:38
sebnerpersia: great. good to know18:38
=== txbot is now known as txwikinger
Kopfgeldjaegerhi18:38
sebnerpersia: btw. I don't want to annoy you ^^. Any progress for the new "hackers" team?18:39
Kopfgeldjaegerwhat should i do if an application does not have an icon but needs a desktop file?18:39
ffmIs the devel schedule up yet for ibex?18:39
persiaBetween Debian Import Freeze and Feature Freeze, it's a good idea to track Debian, and if a package can be synchronised, this is always good.18:39
ffmKopfgeldjaeger, Make an icon.18:39
persiaAfter FeatureFreeze, it's mostly about backported bugfixes.18:39
ffmKopfgeldjaeger, It's bad form for it to have a .desktop with a generic icon.18:39
persiasebner: See the minutes for the last MOTU Meeting (when they come out).18:39
sebnerpersia: I attended the meeting ;)18:40
persiasebner: Then you saw the determination :)18:40
sebnerpersia: yeah. we decided the name. But when will the group be renamend and "open"18:41
persiasebner: LIkely Wednesday, if not sooner.18:41
sebnerpersia: great. Sounds stupid but I want to start my new development round with a @ubuntu.com mail adress ;)18:41
geserffm: https://wiki.ubuntu.com/IntrepidReleaseSchedule18:43
=== persia changed the topic of #ubuntu-motu to: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing | 8.04 is released: Let's fix any SRU-worthy bugs before the users try the package.
sebnereffie_jayx: heya. you are pretty often on the planet. good work :)18:45
effie_jayxsebner,  try to... community work / reportin / a bit of packaging... ;)18:46
CrippledCanaryif we are supposed to fix SRU-worty bugs perhaps someone looks at bug #221973 soon :)18:46
ubotuLaunchpad bug 221973 in smstools "smstools folder under /var/run isn't recreated after reboot" [Undecided,New] https://launchpad.net/bugs/22197318:46
sebnerpersia: you are member of the MC right?18:46
jdongpersia is everything. at the same time :)18:47
sebnergeser: uhuhuh. I'll take scite. I just it very often in past :)18:47
sebnerjdong: hehe18:47
sebnerpersia: you have to shout with your MOTUs. Look on DaD who is the last uploader of "rosegarden" ;)18:48
persiasebner: Heh.  If you're up for it, track down the uploader by looking at the key that signed the message to hardy-changes, and complain :)18:49
sebnerpersia: ^^. You won't?18:50
persiasebner: I'm not likely to have the time soon :(18:51
sebnerpersia: No problem. I look for the villain and you complain. You have a lot of authority ^^18:51
persiasebner: For that sort of thing, no more than you.18:52
sebnerpersia: but people know you and have respect and will be afraid to do it once more :)18:53
Kopfgeldjaegerffm: ok. gimped a gtk cube with a green check18:55
ffmKopfgeldjaeger, What package is it anyway?18:56
Kopfgeldjaegergtkhash, utility to compute hashes18:56
ffmKopfgeldjaeger, Cool.18:57
=== fta_ is now known as fta
=== Seveaz is now known as Seveas
Kopfgeldjaegerwhat would be the best way to include an icon+desktop file into a package with cdbs?19:11
nixternalthere are a few ways actually, check out the docs in /usr/share/doc/cdbs/19:13
persiaKopfgeldjaeger: Put them in debian/ and install them with the package.install file.  Call dh_desktop and dh_icons in debian/rules.19:14
nixternalif the icon/desktop file isn't included with the application, what I generally do is add the icon and the desktop file in debian/ and install from there19:14
nixternalwith a foo.install file19:14
nixternaldamn you persia! let me answer a question :p19:15
* persia stops answering questions19:15
Kopfgeldjaegerok. they're already in debian :) i also just found that with dh_desktop, it's called with gnome.mk.19:15
* nixternal goes back to the lug meeting19:15
nixternalhaha, you can answer questions again :)19:15
=== txwikinger is now known as txbot
=== txbot is now known as txwikinger
Kopfgeldjaegerhmpf. dh_desktop and dh_icons are called (added gnome.mk to rules), but the desktop file and the icon arent included :/19:23
awmcclainIf I'm packaging a daemon, what's the best way to test my install? I can test the basics within a pbuilder environment, but getting a daemon to run is quite difficult. Any thoughts?19:29
RainCTKopfgeldjaeger: you have to install them with dh_install19:33
RainCTKopfgeldjaeger: .desktop files into usr/share/applications and icons into usr/share/pixmaps19:33
Kopfgeldjaegeroh key... how should i call dh_install? just add the lines in debian/rules? a link would help19:34
RainCTKopfgeldjaeger: is there a debian/install (or debian/<packagename>.install) file?19:35
Kopfgeldjaegernope.19:35
RainCTKopfgeldjaeger: well, then create one. does the package produce only one binary package or more?19:36
Kopfgeldjaegeronly one19:36
RainCTKopfgeldjaeger: then you can call the file just debian/install (without the package name prefixed), and list the file to install and the destination each on one line19:37
RainCTKopfgeldjaeger: like:   debian/gtkhash.desktop usr/share/applications19:37
Kopfgeldjaegerthanks. thats really clear.19:37
RainCTnp :)19:38
Kopfgeldjaegerhaaar.... uploading package the 20th time to ppa (stupid errors... like no source, intrepid not there yet, uploaded also .deb) -.-'20:37
Kopfgeldjaegerok. how can i build the source package (source only, .orig included)?20:41
RainCTKopfgeldjaeger: debuild -S -sa20:41
RainCTKopfgeldjaeger: (-sa is to include the .orig.tar.gz)20:41
Kopfgeldjaegerthanks. already tried -S and -sa. but not together. whoa!20:42
RainCTheh20:42
Kopfgeldjaegermaan :/ ppa says md5sums dont match, but they do...21:02
=== neversfelde_ is now known as neversfelde
ffmCan someone confirm bug #219358 for me?21:34
ubotuLaunchpad bug 219358 in sugar-write-activity "Package has unresolved dependancies" [Undecided,New] https://launchpad.net/bugs/21935821:34
Lamegoyes21:37
Lamegoffm, Depends: python-abiword (>= 0.6) but it is not installable21:37
=== bmk789_ is now known as bmk789
ffmLamego, Thank you.21:38
zorglu_q. i got a .deb installable on ubuntu, but it is closed-source. is there a way to be included in ubuntu universe/multiverse ?21:38
ffmLamego, Would you care to mark the bug such?21:38
Lamegodone21:40
pwnguinzorglu_: well... we have progress quest, because idiots love idiotic things21:44
zorglu_pwnguin: ?21:45
pwnguinits a windows binary21:45
pwnguinin ubuntu21:45
copprooh, thanks for remining me to start playing21:46
* pwnguin stabs21:46
zorglu_pwnguin: i dont understand what you mean21:46
copproI think he's saying yes21:46
zorglu_coppro: ok thanks :)21:47
pwnguinzorglu_: if ubuntu is allowed to redistribute the binaries, and it's not terrible, it could be considered21:47
pwnguinbut expect opposition21:47
zorglu_pwnguin: how opera and co did it ?21:48
pwnguinopera's in canonical's commercial repo21:48
pwnguini dont know if they build the package by hand or if they have access to the source, but either way it's not in uni/multiverse21:48
zorglu_pwnguin: ok what kind of opposition is there to go in uni/multiverse ?21:49
pwnguinwhat sort of opposition? people who don't like closed source and dealing with closed source bugs21:49
zorglu_pwnguin: the .deb is already working and comply to usual rules of .deb21:49
pwnguinis there a source package?21:50
zorglu_pwnguin: i could build one but i cant publish the source, no21:50
pwnguinzorglu_: take a look at the pq source package21:51
zorglu_pq= ?21:51
pwnguinprogress quest21:51
copproit's in the package 'pq'21:51
zorglu_ok looking21:51
pwnguina stupid parody of PC RPG games21:51
coppropwnguin, can you look over a package I made and give me pointers, if it's not too much of an issue?21:52
* pwnguin isn't worth a damn at reviews yet21:52
copproit's my first ever package - I'm sure you can find something wrong21:53
pwnguinim not so sure about that21:53
pwnguinwhat's lintian say about it21:53
pwnguin?21:53
zorglu_about packaging, is there a way to make a 32bit package being easily installable on a 64bit ?21:54
copprorunning it21:54
zorglu_like autojailling or somethign21:54
copproit says tons since I upgraded to gutsy, apparently21:55
coppro*hardy21:55
pwnguinwell fix those ;)21:56
copprohow do I tell it that a file in the source package shouldn't exist in the distribution21:57
copprolintian complains about them21:58
crimsunffm: hi21:58
miguillois revu server working correctly? i uploaded a package and it doesn't show up in the new packages list21:58
copprothen I get a 'dpkg-source: warning: ignoring deletion of file Patterns/Rakes/.DS_Store'21:59
ffmcrimsun, so, for packages with broken dependancies, we'll just remove the package from universe, right?21:59
crimsunffm: not for hardy, no.21:59
ffmcrimsun, not even 8.04.1?21:59
crimsunffm: no.22:00
ffmcrimsun, if we can fix the package so it doesn't require that dependency, does that qualify for a SRU?22:00
crimsunffm: yes22:01
Kopfgeldjaegercould someone have a quick look at (there arent many changes to look at) my package for gtkhash? builds fine with hardy-ppa. i would like to see it in intrepid22:01
Kopfgeldjaegerhttp://nicolaispohrer.dyndns.org/packaging/22:01
copprowhere can I find a guide to lintian errors?22:04
copprowhy am I getting an unkown-section universe error?22:16
crimsundon't hardcode universe into debian/control:section22:16
crimsunthe archive-side overrides take care of that.22:16
copprooh22:16
copproso what do I put there?22:16
crimsunwhatever's appropriate.  Just omit universe.22:17
copprook22:17
crimsun(http://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections)22:17
Kopfgeldjaegern822:19
RainCTmiguillo: have you joined the ubuntu-universe-contributors team in Launchpad? (and if so, how much time ago?)22:22
RainCTKopfgeldjaeger: please upload to REVU if you want reviews22:22
miguilloRainCT: something like 10hours ago22:23
RainCTmiguillo: Your key won't be on REVU yet, then. I'll start a sync now.22:23
miguilloRainCT: thanks22:23
RainCTmiguillo: ok, you should be able to upload now22:25
miguilloRainCT: my upload was accepted, do i need to do it again?22:26
RainCTmiguillo: yes22:26
pandaA blueprint is a possible future package ?22:30
crimsunit possibly involves packages22:30
pandathanks22:31
=== Allan_ is now known as Hit3k
crimsunRAOF_: would I be incorrect in presuming that hardy lacks a gnome-do-plugin-foo for banshee?22:36
crimsun(I know it was committed some time ago, but I only recently began to look at Do)22:37
miguilloRainCT: uploaded again, and it is not showing in new list22:40
sotoWhat is the other build system similar to pbuilder?22:40
=== Amaranth_ is now known as Amaranth
jdongsbuild?22:42
sotojdong: No, I don't think that was it. I think it was Ubuntu specific.22:42
jdongsoto: what is it used for?22:43
sotojdong: Building packages in a chroot.22:43
jdongpbuilder's really the only one. There's pbuilder-dist and prevu which are frontends to builder22:43
jdongand sbuild which is more similar to what the build servers use22:43
sotojdong: prevu.22:43
jdongah :)22:43
sotojdong: Thanks22:43
jdongprevu is a frontend for pbuilder that makes the process of building backports simpler22:44
* jdong is the author :)22:44
sotoWell thanks for writing it.22:44
RainCTmiguillo: what package is it? tomcat6_6.0.16-0ubuntu1_source.changes?22:44
jdongsure thing :)22:44
miguilloRainCT: it's ok now, after reload, thanks22:45
sotojdong: prevu will automatically 'install' a package in the jail so that a lter package I'm building will be able to find it right?22:47
copprohow do I use dh_installman23:07
copprocorrectly, of course23:08
RainCTcoppro: listing the manpages in a debian/manpages file, for example23:10
jdongsoto: if you run a prevu-update after the build of the previous package, yes.23:10
RainCTcoppro: (and then calling dh_installman in debian/rules)23:10
RainCTgood night23:11
copprookay, what's the syntax for manpages?23:12
copproI need to install one file for two binaries23:12
copprookay, why is my package no longer creating orig.gz and diff.gz files?23:16
=== _Czessi is now known as Czessi
RainCTcoppro: https://wiki.ubuntu.com/PackagingGuide/Howtos/PODManpage, for example23:19
copprothat helps my man issue I think23:26
coppronot my {diff,orig}.gz problem23:27
copprohow do I figure out where dkpg-buildpackage thinks my original source archive is?23:30
RainCTcoppro: what's the name of the uncompressed directory?23:35
RainCTcoppro: well. if it was for example "hello-world-0.1" then the original source should be located at ../hello-world_0.1.orig.tar.gz23:36
* RainCT goes to bed now23:36
RainCTgood night all23:36

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