Control: tags 1066277 + patch

Dear maintainer,

I've prepared an NMU for accountsservice (versioned as 23.13.9-6.1). The diff
is attached to this message.

Cheers
-- 
Sebastian Ramacher
diff -Nru accountsservice-23.13.9/debian/changelog accountsservice-23.13.9/debian/changelog
--- accountsservice-23.13.9/debian/changelog	2024-01-31 12:30:27.000000000 +0100
+++ accountsservice-23.13.9/debian/changelog	2024-03-25 22:57:03.000000000 +0100
@@ -1,3 +1,11 @@
+accountsservice (23.13.9-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches: Fix implicit function declarations in mocklibc. (Closes:
+    #1066277)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Mon, 25 Mar 2024 22:57:03 +0100
+
 accountsservice (23.13.9-6) unstable; urgency=medium
 
   * Team upload
diff -Nru accountsservice-23.13.9/debian/patches/implicit-funcs.patch accountsservice-23.13.9/debian/patches/implicit-funcs.patch
--- accountsservice-23.13.9/debian/patches/implicit-funcs.patch	1970-01-01 01:00:00.000000000 +0100
+++ accountsservice-23.13.9/debian/patches/implicit-funcs.patch	2024-03-25 22:53:41.000000000 +0100
@@ -0,0 +1,22 @@
+--- a/subprojects/mocklibc.wrap
++++ b/subprojects/mocklibc.wrap
+@@ -8,3 +8,5 @@
+ patch_url = https://wrapdb.mesonbuild.com/v1/projects/mocklibc/1.0/2/get_zip
+ patch_filename = mocklibc-1.0-2-wrap.zip
+ patch_hash = 0280f96a2eeb3c023e5acf4e00cef03d362868218d4a85347ea45137c0ef6c56
++
++diff_files = mocklibc-implicit-declarations.patch
+--- /dev/null
++++ b/subprojects/packagefiles/mocklibc-implicit-declarations.patch
+@@ -0,0 +1,11 @@
++--- mocklibc-1.0/src/netgroup-debug.c.orig	2024-03-25 22:48:31.515887807 +0100
+++++ mocklibc-1.0/src/netgroup-debug.c	2024-03-25 22:46:27.311037804 +0100
++@@ -21,6 +21,8 @@
++ #include <stdio.h>
++ #include <stdlib.h>
++ 
+++extern void print_indent(FILE *stream, unsigned int indent);
+++
++ void netgroup_debug_print_entry(struct entry *entry, FILE *stream, unsigned int indent) {
++   print_indent(stream, indent);
++ 
diff -Nru accountsservice-23.13.9/debian/patches/series accountsservice-23.13.9/debian/patches/series
--- accountsservice-23.13.9/debian/patches/series	2024-01-31 12:30:27.000000000 +0100
+++ accountsservice-23.13.9/debian/patches/series	2024-03-25 22:49:52.000000000 +0100
@@ -2,3 +2,4 @@
 git_default_gdm.patch
 0002-create-and-manage-groups-like-on-a-debian-system.patch
 no-check-format.patch
+implicit-funcs.patch

Reply via email to