Comment 4 for bug 363130

Revision history for this message
Koen (koen-beek) wrote :

The build log contains the following error :

make: lsb_release: Command not found

in the rules file the following command fails : DISTRO = "$(shell lsb_release -si)"

this causes
ifeq ($(DISTRO),"Ubuntu")
export QUILT_SERIES=$(QUILT_PATCH_DIR)/series-ubuntu
endif

to not use the ubuntu series of patches -- the difference with the one for debian is the 09-ubuntu-release.diff patch

I would suggest we can avoid these tests, as the 09-ubuntu_release.diff patch should not cause any problems for other distros, as it will first check all the options as now (debian_version, fedora-release, SuSE-release etc) and then try lsb-release