[dh-make-perl-cvs-dev] CVS dh-make-perl
CVS User csacca-guest
cvs@dh-make-perl.alioth.debian.org
Wed, 30 Mar 2005 15:00:51 +0000
Update of /cvsroot/dh-make-perl/dh-make-perl
In directory haydn:/tmp/cvs-serv26497
Modified Files:
dh-make-perl
Log Message:
Fixed a spelling mistake from my last commit.
for which there are debian packages availible:
-->
for which there are no debian packages availible:
--- /cvsroot/dh-make-perl/dh-make-perl/dh-make-perl 2005/03/29 16:58:39 1.30
+++ /cvsroot/dh-make-perl/dh-make-perl/dh-make-perl 2005/03/30 15:00:50 1.31
@@ -524,7 +524,7 @@
print "\n";
print "Needs the following debian packages: " . join (", ", @deps) . "\n" if (@deps);
- print "Needs the following modules for which there are debian packages availible: "
+ print "Needs the following modules for which there are no debian packages availible: "
. join (", ", @not_debs) . "\n" if (@not_debs);
return join (", ", @deps);