[SCM] foo-yc20/master: Rely on dh_auto_build rather than calling make.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jan 20 20:16:53 UTC 2011


The following commit has been merged in the master branch:
commit 55c6dcbaaaa5db45bb20aafbae7f43a0554c2326
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jan 20 21:15:54 2011 +0100

    Rely on dh_auto_build rather than calling make.

diff --git a/debian/rules b/debian/rules
index 6d0c847..c6d09fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ PREFIX=/usr
 	dh $@ -Smakefile
 
 override_dh_auto_build:
-	make PREFIX=${PREFIX}
+	dh_auto_build -- PREFIX=${PREFIX}
 
 override_dh_auto_install:
 	dh_auto_install -- PREFIX=${PREFIX} install

-- 
foo-yc20 packaging



More information about the pkg-multimedia-commits mailing list