Bug#1019990: ukui-biometric-auth: diff for NMU version 1.2.2-1.1

2022-10-17 Thread handsome_feng
Hi, Adrian,


Thanks a lot for your patch, I have merged it, and I will do the same for other 
packages.


regards,
handsome_feng












在2022年10月15 17时58分,"Adrian Bunk"写道:

Control: tags 1019990 + patch
Control: tags 1019990 + pending

Dear maintainer,

I've prepared an NMU for ukui-biometric-auth (versioned as 1.2.2-1.1) 
and uploaded it to DELAYED/15. Please feel free to tell me if I should 
cancel it.

cu
Adrian




Bug#1019990: ukui-biometric-auth: diff for NMU version 1.2.2-1.1

2022-10-15 Thread Adrian Bunk
Control: tags 1019990 + patch
Control: tags 1019990 + pending

Dear maintainer,

I've prepared an NMU for ukui-biometric-auth (versioned as 1.2.2-1.1) 
and uploaded it to DELAYED/15. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diff -Nru ukui-biometric-auth-1.2.2/debian/changelog ukui-biometric-auth-1.2.2/debian/changelog
--- ukui-biometric-auth-1.2.2/debian/changelog	2021-08-18 14:30:31.0 +0300
+++ ukui-biometric-auth-1.2.2/debian/changelog	2022-10-15 12:54:37.0 +0300
@@ -1,3 +1,10 @@
+ukui-biometric-auth (1.2.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with new glib. (Closes: #1019990)
+
+ -- Adrian Bunk   Sat, 15 Oct 2022 12:54:37 +0300
+
 ukui-biometric-auth (1.2.2-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru ukui-biometric-auth-1.2.2/debian/patches/glib.patch ukui-biometric-auth-1.2.2/debian/patches/glib.patch
--- ukui-biometric-auth-1.2.2/debian/patches/glib.patch	1970-01-01 02:00:00.0 +0200
+++ ukui-biometric-auth-1.2.2/debian/patches/glib.patch	2022-10-15 12:54:37.0 +0300
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with new glib
+Author: Adrian Bunk 
+Bug-Debian: https://bugs.debian.org/1019990
+
+--- ukui-biometric-auth-1.2.2.orig/bioauth/src/giodbus.cpp
 ukui-biometric-auth-1.2.2/bioauth/src/giodbus.cpp
+@@ -1,6 +1,6 @@
+ #include "giodbus.h"
+ #include 
+-#include 
++#include 
+ #include 
+ 
+ int get_server_gvariant_stdout (int drvid)
diff -Nru ukui-biometric-auth-1.2.2/debian/patches/series ukui-biometric-auth-1.2.2/debian/patches/series
--- ukui-biometric-auth-1.2.2/debian/patches/series	1970-01-01 02:00:00.0 +0200
+++ ukui-biometric-auth-1.2.2/debian/patches/series	2022-10-15 12:54:37.0 +0300
@@ -0,0 +1 @@
+glib.patch