<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: dpkg-repack</title>
	<link>http://blog.wompom.org/index.php/2007/02/07/dpkg-repack/</link>
	<description>a web-log</description>
	<pubDate>Sun, 05 Feb 2012 13:38:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Gerhard</title>
		<link>http://blog.wompom.org/index.php/2007/02/07/dpkg-repack/#comment-6</link>
		<author>Gerhard</author>
		<pubDate>Wed, 14 Feb 2007 13:40:29 +0000</pubDate>
		<guid>http://blog.wompom.org/index.php/2007/02/07/dpkg-repack/#comment-6</guid>
					<description>dpkg -L $pkg &#124; tar cf - --no-recursion --files-from - &#124; (cd "$pkgdir" &#38;&#38; tar xvf -)

I would use cpio instead:

dpkg -L "$pkg" &#124; cpio -vmdp "$pkgdir"</description>
		<content:encoded><![CDATA[<p>dpkg -L $pkg | tar cf - &#8211;no-recursion &#8211;files-from - | (cd "$pkgdir" &amp;&amp; tar xvf -)</p>
<p>I would use cpio instead:</p>
<p>dpkg -L "$pkg" | cpio -vmdp "$pkgdir"</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: ads</title>
		<link>http://blog.wompom.org/index.php/2007/02/07/dpkg-repack/#comment-7</link>
		<author>ads</author>
		<pubDate>Wed, 14 Feb 2007 14:59:41 +0000</pubDate>
		<guid>http://blog.wompom.org/index.php/2007/02/07/dpkg-repack/#comment-7</guid>
					<description>Mm, thanks. cpio is something I avoided learning because I didn't see any value in it at first glance. I'll reappraise this.</description>
		<content:encoded><![CDATA[<p>Mm, thanks. cpio is something I avoided learning because I didn't see any value in it at first glance. I'll reappraise this.</p>
]]></content:encoded>
				</item>
</channel>
</rss>

