<?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>LongoMatch:The Digital Coach &#187; Linux</title>
	<atom:link href="http://longomatch.wordpress.com/category/desarollo/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://longomatch.wordpress.com</link>
	<description>Blog del proyecto LongoMatch</description>
	<lastBuildDate>Sat, 02 May 2009 19:28:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='longomatch.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/42bb37e533aa3765c8f9c6b9b7cf277a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>LongoMatch:The Digital Coach &#187; Linux</title>
		<link>http://longomatch.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://longomatch.wordpress.com/osd.xml" title="LongoMatch:The Digital Coach" />
		<item>
		<title>Actualización de los paquetes .deb</title>
		<link>http://longomatch.wordpress.com/2009/04/23/actualizados-de-los-paquetes-deb/</link>
		<comments>http://longomatch.wordpress.com/2009/04/23/actualizados-de-los-paquetes-deb/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 23:58:44 +0000</pubDate>
		<dc:creator>longomatch</dc:creator>
				<category><![CDATA[Desarollo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://longomatch.wordpress.com/?p=162</guid>
		<description><![CDATA[Ayer me dí cuenta, haciendo una instalción de longomatch en un sistema &#8220;virgen&#8221; de ubuntu y debian, que había un error en el archivo debian/control .
En ambos sistemas operativos no incluía los bindings de db4o para C# como dependencia, lo cual generaba un error al ejecutar el programa al no encontrarse este componente.
Además, en debian [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longomatch.wordpress.com&blog=508938&post=162&subd=longomatch&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ayer me dí cuenta, haciendo una instalción de longomatch en un sistema &#8220;virgen&#8221; de ubuntu y debian, que había un error en el archivo <em>debian/control </em>.</p>
<p>En ambos sistemas operativos no incluía los bindings de db4o para C# como dependencia, lo cual generaba un error al ejecutar el programa al no encontrarse este componente.</p>
<p>Además, en debian sid se el componente Mono.Posix se distribuye en un paquete externo, teniendo que añadirlo como dependencia.</p>
<p>Otra cosa curiosa en debian sid, es que el compilador de mono se llama gmcs2, en vez de gmcs. He tenido que modifiar los archivos de autotools añadiendo una variable global llamada GMCS, que varía en función de la versión instalada de la siguiente forma en el archivo <em>configure.ac</em>:</p>
<p><code><br />
AC_PATH_PROG(MCS, gmcs, no)<br />
if test "x$MCS" = "xno"; then<br />
       	AC_PATH_PROG(MCS2, gmcs2,no)<br />
	if test "x$MCS2" = "xno"; then<br />
		AC_MSG_ERROR([gmcs Not found])<br />
	else<br />
		AC_SUBST(GMCS,[gmcs2])<br />
	fi</p>
<p>else<br />
	AC_SUBST(GMCS,[gmcs])<br />
fi<br />
</code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longomatch.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longomatch.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/longomatch.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/longomatch.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/longomatch.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/longomatch.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/longomatch.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/longomatch.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/longomatch.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/longomatch.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longomatch.wordpress.com&blog=508938&post=162&subd=longomatch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://longomatch.wordpress.com/2009/04/23/actualizados-de-los-paquetes-deb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ae8edbdb1da50c4882d529f05ee033d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longomatch</media:title>
		</media:content>
	</item>
		<item>
		<title>Debian Mentors: caminando hacia los repositorios oficiales de Debian</title>
		<link>http://longomatch.wordpress.com/2009/03/12/debian-mentors-caminando-hacia-los-repositorios-oficiales-de-debian/</link>
		<comments>http://longomatch.wordpress.com/2009/03/12/debian-mentors-caminando-hacia-los-repositorios-oficiales-de-debian/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 17:37:43 +0000</pubDate>
		<dc:creator>longomatch</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://longomatch.wordpress.com/?p=108</guid>
		<description><![CDATA[Son muchas las distribuciones que he probado en mi vida, pero hay una que me enamoró desde el principio&#8230; Debian.  Me encató la forma en que se gestionan los paquetes mediante apt-get y como se organizaba la distribución en distintas ramas según la estabilidad de los paquetes. Venía de Windows, donde era impensable instalar cualquier [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longomatch.wordpress.com&blog=508938&post=108&subd=longomatch&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Son muchas las distribuciones que he probado en mi vida, pero hay una que me enamoró desde el principio&#8230; Debian.  Me encató la forma en que se gestionan los paquetes mediante apt-get y como se organizaba la distribución en distintas ramas según la estabilidad de los paquetes. Venía de Windows, donde era impensable instalar cualquier programa con un simple comando, y mi paso por redhat fué un poco frustante, ya que por esa época rpm todavía no gestionaba las dependecias de los paquetes. Por esa razón, una de mis grandes ilusiones fue la de tener un programa en los repositorios oficiales de Debian.</p>
<p>Al presentar LongoMatch al concurso universitario de Software Libre y ver que el programa estaba funcionando bien, se me pasó por la cabeza empezar a buscar la forma para incluirlo en Debian, y así es como descubrí <a href="http://mentors.debian.net/cgi-bin/welcome">Debian Mentors</a>. Debian Mentors es un repositorio de paquetes público, a través del cual se ofrece la posibilidad de incluir paquetes en los repositorios oficiales sin ser un &#8220;Debian Developer&#8221;.</p>
<p>Los &#8220;Debian Developers&#8221; son los únicos que pueden subir paquetes a los repositorios oficiales, y debian mentors ofrece un punto de enlace entre los aspirantes y los &#8220;Debian Developers&#8221;. Así que la forma que tenemos los desarrolladores ajenos al proyecto Debian de conseguir ver nuestros paquetes en Debian es consiguiendo un &#8220;Sponsor&#8221;, es decir, un &#8220;Debian Developer&#8221; que revise el paquete, le dé el visto bueno y lo suba por nosotros.</p>
<p>El proceso es bastante simple:</p>
<ol>
<li>Creas una cuenta en debian mentors</li>
<li>Subes tu paquete</li>
<li>Buscas un &#8220;Sponsor&#8221;</li>
<li>Sigues las recomensaciones de tu &#8220;Sponsor&#8221;</li>
<li>Con un poco de suerte tu paquete será incluido en los repositorios de Debian.</li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longomatch.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longomatch.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/longomatch.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/longomatch.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/longomatch.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/longomatch.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/longomatch.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/longomatch.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/longomatch.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/longomatch.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longomatch.wordpress.com&blog=508938&post=108&subd=longomatch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://longomatch.wordpress.com/2009/03/12/debian-mentors-caminando-hacia-los-repositorios-oficiales-de-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ae8edbdb1da50c4882d529f05ee033d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longomatch</media:title>
		</media:content>
	</item>
		<item>
		<title>How-To:Packaging for Debian-like systems</title>
		<link>http://longomatch.wordpress.com/2009/01/15/how-topackaging-for-debian-like-systems/</link>
		<comments>http://longomatch.wordpress.com/2009/01/15/how-topackaging-for-debian-like-systems/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 18:35:56 +0000</pubDate>
		<dc:creator>longomatch</dc:creator>
				<category><![CDATA[Desarollo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://longomatch.wordpress.com/?p=37</guid>
		<description><![CDATA[Introduction
Debian-like systems use APT, a free user interface that works with core libraries to handle installing software on Linux. Apt can be functionally considered to be a front-end to dpkg. While dpkg performs actions on individual packages, apt tools manage relations (especially dependencies) between them, as well as sourcing and management of higher-level versioning decisions [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longomatch.wordpress.com&blog=508938&post=37&subd=longomatch&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h1 class="western">Introduction</h1>
<p class="western">Debian-like systems use <strong>APT, </strong><span style="font-weight:normal;">a free user interface that works with core libraries to handle installing software on Linux. Apt can be functionally considered to be a front-end to dpkg. While </span><code><span style="font-weight:normal;">dpkg</span></code><span style="font-weight:normal;"> performs actions on individual packages, apt tools manage relations (especially dependencies) between them, as well as sourcing and management of higher-level versioning decisions (release tracking and version pinning).<br />
</span></p>
<p>For this guide I supose that your project uses the autotools buid system. That&#8217;s why I will use<strong> CDBS</strong> which is a tool that uses debhelper to make building and maintaining Debian 			packages even easier. It has many advantages:</p>
<div class="itemizedlist">
<ul type="disc">
<li>It produces a short, readable, and efficient 						<code class="filename">debian/rules.</code></li>
<li>It automates debhelper and autotools for you, so you do not 						have to worry about repetitive tasks.</li>
<li>It helps you focus on more important packaging problems, 						because it helps without limiting customization.</li>
<li>Its classes have been well tested, so you can 				avoid dirty hacks to solve common problems.</li>
<li>Switching to CDBS is easy.</li>
<li>It is extensible.</li>
</ul>
</div>
<h1 class="itemizedlist">Configuration Files</h1>
<div class="itemizedlist"><span style="font-weight:normal;">The files needed to create </span><strong>.deb </strong><span style="font-weight:normal;">package are stored in the project&#8217;s  root directory with the following structure</span><span style="font-family:DejaVu Sans,sans-serif;"><span style="font-weight:normal;">:</span></span></div>
<div class="itemizedlist">
<ul>
<li>debian/changelog</li>
<li>debian/control</li>
<li>debian/copyright</li>
<li>debian/rules<span style="font-family:DejaVu Sans,sans-serif;"><span style="font-weight:normal;"><br />
</span></span></li>
</ul>
</div>
<h2 class="western"><span style="font-family:Arial,sans-serif;"><strong>changelog</strong></span></h2>
<p class="western"><span style="font-family:Arial,sans-serif;"><span style="font-weight:normal;">The </span></span><tt><span style="font-weight:normal;">changelog</span></tt><span style="font-family:Arial,sans-serif;"><span style="font-weight:normal;"> file is, as its name implies, a listing of the changes made in each version. It has a specific format that gives the package name, version, distribution, changes, and who made the changes at a given time. </span></span></p>
<p class="western"><span style="font-family:Arial,sans-serif;"><span style="font-weight:normal;">The first line includes the package&#8217;s name (longomatch) and the package&#8217;s version (0.9.1-1hardy1) followed by the distribution&#8217;s name (hardy)<br />
</span></span></p>
<p class="western"><span style="font-family:Arial,sans-serif;"><span style="font-weight:normal;">The </span></span><tt><span style="font-weight:normal;">changelog</span></tt><span style="font-family:Arial,sans-serif;"><span style="font-weight:normal;"> for the longomatch package: </span></span></p>
<pre style="padding-left:30px;"><code><span style="color:#ff6600;">longomatch (0.9.1-1hardy1) hardy; urgency=low</span></code></pre>
<pre style="padding-left:30px;"><span style="color:#ff6600;">   *Improved video editor
   *Added templates support
   *Added internationalization support
</span></pre>
<p style="padding-left:30px;"><span style="color:#ff6600;">&#8211; Andoni Morales Alastruey  Tue, 18 Nov 2008 23:50:00 +0200</span></p>
<h2 class="western">control</h2>
<p class="western">The control file contains the information that the package manager (such as <tt>apt-get</tt>, <tt>synaptic</tt>, and <tt>adept</tt>) uses, build-time dependencies, maintainer information, and much more.</p>
<p class="western">For the  <tt>longomatch</tt> package, the control file looks something like:</p>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Source: longomatch</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Section: devel</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Priority: extra</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Maintainer: Andoni Morales Alastruey &lt;my@mail.com&gt;</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Build-Depends: debhelper (&gt;= 5), autotools-dev, cdbs, pkg-config, mono-gmcs,libdb4o6.0-cil, libgtk2.0-cil,libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libgtk2.0-dev, libmono2.0-cil, libmono-cairo2.0-cil</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Standards-Version: 3.7.2</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Package: longomatch</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Architecture: any</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Depends: ${shlibs:Depends}, ${misc:Depends}, mono-runtime, ffmpeg, mencoder</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Description: LongoMatch:The Digital Coach</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Sports video analyze tool for coaches</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">and trainers to assist them  on making live video reports</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">from a match. It creates a database with the most</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">important plays of a game, grouped by categories, to easily</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">access them and to create play lists and new videos from the</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">selected plays.</span></pre>
<h2>copyright</h2>
<p class="western">This file gives the copyright information. Generally, copyright information is found in the <tt>COPYING</tt> file in the program&#8217;s source directory. This file should include such information as the names of the author and the packager, the URL from which the source came, a Copyright line with the year and copyright holder, and the text of the copyright itself. LongoMatch includes the following copyright file:</p>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">This package was debianized by Andoni Morales Alastruey &lt;my@mail.com&gt; on</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Tue, 02 Sep 2008 03:04:08 +0200.</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Upstream Author(s):</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Andoni Morales Alastruey &lt;my@mail.com&gt;</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Copyright:</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Copyright (C) 2008 Andoni Morales Alastruey &lt;my@mail.com&gt;</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">License:</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">This program is free software; you can redistribute it and/or modify</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">it under the terms of the GNU General Public License as published by</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">the Free Software Foundation; either version 2 of the License, or</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">(at your option) any later version.</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">This program is distributed in the hope that it will be useful,</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">but WITHOUT ANY WARRANTY; without even the implied warranty of</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">GNU General Public License for more details.</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">You should have received a copy of the GNU General Public License</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">along with this program; if not, write to the Free Software</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">The Debian packaging is (C) 2008, Andoni Morales Alastruey &lt;ylatuya@gmail.com&gt; and</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">is licensed under the GPL, see `/usr/share/common-licenses/GPL'.</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;"># Please also look if there are files or directories which have a</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;"># different copyright/license attached and list them here.</span></pre>
<h2 class="western">rules</h2>
<p class="western">The last file we need to look at is <tt>rules</tt>. This does all the work for creating our package. It is a Makefile with targets to compile and install the application, then create the .deb file from the installed files. It also has a target to clean up all the build files so you end up with just a source package again. CDBS is a set of Makefile includes that uses debhelper to make building and maintaining Debian packages even easier. It uses advanced features of Makefiles to abstract the build process, so <tt>rules</tt> files end up primarily as a series of include statements. The final <span style="font-family:DejaVu Sans,sans-serif;">rules</span> file using CDBS looks like this:</p>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">#!/usr/bin/make -f</span></pre>
<pre class="console-western" style="padding-left:30px;"><span style="color:#ff6600;">include /usr/share/cdbs/1/rules/debhelper.mk</span></pre>
<pre style="padding-left:30px;"><span style="color:#ff6600;">include /usr/share/cdbs/1/class/autotools.mk
</span></pre>
<p>As you can see the rules configuration files is very simple. CDBS scripts delegate all the work to autotools.</p>
<h1>Creating the binaries package</h1>
<p class="western">The next step is to build the binaries package and the sources packages which are built calling the following commands in the <span style="font-family:DejaVu Sans,sans-serif;">./debian</span> directory:</p>
<p class="console-western"># debuild -b (to build the binaries package)</p>
<p class="console-western"># debuild -S (to build the sources packages)</p>
<p class="console-western"><em>debuild </em>will parse all the previous files and will create a <strong>.deb</strong> package</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/longomatch.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/longomatch.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/longomatch.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/longomatch.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/longomatch.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/longomatch.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/longomatch.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/longomatch.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/longomatch.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/longomatch.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=longomatch.wordpress.com&blog=508938&post=37&subd=longomatch&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://longomatch.wordpress.com/2009/01/15/how-topackaging-for-debian-like-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ae8edbdb1da50c4882d529f05ee033d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">longomatch</media:title>
		</media:content>
	</item>
	</channel>
</rss>