tags 822021 + patch
thanks
I also recommend switching to dh, but in the meantime, the attached
patch should work.
Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,10 @@ SCALAPACK_MPI=$(ARCH_DEFAULT_MPI_IMPL)
OPENMPI_ARCHS=alpha amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64
kfreebsd-i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el sparc s390x x32
sparc64
MPICH_ARCHS=hppa m68k sh4
+build-arch: build
+
+build-indep: build
+
build: build-$(SCALAPACK_MPI) build-pvm
build-openmpi: build-stamp-openmpi
@@ -496,4 +500,4 @@ source diff:
binary: binary-arch binary-indep
-.PHONY: binary binary-indep binary-arch clean build
+.PHONY: binary binary-indep binary-arch clean build build-arch build-indep