[SCM] libdvdnav/master: Simplify configure call.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sat Jan 11 23:45:26 UTC 2014


The following commit has been merged in the master branch:
commit ce62cf9e62bed05f03c45d19fe89313bf8edd83a
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Jan 11 18:15:07 2014 +0100

    Simplify configure call.

diff --git a/debian/rules b/debian/rules
index 3655ace..65ae931 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_HOST_MULTIARCH     ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
@@ -13,7 +11,7 @@ override_dh_auto_clean:
 	rm -rf doc/html doc/latex
 
 override_dh_auto_configure:
-	./configure --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --enable-static --disable-opts --disable-strip --with-dvdread=/usr/include/dvdread CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
+	dh_auto_configure -- --enable-static
 
 override_dh_auto_build:
 	dh_auto_build

-- 
libdvdnav packaging



More information about the pkg-multimedia-commits mailing list