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 35d5f53ca7aba335cbff62ead35a813d42861c64 Author: Damyan Ivanov <[email protected]> Date: Sun May 24 09:34:08 2015 +0000 print the dpkg -i command --- lib/DhMakePerl/Command/make.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm index 5d036a3..7c21233 100644 --- a/lib/DhMakePerl/Command/make.pm +++ b/lib/DhMakePerl/Command/make.pm @@ -441,6 +441,7 @@ sub install_package { my $deb = $self->main_dir . "/../$debname"; my $dpkg_cmd = "dpkg -i $deb"; $dpkg_cmd = "sudo $dpkg_cmd" if $>; + $self->info("Running '$dpkg_cmd'..."); system($dpkg_cmd) == 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
