diff -Nru snmptrapfmt-1.17/debian/changelog snmptrapfmt-1.18/debian/changelog --- snmptrapfmt-1.17/debian/changelog 2020-08-20 17:32:49.000000000 +0000 +++ snmptrapfmt-1.18/debian/changelog 2022-11-03 23:26:46.000000000 +0000 @@ -1,3 +1,10 @@ +snmptrapfmt (1.18) unstable; urgency=medium + + * QA upload. + * debian/rules: Add build-{arch,indep} (Closes: #999166). + + -- Marcos Talau Thu, 03 Nov 2022 20:26:46 -0300 + snmptrapfmt (1.17) unstable; urgency=medium * QA upload. diff -Nru snmptrapfmt-1.17/debian/rules snmptrapfmt-1.18/debian/rules --- snmptrapfmt-1.17/debian/rules 2009-04-09 15:17:46.000000000 +0000 +++ snmptrapfmt-1.18/debian/rules 2022-11-03 23:26:46.000000000 +0000 @@ -1,14 +1,15 @@ #!/usr/bin/make -f build: build-stamp + build-stamp: dh build touch build-stamp - clean: dh clean install: build install-stamp + install-stamp: dh install touch install-stamp @@ -20,3 +21,8 @@ dh binary-indep binary: binary-arch binary-indep + +build-arch: build +build-indep: build + +.PHONY: binary binary-arch binary-indep build build-arch build-indep clean install