r48948 - /desktop/unstable/yelp/debian/rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Fri May 27 14:26:20 UTC 2016


Author: jbicha-guest
Date: Fri May 27 14:26:20 2016
New Revision: 48948

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48948
Log:
no need to specify multiarch dir to dh_auto_configure

Modified:
    desktop/unstable/yelp/debian/rules

Modified: desktop/unstable/yelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/yelp/debian/rules?rev=48948&op=diff
==============================================================================
--- desktop/unstable/yelp/debian/rules	[utf-8] (original)
+++ desktop/unstable/yelp/debian/rules	[utf-8] Fri May 27 14:26:20 2016
@@ -8,9 +8,7 @@
 	dh $@ --parallel --with autoreconf,gnome
 
 override_dh_auto_configure:
-	dh_auto_configure -- \
-		--libdir="\$${prefix}/lib/$(DEB_HOST_MULTIARCH)" \
-		--enable-gtk-doc
+	dh_auto_configure -- --enable-gtk-doc
 
 override_dh_auto_build:
 	dh_auto_build




More information about the pkg-gnome-commits mailing list