Control: tags 973825 + patch
Control: tags 973825 + pending

Dear maintainer,

I've prepared an NMU for sdpa (versioned as 7.3.14+dfsg-1.1) and
uploaded it to DELAYED/1. Please feel free to tell me if I
should delay it longer.

Cheers
-- 
Sebastian Ramacher
diff -Nru sdpa-7.3.14+dfsg/debian/changelog sdpa-7.3.14+dfsg/debian/changelog
--- sdpa-7.3.14+dfsg/debian/changelog	2020-03-14 01:00:00.000000000 +0100
+++ sdpa-7.3.14+dfsg/debian/changelog	2020-11-21 09:34:51.000000000 +0100
@@ -1,3 +1,14 @@
+sdpa (7.3.14+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+
+  [ Peter Michael Green ]
+  * Use only the first two parts of version number when generating libmumps-seq dependency
+    (Closes: 973825)
+  * Bump build-dependency on libmumps-seq-dev to >= 5.3.4
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Sat, 21 Nov 2020 09:34:51 +0100
+
 sdpa (7.3.14+dfsg-1) unstable; urgency=low
 
    * New upstream
diff -Nru sdpa-7.3.14+dfsg/debian/control sdpa-7.3.14+dfsg/debian/control
--- sdpa-7.3.14+dfsg/debian/control	2020-03-14 01:00:00.000000000 +0100
+++ sdpa-7.3.14+dfsg/debian/control	2020-11-21 09:25:33.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Makoto Yamashita <makoto.yamash...@is.titech.ac.jp>
 Build-Depends: cdbs, debhelper (>= 7), 
    automake, autotools-dev, autoconf, gfortran,
-   libopenblas-pthread-dev, libmumps-seq-dev, libscotch-dev, liboctave-dev
+   libopenblas-pthread-dev, libmumps-seq-dev (>= 5.3.4), libscotch-dev, liboctave-dev
 Standards-Version: 4.1.1
 Homepage: http://sdpa.sourceforge.net/
 
diff -Nru sdpa-7.3.14+dfsg/debian/rules sdpa-7.3.14+dfsg/debian/rules
--- sdpa-7.3.14+dfsg/debian/rules	2020-03-14 01:00:00.000000000 +0100
+++ sdpa-7.3.14+dfsg/debian/rules	2020-11-21 09:25:08.000000000 +0100
@@ -38,7 +38,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --with-mumps-libs=$(MUMPS_LIBS)
 
 
-LIBMUMPS_VER := $(shell dpkg --status libmumps-seq-dev | awk '/^Version:/ {print $$2}' |cut -f 1 -d "-")
+LIBMUMPS_VER := $(shell dpkg --status libmumps-seq-dev | awk '/^Version:/ {print $$2}' |cut -f 1 -d "-" | cut -d . -f 1-2)
 DEB_DH_GENCONTROL_ARGS_ALL = -- -Vmumps-seq:Version=$(LIBMUMPS_VER)
 
 SDPA_DIR=$(CURDIR)/debian/sdpa

Attachment: signature.asc
Description: PGP signature

Reply via email to