r14825 - in /packages/unstable/brasero/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Feb 28 17:31:10 UTC 2008


Author: slomo
Date: Thu Feb 28 17:31:10 2008
New Revision: 14825

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14825
Log:
* debian/rules:
  + Set DEB_DESTDIR to debian/tmp to work around cdbs weirdness.

Modified:
    packages/unstable/brasero/debian/changelog
    packages/unstable/brasero/debian/rules

Modified: packages/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/changelog?rev=14825&op=diff
==============================================================================
--- packages/unstable/brasero/debian/changelog (original)
+++ packages/unstable/brasero/debian/changelog Thu Feb 28 17:31:10 2008
@@ -7,6 +7,8 @@
   * debian/control.in:
     + Build depend conditionally on all possible libc development packages to
       fix build failure on ia64 and friends.
+  * debian/rules:
+    + Set DEB_DESTDIR to debian/tmp to work around cdbs weirdness.
 
  -- Sebastian Dröge <slomo at debian.org>  Thu, 28 Feb 2008 18:13:05 +0100
 

Modified: packages/unstable/brasero/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/rules?rev=14825&op=diff
==============================================================================
--- packages/unstable/brasero/debian/rules (original)
+++ packages/unstable/brasero/debian/rules Thu Feb 28 17:31:10 2008
@@ -7,6 +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_DESTDIR = $(CURDIR)/debian/tmp/
+
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--disable-libburnia
 




More information about the pkg-gnome-commits mailing list