Package: dh-make-perl
Version: 0.19
Severity: normal
Tags: patch

dh-make-perl fails to use the information read from META.yml, making
for instance:

 $ dh-make-perl --build --cpan Catalyst::Plugin::Static::Simple

fail to get the package name - producing a file called
lib-perl_0.08.orig.tar.gz(!)

This patch fixes the typo in dh-make-perl:

--- dh-make-perl.orig   2005-09-06 23:51:30.000000000 +0200
+++ dh-make-perl        2005-10-04 14:44:50.479302682 +0200
@@ -337,7 +337,7 @@
     }
 
     # Returns a simple hashref with all the keys/values defined in META.yml
-    return {};
+    return $yaml;
 }
 
 sub extract_basic_copyright {


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-asjo-p4
Locale: LANG=C, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages dh-make-perl depends on:
ii  debhelper                     4.9.12     helper programs for debian/rules
ii  dpkg-dev                      1.13.11    package building tools for Debian
ii  fakeroot                      1.5.4      Gives a fake root environment
ii  libmodule-depends-perl        0.10-1     identify the dependencies of a dis
ii  libyaml-perl                  0.38-2     YAML Ain't Markup Language (tm)
ii  make                          3.80-11    The GNU version of the "make" util
ii  perl                          5.8.7-5    Larry Wall's Practical Extraction 
ii  perl-modules [libpod-parser-p 5.8.7-5    Core Perl modules

Versions of packages dh-make-perl recommends:
pn  apt-file                      <none>     (no description available)
ii  libmodule-build-perl          0.26-1     Subclassable and make-independant 

-- no debconf information


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

Reply via email to