r41152 - in /desktop/unstable/cogl/debian: changelog control

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Apr 1 18:45:23 UTC 2014


Author: ah
Date: Tue Apr  1 18:45:23 2014
New Revision: 41152

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41152
Log:
Fix the gles dependencies of the libcogl-dev package on hurd-i386
(Closes: #743316)

Modified:
    desktop/unstable/cogl/debian/changelog
    desktop/unstable/cogl/debian/control

Modified: desktop/unstable/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/changelog?rev=41152&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/changelog	[utf-8] (original)
+++ desktop/unstable/cogl/debian/changelog	[utf-8] Tue Apr  1 18:45:23 2014
@@ -1,3 +1,11 @@
+cogl (1.18.0-3) UNRELEASED; urgency=medium
+
+  [ Samuel Thibault ]
+  * Fix the gles dependencies of the libcogl-dev package on hurd-i386
+    (Closes: #743316)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 01 Apr 2014 20:43:40 +0200
+
 cogl (1.18.0-2) unstable; urgency=medium
 
   [ Andreas Henriksson ]

Modified: desktop/unstable/cogl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/control?rev=41152&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control	[utf-8] (original)
+++ desktop/unstable/cogl/debian/control	[utf-8] Tue Apr  1 18:45:23 2014
@@ -66,7 +66,7 @@
 Depends: libcogl20 (= ${binary:Version}),
          gir1.2-cogl-1.0 (= ${binary:Version}),
          libgl1-mesa-dev (>= 7.1~rc3-1~),
-         libgles2-mesa-dev (>= 7.1~rc3-1~) [!hurd-any] | libgles2-dev [!hurd-any],
+         libgles2-mesa-dev (>= 7.1~rc3-1~) | libgles2-dev,
          libglib2.0-dev (>= 2.28.0),
          libdrm-dev [!hurd-any],
          libwayland-dev [linux-any],
@@ -230,7 +230,7 @@
  dynamic bindings for libcogl-pango.
 
 Package: libcogl-gles2-20
-Architecture: linux-any kfreebsd-any
+Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libgl1-mesa-glx [!armel !armhf ],
@@ -250,7 +250,7 @@
 
 Package: libcogl-gles2-dev
 Section: libdevel
-Architecture: linux-any kfreebsd-any
+Architecture: any
 Depends: libcogl-gles2-20 (= ${binary:Version}),
          libcogl-dev (= ${binary:Version}),
          ${misc:Depends},




More information about the pkg-gnome-commits mailing list