<?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>syn.theti.ca &#187; packaging</title>
	<atom:link href="http://syn.theti.ca/category/packaging/feed/" rel="self" type="application/rss+xml" />
	<link>http://syn.theti.ca</link>
	<description>debian, eeepc, kids &#38; f/oss software</description>
	<lastBuildDate>Tue, 25 May 2010 11:50:00 +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>Plumbing the depths of cdbs</title>
		<link>http://syn.theti.ca/2006/07/27/plumbing-the-depths-of-cdbs/</link>
		<comments>http://syn.theti.ca/2006/07/27/plumbing-the-depths-of-cdbs/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 16:05:00 +0000</pubDate>
		<dc:creator>Ben Armstrong</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[packaging]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[On #debian-games we were discussing today how opaque cdbs is for those who aren&#8217;t intimately acquainted with its inner workings. I want to be able to easily see, at least at the level of detail visible in a purely debhelper-based rules file, what&#8217;s going on inside just by running make itself, e.g. debian/rules -p &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>On <code>#debian-games</code> we were discussing today how opaque cdbs is for those who aren&#8217;t intimately acquainted with its inner workings.  I want to be able to easily see, at least at the level of detail visible in a purely debhelper-based rules file, what&#8217;s going on inside just by running make itself, e.g.</p>
<pre>
debian/rules -p | grep -v ^# | grep -B1 dh_
</pre>
<p>Here&#8217;s a small excerpt of the output when run on <a href="http://packages.debian.org/ri-li">ri-li</a>:</p>
<pre>
binary-install/ri-li::
        dh_installdocs -p$(cdbs_curpkg) $(DEB_INSTALL_DOCS_ALL) $(DEB_INSTALL_DOCS_$(cdbs_curpkg))
        dh_installexamples -p$(cdbs_curpkg) $(DEB_INSTALL_EXAMPLES_$(cdbs_curpkg))
        dh_installman -p$(cdbs_curpkg) $(DEB_INSTALL_MANPAGES_$(cdbs_curpkg))
        dh_installinfo -p$(cdbs_curpkg) $(DEB_INSTALL_INFO_$(cdbs_curpkg))
        dh_installmenu -p$(cdbs_curpkg) $(DEB_DH_INSTALL_MENU_ARGS)
        dh_installcron -p$(cdbs_curpkg) $(DEB_DH_INSTALL_CRON_ARGS)
...
</pre>
<p>OK, it&#8217;s a bit crude and misses a lot of interesting details, but it is a starting point that can be tweaked to zero in on whatever parts interest you.</p>
]]></content:encoded>
			<wfw:commentRss>http://syn.theti.ca/2006/07/27/plumbing-the-depths-of-cdbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
