X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fcontrol;h=3fc5a60e7d9f94a7ab72f1dd562d361cdbe9972e;hb=HEAD;hp=12cca00cc53aefd9b8042ae312b58f360aabcd93;hpb=041e961a58e580c2d2f6e9c5374ec280fca8e8c8;p=libparallel-mpi-simple-perl.git diff --git a/debian/control b/debian/control index 12cca00..3fc5a60 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +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 -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 -Description: unknown - (no description was found) - . - This description was automagically extracted from the module by dh-make-perl. + 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.