/srv/irclogs.ubuntu.com/2010/07/20/#ubuntu-motu.txt

=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
maxwellianFrom w3m code: "is_hangul = wtf_is_hangul((wc_uchar *) str);"04:15
* maxwellian loves self-documenting code04:15
=== fta_ is now known as fta
SunilThahaHi all, is there a way I can specify in debian packaging install-file to ignore files?05:36
=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
=== yofel_ is now known as yofel
=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
=== fta_ is now known as fta
LaneySunilThaha: -Xitem10:28
Laneysee the manpage10:28
LucidFoxGah, this is going to be a pain11:07
LucidFoxlibdc0 doesn't build in Debian on armel because it doesn't pass a test there...11:07
LucidFoxbut it passes it on Ubuntu...11:07
LucidFoxI have no idea how to approach this11:07
NCommanderLucidFox: abandoned all hope?11:08
NCommanderLucidFox: where's the Debian build log?11:09
LucidFoxWell, it's one obscure architecture, specific to Debian and not reproducible on Ubuntu, I don't have the hardware to check, and it prevents it from entering testing11:09
LucidFoxDebian build log: https://buildd.debian.org/fetch.cgi?&pkg=libdc0&ver=0.3.23-1&arch=armel&stamp=1273321478&file=log11:09
LucidFoxUbuntu build log: http://launchpadlibrarian.net/44543051/buildlog_ubuntu-lucid-armel.libdc0_0.3.23-1_FULLYBUILT.txt.gz11:09
NCommanderLucidFox: lots of people would complain that armel is obsecure :-)11:09
LucidFoxWell... what *is* armel?11:10
bilalakhtar!armel11:10
bilalakhtaroops, the bot doesn't kno11:10
azeem_little endian arm, with a modern ABI11:10
bilalakhtar!architecture11:10
NCommanderLucidFox: ARM architecture, basically embedded devices, mobile phones, and other handy stuff11:10
LucidFoxah11:10
NCommanderLucidFox: hrm, interesting11:11
LucidFoxWell, I don't have the needed hardware to test-build the package on sid :/11:11
azeem_LucidFox: you can't install qemu? :P11:11
azeem_but to be fair, it's probably a local issue with the Debian build11:11
azeem_d11:11
LucidFoxqemu supports armel?11:11
RAOFYeah.11:12
NCommanderLucidFox: yup, though its a bit slow.11:12
LucidFoxon an AMD64 host CPU?11:12
tumbleweedLucidFox: yes, although it works best if you use qemu-static rather than CPU emulation11:12
RAOFNCommander: Slower than the native hardware? :)11:12
NCommanderLucidFox: are you a DD? You can get access to the armel porter box11:12
NCommanderRAOF: yes :-/11:12
LucidFoxNo, not a DD11:12
tumbleweedRAOF: pretty fast, though11:12
tumbleweed(because you can throw many cores at it)11:12
RAOFThere's actually a script to build an armel chroot with qemu-static.  It's pretty simple.11:12
RAOFI think it's a part of pbuilder-dist?11:13
NCommanderRAOF: there's also rootstock. ogra ^11:13
ograrootstock is way t complex11:13
ograif you only want a chroot use qemu-debootstrap11:13
LucidFoxneat11:14
LucidFoxAnd well, I wouldn't be able to become a DD even if I wanted to, since apparently you need your key personally signed, and there are like 2 DDs in all of Russia11:14
tumbleweedLucidFox: next time you go on holiday...11:15
LucidFoxeh...11:16
tumbleweed(look for DDs when you are in other countries)11:16
LucidFoxLet's just forget it, okay?11:17
* LucidFox grumbles11:17
LucidFoxOkay, found the needed option in man pbuilder-dist, thanks11:19
LucidFoxWhy is it called "armel" anyway?11:24
LucidFoxWhat does the "el" part stand for?11:24
RhondaEndian Little11:24
LucidFoxah11:24
RhondaLucidFox: http://wiki.debian.org/ArchitectureSpecificsMemo might be a helpful overview. :)11:26
pmjdebruijnhi11:45
pmjdebruijnI'm building package on my PPA, which works just fine11:45
pmjdebruijnhowever I want to add a -dbg variant11:45
pmjdebruijnthat all seems simple enough, but the only change would be the not-stripping of the symols11:45
pmjdebruijnhowever, I'd like to debug version to be compile with different options11:46
pmjdebruijnsince the application in question (darktable) can have extra internal checks that slow it down, but are useful for debugging11:46
pmjdebruijnso Ideally I want to to build two binary packages out of a single source package11:47
pmjdebruijnwith a different ./configure11:47
pmjdebruijncan anybody give me some hints as how to do this (elegantly :)11:47
RAOFpmjdebruijn: There are a couple of packages which build multiple times with differnet options.11:49
RAOFThe one I've touched most recently was mesa - that builds about 6 times with different configure options ;)11:49
pmjdebruijnRAOF: aha!11:53
pmjdebruijnRAOF: I'll look into it, thanks11:54
RAOFMesa is more complex than the simplest case, but it'll be something to start with.11:54
pmjdebruijnyeah thanks11:55
bigoncould someone new beid package?11:57
pmjdebruijneh?11:58
=== fta_ is now known as fta
=== fta_ is now known as fta
\shsiretart: ping -> please join #fai@oftc thx :)13:18
=== fta_ is now known as fta
=== jtechidna is now known as JontheEchidna
=== fta_ is now known as fta
coolbhavihello I ve a doubt, I m maintaining mobile-broadband-provider-info in debian and ubuntu .. How to request SRU in case of an exception? https://wiki.ubuntu.com/StableReleaseUpdates#mobile-broadband-provider-info14:12
pmjdebruijnanybody have a simpler example of building multiple binary packages from a single source packages with different configures14:21
pmjdebruijnmaybe cdbs/debhelper7 based, since I'm trying to move anyway from normal packages14:21
pmjdebruijnbtw14:25
pmjdebruijnout of curiousity14:25
pmjdebruijnhow do the -dbg packages actually work14:25
pmjdebruijnI mean you have the /usr/lib/debug/usr/bin/foo binary14:26
pmjdebruijnwould I need to start that directly?14:26
RhondaYou don't start it.14:26
pmjdebruijngdb just "knows"?14:26
RhondaYes.14:26
pmjdebruijnhuh?14:26
pmjdebruijnok?14:26
pmjdebruijnfunky14:26
pmjdebruijnso if I gdb /usr/bin/foo, it actually start /usr/lib/debug/usr/bin/foo ?14:27
pmjdebruijnthat's actually quite cool14:27
* Rhonda . o O ( and why do connected topics always appear within a short timeframe for me? )14:27
RhondaNo, it doesn't start that.14:27
Rhonda14:27
pmjdebruijnbut what if a binary has it's own libraries (for plugins or whatnot)?14:27
pmjdebruijndo those get redirected automatically as well to /usr/lib/debug?14:28
* pmjdebruijn guesses they will14:28
RhondaThere is no redirection happening at all.14:28
pmjdebruijnhuh?14:28
RhondaThose are just the stripped out debugging informations.14:28
pmjdebruijnare there any docs on that?14:28
RhondaNothing gets started from there.14:28
RhondaThe debuggers look in there for context, nothing more nothing less.14:28
pmjdebruijnRhonda: those aren't full binaries?14:28
RhondaNo, definitely not. :)14:29
pmjdebruijnoh14:29
pmjdebruijnhmm14:29
pmjdebruijnok14:29
pmjdebruijnthough I've talked to some developer who note that compiling with -O2 for example does destroy some info handy on debugging?14:29
pmjdebruijn/on/when/14:29
LucidFoxOkay. The worst thing someone can do is provoke me into being honest.14:33
LucidFoxAnd I'll be honest. I think the Debian New Maintainer is such ridiculous, overcomplicated bull that it's a wonder they ever get new DDs to begin with.14:34
RhondaLucidFox: *blinks*  :)   Well, yes and no. :)14:37
LucidFoxThe "web of trust" requirement reeeeeally annoys me14:38
carstenhLucidFox: you need to 1. maintain some packages in debian 2. enter your mail on some internet site 3. wait 4. answer questions (the templates that are normally used are available via public svn) you get per mail from someone 5.  maintain your packagesand wait14:38
carstenhgetting two or three signatures can't be that hard14:38
LucidFoxNo sane open source project should include meeting an existing developer in person as a requirement to become a developer14:38
LucidFoxcarstenh> ...14:38
LucidFoxNot when the nearest DDs are like half the continent away14:38
pmjdebruijn:(14:39
azeem_LucidFox: go to a UDS and get your key signed there14:39
* LucidFox sighs14:39
LucidFoxYou don't understand, do you?14:39
azeem_I think I don't care14:39
LucidFoxI was able to become a MOTU without *ever* meeting *any* other Ubuntu developer in person.14:39
azeem_that's great; it doesn't mean other policies are insane14:40
carstenhLucidFox: you can't upload binary packages to ubuntu14:40
LucidFoxAnd I'm not exactly made of money to go to developer meetings14:40
=== fta_ is now known as fta
RainCTcoolbhavi: Have you seen https://wiki.ubuntu.com/StableReleaseUpdates#Procedure ?14:53
RainCTLucidFox: have you got in touch with them to ask for an alternative? the docs say there are other ways if you live too far away from other DDs14:55
carstenh| If there is no Debian Developer close to you, alternative ways to pass the ID check may be permitted as an absolute exception on a case-by-case-basis. See the identification page for more information.14:56
LucidFox"as an absolute exception on a case-by-case-basis" generally means "no"14:57
LucidFoxAnd it'I'm sure that14:57
LucidFoxAnd it's Debian, I'm sure that "half of Russia away" is close enough by their standards14:57
RhondaNo, it doesn't generally mean "no".14:58
macoLucidFox: it has happened14:58
RhondaPleading that it generally means "no" without giving it a try is spreading FUD, sorry to speak so frankly. :/14:58
RhondaAnd I guess you know that I am the least person who is against you or anything along that lines.14:59
LucidFoxI know15:01
LucidFoxBut reading the procedure makes me want to cry15:01
azeem_pfft15:02
LucidFoxI know, I know, "But we all had to go through this!!!11"15:03
* Rhonda hugs LucidFox comfortingly.15:03
LucidFoxThat doesn't change my opinion about the procedure15:03
RhondaLucidFox: You can depend on my full support on this if it becomes of a real issue with the frontdesk, to speak with them.15:03
LucidFoxWell, I'm not thinking of becoming a DD actually15:04
LucidFoxmy contributions to Debian aren't nearly enough15:04
RainCTLucidFox: It's not that bad, the questions aren't anything special (if just my AM hadn't dissapeared after saying he'd check some package and give the final ack :/)15:04
macoRainCT: the questions arent the problem. the keysigning is15:05
RainCTYeah15:05
RhondaLucidFox is in somewhat the same boat with respect to keysigning like Vagrant.15:06
LucidFoxVagrant?15:06
Rhonda… though from a completely different angle.15:06
LucidFoxWho's Vagrant?15:06
RhondaLucidFox: Vagrant is a linux terminal server project developer who abandoned his "legal" name long ago and refuses to hand out a paper that he doesn't believe in.15:07
LucidFoxAh15:07
LucidFoxWell, that's a factor too15:07
LucidFoxAs you can imagine, I have objections to the idea of contributing under the name written in my passport15:08
=== fta_ is now known as fta
LucidFoxso even if I showed it to a DD, it wouldn't be of much use15:08
RhondaI've met him at at least three debconfs so far and dared to state once that I might be thinking about signing his key because I have way more trust in him than in some others that hand out regular passports on keysigning parties.15:08
RhondaLucidFox: Vagrant isn't contributing under his legal name neither.15:09
RhondaLucidFox: echo vagrant | nc db.debian.org finger15:10
macoi've signed for an alias before15:10
LucidFoxActually15:11
LucidFoxDisregard this...15:11
LucidFoxit turns out that there's a DD in my city15:11
LucidFoxbut the point still stands!15:11
RhondaYes, it might not be easy, but I am quite confident that your case is special enough to warrant some discussion/effort in that area, and I am willing to help.15:11
macofor someone i'd known for like a year15:11
LucidFoxturns out he's quite newly admitted, I was surprised to see a DD in Novosibirsk15:12
LucidFoxBut this changes nothing.15:12
LucidFoxHonestly I don't think my contributions to Debian are enough even for DMship, I just happen to maintain a few packages ported from Ubuntu - it's more like I felt bitter about the whole air of elitism around the procedure.15:13
LucidFoxcompared to Ubuntu, again15:13
LucidFoxSorry if I sounded offensive...15:17
RhondaSee it from a different angle - if it weren't for those itches, ubuntu might not even exist and mark would still be a happy DD. ;)15:18
LucidFoxRhonda> I don't think it was his main motivating factor for creating Ubuntu15:18
RhondaI wouldn't rule out that it was part of the reason.15:19
carstenhLucidFox: this should be enough for DM and nowaday people are required to become DM before the become DD.15:31
carstenhRainCT: you could ask frontdesk about getting a new AM15:31
LucidFoxAM?15:31
carstenhaccount manager, the person who puts the question templates from svn.debian.org into a mail15:32
LucidFoxah15:32
carstenh... checks the answers and checks the packages and then recommends applicants to the frontdesk15:32
carstenhs/account manager/application manager/15:35
=== fta_ is now known as fta
Rhondacarstenh: Well, the case is on a completely different area, like mentioned. I'd like to have further discussion on this topic in here, how helpful and "convincing" they are meant with "go to UDS" or similar to have dropped. Thanks for understanding.15:38
shadeslayerRhonda: around? :)15:39
RhondaNo, that's just a clone and bot of myself.15:40
shadeslayerheh :P15:40
shadeslayerRhonda: i just uploaded a package on mentors,any ideas how to move forward? nobody on debian-qt-kde is around :(15:41
shadeslayerwell.. not just,i uploaded my package yesterday15:41
shadeslayerRhonda: http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=fastuserswitch15:41
=== thekorn_ is now known as thekorn
Rhondashadeslayer: did you try #debian-mentors or #debian-ubuntu or the mentors mailinglist?15:42
shadeslayeri trued debian-mentors,left a message yesterday,someone is yet to reply15:42
shadeslayer*tired15:42
shadeslayeroh gwad15:42
shadeslayer*tried :P15:42
shadeslayerRhonda: btw just a question,my package is called plasma-widget-fastuserswitch but the source is called fastuserswitch,will i be questioned for that?15:44
azeem_no15:45
shadeslayerok... good to know15:46
Rhondashadeslayer: It is generally adviced to have as source package name one of the binary package names …15:49
Rhondaazeem_: erm, your no isn't completely right15:49
Rhondaazeem_, shadeslayer: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581337#2915:49
ubottuDebian bug 581337 in screen-message "sm: SIGSEGV on armel" [Serious,Fixed]15:49
RhondaFor a context of why it is a bad idea to not have the source package name match one of its binaries.15:50
azeem_Rhonda: it's adviced to have the source package name as the upstream tarball name15:50
shadeslayerRhonda: ok,but upstream provides the tarball named as fastuserswitch , but , the tarball has a plasmoid, thus i named the package plasma-widget-fastuserswitch15:50
Rhondaazeem_: No, it isn't.15:50
azeem_*shrug*15:50
Rhondaazeem_: See the perl packages, for instances.15:50
RhondaAnd please read the linked bugreport and the woes it brings.15:51
shadeslayerright i see what this can cause15:51
shadeslayerso what do you suggest?15:51
shadeslayerrename upstream tarball?15:51
RhondaIt's a simple mv. :)15:52
azeem_Rhonda: isn't that bug report about a binary package from another source package which is also called sm?15:52
shadeslayerRhonda: no i meant to ask if its advised :P15:52
Rhondashadeslayer: I would suggest that, yes. It avoids some confusion.15:53
shadeslayerRhonda: great,thanks for the advice,now one last thing,since that package has already been uploaded,is it possible to delete it? or rather what do i do with that pacakge15:54
RhondaI have no clue about how the mentors site works in that area. Given that it requires one to always do a full source upload including orig.tar.gz I think it is training wrong behavior anyway and usually advice to use a random webserver as dropbox. :)15:55
RhondaHave to leave now, sorry.15:55
RainCTshadeslayer: You can delete it from the "My packages" (or whatever it's called) section15:56
shadeslayerRainCT: ah thanks15:56
shadeslayerRhonda: thanks again15:56
tumbleweedshadeslayer: yes you need to delete from mentors15:57
coolbhavihi tumbleweed15:57
tumbleweedcoolbhavi: hi15:58
tumbleweedshadeslayer: actually, I can't remember if you need to delete after it's been uploaded, but it's wise to delete after you've got an interested spnsor (who will presumably upload)15:58
shadeslayer:D15:59
shadeslayerdone15:59
shadeslayerwill upload with proper fix :P15:59
RainCTwell you could also set it as "not looking for a sponsor", but there isn't really a point in having it there for no reason16:00
coolbhavitumbleweed, if you have time can you please take a look at https://bugs.edge.launchpad.net/ubuntu/+source/ugene/+bug/60664216:00
ubottuLaunchpad bug 606642 in ugene (Ubuntu) "Please update this package to 1.7.1" [Undecided,Confirmed]16:00
tumbleweedcoolbhavi: I can't look right now, but it's in the sponsor queue (and an open tab in my browser)16:01
coolbhavitumbleweed, okay!16:02
=== fta_ is now known as fta
KasukoHello, I am having a package that is failing to build on the PPA, it's just a simple command line program in python using distutils. I followed https://wiki.ubuntu.com/PackagingGuide/Python exactly and it builds on my own computer. But when I submit it to the launchpad PPA it fails with the error being "/bin/sh: python2.5: not found" Any idea why?17:59
danohuiginnKasuko: probably because maverick is using python2.618:00
danohuiginnyou'll need to adjust the python version somewhere18:00
danohuiginnor, ideally, configure things to automatically use the appropriate version18:00
Kasukodanohuiginn: I never set it to use python 2.5, I only ever said it depends on python >= 2.518:02
Kasukoits using the cdbs though18:02
Kasukoso should there be a build-depends on python2.5?18:02
carstenhrun "grep -r python2.5 ." in the source directory to find the error18:04
carstenhor rather "in the source packages top directory"18:05
Kasukonothing18:05
carstenhweird18:05
KasukoI have no doubt it's probably me but I don't know where to find information on why something isn't building on the PPA. It builds fine on my computer18:07
Kasukothe error is while running "running build_py18:08
carstenhposting the link to the build log could help18:08
Kasukohttp://launchpadlibrarian.net/52217318/buildlog_ubuntu-karmic-i386.pyxis_0.1-0ubuntu1_FAILEDTOBUILD.txt.gz18:09
carstenhfor buildver in 2.6 2.5; do cd /build/buildd/pyxis-0.1 && cd . && python$buildver setup.py build --build-base="/build/buildd/pyxis-0.1/./build"; done18:11
carstenhthis doesn't look correct but i have no idea how python is packaged this season18:11
carstenh/usr/share/cdbs/1/class/python-distutils.mk:67: WARNING:  Use of XS-Python-Version and XB-Python-Version fields in debian/control is deprecated with pysupport method; use\ debian/pyversions if you need to specify specific versions.18:13
Kasukoso what do I do?18:13
carstenhthis warning is about versions, you got problems with version, thus fixing it can't hurt ;)18:13
danohuiginnyeah that error seems to come from within cdbs: for buildver in $(cdbs_python_build_versions)18:14
Kasukocarstenh: I don't know how to fix it though18:14
pmjdebruijnhmm I'm trying to add a -dbg (with the same configure), to my darktable package18:16
pmjdebruijnhowever I end up with two empty directories in debian/darktable and debian/darktable-dbg and two empty packages18:16
pmjdebruijnwhile debian/tmp is filled with lots of good stuff18:16
pmjdebruijnhttp://wiki.debian.org/DebugPackage18:17
pmjdebruijnI have this both with cdbs and debhelper18:17
azeem_pmjdebruijn: do you have a debian/darktable.install18:17
azeem_?18:17
shadeslayerpmjdebruijn: you need install files ;)18:18
carstenhKasuko: is this an arch all or an arch any package?18:18
pmjdebruijnshadeslayer: I was afraid of that18:19
pmjdebruijnI'd expected some automagics here as well18:19
pmjdebruijnok18:19
carstenhKasuko: could be http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57758018:19
pmjdebruijnwell in theory I could just install straight into debian/darktable too, right?18:19
ubottuDebian bug 577580 in cdbs "python-distutils fails installing multiple arch-all packages since 0.4.72" [Important,Fixed]18:19
pmjdebruijnhaving .install files for darktable and darktable-dbg package is a bit pointless since everything except /usr/lib/debug has to go in darktable18:20
=== fta_ is now known as fta
shadeslayerhmm18:22
shadeslayerpmjdebruijn: can you paste your rules files?18:22
pmjdebruijnI could18:22
shadeslayerplease do :)18:22
pmjdebruijnjust a minute different machine, I need to reattach my screen :)18:22
shadeslayerok :)18:22
Kasukocarstenh: so essentially I am SOL till the builders use cdbs?18:23
pmjdebruijnshadeslayer: http://pastebin.com/11KNLfrd (debian/rules)18:24
carstenhKasuko: they use cdbs, but possibly a buggy version or something completly different is broken in your package.  at least you begin to understand why many people don't use cdbs ;)18:24
shadeslayerhmmm.. that seems about right.. why isnt it installing files then :/18:25
pmjdebruijnI didn't have .install files yet18:25
pmjdebruijnI tried that just a minute ago18:25
pmjdebruijnfailed because of a typo18:25
shadeslayer:P18:25
pmjdebruijnI just wanted to check if that's the proper way18:25
carstenhKasuko: (because black magic is fine if it works but if it does not it is hard to debug)18:25
pmjdebruijnalso in there a .install struction to take everything _Except_ something18:25
shadeslayerhaving install files is the proper way18:25
shadeslayeryeah18:26
pmjdebruijnis*18:26
shadeslayeruh wait... no18:26
shadeslayerafaik .install files install everything inside them18:26
pmjdebruijnright :(18:26
shadeslayerpmjdebruijn: you need to document which files you didnt install18:26
Kasukocarstenh: ya its installing version 0.4.59 on the chroot but that bug is fixed in 0.4.81 :(18:26
shadeslayerpmjdebruijn: put them in debian/not-installed18:27
Kasukocarstenh: so essentially you are saying learn debhelper :P18:27
pmjdebruijnshadeslayer: huh?18:27
shadeslayerpmjdebruijn: if you dont install something,you have to put it in debian/not-installed18:27
pmjdebruijnshadeslayer: that's not what I ment18:27
pmjdebruijnshadeslayer: I just wanted to install everything into darktable.install but /usr/lib/debug which goes into darktable-dbg18:28
shadeslayerpmjdebruijn: yes i know,but just giving you more info :)18:28
pmjdebruijnthe point is I wouldn't have to update darktable.install every time the content changes18:28
shadeslayeryep18:28
carstenhKasuko: does it work for newer versions?18:29
Kasukocarstenh: does what work for newer versions?18:29
geserKasuko: looking at your build problem: it looks like it doesn't need any compilation for a specific python version. What's the XS-Python-Version value for that package?18:30
carstenhKasuko: building on karmic fails, karmic is more than a year old. did the autobuilder try to build it on lucid or on maverick?18:30
Kasukono, I was going to build it on karmic then copy to lucid and maverick18:31
carstenhKasuko: but listen to geser, he is more experienced with python18:31
Kasukogeser: 2.518:31
Kasukocarstenh: I listen to everyone :P18:31
Kasukogeser: yes, it's pretty much a simple python program. All it needs is some features from 2.5 (and they are only to remove deprication warnings)18:35
gesertry XS-Python-Version: all or build-depend on python-all (as this would pull in python2.5 and python2.6)18:37
Kasukogeser: should I be using XS-Python-Version still or debian/pyversions?18:39
Kasukogeser: giving it a try, uploaded ... waiting for build18:42
KasukoAw crap, I have screwed the PPA up18:46
shadeslayerKasuko: which one?18:54
Kasukomy pyxis one, I deleted the ubuntu1 version and was trying to reupload it. I should have just made an ubuntu2 version right?18:55
Kasukoppa:pyxis/pyxis18:55
shadeslayernoo18:56
shadeslayerKasuko: give me the link18:56
shadeslayerKasuko: do you know how to version packages in ppa's?18:57
Kasukohttps://launchpad.net/~pyxis/+archive/pyxis18:57
shadeslayerKasuko: look at https://edge.launchpad.net/~rohangarg/+archive/experimental for hints18:57
shadeslayerawww....18:58
shadeslayerpyxis 0.1-0ubuntu1 <<18:58
Kasuko... what?18:58
Kasukook I will add the ~ppa1 in18:58
Kasukoone question18:58
shadeslayerKasuko: ok,when you upload to PPA's add something like ~lucid1~ppa1 or ~ppa118:59
Kasukowould it be 0ubuntu0~ppa1?18:59
shadeslayerwell.. since this package is currently not in debian but in ubuntu,it should be 0ubuntu118:59
shadeslayerthats my take...18:59
KasukoBut its not in Ubuntu19:01
KasukoThis is the first it is being packaged. Actually the first it's being distributed19:01
shadeslayerKasuko:  i meant that since your uploading the first ubuntu package :P19:01
Kasukook19:01
Kasukoalso since it isn't distribution specific I was told I didn't need a ~lucid119:02
maxbTypically I'd call something -0ppa1 in this scenario19:03
shadeslayermaxb: 0ubuntu1-0ppa1 ?19:03
maxbNo, just upstreamwhatever-0ppa119:03
shadeslayerseems reasonable ..19:04
Kasukomaxb: pyxis_0.1-0ubuntu1~ppa119:04
shadeslayerKasuko: no pyxis_0.1-0ppa119:05
Kasukoalright19:05
maxbThe reason not to do 0.1-0ubuntu1~ppa1 here, is that version sounds like 1) Ubuntu packaged 0.1-0ubuntu1, and then 2) I backported it in my ppa19:06
Kasukomaxb: I agree, but I was thinking it would have been more like 0ubuntu0~ppa1 but just ppa1 makes more sense19:06
Kasukowill there be any issues if I do want to get it into the ubuntu repos?19:07
maxbYou are right, there used to be some poor advice on a launchpad wiki which had people doing the ubuntu0~ppa thing far too often19:07
Kasukoso if I version it ppa1 and then version ubuntu1 comes out which superscedes what?19:08
maxbIssues of what kind? The only thing related to versioning is that all of your PPA versions should be "less than" the version number which would be assigned to a first ubuntu upload19:08
maxbIn this case, 0ppa1 is less than 0ubuntu1 so it all works out nicely19:08
maxbThis is because "u" is later in the alphabet than "p"19:09
Kasukooh ok, I wasn't sure how alphanumerical characters worked19:09
Kasukomaxb: thank you for your help, I guess I should stop assume wiki's words are laws :P19:09
maxbWikis are helpful, but ultimately they *are* editable by pretty much anyone, so well-meaning misinformation may be present19:10
Kasukoand its GOOD! Thank You all!19:25
=== fta_ is now known as fta
lfaraoneIf I'm just doing a package rename, is there an easy way to streamline the process for the Archive Admins? (the content is the same)20:27
fabrice_spwho just uploaded aceitoneiso?21:02
fabrice_spit still FTBFS for me in amd6421:02
fabrice_spbdrung, ?21:02
ari-tczewshadeslayer: please take a look on MoM/universe, package yakuake, maybe you'll be interested in merge21:15
=== fta_ is now known as fta
bdrungfabrice_sp: yes?21:25
shadeslayerari-tczew: im overloaded with merges ^_^21:25
bdrungfabrice_sp: i uploaded aceitoneiso - it builds on amd6421:25
shadeslayerari-tczew: i can do it after this week only21:26
ari-tczewshadeslayer: no problem for me21:26
fabrice_spbdrung, strange, as I updated my chroot before building it :-/21:26
fabrice_spyou're using sbuild or pbuilder?21:26
bdrungfabrice_sp: pbuilder21:27
fabrice_sphmm, I'm using sbuild21:27
bdrungfabrice_sp: are you behind a mirror?21:27
fabrice_spnot really: only caching packages21:27
geserbdrung: argh21:27
bdrunggeser: ?21:28
fabrice_spbut I can see the libqtwebkit-dev package in my chroot21:28
geserbdrung: how did you convince soyuz to accept "Architecture: linux-any21:28
geser"?21:28
geserbug #60500221:28
ubottuLaunchpad bug 605002 in Soyuz "Soyuz doesn't accept upload with "Architecture: linux-any"" [Low,Triaged] https://launchpad.net/bugs/60500221:28
geserbdrung: https://edge.launchpad.net/ubuntu/+source/acetoneiso/2.2.2-2 has no build records21:29
fabrice_spI saw that: i thought it tookt time21:29
bdrunggeser: i wasn't aware of that bug. i didn't argued with soyuz - it just accepted the package.21:30
geserbdrung: I looks like you need to upload it again with Architecure: any to get build records21:32
geserbdrung: you uploaded it with syncpackage from u-d-t, right?21:33
shadeslayerari-tczew: handed over merge to yofel :D21:33
shadeslayerbut he will need a bit of help :D21:34
bdrunggeser: yes21:34
Laneywgrant: what's wrong with the Haskell mdt page? It says tons of packages are outdated in sid when they aren't21:40
tyarussoAnyone alive to tell me what I'm doing wrong with debconf?  The questions are asked during a dpkg-reconfigure, but not during installation.  https://edge.launchpad.net/~tonyyarusso/+archive/ppa/+sourcepub/1241047/+listing-archive-extra for source.22:01
=== fta_ is now known as fta
keestyarusso: debconf defaults to using the system-set priority level (high by default) when installing, and dpkg-reconfigure implies -plow22:07
keestyarusso: and I think you only need the final "db_go"22:09
keesbut I'm rather guessing at this point :022:09
toabctlhi22:10
toabctli downloaded a package with "bzr branch lp:ubuntu/xf86-input-wacom" , changed the package to a new upstream version and want to push th package now back to launchpad and send a merge request. how can i push the package to launchpad?22:11
toabctli tried "brz push lp:~toabctl/ubuntu/xf86-input-wacom/new_upstream_0.10.7" but this does not work. any ideas?22:11
tyarussokees: Okay, so I have one question set as "low" and one as "high", so from that I would expect the latter to be asked at least, wouldn't it?  As for the db_go point, I have no idea, although I thought the samples I found had it after each.22:11
* tyarusso is rather amazed at how hard it seems to be to find someone well-versed in debconf - I thought everyone used this!22:12
gesertoabctl: try "lp:~toabctl/ubuntu/maverick/xf86-input-wacom/new_upstream_0.10.7", don't if this is really the issue22:13
gesertyarusso: debconf is required for user interaction but not every package needs user interaction and depend on the work someone does or the package he touches, he might never need to touch debconf22:15
ari-tczewbdrung: very, very quick response. thanks!22:16
tyarussogeser: Fine, s/everyone/lots of people/ :P22:16
gesertyarusso: if you don't find here an answer, try asking #debian-devel@OFTC; DDs should have some knowledge of debconf too :)22:18
tyarussogeser: #debian-devel eh?  (I've been trying #debian-mentors; wasn't sure if the other was appropriate)22:18
geserhmm22:20
geserI don't know which one is better, I'm not very familiar with the #debian-* channels22:20
tyarussommk22:20
* tyarusso will just try things until he either gets an answer or gets yelled at22:21
=== Zhenech_ is now known as Zhenech

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