r37052 - in /desktop/experimental/gtk+3.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Mar 19 11:06:35 UTC 2013


Author: pochu
Date: Tue Mar 19 11:06:34 2013
New Revision: 37052

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37052
Log:
* debian/rules:
  + Set HOME rather than G_HOME, as GLib now honors the former and
    G_HOME is a Debian-specific thing.

Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/rules

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=37052&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog [utf-8] Tue Mar 19 11:06:34 2013
@@ -3,6 +3,9 @@
   * New upstream release.
     + d/p/090-GtkTextView-don-t-popdown-a-bubble-if-we-don-t-have-.patch:
       - Removed, included upstream.
+  * debian/rules:
+    + Set HOME rather than G_HOME, as GLib now honors the former and
+      G_HOME is a Debian-specific thing.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 19 Mar 2013 11:34:28 +0100
 

Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=37052&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules [utf-8] Tue Mar 19 11:06:34 2013
@@ -77,7 +77,7 @@
 			--disable-xrandr
 
 # Avoid test failures on buildd environments
-export G_HOME=$(CURDIR)/debian/build
+export HOME=$(CURDIR)/debian/build
 
 DEB_MAKE_CHECK_TARGET = -k check
 DEB_INSTALL_DOCS_ALL = AUTHORS




More information about the pkg-gnome-commits mailing list