<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: dh-make-perl will rock your socks</title>
	<atom:link href="http://michael.thegrebs.com/2008/07/02/dh-make-perl-will-rock-your-socks/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael.thegrebs.com/2008/07/02/dh-make-perl-will-rock-your-socks/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 04:40:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Peters</title>
		<link>http://michael.thegrebs.com/2008/07/02/dh-make-perl-will-rock-your-socks/comment-page-1/#comment-13543</link>
		<dc:creator>Alex Peters</dc:creator>
		<pubDate>Mon, 10 Aug 2009 05:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://michael.thegrebs.com/?p=123#comment-13543</guid>
		<description>perllocal.pod holds info on modules added locally to one&#039;s Perl installation, and is appended to whenever a module is installed using a Makefile.  In the context of a Debian package for a module, this file has no purpose; the package manager takes on this responsibility.

Some extra work is required to stop this file from being added to the Debian package.  This comment makes allusions without showing how:

http://www.debian-administration.org/articles/78#comment_8

It&#039;s probably just as simple as a &quot;rm $(SOMEWHERE)/perllocal.pod&quot; call in the right place though.</description>
		<content:encoded><![CDATA[<p>perllocal.pod holds info on modules added locally to one&#8217;s Perl installation, and is appended to whenever a module is installed using a Makefile.  In the context of a Debian package for a module, this file has no purpose; the package manager takes on this responsibility.</p>
<p>Some extra work is required to stop this file from being added to the Debian package.  This comment makes allusions without showing how:</p>
<p><a href="http://www.debian-administration.org/articles/78#comment_8" rel="nofollow">http://www.debian-administration.org/articles/78#comment_8</a></p>
<p>It&#8217;s probably just as simple as a &#8220;rm $(SOMEWHERE)/perllocal.pod&#8221; call in the right place though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://michael.thegrebs.com/2008/07/02/dh-make-perl-will-rock-your-socks/comment-page-1/#comment-7313</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 22 Jul 2008 21:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://michael.thegrebs.com/?p=123#comment-7313</guid>
		<description>Hi, I tried compiling the perl modules using:

$ dh-make-perl --build --cpan Lyrics::Fetcher::LyricsDownload

This all works fine, and I even get a list of dependencies the package has, which I can then install using apt-get install.

But when I install the final .deb package I get the following error:
[terminal]
patrick@global:~$ sudo dpkg -i liblyrics-fetcher-lyricsdownload-perl_0.01-1_all.deb 
(Reading database ... 52109 files and directories currently installed.)
Unpacking liblyrics-fetcher-lyricsdownload-perl (from liblyrics-fetcher-lyricsdownload-perl_0.01-1_all.deb) ...
dpkg: error processing liblyrics-fetcher-lyricsdownload-perl_0.01-1_all.deb (--install):
 trying to overwrite `/usr/lib/perl/5.8/perllocal.pod&#039;, which is also in package libhtml-tree-perl
Errors were encountered while processing:
 liblyrics-fetcher-lyricsdownload-perl_0.01-1_all.deb
[/terminal]

By the way: the package: libhtml-tree-perl was also a package I compiled myself using dh-make-perl.

What is causing perllocal.pod to being a problem?</description>
		<content:encoded><![CDATA[<p>Hi, I tried compiling the perl modules using:</p>
<p>$ dh-make-perl &#8211;build &#8211;cpan Lyrics::Fetcher::LyricsDownload</p>
<p>This all works fine, and I even get a list of dependencies the package has, which I can then install using apt-get install.</p>
<p>But when I install the final .deb package I get the following error:<br />
[terminal]<br />
patrick@global:~$ sudo dpkg -i liblyrics-fetcher-lyricsdownload-perl_0.01-1_all.deb<br />
(Reading database &#8230; 52109 files and directories currently installed.)<br />
Unpacking liblyrics-fetcher-lyricsdownload-perl (from liblyrics-fetcher-lyricsdownload-perl_0.01-1_all.deb) &#8230;<br />
dpkg: error processing liblyrics-fetcher-lyricsdownload-perl_0.01-1_all.deb (&#8211;install):<br />
 trying to overwrite `/usr/lib/perl/5.8/perllocal.pod&#8217;, which is also in package libhtml-tree-perl<br />
Errors were encountered while processing:<br />
 liblyrics-fetcher-lyricsdownload-perl_0.01-1_all.deb<br />
[/terminal]</p>
<p>By the way: the package: libhtml-tree-perl was also a package I compiled myself using dh-make-perl.</p>
<p>What is causing perllocal.pod to being a problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David A. Harding</title>
		<link>http://michael.thegrebs.com/2008/07/02/dh-make-perl-will-rock-your-socks/comment-page-1/#comment-7018</link>
		<dc:creator>David A. Harding</dc:creator>
		<pubDate>Sat, 05 Jul 2008 20:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://michael.thegrebs.com/?p=123#comment-7018</guid>
		<description>That&#039;s some nifty info, Michael.  Thanks!</description>
		<content:encoded><![CDATA[<p>That&#8217;s some nifty info, Michael.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
