r11021 - in /desktop/unstable/gtk2-engines/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed May 16 14:31:48 UTC 2007


Author: lool
Date: Wed May 16 14:31:48 2007
New Revision: 11021

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11021
Log:
* Remove DEB_BUILDDIR and DEB_BUILDDIR_gtk2-engines-udeb manually until cdbs
  can do so for us; fixes double build FTBFS; closes: #424388.

Modified:
    desktop/unstable/gtk2-engines/debian/changelog
    desktop/unstable/gtk2-engines/debian/rules

Modified: desktop/unstable/gtk2-engines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/changelog?rev=11021&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/changelog (original)
+++ desktop/unstable/gtk2-engines/debian/changelog Wed May 16 14:31:48 2007
@@ -1,9 +1,11 @@
-gtk2-engines (1:2.10.1-4) UNRELEASED; urgency=low
+gtk2-engines (1:2.10.1-4) unstable; urgency=low
 
   * Revert removal of dh_gtkmodules for the udeb; gtk's udeb now provides the
     ABI virtual package as well.
-
- -- Loic Minier <lool at dooz.org>  Sat, 21 Apr 2007 08:53:22 +0200
+  * Remove DEB_BUILDDIR and DEB_BUILDDIR_gtk2-engines-udeb manually until cdbs
+    can do so for us; fixes double build FTBFS; closes: #424388.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 16 May 2007 16:31:16 +0200
 
 gtk2-engines (1:2.10.1-3) unstable; urgency=low
 

Modified: desktop/unstable/gtk2-engines/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/rules?rev=11021&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/rules (original)
+++ desktop/unstable/gtk2-engines/debian/rules Wed May 16 14:31:48 2007
@@ -2,6 +2,9 @@
 
 DEB_BUILDDIR := debian/build/x11
 DEB_BUILDDIR_gtk2-engines-udeb := debian/build/directfb
+
+clean::
+	rm -rf $(DEB_BUILDDIR) $(DEB_BUILDDIR_gtk2-engines-udeb)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk




More information about the pkg-gnome-commits mailing list