Control: tags 999225 + patch Control: tags 999225 + pending Dear maintainer,
I've prepared an NMU for cl-getopt (versioned as 1.2.0-3.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards.
diff -u cl-getopt-1.2.0/debian/changelog cl-getopt-1.2.0/debian/changelog --- cl-getopt-1.2.0/debian/changelog +++ cl-getopt-1.2.0/debian/changelog @@ -1,3 +1,10 @@ +cl-getopt (1.2.0-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999225). + + -- Marcos Talau <mar...@talau.info> Thu, 28 Apr 2022 13:00:53 -0300 + cl-getopt (1.2.0-3.1) unstable; urgency=medium * Non-maintainer upload. diff -u cl-getopt-1.2.0/debian/rules cl-getopt-1.2.0/debian/rules --- cl-getopt-1.2.0/debian/rules +++ cl-getopt-1.2.0/debian/rules @@ -43,5 +43,7 @@ binary: binary-indep +build-arch: build +build-indep: build -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install