[SCM] KDE Development Platform Libraries module packaging branch, master, updated. debian/4.13.1-1-3-g4fe8252

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 30 08:25:59 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde4libs.git;a=commitdiff;h=4fe8252

The following commit has been merged in the master branch:
commit 4fe8252f894f42902be1312df58e007b1a903170
Author: Maximiliano Curia <maxy at debian.org>
Date:   Fri May 30 10:25:53 2014 +0200

    Actually commit the patch
---
 debian/patches/fix_solidlex_destroy_signature.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/fix_solidlex_destroy_signature.patch b/debian/patches/fix_solidlex_destroy_signature.patch
new file mode 100644
index 0000000..af4a976
--- /dev/null
+++ b/debian/patches/fix_solidlex_destroy_signature.patch
@@ -0,0 +1,13 @@
+Index: kde4libs/solid/solid/predicate_parser.y
+===================================================================
+--- kde4libs.orig/solid/solid/predicate_parser.y	2014-05-27 15:29:09.432005425 +0200
++++ kde4libs/solid/solid/predicate_parser.y	2014-05-29 14:00:02.842756395 +0200
+@@ -12,7 +12,7 @@
+ void Soliderror(const char *s);
+ int Solidlex( YYSTYPE *yylval, yyscan_t scanner );
+ int Solidlex_init( yyscan_t *scanner );
+-int Solidlex_destroy( yyscan_t *scanner );
++int Solidlex_destroy( yyscan_t scanner );
+ void PredicateParse_initLexer( const char *s, yyscan_t scanner );
+ void PredicateParse_mainParse( const char *_code );
+ 

-- 
KDE Development Platform Libraries module packaging



More information about the pkg-kde-commits mailing list