X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=3fc5a60e7d9f94a7ab72f1dd562d361cdbe9972e;hb=HEAD;hp=c0629dc3870067374500f23eaceb8142282b0cd0;hpb=eb03e8dc7b96fe5a9a1c7138bf0676815ce1aa95;p=libparallel-mpi-simple-perl.git diff --git a/debian/control b/debian/control index c0629dc..3fc5a60 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,20 @@ Source: libparallel-mpi-simple-perl Section: perl Priority: optional Maintainer: Don Armstrong -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 9), perl, - perl-modules, openmpi-bin, libopenmpi-dev -Standards-Version: 3.9.2 + perl-modules, openmpi-bin, libopenmpi-dev, ssh +Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Parallel-MPI-Simple/ +Vcs-Git: git://git.donarmstrong.com/libparallel-mpi-simple-perl.git +Vcs-Browser: http://git.donarmstrong.com/libparallel-mpi-simple-perl.git 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.