r37049 - in /desktop/experimental/glib2.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Mar 19 10:55:30 UTC 2013


Author: pochu
Date: Tue Mar 19 10:55:30 2013
New Revision: 37049

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37049
Log:
* debian/rules:
  + Set HOME instead G_HOME, as GLib now honors the former. We will
    eventually remove our local patch to support G_HOME, so packages
    that need to override the home directory for the test suite should
    switch to overriding HOME.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=37049&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Tue Mar 19 10:55:30 2013
@@ -3,6 +3,11 @@
   * debian/control.in:
     + Break python-gi (<< 3.7.2). Closes: #702603.
   * New upstream release.
+  * debian/rules:
+    + Set HOME instead G_HOME, as GLib now honors the former. We will
+      eventually remove our local patch to support G_HOME, so packages
+      that need to override the home directory for the test suite should
+      switch to overriding HOME.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 12 Mar 2013 15:57:08 +0100
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=37049&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Tue Mar 19 10:55:30 2013
@@ -52,7 +52,7 @@
 
 # Do not clutter $HOME with ~/.dbus-keyrings and avoid failure on the buildds
 # where creating /home/buildd/.dbus-keyrings fails
-export G_HOME=$(CURDIR)/debian/build
+export HOME=$(CURDIR)/debian/build
 
 # make tests non-fatal on Debian architectures which currently have failed
 # tests; always fail on Ubuntu; only run the tests for the main flavour




More information about the pkg-gnome-commits mailing list