Hi, I looked at your changes and found one error:
+BUILT_USING := $(shell dpkg-query -f '$${binary:Package} (= $${source:Version}), ' -W linux-source-$(kernel_version)) It needs to be $${source:Package} here as the Built-Using fields references other source packages. You should get something like Built-Using: linux (= 3.2.35-2) in the resulting binary package. Ansgar -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org