Control: tags -1 patch

Please find a debdiff attached that I am going to NMU to DELAYED/10 in order to 
fix this.
diff -Nru netpipe-3.7.2/debian/changelog netpipe-3.7.2/debian/changelog
--- netpipe-3.7.2/debian/changelog      2019-03-25 12:44:58.000000000 +0000
+++ netpipe-3.7.2/debian/changelog      2024-01-21 14:26:27.000000000 +0000
@@ -1,3 +1,10 @@
+netpipe (3.7.2-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Drop netpipe-pvm (Closes: #1059653)
+
+ -- Bastian Germann <b...@debian.org>  Sun, 21 Jan 2024 14:26:27 +0000
+
 netpipe (3.7.2-8) unstable; urgency=medium
 
   * Accept NMUs
diff -Nru netpipe-3.7.2/debian/control netpipe-3.7.2/debian/control
--- netpipe-3.7.2/debian/control        2019-03-25 12:39:57.000000000 +0000
+++ netpipe-3.7.2/debian/control        2024-01-21 14:25:08.000000000 +0000
@@ -5,7 +5,6 @@
 Build-Depends: lam4-dev ( >= 7.1.4-5 ),
  libopenmpi-dev,
  libmpich-dev,
- pvm-dev,
  debhelper ( >= 9 )
 Standards-Version: 4.3.0
 
@@ -100,26 +99,3 @@
  which uses in turn TCP as its underlying transport.   The implementation
  of the MPI standard used by this package is that provided by the mpich
  package.
-
-Package: netpipe-pvm
-Architecture: any
-Depends: pvm, ${shlibs:Depends}, ${misc:Depends}
-Description: Network performance tool using PVM
- NetPIPE is a protocol independent performance tool that encapsulates
- the best of ttcp and netperf and visually represents the network
- performance under a variety of conditions. By taking the end-to-end
- application view of a network, NetPIPE clearly shows the overhead
- associated with different protocol layers. NetPIPE answers such
- questions as: how soon will a given data block of size k arrive at its
- destination? Which network and protocol will transmit size k blocks
- the fastest? What is a given network's effective maximum throughput
- and saturation level?  Does there exist a block size k for which the
- throughput is maximized? How much communication overhead is due to the
- network communication protocol layer(s)? How quickly will a small (< 1
- kbyte) control message arrive, and which network and protocol are best
- for this purpose?
- .
- This package measures network performance using the PVM protocol, a
- Parallel Virtual Machine interface frequently used in parallel processing,
- and which uses in turn TCP as its underlying transport.   PVM support
- is provided in its own separate pvm package on Debian systems.
diff -Nru netpipe-3.7.2/debian/netpipe-pvm.docs 
netpipe-3.7.2/debian/netpipe-pvm.docs
--- netpipe-3.7.2/debian/netpipe-pvm.docs       2012-04-11 20:07:20.000000000 
+0000
+++ netpipe-3.7.2/debian/netpipe-pvm.docs       1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-dox/README
-dox/netpipe_paper.ps
diff -Nru netpipe-3.7.2/debian/netpipe-pvm.files 
netpipe-3.7.2/debian/netpipe-pvm.files
--- netpipe-3.7.2/debian/netpipe-pvm.files      2012-04-11 20:07:20.000000000 
+0000
+++ netpipe-3.7.2/debian/netpipe-pvm.files      1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/bin/NPpvm
diff -Nru netpipe-3.7.2/debian/netpipe-pvm.manpages 
netpipe-3.7.2/debian/netpipe-pvm.manpages
--- netpipe-3.7.2/debian/netpipe-pvm.manpages   2012-04-11 20:07:20.000000000 
+0000
+++ netpipe-3.7.2/debian/netpipe-pvm.manpages   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-NPpvm.1
diff -Nru netpipe-3.7.2/debian/rules netpipe-3.7.2/debian/rules
--- netpipe-3.7.2/debian/rules  2016-01-16 14:23:57.000000000 +0000
+++ netpipe-3.7.2/debian/rules  2024-01-21 14:23:22.000000000 +0000
@@ -29,8 +29,6 @@
 
        $(MAKE) tcp CC="$(CC)" CFLAGS="$(CFLAGS)"
        cp debian/netpipe.1 NPtcp.1
-       $(MAKE) pvm CC="$(CC)" CFLAGS="$(CFLAGS)"
-       cp debian/netpipe.1 NPpvm.1
        $(MAKE) mpi MPICC="mpicc.lam $(LDFLAGS)" CC="$(CC)" CFLAGS="$(CFLAGS)"
        mv NPmpi NPlam
        cp debian/netpipe.1 NPlam.1
@@ -64,9 +62,9 @@
        rm -f build-stamp install-stamp
 
        $(MAKE) clean
-       for i in tcp lam lam2 openmpi openmpi2 mpich mpich2 pvm; do rm -f 
NP$${i}*; done
-       # rm -f NPtcp.1 NPlam.1 NPopenmpi.1 NPmpich.1 NPmpich2.1 NPopenmpi2.1 
NPpvm.1
-       # rm -f NPtcp NPopenmpi NPmpich NPopenmpi2 NPlam2 NPpvm NPmpich2 NPlam
+       for i in tcp lam lam2 openmpi openmpi2 mpich mpich2; do rm -f NP$${i}*; 
done
+       # rm -f NPtcp.1 NPlam.1 NPopenmpi.1 NPmpich.1 NPmpich2.1 NPopenmpi2.1
+       # rm -f NPtcp NPopenmpi NPmpich NPopenmpi2 NPlam2 NPmpich2 NPlam
 
        dh_clean
 
@@ -78,7 +76,7 @@
        dh_installdirs
 
        mkdir -p debian/tmp/usr/bin
-       cp NPtcp NPlam NPlam2 NPmpich2 NPpvm `pwd`/debian/tmp/usr/bin # NPmpich
+       cp NPtcp NPlam NPlam2 NPmpich2 `pwd`/debian/tmp/usr/bin # NPmpich
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(OPENMPI_ARCH)))
        cp NPopenmpi NPopenmpi2 `pwd`/debian/tmp/usr/bin
 endif
@@ -124,10 +122,9 @@
 #      dh_installinit -a
        dh_installcron -a
        dh_installman -a
-#      dh_installmanpages -pnetpipe-openmpi NPtcp.1 NPmpich.1  NPpvm.1 
netpipe.1
-#      dh_installmanpages -pnetpipe-pvm NPtcp.1 NPmpich.1 NPopenmpi.1 
NPopenmpi2.1 netpipe.1
-#      dh_installmanpages -pnetpipe-tcp  NPmpich.1 NPopenmpi.1 NPopenmpi2.1 
NPpvm.1 netpipe.1
-#      dh_installmanpages -pnetpipe-mpich NPtcp.1  NPopenmpi.1 NPopenmpi2.1 
NPpvm.1 netpipe.1
+#      dh_installmanpages -pnetpipe-openmpi NPtcp.1 NPmpich.1 netpipe.1
+#      dh_installmanpages -pnetpipe-tcp  NPmpich.1 NPopenmpi.1 NPopenmpi2.1 
netpipe.1
+#      dh_installmanpages -pnetpipe-mpich NPtcp.1  NPopenmpi.1 NPopenmpi2.1 
netpipe.1
        dh_installinfo -a
 #      dh_undocumented
        dh_installchangelogs -a 

Reply via email to