Probleme bei Erstellung von Perl/CPAN Module als .deb Pakete

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
burnersk
Beiträge: 125
Registriert: 22.10.2008 21:32:16
Lizenz eigener Beiträge: MIT Lizenz

Probleme bei Erstellung von Perl/CPAN Module als .deb Pakete

Beitrag von burnersk » 10.10.2012 10:06:14

Ich setze Debian Wheezy ein und habe Probleme bei Erstellung von Perl/CPAN Modulen als .deb Pakete.

Und zwar habe ich schon einige Anleitungen zur Erstellung von CPAN Source Modulen als .deb Pakete durch und bin mit der Anleitung von Thomas Krenn am Weitesten gekommen. Trotzdem scheitert es:

Code: Alles auswählen

$ dh-make-perl HTML-Diff-0.561/ --desc "Debian package for HTML::Diff Perl CPAN module built by soeren"
Using META.yml
Found: HTML-Diff 0.561 (libhtml-diff-perl arch=all)
Using cached Contents from Wed Oct 10 09:56:40 2012
+ Algorithm::Diff >= 1.15 found in libalgorithm-diff-perl (>= 1.15)

Needs the following debian packages: libalgorithm-diff-perl (>= 1.15)
Using maintainer: Soeren Local <soeren@dev5devel.local>
Found docs: README
Using rules: /usr/share/dh-make-perl/rules.dh7.tiny
**********
Copyright information incomplete!

Upstream copyright information could not be automatically determined.

If you are building this package for your personal use, you might disregard
this information; however, if you intend to upload this package to Debian
(or in general, if you plan on distributing it), you must look into the
complete copyright information.

The causes for this warning are:
Licensing information is present, but cannot be parsed
--- Done
fatal: pathspec 'HTML-Diff-0.561' did not match any files
add HTML-Diff-0.561: command returned error: 128
Das mit dem Copyright/Licensing ist ja nur eine Warnung, das ist für mich uninteressant. Das Problem kommt dann bei pathspec... Hat jemand eine Lösung?

Antworten