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 -- sysinfo shows incorrect Release https://bugs.launchpad.net/bugs/363130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
