I've merged your two patches into one, but I also noticed that you added an extra parameters to the $(MAKE) calls in debian/rules:
--- a/debian/rules +++ b/debian/rules @@ -46,9 +46,9 @@ build-stamp: config.status dh_testdir # Add here commands to compile the package. - cd sflphone-common/libs/pjproject && $(MAKE) - cd sflphone-common && $(MAKE) - cd sflphone-client-gnome && $(MAKE) + cd sflphone-common/libs/pjproject && $(MAKE) V=1 + cd sflphone-common && $(MAKE) V=1 + cd sflphone-client-gnome && $(MAKE) V=1 touch $@ clean: Is this necessary? What does it do? Cheers, Francois -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org