[dh-make-perl] 01/01: Use correct location for deb when using install option

Damyan Ivanov dmn at moszumanska.debian.org
Sat May 23 15:39:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository dh-make-perl.

commit 0b4413ebae6c890593301d780301da8b13196b7f
Author: Andy Beverley <andy at andybev.com>
Date:   Sat Dec 27 23:51:28 2014 +0000

    Use correct location for deb when using install option
---
 lib/DhMakePerl/Command/make.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index b0bd9fb..e3b1889 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -431,7 +431,7 @@ sub install_package {
     $debname = sprintf( "%s_%s-1_%s.deb", $self->pkgname, $self->version,
         $archspec );
 
-    my $deb = $self->main_dir . "/$debname";
+    my $deb = $self->main_dir . "/../$debname";
     system("dpkg -i $deb") == 0
         || die "Cannot install package $deb\n";
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



More information about the Pkg-perl-cvs-commits mailing list