[SCM] lame/master: Sort confflags.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Feb 9 09:54:20 UTC 2012


The following commit has been merged in the master branch:
commit f99923548bae414c9f4afdd4444cb0b338cd555f
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Thu Feb 9 10:53:00 2012 +0100

    Sort confflags.

diff --git a/debian/rules b/debian/rules
index 46cfe47..f0945ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ CFLAGS = $(DEB_CFLAGS)
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--enable-nasm \
-		--with-fileio=lame \
-		--enable-expopt=full \
 		--disable-debug \
-		--enable-dynamic-frontends
+		--enable-dynamic-frontends \
+		--enable-expopt=full \
+		--enable-nasm \
+		--with-fileio=lame

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list