[maemo-commits] [maemo-commits] r18577 - projects/haf/trunk/clutter0.8/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jun 2 15:44:19 EEST 2009
- Previous message: [maemo-commits] r18576 - projects/haf/tags/glib
- Next message: [maemo-commits] r18578 - projects/haf/trunk/clutter0.8/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: gw
Date: 2009-06-02 15:44:06 +0300 (Tue, 02 Jun 2009)
New Revision: 18577
Modified:
projects/haf/trunk/clutter0.8/debian/changelog
projects/haf/trunk/clutter0.8/debian/control
Log:
* debian/control: modified dependencies to use the correct (virtual)
package for GL/GLES depending on target platform
Modified: projects/haf/trunk/clutter0.8/debian/changelog
===================================================================
--- projects/haf/trunk/clutter0.8/debian/changelog 2009-06-02 11:44:51 UTC (rev 18576)
+++ projects/haf/trunk/clutter0.8/debian/changelog 2009-06-02 12:44:06 UTC (rev 18577)
@@ -2,6 +2,8 @@
* tests/test-actors.c: Modify to add optional code for requesting
non-composition support.
+ * debian/control: modified dependencies to use the correct (virtual)
+ package for GL/GLES depending on target platform
-- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Mon, 1 Jun 2009 08:24:39 +0300
Modified: projects/haf/trunk/clutter0.8/debian/control
===================================================================
--- projects/haf/trunk/clutter0.8/debian/control 2009-06-02 11:44:51 UTC (rev 18576)
+++ projects/haf/trunk/clutter0.8/debian/control 2009-06-02 12:44:06 UTC (rev 18577)
@@ -2,13 +2,13 @@
Section: libs
Priority: optional
Maintainer: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
-Build-Depends: debhelper, cdbs (>= 0.4), libgles2-dev | libgles2-sgx-img-dev | libgl1-mesa-dev | libgl-dev, libgtk2.0-dev, libxcomposite-dev, libxi-dev, libxdamage-dev
+Build-Depends: debhelper, cdbs (>= 0.4), libgles2-dev [armel], libgl-dev [!armel], libgtk2.0-dev, libxcomposite-dev, libxi-dev, libxdamage-dev
Standards-Version: 3.7.2
Package: libclutter-0.8-0
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgles2 | libgles2-sgx-img | libgl1
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgles2-sgx-img [armel] | libgles2 [armel], libgl1 [!armel]
Description: Open GL based interactive canvas library
Clutter is an Open GL based interactive canvas library, designed for creating
fast, mainly 2D single window applications such as media box UIs,
@@ -17,7 +17,7 @@
Package: libclutter-0.8-dev
Section: libdevel
Architecture: any
-Depends: libclutter-0.8-0 (= ${Source-Version}), pkg-config, libgtk2.0-dev, libgles2-dev | libgles2-sgx-img-dev | libgl1-mesa-dev | libgl-dev, ${misc:Depends}
+Depends: libclutter-0.8-0 (= ${Source-Version}), pkg-config, libgtk2.0-dev, libgles2-dev [armel], libgl-dev [!armel], ${misc:Depends}
Suggests: libclutter-doc
Description: Open GL based interactive canvas library (development files)
Clutter is an Open GL based interactive canvas library, designed for creating
- Previous message: [maemo-commits] r18576 - projects/haf/tags/glib
- Next message: [maemo-commits] r18578 - projects/haf/trunk/clutter0.8/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
