r17858 - in /packages/unstable/gir-repository/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sun Dec 7 10:30:56 UTC 2008


Author: slomo
Date: Sun Dec  7 10:30:56 2008
New Revision: 17858

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17858
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/gir-repository/debian/changelog
    packages/unstable/gir-repository/debian/rules

Modified: packages/unstable/gir-repository/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/changelog?rev=17858&op=diff
==============================================================================
--- packages/unstable/gir-repository/debian/changelog (original)
+++ packages/unstable/gir-repository/debian/changelog Sun Dec  7 10:30:56 2008
@@ -1,3 +1,12 @@
+gir-repository (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>  Sun, 07 Dec 2008 11:30:28 +0100
+
 gir-repository (0.6.1-1) unstable; urgency=low
 
   * New upstream release:

Modified: packages/unstable/gir-repository/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gir-repository/debian/rules?rev=17858&op=diff
==============================================================================
--- packages/unstable/gir-repository/debian/rules (original)
+++ packages/unstable/gir-repository/debian/rules Sun Dec  7 10:30:56 2008
@@ -7,3 +7,8 @@
 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)
+
+clean::
+	rm -rf $(CURDIR)/.cache
+




More information about the pkg-gnome-commits mailing list