diff -u rpvm-1.0.4/debian/changelog rpvm-1.0.4/debian/changelog --- rpvm-1.0.4/debian/changelog +++ rpvm-1.0.4/debian/changelog @@ -1,3 +1,10 @@ +rpvm (1.0.4-2+rpi1) buster-staging; urgency=medium + + * Set debian/compat to 5 + * Add a "NAMESPACE" file per https://stackoverflow.com/questions/17196225/error-a-namespace-file-is-required + + -- Peter Michael Green Tue, 20 Aug 2019 08:21:57 +0000 + rpvm (1.0.4-2) unstable; urgency=low * Rebuilt for R 2.14.0 so that a default NAMESPACE file is created only in patch2: unchanged: --- rpvm-1.0.4.orig/NAMESPACE +++ rpvm-1.0.4/NAMESPACE @@ -0,0 +1 @@ +exportPattern( "." ) only in patch2: unchanged: --- rpvm-1.0.4.orig/debian/compat +++ rpvm-1.0.4/debian/compat @@ -0,0 +1 @@ +5 only in patch2: unchanged: --- rpvm-1.0.4.orig/inst/pvmhosts +++ rpvm-1.0.4/inst/pvmhosts @@ -0,0 +1 @@ +* ep=/usr/bin \ No newline at end of file only in patch2: unchanged: --- rpvm-1.0.4.orig/src/Makevars +++ rpvm-1.0.4/src/Makevars @@ -0,0 +1,8 @@ +# -*- Makefile -*- vim : ft = make + +include /usr/lib/pvm3/conf/LINUXARM.def + +# PVM library and header files +PKG_CPPFLAGS = -I$(PVM_ROOT)/include +PKG_CFLAGS = $(ARCHCFLAGS) +PKG_LIBS = -lpvm3 -lgpvm3 $(ARCHLIB)