fails when given a directory (for 2 reasons)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dh-make-perl (Debian) |
Fix Released
|
Unknown
|
|||
dh-make-perl (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
karjala@
XML-MyXML-0.0993 XML-MyXML-
karjala@
Using META.json
Found: XML-MyXML 0.0993 (libxml-myxml-perl arch=all)
cat: /etc/mailname: No such file or directory
No APT contents can be loaded.
Please install 'apt-file' package (at least version 2.5.0) and
run 'apt-file update' as root.
Dependencies not updated.
Using maintainer: Alexander Karelas <karjala@>
Found docs: README
cat: /etc/mailname: No such file or directory
Using rules: /usr/share/
cat: /etc/mailname: No such file or directory
--- Done
fatal: pathspec 'XML-MyXML-0.0993' did not match any files
add XML-MyXML-0.0993: command returned error: 128
The above failed because I did not give dh-make-perl the FULL path of the directory of my module. This is the first bug I want to report.
The second bug is that EVEN IF I give it the full path, it still fails:
karjala@
karjala@
karjala@
Using META.json
Found: XML-MyXML 0.0993 (libxml-myxml-perl arch=all)
cat: /etc/mailname: No such file or directory
No APT contents can be loaded.
Please install 'apt-file' package (at least version 2.5.0) and
run 'apt-file update' as root.
Dependencies not updated.
Using maintainer: Alexander Karelas <karjala@>
Found docs: README
cat: /etc/mailname: No such file or directory
Using rules: /usr/share/
cat: /etc/mailname: No such file or directory
--- Done
Switched to a new branch 'master'
Use of uninitialized value $tarball in system at /usr/share/
tar: Old option `f' requires an argument.
Try `tar --help' or `tar --usage' for more information.
: No such file or directory at /usr/share/
pristine-tar: failed to generate delta
Reading package lists... Done
Building dependency tree
Reading state information... Done
karjala@
XML-MyXML-0.0993 XML-MyXML-
As you can see there were a lot of errors, and in the final ls I didn't get the libxml-
If instead of a directory I had given it the --cpan option, then I would get the correct results without errors.
Changed in dh-make-perl (Debian): | |
status: | Unknown → Fix Released |
Just to make sure, which version of dh-make-perl is that?