Control: tags 1002429 + patch Control: tags 1002429 + pending Dear maintainer,
I've prepared an NMU for openems (versioned as 0.0.35+git20190103.6a75e98+dfsg.1-3.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru openems-0.0.35+git20190103.6a75e98+dfsg.1/debian/changelog openems-0.0.35+git20190103.6a75e98+dfsg.1/debian/changelog --- openems-0.0.35+git20190103.6a75e98+dfsg.1/debian/changelog 2021-02-21 13:09:58.000000000 +0200 +++ openems-0.0.35+git20190103.6a75e98+dfsg.1/debian/changelog 2022-01-20 13:19:49.000000000 +0200 @@ -1,3 +1,11 @@ +openems (0.0.35+git20190103.6a75e98+dfsg.1-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: PYBUILD_SYSTEM = distutils to workaround FTBFS + with new dh-python. (Closes: #1002429) + + -- Adrian Bunk <b...@debian.org> Thu, 20 Jan 2022 13:19:49 +0200 + openems (0.0.35+git20190103.6a75e98+dfsg.1-3) unstable; urgency=medium * Team upload. diff -Nru openems-0.0.35+git20190103.6a75e98+dfsg.1/debian/rules openems-0.0.35+git20190103.6a75e98+dfsg.1/debian/rules --- openems-0.0.35+git20190103.6a75e98+dfsg.1/debian/rules 2021-02-21 11:42:01.000000000 +0200 +++ openems-0.0.35+git20190103.6a75e98+dfsg.1/debian/rules 2022-01-20 13:19:43.000000000 +0200 @@ -19,6 +19,7 @@ OCTAVE_FULLBPATH = $(OCTAVE_BPATH)/openems-0.0.35/$(OCTAVE_HOSTTYPE)-$(OCTAVE_API_VERSION) PYTHON3VERSIONS := $(shell py3versions -s -v) +export PYBUILD_SYSTEM = distutils export CXXFLAGS := $(CXXFLAGS) -DSSE_CORRECT_DENORMALS=0