]> git.donarmstrong.com Git - libparallel-mpi-simple-perl.git/blobdiff - debian/control
fix git urls
[libparallel-mpi-simple-perl.git] / debian / control
index ed5790c5f785353f9ebf3101b7f3b8c7d0a44219..3fc5a60e7d9f94a7ab72f1dd562d361cdbe9972e 100644 (file)
@@ -2,14 +2,20 @@ Source: libparallel-mpi-simple-perl
 Section: perl
 Priority: optional
 Maintainer: Don Armstrong <don@debian.org>
-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
+ 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.