diff -Nru netpipe-3.7.2/debian/changelog netpipe-3.7.2/debian/changelog --- netpipe-3.7.2/debian/changelog 2015-12-26 16:19:08.000000000 +0100 +++ netpipe-3.7.2/debian/changelog 2016-01-09 12:47:00.000000000 +0100 @@ -1,3 +1,10 @@ +netpipe (3.7.2-7.3) unstable; urgency=medium + + * Non-maintainer upload. + * Replace mpich2 by mpich. (Closes: #810512) + + -- Anton Gladky Sat, 09 Jan 2016 12:46:32 +0100 + netpipe (3.7.2-7.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru netpipe-3.7.2/debian/control netpipe-3.7.2/debian/control --- netpipe-3.7.2/debian/control 2015-12-15 21:12:56.000000000 +0100 +++ netpipe-3.7.2/debian/control 2016-01-09 12:46:13.000000000 +0100 @@ -75,7 +75,7 @@ Package: netpipe-mpich2 Architecture: any -Depends: mpich2, ${shlibs:Depends}, ${misc:Depends} +Depends: mpich, ${shlibs:Depends}, ${misc:Depends} Description: Network performance tool using MPICH2 MPI NetPIPE is a protocol independent performance tool that encapsulates the best of ttcp and netperf and visually represents the network @@ -94,7 +94,7 @@ This package measures network performance using the MPI protocol, a Message Passing Interface frequently used in parallel processing, and which uses in turn TCP as its underlying transport. The implementation - of the MPI standard used by this package is that provided by the mpich2 + of the MPI standard used by this package is that provided by the mpich package. Package: netpipe-pvm