r37694 - /desktop/unstable/libsoup2.4/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri May 10 10:57:05 UTC 2013


Author: biebl
Date: Fri May 10 10:57:05 2013
New Revision: 37694

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37694
Log:
Properly set HOME

Modified:
    desktop/unstable/libsoup2.4/debian/rules

Modified: desktop/unstable/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/rules?rev=37694&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/rules [utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/rules [utf-8] Fri May 10 10:57:05 2013
@@ -18,11 +18,11 @@
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643906
 
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+CHECK_HOME = $(CURDIR)/debian/tmp/home
 common-build-arch common-build-indep:: debian/stamp-makefile-check
 debian/stamp-makefile-check: debian/stamp-makefile-build
-	mkdir -p $(CURDIR)/debian/tmp/home
-	export HOME=$(CURDIR)/debian/tmp/home
-	xvfb-run -s -noreset $(MAKE) check
+	mkdir -p $(CHECK_HOME)
+	env HOME=$(CHECK_HOME) xvfb-run -s -noreset $(MAKE) check
 	touch $@
 
 makefile-clean::




More information about the pkg-gnome-commits mailing list