Control: tags 999303 + patch
Control: tags 999303 + pending

Dear maintainer,

I've prepared an NMU for pfqueue (versioned as 0.5.6-9.1) and
uploaded it to DELAYED/5-day. Please feel free to tell me if I
should delay it longer.

Regards.

David

PS the upload was done with dgit, if you prefer to retrieve the changes that way
diff -u pfqueue-0.5.6/debian/changelog pfqueue-0.5.6/debian/changelog
--- pfqueue-0.5.6/debian/changelog
+++ pfqueue-0.5.6/debian/changelog
@@ -1,3 +1,11 @@
+pfqueue (0.5.6-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Bug fix: "missing required debian/rules targets build-arch and/or
+    build-indep", thanks to Lucas Nussbaum (Closes: #999303).
+
+ -- David Bremner <brem...@debian.org>  Tue, 04 Jan 2022 08:00:22 -0400
+
 pfqueue (0.5.6-9) unstable; urgency=medium
 
   * use dh-autoreconf to fix ppc64el FTBFS (Closes: #732831).
diff -u pfqueue-0.5.6/debian/rules pfqueue-0.5.6/debian/rules
--- pfqueue-0.5.6/debian/rules
+++ pfqueue-0.5.6/debian/rules
@@ -31,7 +31,12 @@
 	dh_autoreconf
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
-build: build-stamp
+build: build-indep build-arch
+
+build-indep:
+	@echo dummy target, nothing built
+
+build-arch: build-stamp
 build-stamp: config.status
 	dh_testdir
 

Reply via email to