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

=== nobawk|away is now known as nobawk
imbrandonugh i really should stay off twitter01:12
imbrandoninternet argument about why ubuntu should just give up and let debian do everything .... :(01:13
persiaThere's both positive and negative bits about that argument.  Mostly depends on the maintainer.01:14
persiaBut I think the only sane response is to actively work to make that the case where the maintainers are happy to collaborate.01:15
persia(but this is action, not participation in the debate)01:15
imbrandonright01:15
imbrandonoh well i gotta get some code done , on what i dunno yet, just something to take me away from tweets ;)01:16
persiaWe should probably get DCT going again, but it really requires someone who has the time and interest to be the DCT leader, and isn't someone who does something else.01:16
imbrandonDCT ?01:16
persiaDebian Collaboration Team.  It's come and gone a few times, but hasn't been active for a while.01:16
imbrandonahh yea, i just hadent known it by that name01:17
imbrandonyea it would eat alot of time for whomever01:17
persiaThis is different than Utnubu.01:17
persiaUtnubu is/was a Debian project to get Ubuntu patches merged, and get Ubuntu packages in.01:17
imbrandoni dont think collaboration is the main issue in this guys case though, he just seems to fail to realize that Ubuntu exists because it has a diffrent goal than Debian, not to be "a better debian"01:18
persiaDCT was/is an Ubuntu project to reduce total delta and improve communication with various Maintainers.01:18
persiaThey are complementary, but were always different.01:18
persiaOh, for several classes of users, Ubuntu is a degraded Debian.01:18
persiaIt's just different, to meet specific goals.01:19
imbrandonright, and thats what i dont think he understands, its not like debian for everyone e.g. "a universal os" its for a very specific use case, even if that use case gets expanded over the years ;)01:19
ajmitchbut it's an argument on the internet, how can you back down?01:20
imbrandon:)01:20
persiaajmitch: Apparently the strategy is to bring it to other forums, to make it harder to filter :)01:20
persiaimbrandon: "set of use cases", but yeah.  Ubuntu isn't universal, and doesn't try to be.01:21
ajmitchis here where we're meant to jump on debian & have the 2 minutes of hate?01:21
imbrandontrue01:21
imbrandonso i ran across a perl twitter client today, must i say "for the love of everything that is good, WHY!"01:23
persiaimbrandon: So, you're bored, and want a coding project?01:24
wgrantBetter than PHP-GTK.01:24
ajmitchwgrant: don't tempt him01:24
imbrandonpersia: yup01:24
imbrandonwgrant: hahahahah i was just talking to ajmitch about that yesterday01:24
persiaimbrandon: CLI NetworkManager client, for when X crashes.  Does the appropriate things with D-Bus and the DE data stores.  Make sure it works for all of GNOME/KDE/XFCE/headless.01:26
jdongpersia: CNetworkManager?01:26
imbrandonpersia: dosent that exist ?01:26
jdonghttp://vidner.net/martin/software/cnetworkmanager/01:26
persiajdong: I heard that project was stagnant.01:26
imbrandonahhh /me will dig into it01:26
jdongoh. it workedforme01:26
jdongbut Ubuntu packaging and refreshing is awesome too :)01:27
* ajmitch just wants a working wireless driver :)01:27
persiajdong: I'm not fussy if it's fixing found code or creating new code :)01:27
jdong:)01:27
persiaBut nm-tool just doesn't even pretend to be enough.01:28
imbrandonpersia / jdong : sounds like just the proj i need :) /me starts diggin01:28
imbrandonmain problem i can think of right off is kde and gnome store the nm info diffrently dont they01:29
imbrandonfor say staticly configured interfaces01:29
imbrandonsince they dont use /etc/network/*01:30
persiaimbrandon: Right, so you have to come up with some minimal-deps client code that checks to see if the store exists, then tries to pull secrets from it, etc.01:31
imbrandonright01:31
persiaBecause you don't just want the static IPs, but also things like passphrases for wireless or VPNs, etc.01:31
imbrandonyea, it might be tricky if it configured diffrently for like say kde and gnome on the same box01:32
persiaAnd if the store requires authentication to access, you need to plug into the authentication mechanisms, etc.01:32
persiacNetworkManager is a start, but there's lots of integration missing :)01:32
imbrandonyup, and atleast its python ;)01:32
imbrandonohh this looks fun, and actualy no my assumption was wrong, it somehow actualy stores the info per user via NM not via a DE datastore01:36
imbrandonnot sure exactly how yet, but that makes things easier01:37
* imbrandon goes to graba mt dew and fetches the tarbal01:37
imbrandonthe ubutnu-server seed include python i would assume , correct ?01:41
persiapython-minimal is in the minimal task.01:44
persiaHrm.  python is also in the minimal task.  Why do we have python-minimal again?01:45
imbrandonprobably an older holdover01:48
JanCpersia: python-minimal is for people who want to go really minimal AFAIK  ;)02:19
MTecknologypersia: for people like me that are insane to the core :D02:20
MTecknology... if I ever learn python..02:20
persiaI thought it was a subset that was supposed to be in ubuntu-minimal, with the rest in ubuntu-standard.  I suspect python got into minimal because of default-recommends, and minimal may benefit from renewed analysis (and specifically close comparison between no-install-recommends and default)02:20
JanClooks mostly useful for limited tasks on an embedded system02:21
persiaMTecknology: The package is specifically that subset of python that was really a dependency of that subset of packages that was considered really minimal.  I don't imagine anyone would intentionally use it, although many would be happy to install fewer modules on a system that's intended to be minimal, and not likely to run some arbitrary set of python programs.02:21
persiaJanC: I think the target was more appliance VM than embedded system, but something like that.02:22
JanCit doesn't even include support for databases, xml parsing, etc.02:23
MTecknologypersia: I was making a crack at how minimal I made my system. granted I should probably add some of the stuff in ubuntu-minimal back to my system..02:23
persiaJanC: Right, which I don't really need for e.g. a static webserver, or a DNS server.02:25
MTecknologyIs there any reason most configs are ~/.xxx sintead of ~/.config/xxx or something like that?02:28
MTecknologyimo .config is a lot cleaner02:28
JanCMTecknology: because ~/.config didn't exist in the past02:28
JanCit's an XDG invention02:28
MTecknologyoh02:28
MTecknologyany chance people might start moving to it in the distant future?02:29
JanCpeople are already moving02:29
MTecknologycool :)02:29
JanCbut if upstream thinks it is "not traditional unix"...  ;)02:30
MTecknologythen we slam em!02:31
MTecknologyor let'm do what they please :P02:31
JanCat least ~/.blah is better than ~/blah02:32
MTecknologyya... I remember using some of those apps a while back02:32
JanC(yes there are those who do that)02:32
MTecknologyI think I had to use on eof those a couple months ago - forgot the name though - I know jagex does it02:32
ScottKYokoZar: Not sure if anyone answered this, but it is too late to hit retry, but DEPWAIT fix is a legit SRU, so you do a debian/changelog only upload to lucid-proposed.02:49
=== funkyHat is now known as funkyWhat
ScottKjdong: https://launchpad.net/lucid-backports03:36
imbrandonScottK: is there a bug# ?03:41
=== funkyWhat is now known as funkyHat
ScottKimbrandon: For?04:01
imbrandonScottK: i forget now04:01
jdongScottK: thanks!04:05
* imbrandon goes through the list of -backports for someting to approve/defer/test04:07
imbrandonjdong: wanna approve lp 480547 , you initial assesment looks like the way to go04:11
ubottuLaunchpad bug 480547 in karmic-backports "memcached pretty darn out of date." [Undecided,New] https://launchpad.net/bugs/48054704:11
imbrandonotherwise it would require a source change backport that could be done later04:12
imbrandonfor jaunty04:12
jdongimbrandon: ok04:13
jdongimbrandon:have you checked lucid -> karmic?04:14
imbrandononly cursorly, when i did the lucid update a week or two ago04:14
imbrandoni can do more in-depth if wanted04:14
imbrandonin otherwords i know it builds and installs, but as far as working as inteneded  in karmic no idea04:15
jdongimbrandon: ok back when I looked at the backport it definitely worked04:15
imbrandonman i LOVE the Ubuntu One Music store, LOVE it , heh04:17
imbrandonScottK: i'm guessing the etoys intrepid-proposed sru was rejected b/c support ?04:52
imbrandonlfaraone ^^04:53
micahgjdong: would a locales package that was forgotten be ok for an SRU?05:07
jdongmicahg: that sounds reasonable to me05:07
micahgjdong: k, thanks05:07
ScottKimbrandon: Yes.05:45
suji11hi06:03
persiahey06:05
imbrandonheya06:05
suji11Already iok is in ubuntu repository, i followed this site https://wiki.ubuntu.com/PackagingGuide/Recipes/PackageUpdate and update the iok package, now what i do to bring this to ubuntu repository?06:06
suji11i uploaded this to in my launchpad https://launchpad.net/~suji87-msc/+archive/ppa06:07
persiasuji11: Which source format did you use for the package?06:07
suji11persia: Source format means?06:08
persiaIf you ask, you used 1.0 :)06:08
persiaJust attach the diff.gz to a bug requesting upload, and subscribe ubuntu-sponsors.06:08
persiaNote that maverick isn't open yet, so nobody *can* upload it for probably a week to ten days.06:09
suji11persia: where to upload the diff.gz and should i upload the latest version of iok's diff.gz am right?06:13
persiaAttach the diff.gz you want reviewed for inclusion in the repository to a bug requesting an upgrade or update of iok.06:13
persiaDo not attach the original tarball: be sure that your diff.gz has all necessary information to produce the original tarball in debian/watch, debian/copyright, debian/README.source, and debian/rules.06:14
suji11persia: ok, where to i upload the diff.gz ?06:21
persiaAttach the diff.gz you want reviewed for inclusion in the repository to a bug requesting an upgrade or update of iok.06:21
imbrandonusing bug trackers is much more fun when music is playing /me is glad to have his music collection sync'd back to the laptop07:23
warp10wgrant: please, could you renew my membership in ~motuscience?07:32
wgrantwarp10: Done.07:41
warp10wgrant: great, thanks!07:42
Rhonda7who08:03
RhondaLaney: Thanks - didn't see it yesterday anymore, was off then already. :)08:03
dholbachgood morning08:43
adahendramorning08:44
dholbachhey adahendra08:44
Rhondaloha08:44
imbrandonmoins dholbach08:46
dholbachhey Rhonda, hi imbrandon08:46
adahendrahai dholbach08:48
Rhondagrmlmonster got released yesterday, too. :)08:49
RhondaSo it was two releases for me.08:49
YokoZarScottK: uploaded to proposed then :)09:42
=== DktrKranz changed the topic of #ubuntu-motu to: Lucid is out! - lucid-proposed is open - get to work on SRUs! | Want to get involved with the MOTU? https://wiki.ubuntu.com/MOTU/Contributing | Sponsor queue: http://is.gd/2y76G | http://qa.ubuntuwire.com/ftbfs | http://people.canonical.com/~ubuntu-archive/NBS | http://qa.ubuntuwire.com/bugs/rcbugs/ | latest rebuild failures: http://udd.debian.org/cgi-bin/ubuntu_ftbfs.cgi
=== noodles785 is now known as noodles775
eagles0513875just in here to thanks you guys for making another great release :) with lucid11:21
=== rgreening_ is now known as rgreening
lfaraoneimbrandon: understood.16:09
lfaraoneCan I perform SRU verification for my own SRU uploads?16:09
geserlfaraone: I doubt it, or would you propose a fix which doesn't work for you?16:55
=== vorian_ is now known as vorian
=== yofel_ is now known as yofel
=== RoAk is now known as roaksoax
=== roaksoax is now known as RoAkSoAx
Guest32482Hello M. lucas17:23
Guest32482Is it possible to compile/use rubyripper on Ubuntu 10.04 without hang?17:24
fabrice_spHi. Does it makes sense to fix the FTBFS, and document the SRU, if this is a new package in Lucid? (it's for rabbit)17:27
=== nobawk is now known as nobawk|away
geseryes17:31
=== fta_ is now known as fta
=== mathiaz_ is now known as mathiaz
Guest32482Is it possible to make a package of a software e.g. rubyripper, which will be independant of ruby-related libraries?17:46
fabrice_spgeser, if the yes was for me, it's for https://launchpad.net/ubuntu/+source/rabbit17:47
geserfabrice_sp: yes, the "yes" was for you. The SRU page mentions FTBFS as a valid reason for an SRU.17:49
fabrice_spI know, but as this package has never been in Ubuntu, I was trying to see if it's worth a SRU or not17:50
fabrice_spbut the fix is easy, so I'll upload it to -proposed :-)17:51
geserif the package works afterwards, then SRU it17:51
fabrice_spok. I saw another one (because of missing locales-all in Ubuntu). I'll upload it also then17:51
geserit's even less risky as you don't replace any old debs (from an previous successful build)17:52
fabrice_spthanks!17:52
=== zooko is now known as zookos
lfaraonegeser: good point.18:33
cody-somervilleScottK, Does the backports team regularly backport dpkg-dev?19:00
imbrandoncody-somerville: looking i dont see any backports for it , ever19:16
imbrandoncody-somerville: and i dont rember processesing any19:17
cody-somervillek0p, thanks19:17
cody-somervilledoh19:17
cody-somervilleokay, thanks :)19:17
jdongcody-somerville: I think dpkg-dev qualifies as a package I'm afraid to touch ;-)19:20
jdongnamely, it's in the "cjwatson can feel free to do whatever he wants to it!" category :)19:20
cody-somervilleTheres a lot of stuff in it. I think some of it should probably be split out.19:21
imbrandonrelease party here in a few hours , woot19:35
ubuntujenkinsI am trying to get a package to place a pdf in /usr/share/docs/pdf . any suggestions or hints on how i get a package to do that. Also does it matter that the "ubuntu-manual" folder doesn't exist?20:04
ubuntujenkins*/usr/share/docs/ubuntu-manual20:22
azopubuntujenkins: are you trying to install something else to /usr/share/docs/ubuntu-manual?20:23
azops/install/copy20:23
ubuntujenkinsazop: I have five files that need placing in different places in the os. Its just a bunch of latex icons and a font.20:24
ubuntujenkinsI would like to do it with a package as the aim is to make it easier for others20:25
azopWell, you would need to create the ubuntu-manual directory if you plan to copy files into it during the install20:26
ubuntujenkinsThats as i guessed how would i go about it? I am quite happy to read info if you have some suggestions20:27
carstenhubuntujenkins: don't trust random scripts someone you don't know gave you on irc :) after you checked that http://stateful.de/~carsten/tmp/100430U3x0e6FxXjg/dir2deb doesn't do any harm you could create a directory structure, place things that belong to /usr/bin in yourpackagename/usr/bin and so on and finally run DEBFULLNAME="Ubuntu Jenkins" DEBEMAIL="ubuntujenkins@example.com" dir2deb yourpackagename. this creates the ...20:47
carstenh... yourpackagename/debian directory needed to build the package, to actually build it you chdir to it and run "dpkg-buildpackage -rfakeroot -us -uc".  this semi-automatically created package is of course nothing you could upload without modification (because of missing package description, the lack of a useful copyright ...).20:47
carstenhubuntujenkins: if you want an example of an official package that does just place some file somewhere take a look at the source package of debian-goodies20:48
ubuntujenkinscarstenh: thanks very much just what i need to know, I shall have a play with it all and see what i can come up with.20:49
carstenhubuntujenkins: playing is a good way of learning :) the debian/rules file dir2deb creates uses a uncommon syntax since it was never thought to be published or used for educational purposes20:51
ubuntujenkinscarstenh: Does that need adjusting to be correct?20:52
ubuntujenkins*corrected20:53
carstenhubuntujenkins: it is correct. 2 + 1 = 3 is correct as is 2 + 1 = 6/220:56
ubuntujenkinsok i see its just a different way of doing it then :)20:56
carstenhubuntujenkins: it's just not the best example of a rules files, the place to look for such examples is /usr/share/doc/debhelper/20:56
carstenhrelevant documentation from debian is linked from www.debian.org/devel but since you ask on an ubuntu channel ubuntu documentation seems to fit better, maybe you can find something useful in the urls mentioned in the channel toopic21:00
ubuntujenkinsok thanks carstenh21:02
mannyvif I wanted t ohelp out with some sru's how would i go about finding candidate packages?21:11
ubuntujenkinsWhat i forgot to ask was when the package installs I would like it to run updmap --enable Map ccicons.map  as the last thing it does. How would i go about adding that? Is it even possible?21:12
carstenhubuntujenkins: dh_installtex might do this already, if not, ask google: site:debian.org debian policy postinst21:18
ubuntujenkinsok thanks carstenh21:19

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