r47738 - in /desktop/unstable/gnome-sushi/debian: changelog control control.in patches/ patches/harfbuzz.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Mon Mar 28 20:40:40 UTC 2016


Author: ah
Date: Mon Mar 28 20:40:40 2016
New Revision: 47738

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47738
Log:
* New upstream release.
* Drop 0001-viewer-gst-port-to-ClutterGst-3.0.patch, now included.
* Bump Standards-Version to 3.9.7
* Add debian/patches/harfbuzz.patch
  - fixes underlinking problem introduced in commit f81f6d6d19610
    (cf. gnome-font-viewer commit 1dcbdd55a55fc)

Added:
    desktop/unstable/gnome-sushi/debian/patches/
    desktop/unstable/gnome-sushi/debian/patches/harfbuzz.patch
    desktop/unstable/gnome-sushi/debian/patches/series
Modified:
    desktop/unstable/gnome-sushi/debian/changelog
    desktop/unstable/gnome-sushi/debian/control
    desktop/unstable/gnome-sushi/debian/control.in

Modified: desktop/unstable/gnome-sushi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/changelog?rev=47738&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/changelog	[utf-8] Mon Mar 28 20:40:40 2016
@@ -1,3 +1,14 @@
+gnome-sushi (3.19.90-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Drop 0001-viewer-gst-port-to-ClutterGst-3.0.patch, now included.
+  * Bump Standards-Version to 3.9.7
+  * Add debian/patches/harfbuzz.patch
+    - fixes underlinking problem introduced in commit f81f6d6d19610
+      (cf. gnome-font-viewer commit 1dcbdd55a55fc)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Mon, 28 Mar 2016 22:30:27 +0200
+
 gnome-sushi (3.18.0-2) unstable; urgency=medium
 
   * Switch to clutter-gst 3.0. Patch is cherry-picked from upstream Git.

Modified: desktop/unstable/gnome-sushi/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/control?rev=47738&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/control	[utf-8] Mon Mar 28 20:40:40 2016
@@ -29,7 +29,7 @@
                libmusicbrainz5-dev,
                libneon27-gnutls-dev,
                libwebkit2gtk-4.0-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-sushi
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-sushi/
 Homepage: http://git.gnome.org/browse/sushi

Modified: desktop/unstable/gnome-sushi/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/control.in?rev=47738&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/control.in	[utf-8] Mon Mar 28 20:40:40 2016
@@ -25,7 +25,7 @@
                libmusicbrainz5-dev,
                libneon27-gnutls-dev,
                libwebkit2gtk-4.0-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-sushi
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-sushi/
 Homepage: http://git.gnome.org/browse/sushi

Added: desktop/unstable/gnome-sushi/debian/patches/harfbuzz.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/patches/harfbuzz.patch?rev=47738&op=file
==============================================================================
--- desktop/unstable/gnome-sushi/debian/patches/harfbuzz.patch	(added)
+++ desktop/unstable/gnome-sushi/debian/patches/harfbuzz.patch	[utf-8] Mon Mar 28 20:40:40 2016
@@ -0,0 +1,14 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -51,9 +51,11 @@
+ CLUTTER_GTK_MIN_VERSION=1.0.1
+ GOBJECT_INTROSPECTION_MIN_VERSION=0.9.6
+ GDK_PIXBUF_MIN_VERSION=2.23.0
++HARFBUZZ_MIN_VERSION=0.9.9
+ 
+ PKG_CHECK_MODULES(SUSHI,
+                   freetype2
++                  harfbuzz >= $HARFBUZZ_MIN_VERSION
+                   glib-2.0 >= $GLIB_MIN_VERSION
+                   gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_MIN_VERSION
+                   gjs-1.0 >= $GJS_MIN_VERSION

Added: desktop/unstable/gnome-sushi/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/patches/series?rev=47738&op=file
==============================================================================
--- desktop/unstable/gnome-sushi/debian/patches/series	(added)
+++ desktop/unstable/gnome-sushi/debian/patches/series	[utf-8] Mon Mar 28 20:40:40 2016
@@ -0,0 +1 @@
+harfbuzz.patch




More information about the pkg-gnome-commits mailing list