r9493 - /desktop/experimental/pango1.0/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Apr 2 15:36:34 UTC 2007


Author: lool
Date: Mon Apr  2 15:36:34 2007
New Revision: 9493

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9493
Log:
* Add comment on disabled LD_LIBRARY_PATH/

Modified:
    desktop/experimental/pango1.0/debian/rules

Modified: desktop/experimental/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/rules?rev=9493&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/rules (original)
+++ desktop/experimental/pango1.0/debian/rules Mon Apr  2 15:36:34 2007
@@ -158,8 +158,10 @@
 
 $(STAMP_DIR)/check-stamp-%: $(STAMP_DIR)/build-stamp-%
 	dh_testdir
+	# setting LD_LIBRARY_PATH for "make check" might be needed in the
+	# future, but doesn't seem necessary right now
+	#LD_LIBRARY_PATH=$(builddir)/pango/.libs:$(LD_LIBRARY_PATH)
 	# testsuite failures are ignored
-	#LD_LIBRARY_PATH=$(builddir)/pango/.libs:$(LD_LIBRARY_PATH)
 	-$(MAKE) -C $(builddir) check
 	touch $@
 




More information about the pkg-gnome-commits mailing list