r42989 - in /packages/unstable/libchamplain/debian: changelog control patches/ patches/series patches/test.patch

ah at users.alioth.debian.org ah at users.alioth.debian.org
Mon Sep 22 21:18:40 UTC 2014


Author: ah
Date: Mon Sep 22 21:18:39 2014
New Revision: 42989

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42989
Log:
New upstream release.

Added:
    packages/unstable/libchamplain/debian/patches/
    packages/unstable/libchamplain/debian/patches/series
    packages/unstable/libchamplain/debian/patches/test.patch
Modified:
    packages/unstable/libchamplain/debian/changelog
    packages/unstable/libchamplain/debian/control

Modified: packages/unstable/libchamplain/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/changelog?rev=42989&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/changelog	[utf-8] (original)
+++ packages/unstable/libchamplain/debian/changelog	[utf-8] Mon Sep 22 21:18:39 2014
@@ -1,3 +1,9 @@
+libchamplain (0.12.9-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Mon, 22 Sep 2014 23:16:09 +0200
+
 libchamplain (0.12.8-1) unstable; urgency=medium
 
   [ Laurent Bigonville ]

Modified: packages/unstable/libchamplain/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/control?rev=42989&op=diff
==============================================================================
--- packages/unstable/libchamplain/debian/control	[utf-8] (original)
+++ packages/unstable/libchamplain/debian/control	[utf-8] Mon Sep 22 21:18:39 2014
@@ -2,12 +2,11 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: libchamplain
 Section: libs
 Priority: optional
 Maintainer: Sjoerd Simons <sjoerd at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl 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>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8.1.3~),
                cdbs (>= 0.4.93~),
                dh-autoreconf,

Added: packages/unstable/libchamplain/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/patches/series?rev=42989&op=file
==============================================================================
--- packages/unstable/libchamplain/debian/patches/series	(added)
+++ packages/unstable/libchamplain/debian/patches/series	[utf-8] Mon Sep 22 21:18:39 2014
@@ -0,0 +1 @@
+test.patch

Added: packages/unstable/libchamplain/debian/patches/test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libchamplain/debian/patches/test.patch?rev=42989&op=file
==============================================================================
--- packages/unstable/libchamplain/debian/patches/test.patch	(added)
+++ packages/unstable/libchamplain/debian/patches/test.patch	[utf-8] Mon Sep 22 21:18:39 2014
@@ -0,0 +1,23 @@
+--- a/champlain-gtk/gtk-champlain-embed.c
++++ b/champlain-gtk/gtk-champlain-embed.c
+@@ -346,12 +346,17 @@
+     GtkChamplainEmbed *view)
+ {
+   GtkChamplainEmbedPrivate *priv = view->priv;
++  gint scale = gtk_widget_get_scale_factor (widget);
++
++  printf ("DEBUG: scale: %d\n", scale);
++
++  priv->width = allocation->width * scale;
++  priv->height = allocation->height * scale;
+ 
+   if (priv->view != NULL)
+-    clutter_actor_set_size (CLUTTER_ACTOR (priv->view), allocation->width, allocation->height);
++    clutter_actor_set_size (CLUTTER_ACTOR (priv->view), priv->width, priv->height);
+ 
+-  priv->width = allocation->width;
+-  priv->height = allocation->height;
++  printf("DEBUG: width: %d, height: %d\n", priv->width, priv->height);
+ }
+ 
+ 




More information about the pkg-gnome-commits mailing list