From: Don Armstrong Date: Sun, 25 Mar 2012 21:40:53 +0000 (-0700) Subject: fixup description X-Git-Url: https://git.donarmstrong.com/?p=libparallel-mpi-simple-perl.git;a=commitdiff_plain;h=61ab27a4729d54b59d916c7b9009f1fd3ec455b9 fixup description update standards version --- diff --git a/debian/control b/debian/control index 205a3b9..aa49c70 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,17 @@ Maintainer: Don Armstrong Build-Depends: debhelper (>= 9), perl, perl-modules, openmpi-bin, libopenmpi-dev, ssh -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Parallel-MPI-Simple/ +Vcs-Git: git://git.donarmstrong.com/libparallel-mpi-simple-perl +Vcs-Browser: http://git.donarmstrong.com/libparallel-mpi-simple-perl Package: libparallel-mpi-simple-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, perl, mpi-default-bin Description: perl wrapper around MPI libraries + Parallel::MPI::Simple is a wrapper around the MPI libraries. This + enables perl scripts to use MPI (Message Passing Interface) on large + clusters in order to invoke massively parallel processes using the + mpirun interface.