[SCM] faad2 packaging branch, master, updated. upstream/2.7-44-g1ca1696

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Jun 3 07:53:14 UTC 2009


The following commit has been merged in the master branch:
commit b1e16feb17f19dfb49c013b78ae2251df4c2edee
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Wed Jun 3 09:19:54 2009 +0200

    Revert overriding of CFLAGS, dpkg-buildpackage will choose appripriate settings. Revert running the entire autoreconf sequence before calling ./configure. Build without DRM support, it has proven to break base functionality.

diff --git a/debian/rules b/debian/rules
index c1c493a..667b475 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-CFLAGS = -Wall -g -fPIC -DPIC $(DEB_CFLAGS)
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
 %:
 	dh --with quilt $@
 
-override_dh_auto_configure:
-	aclocal -I .
-	autoheader -f
-	libtoolize --automake --copy -f
-	automake --add-missing --copy -f
-	autoconf -f
-	./configure --prefix=/usr --with-drm
-
 override_dh_strip:
 	dh_strip --dbg-package=faad2-dbg

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list