r17072 - in /desktop/experimental/gtk+2.0/debian: changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Sep 25 00:40:29 UTC 2008


Author: kov
Date: Thu Sep 25 00:40:29 2008
New Revision: 17072

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17072
Log:
avoid building directfb for now

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/rules

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=17072&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Thu Sep 25 00:40:29 2008
@@ -18,8 +18,10 @@
     JPEG2000
   * debian/patches/092_fix_printtest_include.patch:
   - new patch, to fix build problem in print test
-
- -- Gustavo Noronha Silva <kov at debian.org>  Wed, 24 Sep 2008 21:12:33 -0300
+  * debian/rules:
+  - FIXME: do not build directfb for now; we need a newer libdirectfb-dev
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 24 Sep 2008 21:38:58 -0300
 
 gtk+2.0 (2.12.11-4) UNRELEASED; urgency=low
 

Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=17072&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules (original)
+++ desktop/experimental/gtk+2.0/debian/rules Thu Sep 25 00:40:29 2008
@@ -75,7 +75,9 @@
 # list of flavors we build; each gets a builddir, a configure pass (configure
 # args are defined below), a build pass, and an install pass (in two steps)
 # Note: the shared flavor is required
-FLAVORS := directfb shared static
+# FIXME: readd directfb as soon as libdirectfb-dev is updated to the 1.2.x
+# series
+FLAVORS := shared static
 
 # list of flavors to run the test suite on
 # don't run the directfb testsuite on kfreebsd as it hangs; see #431477




More information about the pkg-gnome-commits mailing list