Control: tags 952326 + patch Control: tags 952326 + pending Dear maintainer,
I've prepared an NMU for libcrcutil (versioned as 1.0-5.2) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru libcrcutil-1.0/debian/changelog libcrcutil-1.0/debian/changelog --- libcrcutil-1.0/debian/changelog 2020-02-05 18:41:16.000000000 +0200 +++ libcrcutil-1.0/debian/changelog 2020-05-16 21:14:43.000000000 +0300 @@ -1,3 +1,10 @@ +libcrcutil (1.0-5.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "dpkg-buildpackage -b" builds. (Closes: #952326) + + -- Adrian Bunk <[email protected]> Sat, 16 May 2020 21:14:43 +0300 + libcrcutil (1.0-5.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru libcrcutil-1.0/debian/rules libcrcutil-1.0/debian/rules --- libcrcutil-1.0/debian/rules 2018-05-01 16:32:46.000000000 +0300 +++ libcrcutil-1.0/debian/rules 2020-05-16 21:14:24.000000000 +0300 @@ -14,7 +14,7 @@ #override_dh_makeshlibs: # dh_makeshlibs -V -build-indep: +override_dh_auto_build-indep: ## Make doc - it seems to be necessary to build it like this: cd doc/text && \ pdflatex crc.tex && bibtex crc ;\

