<?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/"
	>

<channel>
	<title>Laney's blog &#187; MOTU</title>
	<atom:link href="http://orangesquash.org.uk/tag/motu/feed/" rel="self" type="application/rss+xml" />
	<link>http://orangesquash.org.uk</link>
	<description>YASB</description>
	<lastBuildDate>Sun, 29 Aug 2010 23:28:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Now running Lenny (and a workaround for a Grub bug)</title>
		<link>http://orangesquash.org.uk/2009/02/16/now-running-lenny-and-a-workaround-for-a-grub-bug/</link>
		<comments>http://orangesquash.org.uk/2009/02/16/now-running-lenny-and-a-workaround-for-a-grub-bug/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 18:58:05 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MOTU]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://orangesquash.org.uk/?p=47</guid>
		<description><![CDATA[. o O (WordPress 2.7.1 is pretty sexy) Congratulations on mankind for reaching the splendid milestone that is 1234567890 seconds since 1970 began. Who&#039;d have thought we&#039;d make it this far? But really, congratulations on the Debian team for releasing Lenny (I even have one package uploaded there)! The point of this post is mainly [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><em>. o O (WordPress 2.7.1 is pretty sexy)</em></p>
<p>Congratulations on mankind for reaching the splendid milestone that is 1234567890 seconds since 1970 began. Who&#039;d have thought we&#039;d make it this far?</p>
<p>But really, congratulations on the Debian team for releasing Lenny <small>(I even have one package uploaded there)</small>! The point of this post is mainly to point people upgrading their Xen DomUs of a bug that I encountered and how to fix it (thanks to <a href="http://strugglers.net/~andy/blog/">Andy Smith</a>).</p>
<p>When doing the upgrade I got this message:</p>
<blockquote><p><code>laney@cripps:~$ sudo dpkg --configure -a<br />
Setting up linux-image-2.6.26-1-xen-686 (2.6.26-13) ...<br />
update-initramfs: Generating /boot/initrd.img-2.6.26-1-xen-686<br />
Searching for GRUB installation directory ... found: /boot/grub<br />
warning: grub-probe can't find drive for /dev/sda1.<br />
grub-probe: error: Cannot find a GRUB drive for /dev/sda1.  Check your<br />
device.map.</code></p>
<p><code>dpkg: error processing linux-image-2.6.26-1-xen-686 (--configure):<br />
subprocess post-installation script returned error exit status 1<br />
dpkg: dependency problems prevent configuration of linux-image-2.6-xen-686:<br />
linux-image-2.6-xen-686 depends on linux-image-2.6.26-1-xen-686; however:<br />
Package linux-image-2.6.26-1-xen-686 is not configured yet.<br />
dpkg: error processing linux-image-2.6-xen-686 (--configure):<br />
dependency problems - leaving unconfigured<br />
dpkg: dependency problems prevent configuration of linux-image-xen-686:<br />
linux-image-xen-686 depends on linux-image-2.6.26-1-xen-686; however:<br />
Package linux-image-2.6.26-1-xen-686 is not configured yet.<br />
dpkg: error processing linux-image-xen-686 (--configure):<br />
dependency problems - leaving unconfigured<br />
Errors were encountered while processing:<br />
linux-image-2.6.26-1-xen-686<br />
linux-image-2.6-xen-686<br />
linux-image-xen-686</code></p></blockquote>
<p>This is apparently a bug in grub-probe when dealing with Xen virtual machines. A post by Andy <a href="http://lists.bitfolk.com/lurker/message/20080529.142153.954fedf4.el.html">here</a> gives the magic incantation to fix it:</p>
<blockquote><p><code>sudo sh -c "echo '(hd0) /dev/sda' &gt; /boot/grub/device.map &amp;&amp; cd /dev &amp;&amp; mknod sda b 202 0"</code></p></blockquote>
<p>(you might need to change sda to xvda depending on what your error says).</p>
<p>A quick <code>dpkg --configure -a</code> later and everything is hunky-dory. Now in a sexy Lenny system in which everything seems to just work, just like the marketing says. Some Apache and MySQL warnings to fix up, but nothing too major. Yet.</p>
<p>(on a side-note &#8211; I got MOTU recently. Breakage coming to an Ubuntu near you. Yay!)</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesquash.org.uk/2009/02/16/now-running-lenny-and-a-workaround-for-a-grub-bug/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Maiden post</title>
		<link>http://orangesquash.org.uk/2008/08/29/maiden-post/</link>
		<comments>http://orangesquash.org.uk/2008/08/29/maiden-post/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 19:40:52 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MOTU]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[uuc]]></category>

		<guid isPermaLink="false">http://orangesquash.org.uk/?p=41</guid>
		<description><![CDATA[photo credit: Tambako the Jaguar Well, hello Planet! Since I&#039;ve been approved as an Ubuntu member, I figured this is as good a time as any to post some drivel. I&#039;m Laney, and I am very pleased to have your attention. I am 22 years young and in a small number of weeks will be [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Portrait of an Ibex" href="http://www.flickr.com/photos/8070463@N03/879257062/" target="_blank"><img src="http://farm2.static.flickr.com/1405/879257062_178f28d578.jpg" border="0" alt="Portrait of an Ibex" /></a><br />
<small><a title="Attribution-NoDerivs License" href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank"><img src="http://orangesquash.org.uk/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Tambako the Jaguar" href="http://www.flickr.com/photos/8070463@N03/879257062/" target="_blank">Tambako the Jaguar</a></small></p>
<p>Well, hello  <a href="http://planet.ubuntu.com">Planet</a>! Since I&#039;ve been <a title="Iain Lane (Laney) to become a Contributing Developer" href="https://lists.ubuntu.com/archives/motu-council/2008-August/001467.html">approved as an Ubuntu member</a>, I figured this is as good a time as any to post some drivel. I&#039;m Laney, and I am very pleased to have your attention. I am 22 years young and in a small number of weeks will be a PhD student at the <a href="http://www.nottingham.ac.uk/cs/">School of Computer Science</a>, <a href="http://www.nottingham.ac.uk/">University of Nottingham</a>.</p>
<p>I might as well use this platform to ask for your help. No, not for myself, for the Intrepid Ibex. Look at the picture up there, he needs you to help him. You couldn&#039;t say no to that, <em>could you?</em></p>
<p>James Westby has made <a title="Making Intrepid Solid" href="http://jameswestby.net/weblog/ubuntu/02-making-intrepid-solid.html">a much more comprehensive post</a> on this, but I&#039;d just like to retierate the testing part. If you feel you&#039;re able to recover from any problems that might occur (should not be too severe now we&#039;re <a title="Feature Freeze in place; Alpha 5 freeze ahead" href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-August/000477.html">in feature freeze</a>) and your system is not mission critical then please do consider helping out. It was with some hesitation that I made the switch a week or so ago, and I&#039;ve certainly found my fair share of bugs and have to live with a slightly more unstable system (particularly audio-wise), but it&#039;ll be worth it in the end when we ship an excellent Ubuntu 8.10. If you do test, I urge you to get involved in bug reporting, otherwise you&#039;re just putting yourself through pain for no gain. When you come across a problem, search Launchpad and the affected program&#039;s upstream bug tracker for the issue and see if you can add any more information. If there is no bug, or if you just don&#039;t have the time to be searching bug trackers then please do still file the bug on Launchpad and a triager will deal with it for you (maybe asking you for more information). As the ever wise Tesco say, &#034;Every little helps&#034;. I&#039;ve definitely come across a few bugs (probably some I&#039;ve forgotten here):</p>
<ul>
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=538206">Banshee crashes on Last.FM login</a></li>
<li><a href="https://bugs.launchpad.net/ubuntu/+source/terminator/+bug/261070">terminator crashed with AttributeError in get_first_notebook_page()</a></li>
<li><a href="https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/261298">seahorse crashed with SIGSEGV in IA__g_object_set_valist()</a></li>
<li><a href="https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/259583">file-roller crashed with SIGSEGV in find_image_offset()</a></li>
<li><a href="https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/260897">tracker-applet crashed with SIGSEGV in signal_emit_unlocked_R()</a></li>
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=548600">Can no longer configure keyboard shortcuts for switching tabs</a></li>
</ul>
<p>A lot of the bugs have a similar format: &#034;x crashed with y in z&#034;. This is apport at work, an excellent tool which takes a lot of the work out of reporting crash bugs. Even just reporting these bugs helps to stabilise the system.</p>
<p>So, I urge you, please do run <tt>update-manager -d</tt> (Ubuntu users) or <tt>adept_manager --version-upgrade</tt> (Kubuntu), and get involved!</p>
]]></content:encoded>
			<wfw:commentRss>http://orangesquash.org.uk/2008/08/29/maiden-post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[MOTU] Merging a package from Debian</title>
		<link>http://orangesquash.org.uk/2008/06/13/motu-merging-a-package-from-debian/</link>
		<comments>http://orangesquash.org.uk/2008/06/13/motu-merging-a-package-from-debian/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 15:45:24 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[MOTU]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://orangesquash.org.uk/?p=27</guid>
		<description><![CDATA[I&#039;m going to start a series of posts where I walk through various things that I do as part of my Ubuntu development work with the MOTU team. I&#039;m currently trying to get myself up to a level where I can apply to the Ubuntu Universe Contributors team, and then at some point in the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#039;m going to start a series of posts where I walk through various things that I do as part of my Ubuntu development work with the MOTU team. I&#039;m currently trying to get myself up to a level where I can apply to the Ubuntu Universe Contributors team, and then at some point in the future for MOTUship.</p>
<p>This article describes the process for merging a package from Debian to the development version of Ubuntu, currently the Intrepid Ibex. If you want to see how I generally go about doing this, follow the jump.</p>
<p><span id="more-27"></span></p>
<p>There&#039;s a lot of background on what a merge is, and how to go about performing one at <a title="Merging" href="https://wiki.ubuntu.com/UbuntuDevelopment/Merging">this document</a> on the Ubuntu wiki. To some extent I will repeat the same information here, but presenting it as a walkthrough. Essentially a merge is required when a newer version of a Debian package than the one in Ubuntu is released, and the Ubuntu version has local changes that have been made. The process involves checking the Ubuntu changes, and incorporating them into the new Debian package if they are still relevant. I&#039;m going to outline the way I work with a simpleish merge that I recently did, for the package <a href="https://launchpad.net/ubuntu/+source/battleball">battleball</a>.</p>
<h2>Find a package to merge</h2>
<p>The first thing to do is to check either <a href="http://dad.dunnewind.net">DaD</a> or <a href="http://merges.ubuntu.com">MoM</a> for the lists of packages for which a merge is currently required. I prefer to use DaD as it has convenient links to the Debian PTS and Launchpad pages for all listed packages, as well as a comment field which can be used by people to indicate that they are working on a package, for example.</p>
<p><a href="http://orangesquash.org.uk/wp-content/uploads/laney/2008/06/dad.png"><img class="aligncenter size-medium wp-image-28" title="DaD" src="http://orangesquash.org.uk/wp-content/uploads/laney/2008/06/dad-300x23.png" alt="A screenshot of DaD" width="300" height="23" /></a></p>
<p>Once you&#039;ve found a package to merge, you should ask the uploader of the last Ubuntu version if they mind you working on the merge this time around. They will be able to tell you if there&#039;s anything you need to know about the package or if they plan on working on the merge themselves:</p>
<pre>&lt;Laney&gt; norsetto: May I merge battleball?</pre>
<pre>&lt;norsetto&gt; Laney: pls. do</pre>
<p>Once the uploader has OKed you continuing on the merge, you may now start to do the actual work.</p>
<h2>Paperwork</h2>
<p>We (as a non-MOTU) need a Launchpad bug filed for your merge. This is the place where sponsors will look to check your work. <a href="https://bugs.launchpad.net/ubuntu/+source/battleball/+bug/239218">Here</a> is the bug I filed for the battleball merge. The title is the most important part &#8211; I usually paste the new Debian changelog entries into the bug description for convenience, but this isn&#039;t really required as the bug is mainly just for tracking. Set the status to &#034;In Progress&#034; and assign to yourself. You&#039;ll also get a bug number when you file the bug. This is needed later in the process.</p>
<h2>Performing the merge itself</h2>
<p>DaD and MoM both provide a script, <code>grab-merge.sh</code>, to automatically try to perform a merge by combining the changes in Ubuntu and Debian. I prefer not to use this method, however, as often Debian incorporates Ubuntu changes in a different way which can lead to duplications or omissions in the resulting merged package. This is only a personal preference, and I&#039;m sure that many people get by with the scripts just fine.</p>
<p>Download the Debian package from the PTS page and the Ubuntu package from the LP page and unpack these into their own directories. As we&#039;re dealing with the same upstream version (only packaging changes in Debian), I&#039;ll use <a href="http://meld.sourceforge.net/">Meld</a>, a really cool graphical diff viewer, to do the bulk of the changes.</p>
<p><a href="http://orangesquash.org.uk/wp-content/uploads/laney/2008/06/meldmerge.png"><img class="aligncenter size-medium wp-image-29" title="Viewing package changes using Meld" src="http://orangesquash.org.uk/wp-content/uploads/laney/2008/06/meldmerge-300x174.png" alt="The differences beween Ubuntu (left) and Debian (right) versions of battleball" width="300" height="174" /></a></p>
<p><span style="color: #ff0000;">Red</span> files have changes, <span style="color: #008000;">green</span> are new and <span style="text-decoration: line-through;"><span style="color: #808080;">strikethrough</span></span> are deleted. The next phase is to inspect each changed file to see if it is still required. Throughout this phase it is essential to refer back to <a title="battleball ubuntu changelog" href="http://changelogs.ubuntu.com/changelogs/pool/universe/b/battleball/battleball_2.0-17ubuntu1/changelog">the</a> <a title="battleball debian changelog" href="http://packages.debian.org/changelogs/pool/main/b/battleball/current/changelog">changelogs</a> to see what changes were made in Ubuntu and Debian. We see that the Ubuntu .desktop file change hasn&#039;t been implemented in Debian, so carry this change forward. Inspect each file and see if it refers to this change. It turns out that the changes for this are in <code>battleball.desktop</code> and <code>rules</code>. Use Meld to copy the changes over.</p>
<p><a href="http://orangesquash.org.uk/wp-content/uploads/laney/2008/06/ruleschanges.png"><img class="aligncenter size-medium wp-image-30" title="changes to rules file" src="http://orangesquash.org.uk/wp-content/uploads/laney/2008/06/ruleschanges-300x187.png" alt="The changes to battleball\'s debian/rules file" width="300" height="187" /></a></p>
<p>In the screenshot above, we can see the changes between the <code>debian/rules</code> file in the Ubuntu version (left) and the Debian version (right). Changes in <span style="color: #3366ff;">blue</span> are in the Debian version but not Ubuntu, and don&#039;t require you to do anything. Changes in <span style="color: #99cc00;">green </span>are in the Ubuntu version but not Debian. These are the ones we need to pay attention to. Figure out why each of these changes is in the old version but not the new. If they are a result of a Ubuntu change that we still need in the new version, then copy them over by clicking the black arrow in the middle. In this case, both changes are to effect the installation of the desktop file, so are copied.</p>
<p>The <code>debian/changelog</code> file should always be merged. Keep the changelog entries from Ubuntu in the correct place order to preserve the history of the package.</p>
<p>Each change that is kept in the Ubuntu version should be forwarded to Debian using the submittodebian tool to send a patch, as long as it is relevant there too. In this case the .desktop file change has <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452712">already been reported</a>, so we don&#039;t need to do anything further. I like to add a bug watch to my merge bugs with the changes that I&#039;ve reported as part of that merge. That way the person that comes to merge the package next can easily see if the changes have been adopted in Debian or not yet.</p>
<h2>Final housekeeping</h2>
<p>Once all changes have been accounted for, and copied over if necessary, it&#039;s time to perform the housekeeping tasks that keep our upload tidy and compliant with policy. First we need to update the maintainer to be the Ubuntu MOTU team. This is achieved by simply running the <code>update-maintainer</code> program from a shell within the package&#039;s directory. Second we need to add a new changelog entry which details what has gone on. In this case the only change that remains from Ubuntu is the adding of a <code>.desktop</code> file. We also need to mention somewhere in this changelog entry the number of the merge bug that we&#039;re closing, in the form (LP: #nnn). Using the command <code>dch -i</code>, we will be presented with an editor which has all of the important stuff (version number, timestamp, distro) inserted automatically. The entry that we come up with is:</p>
<blockquote><p>* Merge from Debian unstable (LP: #239218), remaining changes:<br />
- Add .desktop file<br />
* Modify Maintainer value to match the DebianMaintainerField<br />
specification. <em>(added automatically by <code>update-maintainer</code>)</em></p></blockquote>
<h2>Testing</h2>
<p>Now it is crucially important to test the package. Build a source package by executing the <code>debuild -S</code> command from within the package directory. This will spit out a <code>.dsc</code> and <code>.diff.gz</code> file in the parent directory, which you can use to build the package. I&#039;ll not go through the setting up of <code>sbuild</code> here, but you should follow <a href="https://help.ubuntu.com/community/SbuildLVMHowto">these instructions</a> to get it set up for building packages. This (or <code>pbuilder</code>) is the cleanest and most accurate way of test building. Issue the command <code>sbuild -d intrepid-i386 battleball_2.0-17ubuntu1.dsc</code> to do a test build, and watch the output for any errors. Providing the package builds OK on the current development distro (it does), we can move onto testing. Copy the resulting <code>.deb</code> package onto a VM running the development distro and install it, checking for any errors here. There are none, so we move onto testing the application, in particular looking for the Ubuntu fixes that remain in our merge to ensure that they are still present. In this case the <code>.desktop</code> file is working properly and the program appears to function well after using it for a little while, so we are ready to ask for sponsorship.</p>
<p><a href="http://orangesquash.org.uk/wp-content/uploads/laney/2008/06/battleball.png"><img class="aligncenter size-medium wp-image-31" title="Screenshot of battleball" src="http://orangesquash.org.uk/wp-content/uploads/laney/2008/06/battleball-300x187.png" alt="Screenshot of battleball" width="300" height="187" /></a></p>
<h2>Generating files for sponsorship</h2>
<p>As a final step before uploading, we need to generate two sets of diffs for uploading: between the debian version we based our changes on and the new version, and between the previous Ubuntu version we took the changes from and our new version. The two commands we need are:</p>
<blockquote><p><code>debdiff battleball_2.0-17.dsc battleball_2.0-17ubuntu1.dsc &gt; debian-ubuntu.debdiff<br />
debdiff cur/battleball_2.0-16.1ubuntu1.dsc battleball_2.0-17ubuntu1.dsc &gt; ubuntu-ubuntu.debdiff</code></p></blockquote>
<p>Check the changes in both of these debdiffs with <code>diffstat</code> to see that they are all intentional, and verify the diffs manually in a text editor to see that all of the changes you need are present, and all are documented in the changelog.</p>
<p>As they are, we can proceed to uploading and asking for sponsorship.</p>
<h2>Uploading and requesting sponsorship</h2>
<p>This is the last and possiblly simplest part of the process. Visit the bug&#039;s page on Launchpad and upload the two debdiffs you just added, checking the patch box for both of them. I like to paste my new changelog entry to give sponsors a clue as to what&#039;s going on in the diffs. Then set the status to confirmed and unassign yourself. From the &#034;Subscribe someone else&#034; page, subscribe ubuntu-universe-sponsors (ubuntu-main-sponsors if this were a package in main), and that&#039;s it. Someone will review the patch in good time and upload, thanks to Luca Falavigna for doing this for me here <img src='http://orangesquash.org.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<h2>Links</h2>
<ul>
<li>List of <a href="http://orangesquash.org.uk/wp-content/uploads/laney/2008/06/commands.txt">commands executed during this merge</a>.</li>
<li><a href="https://bugs.launchpad.net/ubuntu/+source/battleball/+bug/239218">Bug report for this merge</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://orangesquash.org.uk/2008/06/13/motu-merging-a-package-from-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first bug fix</title>
		<link>http://orangesquash.org.uk/2008/02/02/my-first-bug-fix/</link>
		<comments>http://orangesquash.org.uk/2008/02/02/my-first-bug-fix/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 22:46:58 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[MOTU]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://orangesquash.org.uk/2008/02/02/my-first-bug-fix/</guid>
		<description><![CDATA[A little while ago I uploaded my first patch to Launchpad, closing bug 159727. This is one of the easiest bugs there is &#8211; someone even provided the icon file needed to fix it! Nevertheless, I&#039;m still pleased to have taken my first small step in Ubuntu development. &#60;crimsun&#62; Laney: thanks, uploaded. ROCK ON!]]></description>
			<content:encoded><![CDATA[<p>A little while ago I uploaded <a href="http://launchpadlibrarian.net/11734267/alsa-tools_1.0.15-2ubuntu2.debdiff" title="debdiff">my first patch</a> to <a href="http://launchpad.net" title="Launchpad">Launchpad</a>, closing <a href="https://bugs.launchpad.net/ubuntu/+source/alsa-tools/+bug/159727" title="all desktop files in alsa-tool-gui package do not specify icons">bug 159727</a>. This is one of the easiest bugs there is &#8211; someone even provided the icon file needed to fix it! Nevertheless, I&#039;m still pleased to have taken my first small step in Ubuntu development.</p>
<blockquote><p> &lt;crimsun&gt; Laney: thanks, uploaded.</p></blockquote>
<p><strong>ROCK ON!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://orangesquash.org.uk/2008/02/02/my-first-bug-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
