[SCM] libdvdread/master: Simplify configure call.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sun Jan 5 18:01:30 UTC 2014


The following commit has been merged in the master branch:
commit a748dfd86515325e8c78ad6140341e8524889b6a
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Jan 5 18:07:34 2014 +0100

    Simplify configure call.

diff --git a/debian/rules b/debian/rules
index 82b4f78..1775660 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
 
 %:
@@ -11,7 +9,7 @@ override_dh_auto_clean:
 	[ ! -f configure ] || dh_auto_clean
 
 override_dh_auto_configure:
-	./configure --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --enable-static --disable-opts --disable-strip CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
+	dh_auto_configure -- --enable-static
 
 override_dh_auto_install:
 	dh_auto_install

-- 
libdvdread packaging



More information about the pkg-multimedia-commits mailing list