Package: perl-modules
Version: 5.8.8-7
Severity: normal
Tags: patch

The libnet.cfg file is installed as /etc/Net instead of in /etc/perl/Net:

  $ dpkg -c /var/cache/apt/archives/perl-modules_5.8.8-7_all.deb | grep /etc
  drwxr-xr-x root/root         0 2006-12-05 06:53 ./etc/
  drwxr-xr-x root/root         0 2006-12-05 06:53 ./etc/perl/
  drwxr-xr-x root/root         0 2006-12-05 06:53 ./etc/perl/CPAN/
  drwxr-xr-x root/root         0 2006-12-05 06:53 ./etc/perl/Net/
  -rw-r--r-- root/root       611 2006-12-05 06:53 ./etc/Net
  $ _

Here is an untested patch to fix the problem.

--- rules.~1~   2007-05-24 09:13:21.000000000 -0400
+++ rules       2007-05-24 09:15:06.000000000 -0400
@@ -230,7 +230,7 @@
            $(build)/perl-modules/etc/perl/Net
 
        # default configuration for libnet
-       cp debian/libnet.cfg $(build)/perl-modules/etc/Net
+       cp debian/libnet.cfg $(build)/perl-modules/etc/perl/Net
 
        # compress
        find $(build)/*/usr/share/man -type f -print | xargs -r gzip -9

-- 
Roderick Schertler
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to