r17856 - in /packages/unstable/gobject-introspection/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Dec 6 20:24:53 UTC 2008


Author: slomo
Date: Sat Dec  6 20:24:52 2008
New Revision: 17856

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17856
Log:
* debian/rules:
  + Set HOME to the builddir and clean it correctly as it's used
    for a cache directory and otherwise fails on buildds with non-writable
    HOME.

Modified:
    packages/unstable/gobject-introspection/debian/changelog
    packages/unstable/gobject-introspection/debian/rules

Modified: packages/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/changelog?rev=17856&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/changelog (original)
+++ packages/unstable/gobject-introspection/debian/changelog Sat Dec  6 20:24:52 2008
@@ -1,3 +1,12 @@
+gobject-introspection (0.6.1-2) unstable; urgency=low
+
+  * debian/rules:
+    + Set HOME to the builddir and clean it correctly as it's used
+      for a cache directory and otherwise fails on buildds with non-writable
+      HOME.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 06 Dec 2008 21:19:19 +0100
+
 gobject-introspection (0.6.1-1) unstable; urgency=low
 
   [ Loic Minier ]

Modified: packages/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/rules?rev=17856&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/rules (original)
+++ packages/unstable/gobject-introspection/debian/rules Sat Dec  6 20:24:52 2008
@@ -6,6 +6,8 @@
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+DEB_MAKE_ENVVARS += HOME=$(CURDIR)
 
 libgirepositoryN := $(shell sed -rn 's/^Package:[[:space:]]*(libgirepository[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
@@ -17,3 +19,5 @@
 binary-install/python-giscanner::
 	dh_pycentral -p$(cdbs_curpkg)
 
+clean::
+	rm -rf $(CURDIR)/.cache




More information about the pkg-gnome-commits mailing list