Codebase list telepathy-ring / 48a877b
Update changelog, drop patch, add build-dep Adrian Heine 7 years ago
4 changed file(s) with 5 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
0 telepathy-ring (2.1.0-3) UNRELEASED; urgency=medium
0 telepathy-ring (2.3.24-1) unstable; urgency=medium
11
22 * Team upload.
3 * Import new upstream version 2.3.24.
4 - Drop obsolete patch.
5 - Add libmission-control-plugins-dev to build-deps.
36 * debian/watch
47 - Switch to mer's repository.
58
99 libdbus-glib-1-dev (>= 0.88),
1010 uuid-dev,
1111 libtelepathy-glib-dev (>= 0.11.11),
12 libmission-control-plugins-dev,
1213 python,
1314 xsltproc
1415 Standards-Version: 3.9.8
+0
-22
debian/patches/0001-Include-glib.h-instead-of-individual-headers.patch less more
0 From 5215d437cca55e2b5ed58ae954e4a27d7afcebab Mon Sep 17 00:00:00 2001
1 From: Michael Biebl <biebl@debian.org>
2 Date: Mon, 15 Aug 2016 23:19:00 +0200
3 Subject: [PATCH] Include glib.h instead of individual headers
4
5 ---
6 sms-glib/errors.c | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/sms-glib/errors.c b/sms-glib/errors.c
10 index 73ca3d9..e7835c8 100644
11 --- a/sms-glib/errors.c
12 +++ b/sms-glib/errors.c
13 @@ -22,7 +22,7 @@
14 #include "config.h"
15
16 #include <sms-glib/errors.h>
17 -#include <glib/gstrfuncs.h>
18 +#include <glib.h>
19
20 #include <stdarg.h>
21
0 0001-Include-glib.h-instead-of-individual-headers.patch