[SCM] xvidcore/master: Simplify the changes to show build options during build.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Apr 13 15:04:43 UTC 2011


The following commit has been merged in the master branch:
commit 5dc02dd92cc8b98a509679ef924c2f910045ec29
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Thu Apr 14 02:02:43 2011 +0200

    Simplify the changes to show build options during build.

diff --git a/debian/rules b/debian/rules
index 5ccf5ed..d06e449 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@ CFLAGS = $(or $(DEB_CFLAGS),)
 		--with autotools_dev
 
 override_dh_auto_build:
-	$(MAKE) -C build/generic info
-	dh_auto_build -O--sourcedirectory=build/generic
+	dh_auto_build -- info
+	dh_auto_build
 
 override_dh_auto_clean:
 	touch build/generic/platform.inc

-- 
xvidcore packaging



More information about the pkg-multimedia-commits mailing list