<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>I am because we are</title>
	<atom:link href="http://viajemotu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://viajemotu.wordpress.com</link>
	<description>A not so personal journey to become a MOTU</description>
	<lastBuildDate>Wed, 23 Nov 2011 21:35:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='viajemotu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>I am because we are</title>
		<link>http://viajemotu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://viajemotu.wordpress.com/osd.xml" title="I am because we are" />
	<atom:link rel='hub' href='http://viajemotu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Setting up Ubuntu for Ubuntu development (upgrade)</title>
		<link>http://viajemotu.wordpress.com/2011/11/23/setting-up-ubuntu-for-ubuntu-development-upgrade/</link>
		<comments>http://viajemotu.wordpress.com/2011/11/23/setting-up-ubuntu-for-ubuntu-development-upgrade/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 07:25:32 +0000</pubDate>
		<dc:creator>chilicuil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=418</guid>
		<description><![CDATA[In this post I&#8217;ll describe the way I upgrade my computers and my environment for working with Ubuntu development (if it can be call it that way&#8230;). I always run in my main computer the latest LTS version (lucid at this moment), and in my test machine the latest development version (precise),  I believe that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=418&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">In this post I&#8217;ll describe the way I upgrade my computers and my environment for working with Ubuntu development (if it can be call it that way&#8230;). I always run in my main computer the latest LTS version (lucid at this moment), and in my test machine the latest development version (precise),  I believe that there will one great day when I know enough to make development in the test machine and <a title="https://help.ubuntu.com/community/UbuntuBackports" href="https://help.ubuntu.com/community/UbuntuBackports" target="_blank">backports</a> || <a title="https://wiki.ubuntu.com/StableReleaseUpdates" href="https://wiki.ubuntu.com/StableReleaseUpdates" target="_blank">SRU</a>&#8216;s for the stable one =3</p>
<p style="text-align:justify;">Since I use a lot my main computer, I install there <span style="color:#008000;">pbuilder</span><strong>/</strong><span style="color:#ff6600;">devs tools</span><strong>/</strong><span style="color:#ff00ff;">virtualbox</span> to modify packages for the development cycle, I only use my test machine for packages that require real hardware to be tested. So, the first thing I do when a new cycle starts is create a new directory for the cycle that is starting, precise for this example.</p>
<pre>$ mkdir -pv misc/ubuntu/ubuntu-12.04 &amp;&amp; cd misc/ubuntu/ubuntu-12.04
$ mkdir  -pv app  diffs  isos  merge  udw</pre>
<p>I mantain my ubuntu related stuff with this hierarchy:</p>
<pre>$ tree -L 2 misc/ubuntu
 <span style="color:#0000ff;">├── results/</span>
<span style="color:#0000ff;"> │   ├── lucid-amd64/</span>
<span style="color:#0000ff;"> │   ├── lucid-i386/</span>
<span style="color:#0000ff;"> │   ├── maverick-i386/</span>
<span style="color:#0000ff;"> │   ├── natty-i386/</span>
<span style="color:#0000ff;"> │   ├── oneiric-i386/</span>
<span style="color:#0000ff;"> │   └── sid-i386/</span>
<span style="color:#0000ff;"> ├── ubuntu-10.04/</span>
<span style="color:#0000ff;"> │   ├── app/</span>
<span style="color:#0000ff;"> │   ├── diffs/</span>
<span style="color:#0000ff;"> │   ├── isos/</span>
<span style="color:#0000ff;"> │   ├── merge/</span>
<span style="color:#0000ff;"> │   └── udw/</span>
<span style="color:#0000ff;"> ├── ubuntu-10.10/</span>
<span style="color:#0000ff;"> │   ├── app/</span>
<span style="color:#0000ff;"> │   ├── diffs/</span>
<span style="color:#0000ff;"> │   ├── isos/</span>
<span style="color:#0000ff;"> │   ├── merge/</span>
<span style="color:#0000ff;"> │   └── udw/</span>
<span style="color:#0000ff;"> ├── ubuntu-11.04/</span>
<span style="color:#0000ff;"> │   ├── app/</span>
<span style="color:#0000ff;"> │   ├── diffs/</span>
<span style="color:#0000ff;"> │   ├── isos/</span>
<span style="color:#0000ff;"> │   ├── merge/</span>
<span style="color:#0000ff;"> │   └── udw/</span>
<span style="color:#0000ff;"> └── ubuntu-11.10/</span>
<span style="color:#0000ff;"> ├── app/</span>
<span style="color:#0000ff;"> ├── diffs/</span>
<span style="color:#0000ff;"> ├── isos/</span>
<span style="color:#0000ff;"> ├── merge/</span>
<span style="color:#0000ff;"> └── udw/</span></pre>
<p style="text-align:justify;">Which can be disassemble it as follows:</p>
<p style="text-align:justify;"><em>results</em> <strong>=&gt;</strong> contains the output of pbuilder (.debs ready to been tested), I&#8217;ve added a <a title="https://gist.github.com/1387537" href="https://gist.github.com/1387537" target="_blank">patch</a> to copy the packages keeping my ID as the owner</p>
<p style="text-align:justify;"><em>ubuntu-version</em> <strong>=&gt;</strong> which contains everything related to that version, isos, packages (<a title="http://qa.ubuntuwire.org/ftbfs/" href="http://qa.ubuntuwire.org/ftbfs/" target="_blank">FTBFS</a>), udw logs, diffs (which are actually debdiffs, this is the classic format to send patches), and merges</p>
<p style="text-align:justify;">Once the dirs have been created, I check the latest versions of some devs packages (<a title="https://wiki.ubuntu.com/UbuntuDevTools" href="https://wiki.ubuntu.com/UbuntuDevTools" target="_blank">ubuntu-dev-tools</a>, <a title="https://launchpad.net/ubuntu-qa-tools" href="https://launchpad.net/ubuntu-qa-tools" target="_blank">ubuntu-qa-tools</a> &amp; <a title="https://launchpad.net/ubuntu-security-tools" href="https://launchpad.net/ubuntu-security-tools" target="_blank">ubuntu-security-tools</a>)</p>
<pre>$ bzr branch lp:ubuntu-dev-tools ~/misc/ubuntu/tools/ubuntu-dev-tools
$ bzr get \
  http://bazaar.launchpad.net/~ubuntu-bugcontrol/ubuntu-qa-tools/master \
  ~/misc/ubuntu/tools/ubuntu-qa-tools
$ bzr branch lp:ubuntu-security-tools \
  ~/misc/ubuntu/tools/ubuntu-security-tools</pre>
<p style="text-align:justify;">With those tools under my fingers I can start downloading the last isos (to test them), I do this as soon as possible, and then I keep upgrading it once a week, I use the <strong>$</strong><span style="color:#ff0000;"> ./dl-ubuntu-test-iso</span> script who comes with the ubuntu-qa-tools package. Before I run it I edit the <span style="color:#008000;">~/.dl-ubuntu-test-iso</span> file, currently it looks like <a title="https://gist.github.com/1387600" href="https://gist.github.com/1387600" target="_blank">this</a>, the parts that I change is <span style="color:#ff0000;">RELEASE</span>=&#8221;<span style="color:#0000ff;">precise</span>&#8221; and <span style="color:#ff0000;">ISOROOT</span>=&#8221;<span style="color:#0000ff;">/home/chilicuil/misc/ubuntu/ubuntu-12.04/isos/</span>&#8221; I only download the desktop | server and netbook versions, however the <span style="color:#ff0000;">VARIANTS</span> and <span style="color:#ff0000;">FLAVORS</span> variables can be edited to download more images. It will run faster if zsync is installed</p>
<pre>$ cd ~/misc/ubuntu/tools/ubuntu-qa-tools/dl-ubuntu-test-iso &amp;&amp; \
  ./dl-ubuntu-test-iso &amp;</pre>
<p style="text-align:justify;">The next thing I do is to set up pbuilder, I&#8217;ve already wrote <a title="http://viajemotu.wordpress.com/2010/08/10/notas-sobre-pbuilder/" href="http://viajemotu.wordpress.com/2010/08/10/notas-sobre-pbuilder/" target="_blank">about it</a>, so I&#8217;ll just point out what variables I modify in <span style="color:#008000;">~/.pbuilder</span>, for each new release I change the <span style="color:#ff0000;">UBUNTU_SUITES</span> var:</p>
<p><span style="color:#ff0000;">UBUNTU_SUITES</span>=(&#8220;<span style="color:#0000ff;">oneiric</span>&#8221; &#8220;<span style="color:#0000ff;">natty</span>&#8221; &#8220;<span style="color:#0000ff;">lucid</span>&#8220;) =&gt; <span style="color:#ff0000;">UBUNTU_SUITES</span>=(&#8220;<span style="color:#0000ff;">precise</span>&#8221; &#8220;<span style="color:#0000ff;">oneiric</span>&#8221; &#8220;<span style="color:#0000ff;">natty</span>&#8221; &#8220;<span style="color:#0000ff;">lucid</span>&#8220;)</p>
<p>And add the aliases to <span style="color:#008000;">~/.bashrc</span>:</p>
<blockquote><p>alias pbuilder.precise=&#8217;sudo DIST=precise pbuilder&#8217;</p></blockquote>
<p>I also modify the <span style="color:#008000;">/etc/bash_completion.d/pbuilder</span> to get autocompletion:</p>
<blockquote><p>[ "$have" ] &amp;&amp; complete -F _pbuilder -o filenames pbuilder pbuilder.lucid pbuilder.maverick pbuilder.natty pbuilder.oneiric pbuilder.precise pbuilder.sid pbuilder.unstable</p></blockquote>
<p>The complete file is <a title="https://gist.github.com/1388027" href="https://gist.github.com/1388027" target="_blank">here</a>, finally I run:</p>
<pre>$ pbuilder.precise create</pre>
<p>To obtain the precise environment where packages would be build</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/418/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=418&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2011/11/23/setting-up-ubuntu-for-ubuntu-development-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f33eeb23873a09bfe0e69d27509bc04a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">chilicuil</media:title>
		</media:content>
	</item>
		<item>
		<title>UGJ / DF (México)</title>
		<link>http://viajemotu.wordpress.com/2011/09/04/ugj-df-mexico/</link>
		<comments>http://viajemotu.wordpress.com/2011/09/04/ugj-df-mexico/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 07:35:23 +0000</pubDate>
		<dc:creator>chilicuil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=409</guid>
		<description><![CDATA[I had being looking forward for participating in a UGJ for a while, the idea behinds it sounds like a lot of fun for me, and the reports from other parts of the world, where it was hosted, really made it more desirable, so I waited to see if someone else popped up and organized [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=409&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had being looking forward for participating in a <a href="https://wiki.ubuntu.com/UbuntuGlobalJam">UGJ</a> for a while, the idea behinds it sounds like a lot of fun for me, and the reports from other parts of the world, where it was hosted, really made it more desirable, so I waited to see if someone else popped up and organized something near my area but unfortunately no one made it (during 2 cycles), so I decide to organize it  for myself and get done one of the items in my Ubuntu <a href="https://wiki.ubuntu.com/~chilicuil">TODO</a> list.</p>
<p><img class="size-medium wp-image-411 aligncenter" title="jam" src="http://viajemotu.files.wordpress.com/2011/09/jam.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></p>
<p><a href="http://www.flickr.com/photos/67103741@N07/show/">http://www.flickr.com/photos/67103741@N07/show/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/409/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/409/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/409/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=409&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2011/09/04/ugj-df-mexico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f33eeb23873a09bfe0e69d27509bc04a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">chilicuil</media:title>
		</media:content>

		<media:content url="http://viajemotu.files.wordpress.com/2011/09/jam.jpg?w=300" medium="image">
			<media:title type="html">jam</media:title>
		</media:content>
	</item>
		<item>
		<title>The ubuntu packaging guide</title>
		<link>http://viajemotu.wordpress.com/2011/04/27/the-ubuntu-packaging-guide/</link>
		<comments>http://viajemotu.wordpress.com/2011/04/27/the-ubuntu-packaging-guide/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 06:19:02 +0000</pubDate>
		<dc:creator>chilicuil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=402</guid>
		<description><![CDATA[Browsing around I came to the ubuntu packaging guide, a work in progress, with lots of interesting tips and howto&#8217;s about what people need to get started with ubuntu development (I really hope someone could document how to work with merges and FTBFS bugs, still no light for me), now I&#8217;ll just record how I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=402&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Browsing around I came to the <a href="https://launchpad.net/ubuntu-packaging-guide" target="_blank">ubuntu packaging guide</a>, a work in progress, with lots of interesting tips and howto&#8217;s about what people need to get started with ubuntu development (I really hope someone could document how to work with <a href="https://merges.ubuntu.com/" target="_blank">merges</a> and <a href="http://qa.ubuntuwire.com/ftbfs/" target="_blank">FTBFS</a> bugs, still no light for me), now I&#8217;ll just record how I &#8216;compile&#8217; it, in case wanted to add something and I forget how to test it xD</p>
<p>I&#8217;m running Ubuntu lucid (10.04 also known as the LTS version), and I only had to:</p>
<p><span style="color:#008000;">#download the source</span></p>
<pre>$ bzr branch lp:ubuntu-packaging-guide</pre>
<p><span style="color:#008000;">#install sphinx ( http://sphinx.pocoo.org/ )</span></p>
<pre>$ sudo apt-get install python-sphinx</pre>
<p><span style="color:#008000;">#produce the documentation</span></p>
<pre>$ make html #or make latexpdf, check the Makefile out for more options</pre>
<p>I know nothing about sphinx but looking at the files I suppose the <span style="color:#0000ff;">*.rst</span> are whom produce the files&#8230;</p>
<p>Still no idea how to get the .deb package from it, but thanks to <span style="color:#800080;">tumbleweed</span> from <span style="color:#008000;">#ubuntu-motu</span> to show me how simple getting the docs actually was &gt;_&gt;&#8217; (even without the .deb package), i10n is still in progress at <a href="https://bitbucket.org/birkenfeld/sphinx/issue/561/configuration-option-store-translations-in" target="_blank">mainstream</a></p>
<p>Not a lot had happened for me, the alpha group is having a lot of more comments, but still not sure if it&#8217;s having the success it was suppose to have, the final iso testing for natty has been started, the oneiric (the next ubuntu version) topics also have started, the newletters seems dead, people talked about unity till the last minute&#8230;</p>
<p>The blogs I keep reading and that I really, really recommend are:</p>
<p><a href="http://raphaelhertzog.com/" target="_blank">http://raphaelhertzog.com/</a></p>
<p><a href="http://daniel.holba.ch/blog/" target="_blank">http://daniel.holba.ch/blog/</a></p>
<p>&#8230;going back to what people call &#8216;reality&#8217; =(</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/402/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/402/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/402/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=402&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2011/04/27/the-ubuntu-packaging-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f33eeb23873a09bfe0e69d27509bc04a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">chilicuil</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu BugSquad Mentorship group alpha</title>
		<link>http://viajemotu.wordpress.com/2011/04/26/ubuntu-bugsquad-mentorship-group-alpha/</link>
		<comments>http://viajemotu.wordpress.com/2011/04/26/ubuntu-bugsquad-mentorship-group-alpha/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 22:31:56 +0000</pubDate>
		<dc:creator>chilicuil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=397</guid>
		<description><![CDATA[From the launchpad page: The Ubuntu BugSquad Mentorship group α is a class of mentors and students. This is a test-pilot run during the Natty cycle to see whether mentoring new bug triagers in a group, having several mentors and a mailing list will improve the results of the BugSquad Mentorship program. Rcart and me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=397&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From the launchpad page:</p>
<p>The Ubuntu BugSquad <a href="https://launchpad.net/~bugsquad-mentorship-group-alpha">Mentorship</a> group α is a class of mentors and students.</p>
<p>This is a test-pilot run during the Natty cycle to see whether mentoring new bug triagers in a group, having several mentors and a mailing list will improve the results of the BugSquad Mentorship program.</p>
<p>Rcart and me have enrolled ourselves, if you wanna join the initiative just send a message to ubuntu-bugsquad AT lists.ubuntu.com, since it&#8217;s a restricted group right now. Not a lot of messages have been interchanged yet, let&#8217;s see how it grows up.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/397/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/397/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/397/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=397&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2011/04/26/ubuntu-bugsquad-mentorship-group-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f33eeb23873a09bfe0e69d27509bc04a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">chilicuil</media:title>
		</media:content>
	</item>
		<item>
		<title>[Pdf] An introduction to Debian packaging</title>
		<link>http://viajemotu.wordpress.com/2011/02/18/pdf-an-introduction-to-debian-packaging/</link>
		<comments>http://viajemotu.wordpress.com/2011/02/18/pdf-an-introduction-to-debian-packaging/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 00:43:07 +0000</pubDate>
		<dc:creator>Rcart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=386</guid>
		<description><![CDATA[This is really good text that focus in the basics of packaging for Debian (also applies to Ubuntu). I really would recommend it to get an overview of the process. Like the author says: About this tutorial Goal: tell you what you really need to know about Debian packaging Tries to keep a reasonable size [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=386&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is really good text that focus in the basics of packaging for Debian (also applies to Ubuntu). I really would recommend it to get an overview of the process. </p>
<p>Like the author says:</p>
<blockquote><p>About this tutorial<br />
Goal: tell you what you really need to know about Debian packaging<br />
Tries to keep a reasonable size<br />
No attempt to be complete<br />
You might need to read more documentation
</p></blockquote>
<p>Download at: <a href="http://www.webupd8.org/2011/02/download-introduction-to-debian.html">www.webupd8.org</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/386/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/386/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/386/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=386&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2011/02/18/pdf-an-introduction-to-debian-packaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f696baef4fdb5778fcf549574c740e5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">rcart19</media:title>
		</media:content>
	</item>
		<item>
		<title>Patching BitTornado</title>
		<link>http://viajemotu.wordpress.com/2011/02/01/patching-bittornado/</link>
		<comments>http://viajemotu.wordpress.com/2011/02/01/patching-bittornado/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 00:24:27 +0000</pubDate>
		<dc:creator>Rcart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=288</guid>
		<description><![CDATA[Hello, In this occasion, we&#8217;ll patch the bittornado package. (More info about BitTornado here) Launchpad bug report Debian bug report So, here&#8217;s what we&#8217;ll do: Creating the patch from scratch. Apply upstream&#8217;s (debian) patch. Creating the patch from scratch First of all, we need to understand the bug report; what&#8217;s the problem and what&#8217;s the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=288&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>In this occasion, we&#8217;ll patch the bittornado package. (More info about BitTornado <a href="http://en.wikipedia.org/wiki/BitTornado">here</a>)</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/bittornado/+bug/420387">Launchpad bug report</a><br />
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593653">Debian bug report</a></p>
<p>So, here&#8217;s what we&#8217;ll do:</p>
<ol>
<li>Creating the patch from scratch.</li>
<li>Apply upstream&#8217;s (debian) patch.</li>
</ol>
<h1>Creating the patch from scratch</h1>
<p>First of all, we need to understand the bug report; what&#8217;s the problem and what&#8217;s the solution.</p>
<p>So, as we can read in the bug report, the problem it&#8217;s about deprecated <strong>sha</strong> module. The solution is to replace it with <strong>hashlib</strong> module. (More information <a href="http://www.python.org/dev/peps/pep-0004/">here</a>)</p>
<p>To start, we need to get BitTornado&#8217;s branch. But before that, we need to set a working directory and then we&#8217;ll be ready to work:<br />
<code>$ bzr branch lp:ubuntu/bittornado</code></p>
<p>Then, we need to create a branch starting from the original one:<br />
<code>$ bzr branch bittornado bittornado.fix-420387</code></p>
<p>And now it&#8217;s time to get down to work. What we firstly need, is to create a quilt patch (I hope that you know this patches system, BUT, if someone (if there&#8217;s someone over here xD) ask for a quick tutorial we&#8217;ll gladly give it to you ^^).</p>
<p>It&#8217;s recommended that we take a look at the patches naming under debian/patches directory, thus we can get an idea of what name use for our patch. So, the bug report patch&#8217;s name looks pretty good, and we&#8217;ll use it (following the numbering):<br />
<code>$ quilt new 32_use_hashlib_for_sha.patch</code></p>
<p>Then, find the python scripts that use the deprecated <strong>sha</strong> module and add them to our new patch. This can be achieved with the <strong>find</strong> and <strong>grep</strong> commands:<br />
<code>$ find . -path ./.pc -prune -o -name '*.py' | xargs grep 'from sha import'</code></p>
<p>In the above expression, we search in all the python scripts, skipping the files under .pc (applied patches), for the string <em>&#8220;from sha import&#8221;</em> and we&#8217;ll get an output like this:</p>
<blockquote><p>./btshowmetainfo.py:from sha import *<br />
./btrename.py:from sha import *<br />
./btdownloadgui.py:from sha import sha<br />
./btdownloadheadless.py:from sha import sha<br />
./BitTornado/__init__.py:from sha import sha<br />
./BitTornado/download_bt1.py:from sha import sha<br />
./BitTornado/parsedir.py:from sha import sha<br />
./BitTornado/BT1/Rerequester.py:from sha import sha<br />
./BitTornado/BT1/makemetafile.py:from sha import sha<br />
./BitTornado/BT1/track.py:from sha import sha<br />
./BitTornado/BT1/StorageWrapper.py:from sha import sha<br />
./BitTornado/BTcrypto.py:from sha import sha<br />
./btdownloadcurses.py:from sha import sha</p></blockquote>
<p>So, we need to extract from the result the files name, and then, add them to the patch, and we can do that with this:<br />
<code>$ find . -path ./.pc -prune -o -name '*.py' | xargs grep 'from sha import' | awk -F ":" '{print $1}' | xargs quilt add</code></p>
<p>From now on, quilt will be tracking our files for changes, and when we write the changes, it&#8217;ll generate the patch.</p>
<p>What we need now, is to edit the files and correct the bug. We have two choices:</p>
<ol>
<li>Go for the files one by one and correct them</li>
<li>Files have same bug, use an expression for all of them</li>
</ol>
<p>Well, the easiest way is to use an expression, and to achieve this we&#8217;ll use <strong>find, grep, awk </strong> and <strong>sed</strong>. I&#8217;ve built an expression like this:<br />
<code>$ find . -path ./.pc -prune -o -name '*.py' | xargs grep 'from sha import' | awk -F ":" '{print $1}' | xargs sed -i 's/from sha import sha/from hashlib import sha1 as sha/'</code></p>
<p>With that, we&#8217;ll edit all the bug files, but not the two files that had &#8216;*&#8217; because they do not fit the <strong>sed</strong> arguments. So, is not difficult edit them and we will do it manually by changing:</p>
<blockquote><p>from sha import sha *</p></blockquote>
<p>To</p>
<blockquote><p>from hashlib import sha1 as sha</p></blockquote>
<p>Now, we&#8217;re ready to write the changes and get the patch:<br />
<code>$ quilt refresh</code></p>
<p>After that, we can visualize in the debian/patches directory our patch. That&#8217;s all about the patch, it&#8217;s time to edit the <strong>changelog</strong>:<br />
<code>$ dch -i</code></p>
<p>Here, we&#8217;ll increase the ubuntu revision and change the distribution version to natty (the actual development version), also create and entry specifying our changes. This is my changelog entry (thanks to <a href="https://launchpad.net/~ari-tczew">ari-tczew</a> for correcting it):</p>
<blockquote><p>   * debian/patches/32_use_hashlib_for_sha.patch:<br />
    &#8211; Updated use of deprecated sha module to hashlib. (LP: #420387) </p>
<p> &#8212; Ronny Cardona (Rcart)   Mon, 24 Jan 2011 17:27:47 -0600 </p></blockquote>
<p>After save the changes, we need to add the quilt patch that we have created to our local branch, clean up the local branch by removing all  applied patches, and then just miss commit the changes.<br />
<code>$ bzr add debian/patches/32_use_hashlib_for_sha.patch<br />
$ quilt pop -a<br />
$ bzr commit</code></p>
<p>We can leave as the commit message, the changelog entry.</p>
<p>Well, until here we have our patch ready to be applied, now we need to create the package&#8217;s source code, build the package and test it to confirm that our patch works correctly.</p>
<p>Create the package source code (for a gpg signed package):<br />
<code>$ bzr bd -- -S</code></p>
<p>And then, depending on our pbuilder configuration, build the package:<br />
<code>$ cd ../ ; pbuilder-dist natty build *.dsc</code></p>
<p>The package is finished, tested and the changes are correctly confirmed. So, let&#8217;s  upload it to Launchpad, and afterward, we will request to be <em>Proposed for Merge</em><br />
<code>$ bzr push lp:~rcart/ubuntu/natty/bittornado/fix-420387<br />
$ bzr lp-open</code></p>
<p>In firefox (or whatever web browser that we have) click on &#8220;<em>Propose for Merge</em>&#8220;</p>
<p>And we can now wait for a reviewer member to sponsor our branch.</p>
<h1>Apply Upstream bug report patch</h1>
<p>This patch differs with the above, in that this uses exception handling and it&#8217;s safer.</p>
<p>The process is almost the same, difference is that we&#8217;ll not edit the files directly, instead we&#8217;ll use <strong>patch</strong> utility to edit them with an existing patch.</p>
<p>Get the branch, create a branch starting from the original one and enter to it.</p>
<p>Then, copy and save the <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593653#17">patch code</a> in a file (ending with .patch extension) to the parent working directory (../). Create a new quilt patch (the name of the patch from scratch is okay), find the bug files, add them to quilt patch, and then run:<br />
<code>$ patch -p1 -i ../patchname.patch</code></p>
<p>The above will correct the bug files by inserting the Debian patch. Now, write the patch:<br />
<code>quilt refresh</code></p>
<p>Update <strong>changelog</strong> file:<br />
<code>$ dch -i</code></p>
<p>Add the new patch to the local branch:<br />
<code>$ bzr add debian/patches/32_use_hashlib_for_sha.patch</code></p>
<p>Pop out the applied patches:<br />
<code>quilt pop -a</code></p>
<p>Commit the changes (use the changelog entry):<br />
<code>$ bzr commit</code></p>
<p>Now, create the source package, build it with pbuilder, test it and confirm that patch works. If all with building was fine, then upload it to LP:<br />
<code>$ bzr push lp:~rcart/ubuntu/natty/bittornado/fix-420387</code></p>
<p>Open LP and propose it for merge ;)<br />
<code>$ bzr lp-open</code></p>
<p>That&#8217;s all!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=288&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2011/02/01/patching-bittornado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f696baef4fdb5778fcf549574c740e5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">rcart19</media:title>
		</media:content>
	</item>
		<item>
		<title>DEP3 Patch Tag</title>
		<link>http://viajemotu.wordpress.com/2011/01/31/dep3-patch-tag/</link>
		<comments>http://viajemotu.wordpress.com/2011/01/31/dep3-patch-tag/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 05:10:56 +0000</pubDate>
		<dc:creator>Rcart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=333</guid>
		<description><![CDATA[Hello, DEP3 is a Debian proposal to set embedded information in patches. It&#8217;ll help us to get information while reviewing patches; about the patch itself, author(s), origin, upstream related stuff, etc. This information is used by some tools like Debian&#8217;s Patch Tracking System to display it. The official site and information resource: http://dep.debian.net/deps/dep3/ DEP3 Tag [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=333&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>DEP3 is a Debian proposal to set embedded information in patches. It&#8217;ll help us to get information while reviewing patches; about the patch itself, author(s), origin, upstream related stuff, etc.</p>
<p>This information is used by some tools like Debian&#8217;s <strong>Patch Tracking System</strong> to display it.</p>
<p>The official site and information resource: <a href="http://dep.debian.net/deps/dep3/">http://dep.debian.net/deps/dep3/</a></p>
<p>DEP3 Tag requires some key fields, but not all of them are normally needed (all depends of the patch itself, the bug status and, somebody told me, the project size). Also, we must follow some rules in those key fields.</p>
<p>I&#8217;ll show you a simple dep3 tag patch, and I&#8217;ll explain the used fields. But first, let&#8217;s explain the patch and bug status:</p>
<ul>
<li>There&#8217;s a Launchpad Bug report with a patch</li>
<li>There&#8217;s an upstream bug report with it&#8217;s respective patch</li>
<li>We will use the upstream patch</li>
</ul>
<p>So, keep in mind that in an after post, we&#8217;ll patch the above bug report package. But this is just a DEP3 Tag patch example:</p>
<blockquote><p><strong>From</strong>: Ronny Cardona (Rcart) &lt;rcart1019@gmail.com&gt;<br />
<strong>Description</strong>: Updated use of deprecated sha module to hashlib.<br />
<strong>Origin</strong>: http://bugs.debian.org/593653#17<br />
<strong>Bug-Debian</strong>: http://bugs.debian.org/593653</p>
<p>Here starts the diff code<br />
  &#8230;..</p></blockquote>
<p><strong>From</strong> (or Author): The patch author<br />
<strong>Description</strong>: A non-so long Description of what the patch does, ending with a dot, and using dot to split two paragraph. We can use the <strong>Subject</strong> field for a briefer description.<br />
<strong>Origin</strong>: This patch it&#8217;s from upstream, so, i must explicitly signalize from where I&#8217;ve found it.<br />
<strong>Bug-Debian</strong>: Like the bug it&#8217;s reported in upstream, here should be the Debian bug report address. Otherwise, (using <strong>Bug-Ubuntu</strong>) should be LP bug report address (a little bit doubtful about this, please confirm it in the website).</p>
<p>This tag must be placed in the patch head, and these are some rules that <strong>must</strong> be follow:</p>
<ul><strong></p>
<li><span style="color:green;">Description</strong></span><strong> field must end with a dot (.)</li>
<li>If the patch is not yours, you must specify where comes from, in the <span style="color:green;">Origin</span> tag</li>
<li>If it&#8217;s possible, put a shorter address</li>
<li>There must be an empty new line between the patch tag and the diff code</li>
<p></strong></ul>
<p>So, with these little indications added to our patches, we can distribute them as Debian suggests.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=333&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2011/01/31/dep3-patch-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f696baef4fdb5778fcf549574c740e5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">rcart19</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello World!</title>
		<link>http://viajemotu.wordpress.com/2011/01/25/hello-world/</link>
		<comments>http://viajemotu.wordpress.com/2011/01/25/hello-world/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 03:47:54 +0000</pubDate>
		<dc:creator>Rcart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=267</guid>
		<description><![CDATA[Hi! I&#8217;m Rcart, an Ubuntu user and Open Source Software believer. I&#8217;ll document here my personal MOTU journey (too), in a, hopefully, understandable English. In company with chilicuil, we&#8217;ll try to make 2 or 3 post every week, to registry our activities related with packaging and bugs in Ubuntu. We hope that these registries help [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=267&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi! I&#8217;m Rcart, an Ubuntu user and Open Source Software believer.</p>
<p>I&#8217;ll document here my personal MOTU journey (too), in a, hopefully, understandable English.</p>
<p>In company with chilicuil, we&#8217;ll try to make 2 or 3 post every week, to registry our activities related with packaging and bugs in Ubuntu. We hope that these registries help others with the same intention, <em>Become A Master Of The Universe</em>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=267&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2011/01/25/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f696baef4fdb5778fcf549574c740e5?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">rcart19</media:title>
		</media:content>
	</item>
		<item>
		<title>Fixing an Ubuntu bug</title>
		<link>http://viajemotu.wordpress.com/2010/11/05/fixing-an-ubuntu-bug/</link>
		<comments>http://viajemotu.wordpress.com/2010/11/05/fixing-an-ubuntu-bug/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 15:38:15 +0000</pubDate>
		<dc:creator>chilicuil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=258</guid>
		<description><![CDATA[Daniel Holbach diagram (taken from a random ubuntu mailing list) Related posts: http://viajemotu.wordpress.com/2010/08/06/como-arreglar-bugs-con-bzr-version-corta/ http://viajemotu.wordpress.com/2010/08/14/parchando-paquetes-con-quilt-bzr/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=258&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://viajemotu.files.wordpress.com/2010/11/fixing_a_bug.png"><img class="size-medium wp-image-260 aligncenter" title="fixing_a_bug" src="http://viajemotu.files.wordpress.com/2010/11/fixing_a_bug.png?w=300&#038;h=208" alt="" width="300" height="208" /></a>Daniel Holbach diagram (taken from a random ubuntu mailing list)</p>
<p>Related posts:</p>
<ul>
<li><a href="http://viajemotu.wordpress.com/2010/08/06/como-arreglar-bugs-con-bzr-version-corta/">http://viajemotu.wordpress.com/2010/08/06/como-arreglar-bugs-con-bzr-version-corta/</a></li>
<li><a href="http://viajemotu.wordpress.com/2010/08/14/parchando-paquetes-con-quilt-bzr/">http://viajemotu.wordpress.com/2010/08/14/parchando-paquetes-con-quilt-bzr/</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=258&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2010/11/05/fixing-an-ubuntu-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f33eeb23873a09bfe0e69d27509bc04a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">chilicuil</media:title>
		</media:content>

		<media:content url="http://viajemotu.files.wordpress.com/2010/11/fixing_a_bug.png?w=300" medium="image">
			<media:title type="html">fixing_a_bug</media:title>
		</media:content>
	</item>
		<item>
		<title>Links aleatorios, semana 25-30/Octubre &#8211; Random links</title>
		<link>http://viajemotu.wordpress.com/2010/11/02/links-aleatorios-semana-25-30octubre/</link>
		<comments>http://viajemotu.wordpress.com/2010/11/02/links-aleatorios-semana-25-30octubre/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 01:21:23 +0000</pubDate>
		<dc:creator>chilicuil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://viajemotu.wordpress.com/?p=245</guid>
		<description><![CDATA[Esta semana, intente volver a conectarme despues de algun tiempo sin recibir actualizacion, quiero enviar un cordial saludo a los chicos de i.am de go.to por joderme la vida, solo unos verdaderos bastardos te notifican la suspension de un servicio con horas de anticipacion, gracias! mi culo jamas habia estado tan expuesto =) Regresando al [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=245&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Esta semana, intente volver a conectarme despues de algun tiempo sin recibir actualizacion, quiero enviar un cordial saludo a los chicos de i.am de go.to por joderme la vida, solo unos verdaderos bastardos te notifican la suspension de un servicio con horas de anticipacion, gracias! mi culo jamas habia estado tan expuesto =)</p>
<p>Regresando al tema y en vista de las pocas visitas de este blog, sí como esta escrito en el &#8216;sobre&#8217; este espacio es principalmente para mi propia documentación, pero igual me entristese  ver que la comunidad latinoamericana no tiene interes por el empaquetamiento =(, asi que de ahora en adelante, intentare escribir las entradas en español/ingles, con preferencia a este último.</p>
<p>Por que no lo hice desde el principio?, hay varias razones, primero porque hay muy poca documentación en español, sino puedo generarla por el momento, al menos traducir las cosas que iba ocupando me parecio buena idea, luego tambien porque queria darle mas familiaridad al asunto, los tipos que se encargan de esto no son unos super genios, son gente normal como tu o yo.  Lo primero que probablemente deje de traducir seran los logs de los canales, eso me tomaba muchisimo tiempo y energia, aunque si llegara a recibir un solo comentario al respecto lo aria con gusto (que no venga del enfermo de ronicardona -.-).</p>
<p>Todas las faltas de ortografia/gramatica/coherencia que encuentren por fa, no sean gachos, comentemelas.</p>
<p>============================================================</p>
<p>This week, I tried to plug-in myself again after a while without reading anything MOTU related, I wanna send greetings to the i.am and go.to team, thx for making my life a peace of crap, only assh**** cut services a few hours before going offline, thx again!, my ass had never been so exposed to the air =)</p>
<p>Back to the topic and seeing that this blogs has so few visits, yes as I&#8217;ve already written in the &#8216;about&#8217; section, this blog is mainly for my own pleasure but it&#8217;s still sad to see that the latin american comunity has to interest in packaging =(, so from now on I&#8217;ll write my entries in spanish/english giving preference to the second one.</p>
<p>Why I hadn&#8217;t done it from the beginning? there are several reasons, first because there is a lack of documentation in spanish so I thought, If I cannot write it I will translate the material I read. Second, to make it look more familiar, the guys who make this possible (the MOTU team) aren&#8217;t super genius, it&#8217;s normal people like you and me and last but not least my English truly SUCKS!</p>
<p>The first stuff I&#8217;ll stop translating will be the ubuntu logs, they take a lot of time and energy and aren&#8217;t viewed nor commented, so I think nobody cares about them, of course I can be in a mistake, so if someone finds them useful, just leave a comment and I&#8217;ll be happy to translate them again (except if that person is ronicardona -.-)</p>
<p>A last word, if you find any mistake in the orthography/grammar/consistency please leave a comment that way I could improve my English and you&#8217;ll have a huge THANK YOU!</p>
<p>============================================================</p>
<p><a href="http://raphaelhertzog.com/">http://raphaelhertzog.com/</a></p>
<p>Llegue aqui a partir de un articulo de el ubuntu <a href="https://wiki.ubuntu.com/UbuntuWeeklyNewsletter">newsletter</a> (si no las leido, sugiero que lo hagas), es el blog personal de Raphaël Hertzog, un desarrollador de debian con una especial atencion a escribir articulos para usuarios que deseen convertirse en desarrolladores ,no he leido todas sus entradas, pero lo que he hecho me ha gusto, te puedes inscribir para recibir sus actualizaciones por correo,</p>
<p>I came here because of an article of the amazing ubuntu <a href="https://wiki.ubuntu.com/UbuntuWeeklyNewsletter">newsletter</a> (if you haven&#8217;t read it, don&#8217;t doubt to checking it out), it&#8217;s the personal blog of Raphaël Hertzog, a debian developer who likes writing posts for users who want to become developers, I&#8217;ve read all his entries, but the posts I&#8217;ve read so far are good, people can subscribe to receive updates by email.</p>
<p><a href="http://askubuntu.com/search?q=motu">http://askubuntu.com/search?q=motu</a></p>
<p>Nada, impresionante fuente de respuestas, para ser sincero creo que contestan mas rapido que en launchpad, me gusta el hecho de que desarrolladores y MOTU&#8217;s se tomen el tiempo para contestar. No he podido evitar ver informacion hay sobre lo que me interesa. La pregunta de &#8216;maco&#8217; es en particular inspiradora.</p>
<p>An amazing source of answers, to be honest I think it&#8217;s faster that launchpad, one thing I really like is that developers and MOTU&#8217;s go and give an answer to &#8216;normal people&#8217;, I couldn&#8217;t stop myself from querying the database. The &#8216;maco&#8217; question is really inspiring.</p>
<p><a href="http://www.jonobacon.org/2010/08/23/getting-more-developers-interested-in-participating-in-ubuntu/">http://www.jonobacon.org/2010/08/23/getting-more-developers-interested-in-participating-in-ubuntu/</a></p>
<p><a href="http://fnords.wordpress.com/2010/08/24/getting-more-developers-interested-in-ubuntu/">http://fnords.wordpress.com/2010/08/24/getting-more-developers-interested-in-ubuntu/</a></p>
<p>Los links dicen mucho, al parecer en la version 11.04 la comunidad tratara de involucrar a mas personas en el desarrollo de ubuntu, ojala sea asi =)</p>
<p>The links are very descriptive, it seems like in the 11.04 version developers will try to push harder to new comunity members to join the differents teams to improve ubuntu even more!, I really hope they can do it =)</p>
<p><a href="https://lists.ubuntu.com/archives/ubuntu-beginners/2010-October/001196.html">https://lists.ubuntu.com/archives/ubuntu-beginners/2010-October/001196.html</a></p>
<p>El resumen del UDS (ubuntu developer submit), los UDS son reuniones que se hacen antes de comenzar a trabajar en una nueva version donde se decide en que trabajaran los desarrolladores en el ciclo actual.</p>
<p>The UDS (ubuntu developer submit) summary, the UDS is a meeting which is done before the developers start working in the next release, many important decisions are defined here.</p>
<p><a href="https://lists.ubuntu.com/archives/ubuntu-beginners/2010-October/001196.html">https://lists.ubuntu.com/archives/ubuntu-beginners/2010-October/001196.html</a></p>
<p>Un hilo de #ubuntu-beginners con varios blogs como este.</p>
<p>A #ubuntu-beginners thread with several blogs like this.</p>
<p><a href="http://daniel.holba.ch/blog/?p=806">http://daniel.holba.ch/blog/?p=806</a></p>
<p>Han liberado la nueva version de Harvest ( http://harvest.ubuntu.com/ ), al parecer una plataforma para hacer mas facil la colaboracion con ubuntu, probe la version beta, pero no lo entendi, sin embargo creo que habra tutoriales para aprender a usarlo, lo seguire de cerca</p>
<p>The new version of Harvest (http://harvest.ubuntu.com/) has been released, it seems like  a platform to making easier to collaborate with ubuntu, I tested the beta version but to be honest I didn&#8217;t get it, however it seems like tutorials will be made to get involved with it, I&#8217;ll look forward to it.</p>
<p>Eso es todo, aaa, tambien han aceptado 2 de mis parches ^_^, pufff, tambien tengo que volver a ponerme en contacto con mradn (https://launchpad.com/~mrand), a estas alturas supongo que creera que estoy muerto X_X</p>
<p>That&#8217;s all I&#8217;ve read lately, ohhh, also 2 of &#8220;my&#8221; patches has been accepted ^_^, pufff, I need to get in touch with mrand again (https://launchpad.com/~mrand), he must think I&#8217;m dead X_X</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/viajemotu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/viajemotu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/viajemotu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/viajemotu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/viajemotu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/viajemotu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/viajemotu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/viajemotu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/viajemotu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/viajemotu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/viajemotu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/viajemotu.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/viajemotu.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/viajemotu.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=viajemotu.wordpress.com&amp;blog=14215714&amp;post=245&amp;subd=viajemotu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://viajemotu.wordpress.com/2010/11/02/links-aleatorios-semana-25-30octubre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f33eeb23873a09bfe0e69d27509bc04a?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">chilicuil</media:title>
		</media:content>
	</item>
	</channel>
</rss>
