r28297 - in /desktop/unstable/d-conf/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 5 14:33:35 UTC 2011


Author: biebl
Date: Sun Jun  5 14:33:35 2011
New Revision: 28297

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28297
Log:
Set CFLAGS+=-std=gnu99 in debian/rules to work around the FTBFS on
kfreebsd. (Closes: #629211).

Modified:
    desktop/unstable/d-conf/debian/changelog
    desktop/unstable/d-conf/debian/rules

Modified: desktop/unstable/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/changelog?rev=28297&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/changelog [utf-8] (original)
+++ desktop/unstable/d-conf/debian/changelog [utf-8] Sun Jun  5 14:33:35 2011
@@ -2,6 +2,8 @@
 
   * Strip leading debian/tmp/ from .install files.
   * Bump Standards-Version to 3.9.2. No further changes.
+  * Set CFLAGS+=-std=gnu99 in debian/rules to work around the FTBFS on
+    kfreebsd. (Closes: #629211).
 
  -- Michael Biebl <biebl at debian.org>  Sun, 05 Jun 2011 16:20:49 +0200
 

Modified: desktop/unstable/d-conf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/rules?rev=28297&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/rules [utf-8] (original)
+++ desktop/unstable/d-conf/debian/rules [utf-8] Sun Jun  5 14:33:35 2011
@@ -6,6 +6,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+CFLAGS += -std=gnu99
+
 GNOME_MODULE=dconf
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4




More information about the pkg-gnome-commits mailing list