r41926 - in /desktop/unstable/gnome-common/debian: changelog patches/00upstream_lcov-1.11.patch patches/series

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Thu Jul 10 13:46:41 UTC 2014


Author: mpitt
Date: Thu Jul 10 13:46:41 2014
New Revision: 41926

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41926
Log:
Add 00upstream_lcov-1.11.patch: code-coverage: Support lcov 1.11.
Cherry-picked from upstream git.

Added:
    desktop/unstable/gnome-common/debian/patches/00upstream_lcov-1.11.patch
Modified:
    desktop/unstable/gnome-common/debian/changelog
    desktop/unstable/gnome-common/debian/patches/series

Modified: desktop/unstable/gnome-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/changelog?rev=41926&op=diff
==============================================================================
--- desktop/unstable/gnome-common/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-common/debian/changelog	[utf-8] Thu Jul 10 13:46:41 2014
@@ -1,3 +1,10 @@
+gnome-common (3.12.0-2) UNRELEASED; urgency=medium
+
+  * Add 00upstream_lcov-1.11.patch: code-coverage: Support lcov 1.11.
+    Cherry-picked from upstream git.
+
+ -- Martin Pitt <mpitt at debian.org>  Thu, 10 Jul 2014 15:46:08 +0200
+
 gnome-common (3.12.0-1) unstable; urgency=medium
 
   * New upstream release.

Added: desktop/unstable/gnome-common/debian/patches/00upstream_lcov-1.11.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/patches/00upstream_lcov-1.11.patch?rev=41926&op=file
==============================================================================
--- desktop/unstable/gnome-common/debian/patches/00upstream_lcov-1.11.patch	(added)
+++ desktop/unstable/gnome-common/debian/patches/00upstream_lcov-1.11.patch	[utf-8] Thu Jul 10 13:46:41 2014
@@ -0,0 +1,23 @@
+From 13d01a8be18642956042f00321dece2cfe5493f1 Mon Sep 17 00:00:00 2001
+From: Martin Pitt <martinpitt at gnome.org>
+Date: Thu, 10 Jul 2014 14:09:23 +0200
+Subject: code-coverage: Support lcov 1.11
+
+https://bugzilla.gnome.org/show_bug.cgi?id=732988
+
+diff --git a/macros2/gnome-code-coverage.m4 b/macros2/gnome-code-coverage.m4
+index 62375e6..39da356 100644
+--- a/macros2/gnome-code-coverage.m4
++++ b/macros2/gnome-code-coverage.m4
+@@ -44,7 +44,7 @@ AC_DEFUN([GNOME_CODE_COVERAGE],[
+ 		])
+ 
+ 		# List of supported lcov versions.
+-		lcov_version_list="1.6 1.7 1.8 1.9 1.10"
++		lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11"
+ 
+ 		AC_CHECK_PROG([LCOV], [lcov], [lcov])
+ 		AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])
+-- 
+cgit v0.10.1
+

Modified: desktop/unstable/gnome-common/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/patches/series?rev=41926&op=diff
==============================================================================
--- desktop/unstable/gnome-common/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-common/debian/patches/series	[utf-8] Thu Jul 10 13:46:41 2014
@@ -1 +1 @@
-
+00upstream_lcov-1.11.patch




More information about the pkg-gnome-commits mailing list