On 03.01.2011 05:22, Francois Marier wrote:
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?

verbose make, so you don't hide how the compiler and linker is called.
please forward the other changes upstream.

  Matthias



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to