r50078 - in /desktop/unstable/clutter-gtk/debian: changelog control control.in patches/ patches/git_disable-dubbel-buffer.patch patches/series rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Sep 4 14:37:03 UTC 2016


Author: ah
Date: Sun Sep  4 14:37:03 2016
New Revision: 50078

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50078
Log:
* Add debian/patches/git_disable-dubbel-buffer.patch
* Convert from cdbs to dh.
* Add NEWS, README to debian/docs
* Drop libclutter-gtk-1.0-dbg and add dbgsym-migration to debian/rules.

Added:
    desktop/unstable/clutter-gtk/debian/patches/
    desktop/unstable/clutter-gtk/debian/patches/git_disable-dubbel-buffer.patch
    desktop/unstable/clutter-gtk/debian/patches/series
Modified:
    desktop/unstable/clutter-gtk/debian/changelog
    desktop/unstable/clutter-gtk/debian/control
    desktop/unstable/clutter-gtk/debian/control.in
    desktop/unstable/clutter-gtk/debian/rules

Modified: desktop/unstable/clutter-gtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/changelog?rev=50078&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/changelog	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/changelog	[utf-8] Sun Sep  4 14:37:03 2016
@@ -1,3 +1,12 @@
+clutter-gtk (1.8.0-2) unstable; urgency=medium
+
+  * Add debian/patches/git_disable-dubbel-buffer.patch
+  * Convert from cdbs to dh.
+  * Add NEWS, README to debian/docs
+  * Drop libclutter-gtk-1.0-dbg and add dbgsym-migration to debian/rules.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 04 Sep 2016 16:17:06 +0200
+
 clutter-gtk (1.8.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/clutter-gtk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/control?rev=50078&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/control	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/control	[utf-8] Sun Sep  4 14:37:03 2016
@@ -6,9 +6,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9),
-               cdbs (>= 0.4.93~),
                dh-autoreconf,
                gnome-pkg-tools,
                gtk-doc-tools,
@@ -49,20 +48,6 @@
  .
  This package contains the development files.
 
-Package: libclutter-gtk-1.0-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Multi-Arch: same
-Depends: libclutter-gtk-1.0-0 (= ${binary:Version}),
-         ${misc:Depends}
-Description: Open GL based interactive canvas library GTK+ widget (debug files)
- Clutter is an Open GL based interactive canvas library, designed for creating
- fast, mainly 2D single window applications such as media box UIs,
- presentations, kiosk style applications and so on.
- .
- This package contains the debug files.
-
 Package: libclutter-gtk-1.0-doc
 Section: doc
 Architecture: all

Modified: desktop/unstable/clutter-gtk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/control.in?rev=50078&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/control.in	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/control.in	[utf-8] Sun Sep  4 14:37:03 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
-               cdbs (>= 0.4.93~),
                dh-autoreconf,
                gnome-pkg-tools,
                gtk-doc-tools,
@@ -45,20 +44,6 @@
  .
  This package contains the development files.
 
-Package: libclutter-gtk-1.0-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Multi-Arch: same
-Depends: libclutter-gtk-1.0-0 (= ${binary:Version}),
-         ${misc:Depends}
-Description: Open GL based interactive canvas library GTK+ widget (debug files)
- Clutter is an Open GL based interactive canvas library, designed for creating
- fast, mainly 2D single window applications such as media box UIs,
- presentations, kiosk style applications and so on.
- .
- This package contains the debug files.
-
 Package: libclutter-gtk-1.0-doc
 Section: doc
 Architecture: all

Added: desktop/unstable/clutter-gtk/debian/patches/git_disable-dubbel-buffer.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/patches/git_disable-dubbel-buffer.patch?rev=50078&op=file
==============================================================================
--- desktop/unstable/clutter-gtk/debian/patches/git_disable-dubbel-buffer.patch	(added)
+++ desktop/unstable/clutter-gtk/debian/patches/git_disable-dubbel-buffer.patch	[utf-8] Sun Sep  4 14:37:03 2016
@@ -0,0 +1,46 @@
+From 88d74c56612773dc350efde57eff97f461f438e6 Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin <llandwerlin at gmail.com>
+Date: Mon, 29 Aug 2016 19:36:48 +0100
+Subject: embed: remove non double buffer setting
+
+This started causing problems with Gtk+ 3.21. As the documentation explains,
+disabling double buffering might trigger rendering issues.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=769097
+---
+ clutter-gtk/gtk-clutter-embed.c | 5 -----
+ configure.ac                    | 2 +-
+ 2 files changed, 1 insertion(+), 6 deletions(-)
+
+diff --git a/clutter-gtk/gtk-clutter-embed.c b/clutter-gtk/gtk-clutter-embed.c
+index 9a01b9e..521afc9 100644
+--- a/clutter-gtk/gtk-clutter-embed.c
++++ b/clutter-gtk/gtk-clutter-embed.c
+@@ -1153,11 +1153,6 @@ gtk_clutter_embed_init (GtkClutterEmbed *embed)
+   /* we accept key focus */
+   gtk_widget_set_can_focus (widget, TRUE);
+ 
+-  G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+-  /* disable double-buffering: it's automatically provided by OpenGL */
+-  gtk_widget_set_double_buffered (widget, FALSE);
+-  G_GNUC_END_IGNORE_DEPRECATIONS
+-
+   /* we own the whole drawing of this widget, including the background */
+   gtk_widget_set_app_paintable (widget, TRUE);
+ 
+diff --git a/configure.ac b/configure.ac
+index 41c0935..128e38e 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -83,7 +83,7 @@ AC_CHECK_LIBM
+ AC_SUBST(LIBM)
+ 
+ m4_define([clutter_req_version], [1.23.7])
+-m4_define([gtk_req_version], [3.19.4])
++m4_define([gtk_req_version], [3.21.0])
+ 
+ PKG_CHECK_MODULES([CLUTTER_GTK_DEPS], [clutter-1.0 >= clutter_req_version gtk+-3.0 >= gtk_req_version])
+ AC_SUBST([CLUTTER_GTK_DEPS_CFLAGS])
+-- 
+cgit v0.12
+

Added: desktop/unstable/clutter-gtk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/patches/series?rev=50078&op=file
==============================================================================
--- desktop/unstable/clutter-gtk/debian/patches/series	(added)
+++ desktop/unstable/clutter-gtk/debian/patches/series	[utf-8] Sun Sep  4 14:37:03 2016
@@ -0,0 +1 @@
+git_disable-dubbel-buffer.patch

Modified: desktop/unstable/clutter-gtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/rules?rev=50078&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/rules	[utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/rules	[utf-8] Sun Sep  4 14:37:03 2016
@@ -1,25 +1,28 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,-O1 -Wl,--as-needed
 include /usr/share/dpkg/buildflags.mk
 
-DEB_DH_AUTORECONF_ARGS += debian/rules -- autoreconf
+%:
+	dh $@ --with gnome,gir,autoreconf
 
-autoreconf:
+override_dh_autoreconf:
 	gtkdocize --copy
 	autoreconf --force --install --verbose
 
-DEB_COMPRESS_EXCLUDE = .c
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+		--enable-gtk-doc \
+		--enable-introspection=yes
 
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
-                             --enable-gtk-doc \
-                             --enable-introspection=yes
+override_dh_strip:
+	dh_strip --dbgsym-migration="libclutter-gtk-1.0-dbg (<< 1.8.0-2~)"
 
-common-binary-predeb-arch:: list-missing
+override_dh_install:
+	dh_install --list-missing
+
+override_dh_compress:
+	dh_compress -X .c




More information about the pkg-gnome-commits mailing list