[Pkg-uml-pkgs] Bug#697300: src:user-mode-linux: missing Built-Using on linux (for linux-source-*)

Ansgar Burchardt ansgar at debian.org
Fri Jan 4 09:12:07 UTC 2013


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



More information about the Pkg-uml-pkgs mailing list