[SCM] opencore-amr/master: Pass --disable-silent-rules to show compiler flags during build.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun Mar 18 18:25:22 UTC 2012


The following commit has been merged in the master branch:
commit c5fc1f55322ad00095ab5efcae48cd8d4312831c
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sun Mar 18 14:21:12 2012 -0400

    Pass --disable-silent-rules to show compiler flags during build.

diff --git a/debian/changelog b/debian/changelog
index 85f23ee..b8c75dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+opencore-amr (0.1.3-2) unstable; urgency=low
+
+  * Pass --disable-silent-rules to show compiler flags during build.
+
+ -- Andres Mejia <amejia at debian.org>  Sun, 18 Mar 2012 14:20:17 -0400
+
 opencore-amr (0.1.3-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 9389a0b..591f4b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,7 @@
 	dh $@ --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure
-
-override_dh_auto_build:
-	V=1 dh_auto_build
+	dh_auto_configure -- --disable-silent-rules
 
 override_dh_strip:
 	dh_strip -plibopencore-amrnb0 --dbg-package=libopencore-amrnb0-dbg

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list