r28298 - in /desktop/unstable/d-conf/debian: changelog control.in dconf-tools.install rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 5 14:37:34 UTC 2011


Author: biebl
Date: Sun Jun  5 14:37:34 2011
New Revision: 28298

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28298
Log:
Temporarily disable dconf-editor so we can bootstrap d-conf on kfreebsd.

Modified:
    desktop/unstable/d-conf/debian/changelog
    desktop/unstable/d-conf/debian/control.in
    desktop/unstable/d-conf/debian/dconf-tools.install
    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=28298&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/changelog [utf-8] (original)
+++ desktop/unstable/d-conf/debian/changelog [utf-8] Sun Jun  5 14:37:34 2011
@@ -4,6 +4,7 @@
   * 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).
+  * Temporarily disable dconf-editor so we can bootstrap d-conf on kfreebsd.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 05 Jun 2011 16:20:49 +0200
 

Modified: desktop/unstable/d-conf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/control.in?rev=28298&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/control.in [utf-8] (original)
+++ desktop/unstable/d-conf/debian/control.in [utf-8] Sun Jun  5 14:37:34 2011
@@ -11,7 +11,7 @@
                valac-0.12 (>= 0.11.7),
                libglib2.0-dev (>= 2.27.2),
                libdbus-1-dev,
-               libgtk-3-dev (>= 3.0.0),
+#               libgtk-3-dev (>= 3.0.0),
                libxml2-dev
 Standards-Version: 3.9.2
 Homepage: http://live.gnome.org/dconf

Modified: desktop/unstable/d-conf/debian/dconf-tools.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/dconf-tools.install?rev=28298&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/dconf-tools.install [utf-8] (original)
+++ desktop/unstable/d-conf/debian/dconf-tools.install [utf-8] Sun Jun  5 14:37:34 2011
@@ -1,5 +1,5 @@
 etc/bash_completion.d
 usr/bin
-usr/share/dconf-editor
-usr/share/applications/dconf-editor.desktop
-usr/share/glib-2.0/schemas/*dconf-editor*
+#usr/share/dconf-editor
+#usr/share/applications/dconf-editor.desktop
+#usr/share/glib-2.0/schemas/*dconf-editor*

Modified: desktop/unstable/d-conf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/rules?rev=28298&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/rules [utf-8] (original)
+++ desktop/unstable/d-conf/debian/rules [utf-8] Sun Jun  5 14:37:34 2011
@@ -9,7 +9,7 @@
 CFLAGS += -std=gnu99
 
 GNOME_MODULE=dconf
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --disable-editor
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
 
 DEB_DBG_PACKAGE_libdconf0 := libdconf-dbg




More information about the pkg-gnome-commits mailing list