r43841 - in /desktop/unstable/cogl/debian: changelog control control.in

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Thu Nov 6 14:50:22 UTC 2014


Author: smcv
Date: Thu Nov  6 14:50:21 2014
New Revision: 43841

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43841
Log:
libcogl20 Breaks libcogl9, libcogl11, libcogl12, libcogl15 to hint wheezy's apt into doing the right thing on upgrades (Closes: #761047)

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

Modified: desktop/unstable/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/changelog?rev=43841&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/changelog	[utf-8] (original)
+++ desktop/unstable/cogl/debian/changelog	[utf-8] Thu Nov  6 14:50:21 2014
@@ -1,3 +1,12 @@
+cogl (1.18.2-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * libcogl20 Breaks libcogl9, libcogl11, libcogl12, libcogl15
+    to hint wheezy's apt into doing the right thing on upgrades
+    (Closes: #761047)
+
+ -- Simon McVittie <smcv at debian.org>  Thu, 06 Nov 2014 12:19:26 +0000
+
 cogl (1.18.2-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=43841&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control	[utf-8] (original)
+++ desktop/unstable/cogl/debian/control	[utf-8] Thu Nov  6 14:50:21 2014
@@ -2,12 +2,11 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: cogl
 Section: libs
 Priority: optional
 Maintainer: Rico Tzschichholz <ricotz at ubuntu.com>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8.1.3~),
                cdbs (>= 0.4.93~),
                dh-autoreconf,
@@ -40,7 +39,11 @@
 Recommends: libcogl-common
 Suggests: libgles2-mesa | libgles2, libgl1-mesa-glx
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libclutter-1.0-0 (<< 1.17)
+Breaks: libclutter-1.0-0 (<< 1.17),
+        libcogl9,
+        libcogl11,
+        libcogl12,
+        libcogl15
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer
  Cogl is a small open source library for using 3D graphics hardware to draw

Modified: desktop/unstable/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cogl/debian/control.in?rev=43841&op=diff
==============================================================================
--- desktop/unstable/cogl/debian/control.in	[utf-8] (original)
+++ desktop/unstable/cogl/debian/control.in	[utf-8] Thu Nov  6 14:50:21 2014
@@ -35,7 +35,11 @@
 Recommends: libcogl-common
 Suggests: libgles2-mesa | libgles2, libgl1-mesa-glx
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: libclutter-1.0-0 (<< 1.17)
+Breaks: libclutter-1.0-0 (<< 1.17),
+        libcogl9,
+        libcogl11,
+        libcogl12,
+        libcogl15
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer
  Cogl is a small open source library for using 3D graphics hardware to draw




More information about the pkg-gnome-commits mailing list