diff -Nru bootp-2.4.3/debian/changelog bootp-2.4.3/debian/changelog --- bootp-2.4.3/debian/changelog 2020-07-09 03:40:44.000000000 +0000 +++ bootp-2.4.3/debian/changelog 2021-12-27 20:17:44.000000000 +0000 @@ -1,3 +1,10 @@ +bootp (2.4.3-19.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep}. (Closes: #999072) + + -- Adrian Bunk Mon, 27 Dec 2021 22:17:44 +0200 + bootp (2.4.3-19) unstable; urgency=medium * Source format is 3.0 (quilt) diff -Nru bootp-2.4.3/debian/rules bootp-2.4.3/debian/rules --- bootp-2.4.3/debian/rules 2020-07-09 02:19:36.000000000 +0000 +++ bootp-2.4.3/debian/rules 2021-12-27 20:17:44.000000000 +0000 @@ -54,5 +54,7 @@ source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false +build-arch: build +build-indep: build binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install