<?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>Vorlon's Blog &#187; Debian</title>
	<atom:link href="http://blog.vorlons.info/archives/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vorlons.info</link>
	<description>Science, Life, Computers, ... who knows what will end up in here...</description>
	<lastBuildDate>Mon, 12 Oct 2009 15:35:11 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Installing pine on Debian</title>
		<link>http://blog.vorlons.info/archives/2003/09/19/6/</link>
		<comments>http://blog.vorlons.info/archives/2003/09/19/6/#comments</comments>
		<pubDate>Fri, 19 Sep 2003 21:15:03 +0000</pubDate>
		<dc:creator>vorlon-MT</dc:creator>
				<category><![CDATA[Computer stuff]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.vorlons.info/archives/2003/09/19/6/</guid>
		<description><![CDATA[Before I forget it again&#8230; To install pine from the Debian sources just do the following:
# apt-get --only-source build-dep pine
# apt-get --only-source -b source pine
# dpkg -i &#60;packagefile&#62;
You need to have the matching deb-src lines in /etc/apt/sources.list.
The first command will install the the dependencies needed to build, the second will get the sources and build [...]]]></description>
			<content:encoded><![CDATA[<p>Before I forget it again&#8230; To install pine from the Debian sources just do the following:<br />
<kbd># apt-get --only-source build-dep pine<br />
# apt-get --only-source -b source pine<br />
# dpkg -i &lt;packagefile&gt;</kbd><br />
You need to have the matching deb-src lines in /etc/apt/sources.list.<br />
The first command will install the the dependencies needed to build, the second will get the sources and build a the package file in /usr/src/ which can be installed with the last one then.<br />
To choose from stable/testing/unstable just add -t stable/testing/unstable to the apt-get lines.<br />
An easy way to keep the latest version, is to install the <a href="http://packages.debian.org/stable/admin/pine-tracker.html" target="_blank">pine-tracker</a> package.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vorlons.info/archives/2003/09/19/6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
