/srv/irclogs.ubuntu.com/2009/12/08/#ubuntu-motu.txt

cjwatsondtchen: please go ahead - my change to libsdl1.2 was just a rebuild, and I don't really want to merge it00:01
dtchencjwatson: thanks00:02
MTecknologyAmaranth: ya, idk how much00:09
=== asac_ is now known as asac
=== dktrkranz is now known as Guest23053
=== Guest23053 is now known as dktrkranz
=== dktrkranz is now known as Guest35967
=== Guest35967 is now known as dktrkranz
=== DktrKranz is now known as Guest62390
=== Guest62390 is now known as DktrKranz
=== MTecknology is now known as ALearing
=== ALearing is now known as ALearing_
=== ALearing_ is now known as AdamLearing
=== AdamLearing is now known as MTecknology
EagleScreenhi03:20
EagleScreendebuild -S -sd always give me error03:21
EagleScreensee plEASE http://pastebin.com/d65b0739903:21
RoAkSoAxEagleScreen, I guess that you want to do: debuild -S -sa instead of debuild -S -sd03:27
EagleScreenmay be, but it gives the same error03:28
EagleScreeni have tried with two completly different packages03:28
ajmitchdo you have make installed?03:29
ajmitchor is ~/devel on a special filesystem?03:29
EagleScreenyes03:29
EagleScreencheking it03:29
EagleScreenohhh03:29
ajmitchmounted noexec?03:30
EagleScreen~/devel is a link to a directory in a ntfs-3g partition03:30
ajmitchright, that could be problematic03:30
ajmitchI'm not sure of the state of NTFS stuff, whether it can be mounted exec (probably can), and if everything will work03:31
dtchenok, who has a softmodem on HDA?03:32
dtcheni.e., has sl-modem-daemon or hsfmodem installed03:33
ajmitchhm03:33
* dtchen squashes more PA bugs03:33
ajmitchnot sure how my modem is hooked up in the laptop03:34
ajmitchlooks to be HDA, though I don't have any dialup account to test with03:35
EagleScreenok, now the problem is this other one http://pastebin.com/d2d71b13103:38
ajmitchran sudo apt-get build-dep konversation?03:40
EagleScreenjust the same error03:43
EagleScreenand is it really necessary to just build the source package?03:43
ajmitchwhen the source package needs certain packages to run its clean target in debian/rules, then yes03:44
ajmitchmost often with things like quilt or dpatch03:44
ScottKEagleScreen: You need a newer pkg-kde-tools03:44
ajmitchthanks ScottK, I was about to suggest #kubuntu-devel would know more :)03:45
EagleScreenthanks ScottK, will check it03:46
=== LucidFox_ is now known as LucidFox
ScottKEagleScreen: It's also a bug that the version require for pkg-kde-tools aren't specified properly in the package.03:46
EagleScreen0.4.11uubntu7 is mine03:47
ScottKYou need the one from lucid03:48
EagleScreenalso debhelper from lucid :\03:50
ScottKI don't think so, but maybe03:51
EagleScreenyes it told me it03:53
EagleScreenthanks you guys03:54
EagleScreensee u tomorrow (may be)03:54
MTecknologyWhat section would this fall under? https://edge.launchpad.net/ricoh-r5u87x04:37
RAOFMTecknology: Having a look at http://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections suggests... video?  It's for webcams, which are about the video.04:45
MTecknologyRAOF: thanks04:46
MTecknologyI'm trying to bui;d this package but it wants the authors pgp key. I'm only packaging it for them. Where does debuild pick the email it's going to look for the pgp key of?05:06
macoMTecknology: $DEBEMAIL05:06
macoand i would assume that's package author...05:06
macobecause its just for debian/changelog05:07
macoalso $DEBFULLNAME05:07
MTecknologymaco: thanks.. and for this? Enter passphrase: gpg: gpg-agent is not available in this session05:09
macostart gpg-agent05:09
MTecknologythanks :)05:09
MTecknologystart: Unknown job: gpg-agent05:09
MTecknologyseems to have signed fine anyway05:09
jmarsdenMTecknology: You don't need the agent, it just avoids the need to repeatedly enter the passphrase for multiple signings05:10
macoMTecknology: oh its not an upstart job. i meant the verb "start" not the command start05:10
MTecknologythanks :)05:12
MTecknologythis packaging thing doesn't seem as scary as it did 30min ago05:12
maco^_^05:18
MTecknologyAny ideas why this hates me? http://paste.ubuntu.com/337038/05:19
MTecknologydebuild -S ran through w/o complaints05:21
mrooneyI'm using a very simple debian/rules to invoke cdbs/pycentral, where can I start debugging if "python setup.py install" ships my package correctly in dist-packages symlinked to pyshared, but installing the generated deb doesn't create the package in dist-packages?05:21
jmarsdenMTecknology: Well, obvious question... did you do a pbuilder create to set up that chroot earlier?05:22
MTecknologynope05:22
jmarsdenThen that's why the error message says you need to do so.... :)05:22
MTecknologyjmarsden: I'm trying to follow https://wiki.ubuntu.com/PackagingGuide/Basic05:22
jmarsdenAnd it doesn't tell you to set up your pbuilder chroot before you use it????05:23
MTecknologyjmarsden: this? https://wiki.ubuntu.com/DebootstrapChroot05:23
=== asac_ is now known as asac
jmarsdenMTecknology: More like https://wiki.ubuntu.com/PackagingGuide/Complete#The%20Personal%20Builder:%20pbuilder05:24
ScottKmrooney: Does your package declare with python versions the binary supports in X-B-Python-Version05:24
jmarsdenYou seem to be using a partial version of the Guide which lacks some info??  Not sure about that, I always use the Complete one :)05:25
MTecknologyjmarsden: i  liked the word Basic in the title... :P05:25
jmarsdenFor me that is more a reminder of 10 PRINT "HELLO"   20 GOTO 10    "BASIC" :)05:26
MTecknology:P05:26
MTecknologyjmarsden: so that creates a very minimal virtual environment that's clean for building packages?05:27
macopbuilder!05:27
MTecknologymaco: hurray!?05:28
jmarsdenYes.  See https://wiki.ubuntu.com/PbuilderHowto05:28
macouse it!05:28
jmarsdenMTecknology: and after that see http://wiki.debian.org/PbuilderTricks05:28
MTecknologyI wonder how long it'll take to setup the environment05:29
jmarsdenMTecknology: It is a *very* helpful way to check that you have your dependency stuff correct before uploading packages to a PPA or to Ubuntu itself.05:29
jmarsdenMTecknology: Minutes if you have a fast Internet connection.05:30
MTecknologywe're throttled here05:30
MTecknologydakota state uni kinda sucks05:30
jmarsdenI'm spoiled... 10Mbits/sec down from Verizon FIOS here :)05:30
mrooneyScottK: Hm, I think? http://bazaar.launchpad.net/~mrooney/wxbanker/packaging-0.6/annotate/head%3A/control05:31
MTecknologyI think we're05:31
mrooneyI'm honestly not 100% what ${python:Versions} means05:31
MTecknologyI think we're 'supposed' to get 2Mbit down but the reality is ~60Kb/s 80% of the time05:31
jmarsdenEwww.  At 60kbits/sec creating a fresh chroot could take a while.05:32
MTecknologyTi's on I: Retrieving net-tools05:32
MTecknologyIt's*05:32
jmarsdenI only notice that text if it fails to find something (usually a Debian sid one when that happens!).05:33
jmarsdenAlthough right now Lucid is in a weird state (not for a base pbuilder, but X is all weird and broken if you update Lucid today).05:35
ScottKmrooney: That should be correct.  BTW, you don't need the <<3.0 in XS-Python-Versions.  Thats assumed.05:37
mrooneyScottK: oh okay, is that a generic major version assumption, or specific to python?05:39
MTecknologyok - so I got further - any idea what I screwed up on this time?05:40
jmarsdenMTecknology: pastebin?05:40
MTecknologyhttp://paste.ubuntu.com/337044/05:40
MTecknologysorry05:40
jmarsdenI'm good but not *that* good :)05:40
MTecknology:P05:41
jmarsdenYour package needs debhelper version 7 but you did not include it in your Build-Depends: line in debian/control, most likely.05:41
ScottKmrooney: specific to python05:42
MTecknologyjmarsden: Build-Depends: debhelper (>= 7)05:44
MTecknologyjmarsden: does my package actually need that or is it jsut an example?05:44
jmarsdenIf you have debian/compat containing the number 7, your package needs that (so they match).05:45
mrooneyScottK: okay. My previous release works fine, I've made more changes since then to setup.py than debian/ so I guess I should look there, but since it setup.py --install's fine, it seems logical to suspect my packaging05:45
jmarsdenI can't tell whether your package truly uses debhelper 7 features without reading all of your debian/rules file...05:45
MTecknologyjmarsden: http://paste.ubuntu.com/337047/05:46
jmarsdenDoesn't look like it needs dh7 specifics to me, but if you are following the guide and it said you should create debian/compat with a 7 in it, then... you can stick with the guide.  You need some sort of Build-Depends: dephelper    obviously, the only question is whether you really need 7.05:48
jmarsden*debhelper05:48
jmarsdenI'd just add it, for a first package.05:48
MTecknologyactually the guide said 505:48
MTecknologydh_make just defaulted to 705:49
jmarsdenWell, then you could make it 5 in both places if you want.05:49
MTecknology*debhelper ?05:49
jmarsdenAs opposed to dephelper which is what I typed earlier.05:49
jmarsden*foo usually means a type correction05:49
jmarsden*typo correction :)05:50
jmarsdenif you see what I mean :)05:50
MTecknologyya05:50
MTecknologybut I'm lost now..05:50
MTecknologyBuild-Depends: debhelper (>= 7)05:50
jmarsdenSure, just do it.05:50
MTecknologythat's what dh_make made by default05:50
MTecknologyBuild-Depends: debhelper (>= 5)05:50
jmarsdenUnless you need the package to build on older versions of Debian and Ubuntu, 7 is fine.05:51
MTecknologyThat's what the wiki says - but it's not regularly updated05:51
MTecknologyok05:51
jmarsdenExactly.05:51
MTecknologyso what was the fail?05:51
jmarsdenOh sorry my bad... wait a second...05:52
MTecknologyI need to run off really soon but I'm hoping I can have this finished soon enough :)05:53
jmarsdenMake it Build-Depends: debhelper (>=7), pkg-config05:53
MTecknologywith the help of smart people05:53
jmarsdenFail was that it didn't have pkg-config around05:53
MTecknologystill fails05:54
MTecknology!info debhelper05:55
ubottudebhelper (source: debhelper): helper programs for debian/rules. In component main, is optional. Version 7.3.15ubuntu3 (karmic), package size 429 kB, installed size 1368 kB05:55
jmarsdenMTecknology: pastebin the output again please, the output ffrom the latest attempt05:56
MTecknologyhttp://paste.ubuntu.com/337050/05:57
MTecknologyI'm going to run - back in 1min05:57
jmarsdenOK... looks like you need to recheck all your dependencies more carefully...05:58
MTecknologyjmarsden: I have no idea what I'm doing here....06:06
stochasticHi all, I'm just curious what the best method is to fix Bug #235696 it's an upgrade request and the latest version was just added to Debian Unstable.  Should the universe uploaders be subscribed, or should a new request for a pull from debian be made?06:07
ubottuLaunchpad bug 235696 in patchage "[upgrade] upgrade to 0.4.2" [Wishlist,Confirmed] https://launchpad.net/bugs/23569606:07
jmarsdenMTecknology: You have to tell the system *all* the packages that your package depends on.  Not just one or two.06:08
jmarsdenExcept the really basic ones already in the pbuilder chroot, that is.06:08
MTecknologyjmarsden: how can I see what it depends on?06:08
jmarsdenYou wrote the code... or you read the INSTALL file and see what they tell you it needs when you compile it by hand?06:09
MTecknologyI didn't write the code06:09
macoMTecknology: by the way, regarding your download cap... maybe set up aptcacher-ng on a system on your lan so you only have to download packages once?06:09
MTecknologyI'll check that though - thanks06:09
MTecknologymaco: I don't have a spare system but thanks for the suggestion06:10
MTecknologyjmarsden: I see it now - task for tomorrow06:11
jmarsdenMTecknology: Then when you build it, it should have info on what libraries etc it needs around.  We can do it one at a time as the builds fail, but it will take a while...06:11
jmarsdenOK.06:11
MTecknologyjmarsden: maco: Thanks very much :)06:11
MTecknologyThis doesn't seem like a hard process; just not easy for a very beginner to figure out - which isn't all bad06:12
MTecknologyalrighty - g'night all06:12
jmarsdenGoodnight.06:12
porthosestochastic, wait for the package to migrate to debian testing, then change the bug to a sync request :)06:14
stochasticporthose, okay.  Thanks.06:15
alkisgCan I detect from my prerm script if the package is being purged or removed? http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-mscriptsinstact06:17
douswin206:58
mrooneyScottK: wow, I figured it out but that was OBSCURE07:50
mrooneyI created a trivial postinst, which apparently stopped pycentral from generating its own which was what was doing the linking07:51
mrooneyhow it is remotely discoverable that creating a postinst breaks your package is beyond me though, wow, it took me three days haha.07:52
mrooneyNow I need to figure out how to have a postinst with pycentral, any tips? Is there some way to supply a script it runs after the autogenerated one?07:55
Ancalagonhi07:58
AncalagonI'm already know bash scripting and VBA. Now I want to learn something else that help me to devel something for linux world. Some language that have the possibility to have GUI. Have you some suggestion? C? Java?07:59
tsimpsonAncalagon: C, C++ or python are a good start, you can use several cross-platform GUI toolkits with each of those08:00
mrooneyAncalagon: Python is pretty friendly to beginners, and Ubuntu uses it a fair amount.08:00
alkisgVBA is very similar to Gambas, but python would be better accepted by the community... C and Java are quite different from VBA08:01
dholbachgood morning08:01
alkisgMy sch-server package is installed on servers. On postinst, I want to expose some of the server's configuration files by using apache. So I'm creating an apache site and I'm making symlinks to some of the server's configuration files. My question is, where's a good place to put that site on the file system? /var/www/sch-server?08:06
alkisg(For example, I create a symlink /var/www/sch-server/firefox/user.js there that shows to /usr/lib/firefox-3.5.5/defaults/preferences/user.js)08:08
slytherinalkisg: yes /var/www, but why are you handling this in postinst?08:14
alkisgslytherin: thanks, how should I do it?08:14
alkisgE.g. /usr/lib/firefox-3.5.5/defaults/preferences/user.js could be in a different path depending on the firefox version08:15
slytherinalkisg: Why does your server need to have access to user.js form firefox?08:16
alkisgI want the sch-clients to be able to copy the settings from user.js that the server has (different package, installed on the clients)08:16
alkisgThe server announces itself on the network using avahi, and the clients copy over whatever settings the teacher needs08:17
Ancalagonso I can choose between C, C++ or python.. hm.. ok. And those are all good for linux, isn't it?08:17
alkisgslytherin: I.e. public ssh+italc keys, firefox settings etc08:17
slytherinalkisg: hmm. I don't have better solution for this right now. But I still think postinst is not good idea.08:19
alkisgslytherin: I could do that from a script that the user runs after the installation, e.g. "sch-server-setup", would that be a better idea?08:20
slytherinCan't say. Haven't dealt with many server installations.08:20
alkisgThank you :)08:20
persiaalkisg: You might also just install the symlinks, rather than creating them at install time.  dh_link might help.08:49
* Yagisan waves08:53
alkisgThe problem is that some symlinks don't have fixed targets, e.g. I need code to find out where firefox keeps its user.js file :-/08:54
alkisgThanks, need to go, bbl :)08:55
* persia would have thought that most standard configuration file locations would be defined by the packaging that delivered them08:59
mrooneypersia: hey, how's it going?09:06
persiamrooney: Alright.  For you?09:07
mrooneypretty good!09:07
mrooneybut I ran into an dh_pycentral issue that has stumped me, are you familiar with it?09:08
persiaNo.  The install-time special handling of python modules remains opaque to me.09:08
mrooneyalas.09:08
mrooneyknow any pros to point me to?09:09
persiaThere's usually some python folk around here: my recommendation would be to wait a bit for someone to catch the backscroll.09:11
mrooneysounds good, good (time of day) to you, I'm headed to bed09:14
mrooneyI tried to look at your LP profile to see what time of day it actually is for you, but you seem to have played a humorous game with the map09:15
persiaThe timezone is correct, although the latitude is deliberately skewed.09:16
persiaHave a good night.09:16
POXmrooney: use dh_pysupport09:30
POX/usr/share/doc/python-support/README.gz09:30
=== ghostcube_ is now known as ghostcube
persiaPOX: Do I read that correctly that one just calls setup.py and adds dh_pysupport, and doesn't need to bother with python-specific files in debian or fields in debian/control?09:59
POXpersia: you have to add python:Depends and external modules package needs in Depends10:04
POX(python:Depends will be replaced with interpreter / helpers dependencies only)10:05
persiaThat doesn't seem very tricky.  I just always got stuck on the special fields like XB-Python-Version and similar.10:05
POXif module doesn't work with all supported Python versions, you can use XS-Python-Version10:06
POXXB-P-V is used only in pycentral10:06
persiaRIght, which gets back to the bit that was confusing me.  I'll just hope I mostly encounter the case where I don't have to worry about that :)10:08
POXpersia: I recommend rules.tiny - it does the right thing for python modules and extensions (even for -dbg packages)10:19
persiaPOX: Really?  I've used rules.tiny for all the new packaging I've done for most of the past year, and that makes me suddenly unafraid to package python.10:19
slytherinCan anyone please translate the error in this bug - https://bugs.launchpad.net/bugs/493986 It appears to be Spanish.10:38
ubottuUbuntu bug 493986 in gst-plugins-ugly-multiverse0.10 "package gstreamer0.10-plugins-ugly-multiverse (not installed) failed to install/upgrade: intentando sobreescribir ?/usr/lib/gstreamer-0.10/libgstlame.so?, que est? tambi?n en el paquete gstreamer0...." [Undecided,New]10:38
persiaslytherin: loose gloss: unable to write the file because it's also in gstreamer0.10-lame (undeclared conflicts).  One way to get the right error messages is to grep for the string in the appropriate .po file for the affected package.10:50
slytherinpersia: I guessed that meaning after reading the errors carefully. Anyway the bug is invalid because -lame package is not in repositories. So whether -ugly-multiverse overwrites file in that package is not our concern.10:51
thekornhi,10:57
thekornare there some easy ways, some helpers etc. to write manpages?10:58
persiathekorn: help2man is my favorite11:01
thekornpersia, wow, that's exactly what I was looking for, thanks11:02
slytherinI believe there is also docbook2man but then you need to be familiar with docbook first.11:03
thekornit's event mentioned here: https://wiki.ubuntu.com/PackagingGuide/SupplementaryFiles  but I somehow skiped it11:04
cornucopicno LaTex to man ? :)11:04
thekornrest2man would be cool ;)11:04
persiathekorn: That's tricky, but wsdl2man ought be easy enough to implement.11:05
thekornok, rst2man already exists, not sure how good it works11:06
slytherinmy bad docbook2man expects file in SGML docbook format not XML docbook format.11:07
jaldharis laserjock on this channel?  If so what times are good for talking to him?11:33
persiajaldhar: sometimes, but he's not on IRC so often these days.  He's in UTC-5, if that helps.  Email might be better, if only to schedule something.11:34
jaldharpersia: thanks.  This is about a package maintained by MOTU but which he touched last.  I'll email him11:38
persiajaldhar: Just ask here.  It might not be special.11:38
persia(most packages don't have specific maintainers)11:38
jaldharwell ok.  moodle is in pretty bad shape in Debian.  It's somewhat better in ubuntu (and several versions newer) but has not been contributed back.  The Debian moodle maintainers are totally unresponsive so I was wondering if laserjock or anyone here had any insight into what's going on.11:41
jaldhari.e. have you tried contacting them and got stonewalled or is there some circumstance that prevents a Debian upload or what?11:42
azeemjaldhar: (i) I think none of the Debian moodle maintainers is a DD (or even a DM?) (ii) they (not sure whether that is Debian moodle or moodle upstream, which might overlap) are having a meeting apparently this week, see madduck's planet post about czech beer11:47
persiaAh.  That probably would benefit from direct discussion, but you might check the ML archives first (http://lists.debian.org/debian-edu/) or the Debian moodle bug reports.11:48
thekornI've a question about packaging new packages: I would like to create two new packages, one package is depending on the other one. Is there some 'best practice' in revu or in needs-packaging bugs to indicate this dependancy11:52
thekornto make sure they get attention in the correct order11:53
jaldharazeem: oh ok I'll check that out.11:53
persiaI don't think anyone other than the packager pays attention to needs-packaging bugs, except to track things (avoid duplicates, etc.)11:53
persiaMy recommendation would be to add a note in REVU on the depending package indicating which package it depends upon.11:54
jaldharpersia: I didn't think to check debian-edu but the bug reports paint a sorry picture11:54
azeemjaldhar: if you really want to help moodle in Debian, I suggest to talk to madduck, he might be the most accessible over IRC and can introduce you to Penny and Dan at least11:55
jaldharazeem: my interest in moodle is solely to get it to stop blocking one of my packages from testing :-)  I'll talk to madduck11:56
cornucopichey all. I am a total packaging newbie. I want to distribute Ubuntu/Debian packages for a pure Python module12:05
cornucopicWhat would be a good starting point ?12:05
directhexcornucopic, find a package with similar scope, and use its debian/ folder as a base12:06
cornucopicdirecthex, hm. Ok!12:06
=== yofel_ is now known as yofel
Yagisanwoo - I've now duplicated Bug #493575 on Ubuntu 8.04, Ubuntu 9.04 and Ubuntu 9.1012:42
ubottuLaunchpad bug 493575 in buildbot "Buildbot master generates a setupBuild exception when attempting to run a builder" [Undecided,New] https://launchpad.net/bugs/49357512:42
=== rgreening_ is now known as rgreening
=== _stink__ is now known as _stink_
lfaraoneI'm trying to requestsync something, but on submit I get "E: Could not connect to fiordland.ubuntu.com:25: Connection refused (111)". Is it down for anybody else?13:32
slytherinlfaraone: I can telnet on SMTP port on that server. So not sure why it is giving you connection refused error.13:38
ghostcubelfaraone: maybe a greylisted ip ?13:43
ghostcubeor even in blacklist ?13:43
MTecknologyso for libglib2.0-0; whould I do Build-Depends libglib (>= 2) ?13:43
lfaraoneghostcube: possibly.13:44
MTecknologyor maybe (>= 2.0) ?13:44
dholbachMTecknology: you need a real binary package name13:45
dholbachlibglib2.0-dev it'd probably be13:45
MTecknologythanks13:46
ghostcubeMTecknology: in the most control files inside a debian package is listet how the dependencies are written i think so13:53
ghostcubei start this point mostly if i do a package13:53
MTecknologyghostcube: listet?13:53
ghostcubeyou see how to call them13:54
ghostcube:)13:54
MTecknologyyou lost me right now :)13:54
ghostcubemaybe lol13:54
MTecknologyI'm still trying to build my first package13:55
ghostcubeoh i know this :) not so far away from mine first13:55
ghostcube:D13:55
ghostcubebut only for my own use never released any13:55
MTecknologyI'll be releasing this13:56
ghostcubeoh ok then i will shut up and dont tell u anything :) maybe better13:57
ghostcubehehe13:57
MTecknologythis doesn't seem to work right...13:58
MTecknologyI'll make a pastebin and see what you guys think in a second here...13:58
MTecknologyhttp://paste.ubuntu.com/337251/13:59
slytherinMTecknology: What is not working right?14:00
slytherinI don't see any error there.14:00
MTecknologydpkg: error processing pbuilder-satisfydepends-dummy (--install):14:00
MTecknologyslytherin: what causes that message?14:01
slytherinMTecknology: not an error even though the message looks that way.14:02
MTecknologyoh.. i can ignore those?14:02
slytherinMTecknology: pbuilder creates a dummy package to force the installation of the build dependencies you have specified.14:02
MTecknologyoh14:02
slytherinMTecknology: from your pastebin, it is clear that package was built properly.14:09
MTecknologyslytherin: thanks14:09
MTecknologyslytherin: I'm trying to figure out dput now and see if I will smile soon.. I'm getting this error though - No host ricoh found in config14:10
MTecknologyI have [ricoh] in ~/.dput.fc14:10
slytherinMTecknology: I never used personalized config file for dput so can't help there.14:11
bjsnidersiretart, there is a script in the ffmpeg-extra debian directory called readme.upstream-upgrade14:13
bjsnidersiretart, it contains the following command: git clone git://git.debian.org/git/pkg-multimedia/ffmpeg-debian.git14:13
alkisgMTecknology: it's ~/.dput.cf , not fc14:13
bjsnidercommand doesn't work14:13
bjsniderwondered if it might need to be updated14:14
MTecknologyalkisg: .. thanks :)14:14
siretart`bjsnider: yes, the git repository has been renamed from 'ffmpeg-debian.git' to 'ffmpeg.git'14:14
MTecknologyalkisg: that makes it work :D14:15
siretart`bjsnider: I guess you want to upgrade to current trunk, yes?14:15
bjsnideryep14:15
siretart`bjsnider: have you seen the recent thread on ffmpeg-devel with "upgrade problems"14:15
bjsnideri thoguht it ws something like that14:15
bjsnideris there a similar repository for x264?14:16
alkisgMTecknology: nice, I hope it builds OK14:16
bjsniderthere's no upgrade script14:16
MTecknologyalkisg: me too, thanks :)14:16
siretart`bjsnider: given that, upgrading the system ffmpeg right now will instantly break nearly everying using ffmpeg14:16
MTecknologyalkisg: if this builds ok, how hard is it to get it in the universe?14:16
bjsnideri see14:16
siretart`so spare your time, it currently doesn't make sense14:16
bjsniderwell, that's inconvenient14:16
alkisgMTecknology: I've no idea, I'm just one step ahead of you ==> pretty new as well :)14:17
MTecknologyalrighty :)14:17
kecsaphi all! I am new to contribute Ubuntu. I have a bug at launchpad with fix for a previous Ubuntu release and https://wiki.ubuntu.com/StableReleaseUpdates says to upload the fixed packages to the e.g. hardy-updates repository. How can I upload the new, fixed packages to this repo? I can not find any related wiki pages which describes the process. Can somebody point me to the right wiki page?14:18
siretart`bjsnider: indeed, it is.14:19
siretart`bjsnider: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/10019614:19
randomactionkecsap: you can't unless you are a Ubuntu developer. Use https://wiki.ubuntu.com/SponsorshipProcess14:20
kecsaprandomaction: thanks!14:21
MTecknologyalkisg: how long does a build normally take? I'm guessing most time is spent in the queue14:21
alkisgMTecknology: depends on the server load, I've seen from a few minutes up to many hours, when a new Ubuntu release is made...14:22
MTecknologyalkisg: rejected14:22
bjsnidersiretart, i'd be interested to know when that issue is resolved...14:22
alkisgMTecknology: see the build log14:22
MTecknologyUnable to find distroseries: unstable14:22
MTecknologythat was in the email i got14:23
alkisgYeah you should have put "karmic" or something similar in the changelog, or upload to a specific series14:23
MTecknologyoh...14:23
MTecknologyI'll see if that helps :)14:24
ograor lucid :)14:24
MTecknologyhow do I force it to upload again?14:25
MTecknologynvm..14:25
slytherinkecsap: You can attach appropriate debdiff to the bug and subscribe sponsors team14:25
MTecknology--force doesn't let me upload again14:26
slytherinMTecknology: where are you trying to upload?14:27
MTecknologylp14:27
siretart`bjsnider: yes, me as well.14:27
slytherinMTecknology: you mean your PPA?14:27
MTecknology~ricoh-r5u87x-devs/ppa/ubuntu/14:27
sorenMTecknology: What do you mean it doesn't let you upload again?14:27
ograMTecknology, remove the .upload file14:28
=== ian_brasil is now known as ian_brasil_afk
MTecknologymichael@panther:~/ubuntu-build$ dput ricoh ricoh-r5u87x_1.0-1_source.changes --force14:28
MTecknologyAlready uploaded to ricoh on ppa.launchpad.net14:28
MTecknologyDoing nothing for ricoh-r5u87x_1.0-1_source.changes14:28
MTecknologyoh14:28
sorendput --force ricoh ricoh-r5u87x_1.0-1_source.changes14:28
soren(move the --force)14:28
slytherinMTecknology: You can remove .upload file. But not sure if it will help.14:28
sorenErr..14:28
slytherinAFAIK, LP does not allow reupload of same version even with --force. You need to increment version.14:28
sorenForget the "err..".14:28
sorenslytherin: Not if the source package wasn't accepted.14:29
alkisgIf my postinst fails, can I find the stderr output somewhere?14:29
MTecknologythanks :) - we'll see if it works this time14:29
slytherinsoren: if the source package was not accepted then why would it be 'reupload'?14:29
sorenMTecknology:  If your upload got rejected due to an invalid distro series, you can just fix that and upload again with the same version number.14:30
sorenslytherin: Because dput doesn't know that it got rejected.14:30
slytherinOh. I now understand what you mean.14:30
sorenslytherin: dput uploads it. After while, soyuz looks at it and goes "what the heck is this?" and bounces it.14:30
MTecknologyaccepted :D14:30
alkisgIf my postinst fails, can I find the stderr output somewhere?14:33
sorenalkisg: How did you install the package?14:34
alkisgdpkg -i *.deb14:35
sorenin that case the output should be right there on the console.14:35
alkisg...and I didn't see any errors on the terminal14:35
sorenAre you using debconf?14:35
alkisgNo14:35
soren15:35:27 < soren> in that case the output should be right there on the console.14:35
soren:)14:35
alkisgThanks... Hmmm...14:35
sorenWhat makes you think anything is sent to stderr?14:36
slytherinalkisg: see if you find any output in /var/log/dpkg.log14:36
alkisgslytherin: nope, nothing of interest there. soren: the package is now in a "configured files" state (iF)14:36
alkisgWhat's the correct way to retry to install it? dpkg-reconfigure doesn't cut it14:37
sorendpkg --configure -a14:37
alkisgThanks14:37
slytherinalkisg: if there is nothing in console and nothing in dpkg log then how can you say that it failed.14:37
slytherinalkisg: wait, that will try o configure all the packages.14:37
sorendpkg.log shows what dpkg has done. Package state changes and such. Output from maintainer scripts never land in dpkg.log.14:38
sorenslytherin: all packages that are not already configured.14:38
sorenOn a sound system, it will not do anything.14:38
MTecknologyso- can I delete the upload file, change karmic to lucid in the name and upload it to build on lucid?14:38
alkisgI got this on the console: "the post-installation process returned 1" (or something like that)14:38
slytherinsoren: my experience suggests otherwise.14:38
MTecknologyfor lucid*14:38
alkisgslytherin: so, is there another way to configure only that package?14:39
slytherinMTecknology: No. Now that it was accepted you will need to change version string.14:39
slytherinalkisg: dpkg-reconfigure is the way I usually do it.14:39
MTecknologyslytherin: how should it change?14:39
MTecknology1.0-2 instead of 1.0-1 ?14:40
sorenalkisg: dpkg --configure name_of_package14:41
sorenbut -a really should be fine.14:41
alkisgslytherin: with `dpkg-reconfigure package` I'm getting "Package <package> is broken or not fully installed". Trying what soren said... :)14:41
MTecknologyslytherin: or should I have the name lucid or karmic in the version string?14:41
sorendpkg-reconfigure is used to repeat the configuration step for packages that are already configured. This package is not ocnfigured.14:41
slytherinMTecknology: name of distro in string is better solution.14:42
MTecknologyslytherin: 1.0-1-karmic and 1.0-1-lucid ?14:43
MTecknologygranted I won't upload karmic for the version string14:43
MTecknologyIs that how you would do it or would you suggest different?14:44
sorenslytherin: It seems dpkg-reconfigure also has a -a optoin. That must be what you're thinking of. dpkg --configure -a is benign. It just takes the packages that are not yet configured and configures them.14:44
slytherinMTecknology: 1.0-1karmic1 and 1.0-1lucid1 etc.14:45
MTecknologythanks :)14:45
MTecknologyslytherin: so 1.0-1 is the version and I'm uploading it for lucid for the 1st time; that's what that means?14:47
alkisgNice, I got exactly what I wanted: my sch-client package failed to install because no server was around. :) (the server contains the ssh keys that the client should copy in order to be considered a "school client").14:47
alkisgBut, is this a normal way to handle it? I.e. leave the sch-client package in an unconfigured state if the server isn't active when the sch-client package gets installed on the clients? (that's what I want, but is it a normal method?)14:47
shriekouthttp://revu.ubuntuwire.com/p/happytimer14:49
shriekoutPlease advised.14:50
slytherinMTecknology: yes, just note that this is for uploading to multiple distros in LP. Real life version differ from this.14:50
shriekoutsorry...14:50
shriekoutPlease advise... :)14:51
slytherinalkisg: you can use gdebi to install packages. That way if dependencies are not satisfied it won't install the package instead of installing them in broken state.14:51
MTecknologyslytherin: It automatically builds for all available architectures, right? amd64, i386, lpia14:53
oojahMTecknology: You don't necessarily need to rebuild/reupload for lucid. You can just copy the packages to different series on the ppa page.14:53
MTecknologyoojah: oh.. sounds easier14:53
oojahIt depends on what build deps you're using I believe. I'm not a motu.14:53
Laney yes14:53
oojahSo if the ABI of a dep changes from distro to distro you'll need to rebuild.14:54
Laneyyou can just copy sources though14:54
Laneyand have them rebuild14:54
Laneyor copy source+binary14:54
slytherinMTecknology: yes14:54
alkisgslytherin: thanks, it's not a package dependency problem, my postinst tries to download things from the local server using wget! I guess it's a little like the flash-plugin, which downloads stuff from the adobe site and fails if the network is down...14:54
slytherinalkisg: ideally that should be handled gracefully.14:55
MTecknologyI feel a slight tickle :D14:55
slytherinalkisg: if the client does not have all the things it is supposed to download then user can always do --reconfigure14:55
alkisgslytherin: right, that's what I'm looking for. Downloading those files is essensial for the package, so what would be a graceful way to handle it?14:55
alkisgBut I'd like the teacher to know in an obvious way that there's something wrong with his clients14:56
alkisgSimply "installed, not working, so reconfigure" isn't obvious enough for teachers... :-?14:56
MTecknologybuilt on amd64 for both karmic and lucid now :D - now just need i386 and lpia for karmic14:57
slytherinalkisg: can't say, I am not a teacher. :-)14:58
alkisgHeh, thank you very much nonetheless :)14:58
slytherinalkisg: another option is to show the user a message to ask him if the files should be downloaded and that the client will not work without download.14:59
alkisgAh, am I allowed to show a dialog? That would be nice :)15:00
alkisgDo I have to use debconf for that, or will zenity do?15:00
alkisg(or whiptail for console)15:00
slytherinalkisg: debconf would be ideal.15:00
alkisgThanks, I'll try that15:01
slytherinalkisg: you can check b43-fwcutter package. It downloads certain files provided user approves it.15:01
alkisgTy15:02
=== itnet7_ is now known as itnet7
bddebianHeya gang15:51
sebnerhhuhu bddebian :)15:51
bddebianHeya sebner15:52
=== thunderstruck is now known as gnomefreak
geserHi bddebian and sebner16:01
bddebianHeya geser16:01
sebnerhoia geser :)16:02
=== hypera1r is now known as hyperair
=== didrocks_ is now known as didrocks
=== bdefreese2 is now known as bddebian
geserdholbach: will the MC hold the 2nd meeting this month at the regular date? I've *very* strong doubts it17:20
dholbachgeser: me too :)17:21
dholbachgeser: somebody should send a mail saying so :)17:21
geserdo we skip or move it to an other day?17:22
dholbachgeser: I'd say just skip it17:23
geserok, will send a mail then17:24
dholbachthanks a lot geser17:25
=== kees__ is now known as kees
=== yofel_ is now known as yofel
=== Lutin is now known as Guest13765
=== Guest13765 is now known as Lutin
=== yofel_ is now known as yofel
=== nxvl_ is now known as nxvl
=== _stink__ is now known as _stink_
skarshi18:58
skarscould someone help with nautilus?18:59
=== mac_v_ is now known as mac_v
=== micahg1 is now known as micahg
=== nigel_nb_ is now known as nigel_nb
=== vorian_ is now known as v
=== v is now known as vorian
highvoltageany revu admins around?20:53
ajmitchyes20:55
ajmitchwhat do you need?20:55
rjnienaberokay, i've created a .deb file, what's the next step after that?21:01
rjnienabergetting it reviewed?21:03
geser!revu21:07
ubottuREVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU21:07
rjnienaberta21:08
=== asac_ is now known as asac
MTecknologyHow do I add a man page to a file?21:53
MTecknologyto a package*21:53
macois the manpage generated in the build process but simply not packaged, or does it not exist at all?21:54
macowhat files get packaged are determined by the debian/*.install files21:54
macoMTecknology: ^21:56
MTecknologymaco: I just made my first package today. It came from somebody elses code21:56
macoyay!21:56
* maco hugs MTecknology21:56
MTecknologythere is no .install file in debain/21:56
MTecknologythanks :)21:56
MTecknologythere's emacsen-install.ex21:57
oojahI wonder if that's more or less common than someone packaging their own code as the first time :)21:57
macoprobably less21:57
* oojah agrees21:57
macobecause a lot of packagers dont code21:58
MTecknologyI write code and I'll probably package my own someday21:58
MTecknologybut for now it's related to an open bug21:58
oojahMTecknology: *.ex files are example files and should be deleted if they aren't used.21:58
macoooo thats what "ex" stands for! haha i just knew to get rid of them21:59
oojah...21:59
maco<-- slow21:59
oojahI presume that's what they are, I can't say for sure.21:59
macomakes sense21:59
oojahI'm a biginner as well.21:59
macoi figured it was some templating thing21:59
oojaher, "beginner".22:00
MTecknologyso mv manpage.1.ex manpage.122:00
oojahMTecknology: Does a manpage actually exist?22:00
MTecknologyno22:00
macoim a motu so theoretically i should know how some of this works :P22:00
macoand not be a beginner anymore22:01
MTecknologyI'd like to make one for this package22:01
macoi have no idea how to write manpage syntax :-/22:01
oojahMTecknology: Right, in that case I believe you should create the manpage and then put it into the debian directory, like manpage.1.22:02
oojahmaco: I write manpages in docbook format and translate them. Much easier and nicer.22:02
MTecknologywill it be magically detected or do I need to make a .install?22:02
macoah yeah, docbook is all xml niceness22:02
oojahMTecknology: You'll have to ask somebody else about the next bit, or check the guide, I'm not sure.22:03
MTecknologythanks22:03
MTecknologyhappily; somebody already used the package and said it works22:03
MTecknologynow I just need to make a man page and get it put in the universe :P22:03
oojahMTecknology: Which package?22:04
MTecknologyhttps://edge.launchpad.net/~ricoh-r5u87x-devs/+archive/ppa22:04
oojahNeat22:05
MTecknologyI guess the camera firmware is also wiped on every startup22:06
MTecknologymaybe I can make the user not even need to run sudo r5u87x-loader --reload22:06
macogettin fancy?22:06
MTecknologythis is for my use too so fancy is nice :)22:07
MTecknologythen next week I'll become motu! :D22:07
MTecknology:P22:07
postalchrisI need a reviewer for http://revu.ubuntuwire.com/p/cvc3 (the CVC3 theorem prover)22:07
oojahI just did a package with an init.d script in - turns out it was quite straightforward.22:07
MTecknologyoojah: how do you do that?22:08
MTecknologyI'll still want the man page but that could be nice22:08
sbalneavHumph.  Got a bit of a pickle.  I'm both upstream for sabayon, and the packager here in Ubuntu.  I'd been working on the next upstream release, 2.29.2, and was making the tarballs for testing using that nomenclature.  I now realize I should have tacked on a -prelease or the like.  Anyway, last act before release, I bump the news and readme files, and release on gnome.  So, I'm going to rebuild the package in my ppa using the ups22:09
nigel_nboh hey maco :)22:10
alkisgsbalneav: your message was cut in half, in "So, I'm going to rebuild the package in my ppa using the ups"22:12
maconigel_nb: ok so you have a patch that can cleanly apply, and you have $QUILT_PATCHES set to debian/patches ... thats the last thing we did right?22:13
nigel_nbmaco: yep.22:14
nigel_nbfirst thing, how long are you gonna be around ;) ?22:14
sbalneavHm22:14
maconigel_nb: about an hour22:14
sbalneavHumph.  Got a bit of a pickle.  I'm both upstream for sabayon, and the packager here in Ubuntu.  I'd been working on the next upstream release, 2.29.2, and was making the tarballs for testing using that nomenclature.  I now realize I should have tacked on a -prelease or the like.  Anyway, last act before release, I bump the news and readme files, and release on gnome.  So, I'm going to rebuild the package in my ppa using the ups22:14
nigel_nbokay, and are you better now?22:15
sbalneavalkisg: That come through?22:15
alkisgNope22:15
maconigel_nb: yeah sure22:15
sbalneavfoo22:15
nigel_nb:)22:15
maconigel_nb: cd into the package but not into the debian/ directory22:15
alkisgsbalneav: send it in 2 parts :)22:15
sbalneavbbiab22:15
nigel_nbmaco: okay, done22:15
maconigel_nb: now we're gonna play with quilt22:16
nigel_nbmaco: why do I have a feeling that its not exactly going to be a game ;)22:16
maconigel_nb: quilt is a patch management system. when you type "quilt push" it applies the first patch in the debian/patches/series file. if you do "quilt push -a" it does them all in order22:16
maconigel_nb: so "quilt push -a"22:16
nigel_nbmaco: bah, not installed22:17
macooh. right. install it22:17
nigel_nbmaco: 50%22:17
nigel_nbNo patch in series22:18
maconigel_nb: oh right. that package doesnt have any patches yet22:19
maconigel_nb: ok that was just theory for if there were patches already there :)22:19
nigel_nbmaco: ah :)22:19
maconigel_nb: quilt import ../whateveryourpatchisnamed22:19
macoguess what that does?22:19
nigel_nbcopies to that folder22:20
macoand...?22:20
nigel_nbcreates a rev?22:20
macoi think it adds it to the series file as well22:20
nigel_nbtechnically thats wat a rev is right?22:20
nigel_nbsorry, got used to bzr tooo much working with uclp22:21
macohehe series is just a file listing what order to apply teh patches22:21
nigel_nboh, so this file gets added as first :)22:21
macoso now "quilt refresh" should work i think (another "quilt push" before it might be necessary. not sure. been a while)22:21
macoright22:22
nigel_nbrefresh was not enough22:22
nigel_nbdid a push22:22
nigel_nbnow at patch network.diff22:22
macook so then push followed by refresh i guess22:22
nigel_nbRefreshed patch network.diff22:22
macogreat22:22
macowe're supposed to add tags to the top of diffs. this is the long explanation from debian http://dep.debian.net/deps/dep3/ which i havent yet read because ubuntu just switched to it, so uh...lets go read that22:24
macook so it looks like you want "# Bug-Ubuntu 12345" (whatever the bug number is we're working on. i forget now22:25
ubottuUbuntu bug 12345 in isdnutils "isdn does not work, fritz avm (pnp?)" [Medium,Fix released] https://launchpad.net/bugs/1234522:25
nigel_nbwill get it22:26
nigel_nbugg, my logs dont go that back22:27
macoit was on harvest. lemme look22:27
postalchris I need a reviewer for http://revu.ubuntuwire.com/p/cvc3 (the CVC3 theorem prover)22:28
nigel_nbbug 35150922:28
ubottuLaunchpad bug 351509 in vm-builder "vmbuilder should provide an option to choose which libvirt virtual network" [Wishlist,Confirmed] https://launchpad.net/bugs/35150922:28
nigel_nbmaco: got it22:30
macoah yay22:30
nigel_nbirc logs :)22:31
maconigel_nb: so i think something like http://paste.ubuntu.com/337603/ is what you want for the patch tags, based on that webpage22:34
macoso just edit debian/patches/network.diff22:34
nigel_nbwhat does the other stand for?22:35
macodebian page says: In general, a user-created patch grabbed in a BTS should be categorized as “other”.22:35
macoso im just going with it22:35
nigel_nbokay22:36
nigel_nbit just needs to be commented?22:36
macothe webpage says its not necessary, so i guess not22:36
macosee what happens when you run "quilt pop -a ; quilt push -a"22:37
nigel_nbno i meant where do I put it?22:37
macoat the top of the debian/patches/network.diff22:38
nigel_nbits supposed to be green22:39
nigel_nb?22:39
nigel_nbmaco: I text added stays black, is that okay?22:40
nigel_nbs/I/The22:40
macoim not sure. ive never used debian's way of tagging before. its a recent switch, like i said before22:45
macotry it plain and see if quilt's happy with it, and if its not, put "# " in front of each of those lines22:45
nigel_nbokay22:46
nigel_nbmaco: quilt is okay with it22:46
nigel_nbso we just removed the patch and reapplied, right?22:47
macoyep22:47
macook so now "dch -i" and give your package a changelog entry22:47
macoyou'll want to say that you added that patch, what it's for, and the bug it closes. for the last bit (LP: #351509)  needs to be in your changelog entry22:47
nigel_nb"New patch, allows the user to specify which virtual network the built VM is connected to; LP: #351509" works?22:50
macohttp://paste.ubuntu.com/337614/22:51
macomight need a linebreak in there somwhere if its too long. shouldnt go past 80char22:51
macoso that way you say exactly which patch you added22:52
macoand if you had more than one patch going in, you could say this patch did ___ and this patch did ___ and this other patch did ___22:52
nigel_nbis there a standard format?22:52
macothe way in the pastebin is how i normally see it when there's a patch being added22:53
nigel_nboh okay :)22:53
macoso you list each patch with * and then list what each patch does under it and indented with a -22:53
macoand is your name and email address at the end of the changelog entry correct? if not, fix that22:54
macoyou want it to be an email address that you use on launchpad22:54
nigel_nbit is22:54
macoso itll show up as one of your uploads on your launchpad page :)22:54
nigel_nbah :)22:54
nigel_nbI use only 1 email, more spam, less complications22:54
macoand what version number does it say for the package version? the top line of the changelog22:55
nigel_nboops22:55
nigel_nbclosed the file22:55
macoit's debian/changelog22:55
macojust open it in a text editor22:55
postalchrisI need a reviewer for http://revu.ubuntuwire.com/p/cvc3 (the CVC3 theorem prover)22:55
nigel_nb(0.11.3-0ubuntu2) karmic; urgency=low22:55
maco(dch -i is nice because it inserts the little template for it)22:55
nigel_nbI know from daniel's video22:56
macoeverything goes through the development version first, so you want to change karmic to lucid22:56
macooh right :)22:56
nigel_nboh, wait a min22:56
nigel_nbI have to boot into vm and do the whole thing again?22:56
macono22:57
nigel_nbokay, thats a relief22:57
macoyou're just going to generate a source package now22:57
macoso "debuild -S"22:57
nigel_nbwith debuild and I can say lucid22:57
macothough right22:57
macorihgt22:57
macoand then you can run "debdiff vm-builder_0.11.3-0ubuntu1.dsc vm-builder_0.11.3-0ubuntu2.dsc > vm-builder_0.11.3-0ubuntu2.debdiff" to get a debdiff, which you then attach to the bug and subscribe ubuntu-universe-sponsors22:58
nigel_nbokay, hold on22:59
macoreally, you should test building it in a pbuilder before attaching it to the bug, but generating a pbuilder takes longer than the time i have remaining before i leave for class, and ill test it anyway before i sponsor it22:59
maco(dont worry about subscribing sponsors in this case since ill take it)22:59
nigel_nbmaco: :) you rock23:00
nigel_nbmaco: got the debdiff23:01
nigel_nbattaching to bug23:01
nigel_nbany comments I should be adding?23:02
macoeh not really23:02
nigel_nbgot used to doing it bugs :P23:03
nigel_nbmaco: done :)23:04
nigel_nbyaay :)23:04
maconigel_nb: ok. ill head to class now and upload it from there23:04
macothank you for your contribution :)23:04
nigel_nbmaco: thanks a lot for helping me learn23:04
nigel_nbthough I have this package that I'd like to see added23:04
nigel_nbwe'll talk about it later23:04
nigel_nbI need to get back to screencasts for user days ;)23:05
macono problem :)23:05
=== lfaraone_ is now known as lfaraone
maconigel_nb: look at https://edge.launchpad.net/ubuntu/lucid23:32
nigel_nbmaco: wow!23:32
maco:)23:32
nigel_nbmaco: thank you :)23:33
nigel_nbif we ever are in the same city I'm buying dinner :P23:33
maconigel_nb: see also https://edge.launchpad.net/~nigelbabu/+related-software23:33
nigel_nbmaco: u built it and checked?23:35
maconigel_nb: yeah it built here on i386 at least23:35
nigel_nbmaco: ok, doesn't it get tested on launchpad?23:36
dtchenif by "tested" you mean "built", yes23:36
macolaunchpad does the build that ends up in the archive23:36
dtchenso if it fails, your "test" fails23:36
macouploading packages that dont build is bad form though23:36
dtchenit's also a really good idea to use puiparts on the pbuilt/sbuilt debs23:37
dtchensigh, piuparts23:37
macoand dtchen can tell you about uploading packages that prevent everything else from building... ;)23:37
macodtchen: this is what happens when you pronounce it the way you do!23:37
dtchenno, it's muscle memory thanks to dvora23:37
macoi and u are reversed on dvorak?23:38
dtchenhuh? no.23:38
dtchen(what does that have to do with muscle memory?)23:38
nigel_nboh, you use dvorak?23:38
nigel_nbdtchen: probably she's pulling your leg23:38
dtchendvorak, colemak, qwerty, whatever's set in front of me23:39
macoyou hit the i where you meant u and the u where you meant i....23:39
dtchenI keep omitting consonants23:39
nigel_nbi and u are vowels :P23:39
dtchen'k' isn't23:39
nigel_nbno, but the comment had to with I and U ;)23:39
dtchenwhen you switch keymaps on-the-fly like I do, it can be interesting23:40
nigel_nbyea, probably :)23:41
nigel_nbI've never used anything apart from qwerty23:41
nigel_nbor seen23:41
maconigel_nb: done building23:52
nigel_nbmaco: where do I see that?23:54
maconigel_nb: on the related software link for you, you can click on the package version number and itll show information about that upload23:54
macoitll take you to https://edge.launchpad.net/ubuntu/+source/vm-builder/0.11.3-0ubuntu223:54
nigel_nbmaco: so now its built for i386?23:55
macoyes, and its python, so thats the only platform on which it needs to build23:56
nigel_nbah :)23:56
nigel_nbgrr, I feel so shy23:56
macoaw, why?23:56
macowe're friendly here!23:56
nigel_nboops23:56
nigel_nbwrong channel23:56
nigel_nband you'll see why soon enough23:57

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