diff -Nru gnuradio-3.8.2.0/debian/changelog gnuradio-3.8.2.0/debian/changelog --- gnuradio-3.8.2.0/debian/changelog 2020-11-16 01:57:08.000000000 +0000 +++ gnuradio-3.8.2.0/debian/changelog 2020-11-23 10:52:55.000000000 +0000 @@ -1,3 +1,10 @@ +gnuradio (3.8.2.0-9+rpi1) bullseye-staging; urgency=medium + + * Add build-depends on doxygen-latex. + * Disable dh_missing. + + -- Peter Michael Green Mon, 23 Nov 2020 10:52:55 +0000 + gnuradio (3.8.2.0-9) unstable; urgency=medium * update to v3.8.2.0-19-gba493519c diff -Nru gnuradio-3.8.2.0/debian/control gnuradio-3.8.2.0/debian/control --- gnuradio-3.8.2.0/debian/control 2020-10-27 17:32:42.000000000 +0000 +++ gnuradio-3.8.2.0/debian/control 2020-11-23 10:52:42.000000000 +0000 @@ -63,7 +63,8 @@ qttools5-dev, swig (>=3.0.8), thrift-compiler [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64 s390x], - xmlto + xmlto, + doxygen-latex Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: http://gnuradio.org/ diff -Nru gnuradio-3.8.2.0/debian/rules gnuradio-3.8.2.0/debian/rules --- gnuradio-3.8.2.0/debian/rules 2020-10-25 18:12:10.000000000 +0000 +++ gnuradio-3.8.2.0/debian/rules 2020-11-23 10:52:55.000000000 +0000 @@ -39,3 +39,6 @@ override_dh_gencontrol: dh_gencontrol -- -Vboost-version=`dpkg-query -W -f='$${Depends}' libboost-date-time-dev| cut -b19- |cut -b-4` + +override_dh_missing: + echo dh_missing disabled