sitecopy is marked for autoremoval from testing

2024-03-22 Thread Debian testing autoremoval watch
sitecopy 1:0.16.6-11 is marked for autoremoval from testing on 2024-03-23

It is affected by these RC bugs:
1064495: sitecopy: sitecopy FTBFS: incompatible neon version
 https://bugs.debian.org/1064495



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl



Bug#1066246: lcm: FTBFS: emit_cpp.c:306:19: error: implicit declaration of function ‘_exit’ [-Werror=implicit-function-declaration]

2024-03-22 Thread Bo YU

Tags: patch

Hi,
On Wed, Mar 13, 2024 at 12:40:02PM +0100, Lucas Nussbaum wrote:

Source: lcm
Version: 1.3.1+repack1-7
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):

gcc -DPACKAGE_NAME=\"lcm\" -DPACKAGE_TARNAME=\"lcm\" -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"lcm\ 1.3.1\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lcm\" -DVERSION=\"1.3.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread  -Wdate-time -D_FORTIFY_SOURCE=2 -g -std=gnu99 -Wall 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -Wno-unused-parameter -Wno-format-zero-length -Wshadow -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o emit_csharp.o emit_csharp.c
emit_cpp.c: In function ‘emit_header_start’:
emit_cpp.c:306:19: error: implicit declaration of function ‘_exit’ 
[-Werror=implicit-function-declaration]
  306 |   _exit(1);
  |   ^
emit_cpp.c:306:19: warning: incompatible implicit declaration of built-in 
function ‘_exit’ [-Wbuiltin-declaration-mismatch]
In function ‘ensure_token_capacity’,
inlined from ‘tokenize_next_internal’ at tokenize.c:325:14:
tokenize.c:127:28: warning: argument 2 range [18446744071562067968, 
18446744073709551615] exceeds maximum object size 9223372036854775807 
[-Walloc-size-larger-than=]
  127 | t->token = (char*) realloc(t->token, t->token_capacity);
  |^~~~
In file included from tokenize.c:1:
/usr/include/stdlib.h: In function ‘tokenize_next_internal’:
/usr/include/stdlib.h:564:14: note: in a call to allocation function ‘realloc’ 
declared here
  564 | extern void *realloc (void *__ptr, size_t __size)
  |  ^~~
gcc -DPACKAGE_NAME=\"lcm\" -DPACKAGE_TARNAME=\"lcm\" -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"lcm\ 1.3.1\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lcm\" -DVERSION=\"1.3.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread  -Wdate-time -D_FORTIFY_SOURCE=2 -g -std=gnu99 -Wall 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -Wno-unused-parameter -Wno-format-zero-length -Wshadow -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o emit_python.o emit_python.c
gcc -DPACKAGE_NAME=\"lcm\" -DPACKAGE_TARNAME=\"lcm\" -DPACKAGE_VERSION=\"1.3.1\" -DPACKAGE_STRING=\"lcm\ 1.3.1\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lcm\" -DVERSION=\"1.3.1\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -I.  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread  -Wdate-time -D_FORTIFY_SOURCE=2 -g -std=gnu99 -Wall 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -Wno-unused-parameter -Wno-format-zero-length -Wshadow -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o emit_lua.o emit_lua.c
emit_python.c: In function ‘emit_package’:
emit_python.c:702:33: warning: ‘__builtin___sprintf_chk’ may write a 
terminating nul past the end of the destination [-Wformat-overflow=]
  702 | sprintf(package_dir, "%s%s%s", package_dir_prefix, pdname,
  | ^
In file included from /usr/include/stdio.h:906,
 from emit_python.c:1:
In function ‘sprintf’,
inlined from ‘emit_package’ at emit_python.c:702:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
‘__builtin___sprintf_chk’ output 2 or more bytes (assuming 4097) into a 
destination of size 4096
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  |  

tkrzw_1.0.27-2_source.changes ACCEPTED into unstable

2024-03-22 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Mar 2024 16:58:40 -0400
Source: tkrzw
Architecture: source
Version: 1.0.27-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Boyuan Yang 
Changes:
 tkrzw (1.0.27-2) unstable; urgency=medium
 .
   * QA upload.
   * Orphan the package. (See #1067518)
Checksums-Sha1:
 0db6f9140fd8e5b77e35017191f5869e566653e1 2107 tkrzw_1.0.27-2.dsc
 51953bebe139760884ab92341a16efa1b1fec208 432344 tkrzw_1.0.27.orig.tar.xz
 d668c3dd98851599484c3b7a478b4680a86a3e0f 2972 tkrzw_1.0.27-2.debian.tar.xz
 300b00a57d4e26b1fababc98880f5dd4a51d1e56 7758 tkrzw_1.0.27-2_amd64.buildinfo
Checksums-Sha256:
 a8dfc864d7698cc1748c82b3bad311c55c6a58831466b79c898e95fc64bf1729 2107 
tkrzw_1.0.27-2.dsc
 ce10d873fdd94cb330917f5f14103dfbdf013975b5ccc3af8a4ccb4475892acb 432344 
tkrzw_1.0.27.orig.tar.xz
 f2b8405786d223e90151ed2dd9b642d053fccd512d169fa69f1a457434de97ba 2972 
tkrzw_1.0.27-2.debian.tar.xz
 3e7c2ab0992ab4e8eccbf737d4d56c305f884d2a418a3f02abc63f54eef786fe 7758 
tkrzw_1.0.27-2_amd64.buildinfo
Files:
 23b3fb87270893fea4c73ef46c64d72e 2107 utils optional tkrzw_1.0.27-2.dsc
 c633d4665a05df1742784c6a21b510e4 432344 utils optional tkrzw_1.0.27.orig.tar.xz
 73c89a9966ce0171f6aab968e6bf406e 2972 utils optional 
tkrzw_1.0.27-2.debian.tar.xz
 01a49a88a327db63393fb4c2b87115d6 7758 utils optional 
tkrzw_1.0.27-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmX98gMACgkQwpPntGGC
Ws6i4w/+MyUF0rmamh+7LoQH57M41dEG85cBkBZ/KHAGevBqeFL/YfUNEZsyMUYc
KfE52lkDyt7N6qPIQkZbto/1p5N1sjyDbpN2arxnAAAnHmKOojE3clEQQjcy+aag
Sm5wioEVW0uG6rTkcMMn0m8TVK/OkHga6kxI4rV1MtLuxL26UxjvPL+8q3BXbkE5
x0ve5MyR8zkYjwHV4In0gK7Xm3p5yhJgoVHmxr6buQwZ693RnTHgr85gYaOijVNV
zz8CBoFxXgV+IdUwKKV+hxlsrKDNrLLcBj+77bxj+pdj6CYA5ekqqjWUNyx4MFtM
SbOJ7oo6rbClWSCcs71DB9SSQ2MzlC3K3s61IJpjEvuU30CAmUT9D3bp8V4EFkw7
90oFzji1gWnN4D0ObTarjDv1AMinJEO6Bb59Sf6SaI5YokMthth1si0MxPOP9fes
vljNZ24WAbEWYZAkia89DA/5YBIZkMZCUEaKtM5S31mezlvGR7qSHzMPc/x6cJDH
iT56VKH7RS0Bi/wG3QBCH7RyVuxSC+kYCd+FXm74qRWEr96ZCsPIk0SKhJmpHQpL
pGJ0DXr/6KP959EIOHpIG355n6jUv+4uha4BA6opDJGX60AVk2TVj+Yls+xAtYUQ
26A/BFTGxUsJPMRh4M3+eKXsUvPbkgD3ykGu3YBLblljPEAL9Vw=
=yCft
-END PGP SIGNATURE-



pgpqi6hwvtjT8.pgp
Description: PGP signature


Processed: reassign 1065343 to src:util-linux, affects 1065343, tagging 1067439, found 1067473 in 3.19.0-2 ...

2024-03-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 1065343 src:util-linux
Bug #1065343 [libuuid1t64] E: Tried to extract package, but file already 
exists. Exit...
Warning: Unknown package 'libuuid1t64'
Bug reassigned from package 'libuuid1t64' to 'src:util-linux'.
Ignoring request to alter found versions of bug #1065343 to the same values 
previously set
Ignoring request to alter fixed versions of bug #1065343 to the same values 
previously set
> affects 1065343 + libuuid1t64
Bug #1065343 [src:util-linux] E: Tried to extract package, but file already 
exists. Exit...
Added indication that 1065343 affects libuuid1t64
> tags 1067439 + sid trixie bookworm bullseye
Bug #1067439 [cpu] cpu: undefined symbol globalLdap in libcpu_ldap.so on Debian 
12
Added tag(s) trixie, bullseye, bookworm, and sid.
> found 1067473 3.19.0-2
Bug #1067473 {Done: Bastian Germann } [gambas3] gambas3: ftbfs 
on time64 arches
Marked as found in versions gambas3/3.19.0-2.
> found 1067474 0.15.1-2
Bug #1067474 [gxr-openvr] gxr-openvr: package Build-Depends on libgxr-0.15-0 
whic is no longer built
There is no source info for the package 'gxr-openvr' at version '0.15.1-2' with 
architecture ''
Unable to make a source version for version '0.15.1-2'
Marked as found in versions 0.15.1-2.
> tags 1067474 + sid trixie
Bug #1067474 [gxr-openvr] gxr-openvr: package Build-Depends on libgxr-0.15-0 
whic is no longer built
Added tag(s) trixie and sid.
> tags 1067460 + sid trixie
Bug #1067460 [entropybroker] entropybroker: please fix libpng-dev build 
dependency
Added tag(s) sid and trixie.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1065343: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065343
1067439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067439
1067460: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067460
1067473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067473
1067474: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067474
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processing of tkrzw_1.0.27-2_source.changes

2024-03-22 Thread Debian FTP Masters
tkrzw_1.0.27-2_source.changes uploaded successfully to localhost
along with the files:
  tkrzw_1.0.27-2.dsc
  tkrzw_1.0.27.orig.tar.xz
  tkrzw_1.0.27-2.debian.tar.xz
  tkrzw_1.0.27-2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



cjson_1.7.17-2_source.changes ACCEPTED into unstable

2024-03-22 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Mar 2024 13:03:52 -0400
Source: cjson
Architecture: source
Version: 1.7.17-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Boyuan Yang 
Changes:
 cjson (1.7.17-2) unstable; urgency=medium
 .
   * QA upload.
   * Orphan the package.
Checksums-Sha1:
 9282aba5952c564e823a81b4300a7e7992a475e7 1877 cjson_1.7.17-2.dsc
 486d8f7beedb238473a2e6940d53f9867e551fa4 353748 cjson_1.7.17.orig.tar.gz
 175b29166783479939afdc108c6d63dd1575d98c 3788 cjson_1.7.17-2.debian.tar.xz
 268e41115c9e0ed0ad2306bd5bd1216a2ee236c4 6582 cjson_1.7.17-2_amd64.buildinfo
Checksums-Sha256:
 a10524dd632d8f3e7bd6e333b2e6cb7df666c0b30aa1d908c7556391f85428f0 1877 
cjson_1.7.17-2.dsc
 c91d1eeb7175c50d49f6ba2a25e69b46bd05cffb798382c19bfb202e467ec51c 353748 
cjson_1.7.17.orig.tar.gz
 98651d3a1677d2ef18d2e1cb4e76d0a826414b2b83ec5bcd6b04920b8f60dc6a 3788 
cjson_1.7.17-2.debian.tar.xz
 98b6e86fa3785326aac738c7bfafce0b798883c06231870cc6a5b75f5bc0ade0 6582 
cjson_1.7.17-2_amd64.buildinfo
Files:
 0fb9b37413c0f4f007ed786820eac266 1877 libs optional cjson_1.7.17-2.dsc
 344409fa865ca3440be94089d1cc37ac 353748 libs optional cjson_1.7.17.orig.tar.gz
 80648cb03191f1db92d3a8e80309aaa1 3788 libs optional 
cjson_1.7.17-2.debian.tar.xz
 71c13c44b39fb64b3bb10d02b7441855 6582 libs optional 
cjson_1.7.17-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmX9u5wACgkQwpPntGGC
Ws7mSQ/+McJdF+1oiw9PHPMha6GThgiV7wY32p2hmQY0i2Acg4Io7dnmxf+UKnUQ
6eiXp0SdN7s4aIfzYh2+obIYXhZr99JRerlnHPJZhOn4j0c0nIe0yHFLu058kKeL
QdtjjNeV3goTGk+8AFdOo+mej95Hg5IpL9FT255QTDeSdXYMUl+09JEnk2YZ9RqJ
ORfI2O91vww6lYc3IPvy0rTeDMnjwZCH/Bf3R7vSOJPLmNAptWGnV8RLG72oGoUd
mPYgE5EgGJLejOxUSY6cEJ/R2zM2sjDctaN1vIggzLy2jmt4OUqPhZ/sfMxrcR4P
zZFFWTbbSirJwZmwOL1wg4+FQfkP97yaR6tdazEAGDlTF+LG2mbkwEWxCrqiH2u1
oJJaxeJgYxoJsn2af6omHfNEjaRxkvVQPEisaVmH2N6a0PE+uwtRsepcq5nn0g+M
rzGSh7YMMeRaIZTzSfeQf9a6g5nSr2NU2+wqAGfCoTtis0m5TL6rGUz3aLDbMcoc
fqSnwVBySVjaOmrVTuS4gsLtEiBwk8pzCJaeNAAsAUgoViVd9kToBV35AaTX6R6e
hwHJVlyN8GO7WSNeCv381ItrA0dnmSbTqbb+NVgUWWLW41W7hBtWF/7WoIOGe8/W
6dHp4fthyAkZcJEoTLb5c0oMlwo72TyEZJtig2+FUDMSq/gB/sQ=
=SB+P
-END PGP SIGNATURE-



pgp3nAqTBt32z.pgp
Description: PGP signature


Bug#1067511: libgpod: FTBFS with experimental libplist

2024-03-22 Thread Gianfranco Costamagna

Package: libgpod
Version: 0.8.3-19.1
Severity: normal
Tags: patch

Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:

  * Add two patches from arch linux
to fix FTBFS with newer libplist


Thanks for considering the patch.

*** /tmp/tmp5qufybct/libgpod_0.8.3-19.1ubuntu2.debdiff
diff -Nru libgpod-0.8.3/debian/patches/fix-new-libplist.patch 
libgpod-0.8.3/debian/patches/fix-new-libplist.patch
--- libgpod-0.8.3/debian/patches/fix-new-libplist.patch 1970-01-01 
01:00:00.0 +0100
+++ libgpod-0.8.3/debian/patches/fix-new-libplist.patch 2024-03-22 
14:54:42.0 +0100
@@ -0,0 +1,34 @@
+Description: Arch linux cherry-picked patch
+Origin: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgpod/-/commit/37664b35631261bf707e88132d5920757bcf0958
+Last-Update: 2024-03-22
+
+--- libgpod-0.8.3.orig/tools/ipod-lockdown.c
 libgpod-0.8.3/tools/ipod-lockdown.c
+@@ -100,7 +100,7 @@ read_sysinfo_extended_by_uuid (const cha
+   plist_get_string_val(ptr, );
+   if (str != NULL) {
+   ptr = plist_new_string(str);
+-  plist_dict_insert_item(value, "SerialNumber", ptr);
++  plist_dict_set_item(value, "SerialNumber", ptr);
+   free(str);
+   }
+
+@@ -112,15 +112,15 @@ read_sysinfo_extended_by_uuid (const cha
+   plist_get_string_val(ptr, );
+   if (str != NULL) {
+   ptr = plist_new_string(str);
+-  plist_dict_insert_item(value, "VisibleBuildID", ptr);
++  plist_dict_set_item(value, "VisibleBuildID", ptr);
+   free(str);
+   }
+
+   ptr = plist_new_string(uuid);
+-  plist_dict_insert_item(value, "FireWireGUID", ptr);
++  plist_dict_set_item(value, "FireWireGUID", ptr);
+
+   ptr = plist_new_string(uuid);
+-  plist_dict_insert_item(value, "UniqueDeviceID", ptr);
++  plist_dict_set_item(value, "UniqueDeviceID", ptr);
+
+   plist_to_xml(value, , _length);
+
diff -Nru libgpod-0.8.3/debian/patches/newer-plist.patch 
libgpod-0.8.3/debian/patches/newer-plist.patch
--- libgpod-0.8.3/debian/patches/newer-plist.patch  1970-01-01 
01:00:00.0 +0100
+++ libgpod-0.8.3/debian/patches/newer-plist.patch  2024-03-22 
14:54:42.0 +0100
@@ -0,0 +1,14 @@
+Description: Patch for newer libplist pkgconfig file
+Origin: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libgpod/-/commit/c8b8b172f84270323a227a1df565af1713c0bafb
+
+--- libgpod-0.8.3.orig/configure.ac
 libgpod-0.8.3/configure.ac
+@@ -42,7 +42,7 @@ AC_CHECK_FUNCS([localtime_r])
+ AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include ])
+ dnl sqlite3 is needed for newer ipod models (nano5g), and libplist is needed
+ dnl by libgpod sqlite code
+-PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.16.0 gobject-2.0 sqlite3 libplist >= 
1.0 gmodule-2.0)
++PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.16.0 gobject-2.0 sqlite3 libplist-2.0 
>= 1.0 gmodule-2.0)
+
+ dnl ***
+ dnl The following functions are only available starting
diff -Nru libgpod-0.8.3/debian/patches/series 
libgpod-0.8.3/debian/patches/series
--- libgpod-0.8.3/debian/patches/series 2023-12-09 14:05:31.0 +0100
+++ libgpod-0.8.3/debian/patches/series 2024-03-22 14:54:42.0 +0100
@@ -3,3 +3,5 @@
 Upstream-change-to-speed-up-itdb_resolve_path-calls.patch
 Fix-System-GLib.DateTime-ambiguity.patch
 Fix-wrong-char-for-comments-in-gpod.i.patch
+newer-plist.patch
+fix-new-libplist.patch



Processing of cjson_1.7.17-2_source.changes

2024-03-22 Thread Debian FTP Masters
cjson_1.7.17-2_source.changes uploaded successfully to localhost
along with the files:
  cjson_1.7.17-2.dsc
  cjson_1.7.17.orig.tar.gz
  cjson_1.7.17-2.debian.tar.xz
  cjson_1.7.17-2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



xf86-input-wacom_1.2.1-1_source.changes ACCEPTED into unstable

2024-03-22 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Mar 2024 11:22:54 -0400
Source: xf86-input-wacom
Architecture: source
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Boyuan Yang 
Changes:
 xf86-input-wacom (1.2.1-1) unstable; urgency=medium
 .
   * QA upload.
   * New upstream release.
Checksums-Sha1:
 abe6c8d08680fda309c7aa6a6bc840adae1bd263 2341 xf86-input-wacom_1.2.1-1.dsc
 d56ab4c59b0aa98572aeb5ba9da1248684a13552 655198 
xf86-input-wacom_1.2.1.orig.tar.bz2
 0a86f9799973578621f41f2dc85aac95ff4676e2 195 
xf86-input-wacom_1.2.1.orig.tar.bz2.asc
 5cce13c982718ced616239c4509b4fa3230057df 12248 
xf86-input-wacom_1.2.1-1.debian.tar.xz
 63fdaf4a2ac040ee886fc5f7c317be389bef1332 8859 
xf86-input-wacom_1.2.1-1_amd64.buildinfo
Checksums-Sha256:
 c6b2539e7db2745e6abf82cd116477fc70b8e3e562e8ebb6a4c0a2c4e11d43e4 2341 
xf86-input-wacom_1.2.1-1.dsc
 de9fe0e821eebf58cfae084acd46dfeabdc8203089f45830b116ea104fddabdd 655198 
xf86-input-wacom_1.2.1.orig.tar.bz2
 07cee4626deba3f74f6759cdf53a6bba93222eec15cf71fe2871d73a9dadcd93 195 
xf86-input-wacom_1.2.1.orig.tar.bz2.asc
 c29caaafd833a6208ca2e757991b968598d8e7d178d9042800b0541f0b9089b5 12248 
xf86-input-wacom_1.2.1-1.debian.tar.xz
 f4c80d44de86ec1f49c6f202ba0bd1e7828057f257f44cc438bd7e780b3e737a 8859 
xf86-input-wacom_1.2.1-1_amd64.buildinfo
Files:
 0eb248e96d285e4c0b478a885f473b2f 2341 x11 optional xf86-input-wacom_1.2.1-1.dsc
 cde86e8973df600546e5ee201d1d 655198 x11 optional 
xf86-input-wacom_1.2.1.orig.tar.bz2
 2541b0e1953605054abeb918aa0667ca 195 x11 optional 
xf86-input-wacom_1.2.1.orig.tar.bz2.asc
 31c0e5f7735c83cd82e413f4bd80e370 12248 x11 optional 
xf86-input-wacom_1.2.1-1.debian.tar.xz
 586bcac3d1176a7805a963e918f8d780 8859 x11 optional 
xf86-input-wacom_1.2.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmX9opUACgkQwpPntGGC
Ws4awxAAxOUQx5OolgY4/4xKQunS98VuePdot/2yXsTW5o73YcEj47k54I3DvSG8
A2+RgzPD6Voy8FtFJIjCR00m/ZLmy19yAVnkMnU65MyrtUFmKRCyCl2o8gs+yxyi
ASn6eMC8ubFBp+SRkZXxsbOy0jdNwToOYHomJKjl9UTitzXrpzqSryH5Hqy9WaRO
7OcoY8zABXAZ1jJ8p18mTk4rsE4QmKnogAmQ1Bf6eAxjpGqwaRnDHZA0nPKPvv4n
obkm0ABFIUUW7zzQYnfsr7Agn25fh206F97zOPxg6u+uowyQ6ymchecYJ9DwVTZR
OfEN9Sa5DIoVYG+aWDcGVoVir0SxLzvlBc23e56DAPL6Xfu6FgoQxBbN2BICnkt+
F02VP2H2eKJa9v0cU/UVtPwOPROOyozgFokJZR5mwvvivamaH3T2JuRAZ9q9+Vkk
wV3Qd/OWKncfdasW343OqUosOWjHuPzda3UF8QpU048Tb3bATjwipoZAotyun1sL
qLoMIujRG9/rLpFE95Kv9QJ0T1wIalZWzDLChOZ3hY8gCJYklj4tMjiu5jM9Kh4M
sDvGxKqClp/vsteBPSM43SA1Bp0S7y4J3CpQX3qv687/+gBdcG6lllZkDvohL55T
FHMq2Vijznw4qyCN4sPyffGRXpJ4nDJEPz59o0fwhpB/EBQy88o=
=KlCA
-END PGP SIGNATURE-



pgpFuNfSkftA2.pgp
Description: PGP signature


pdfkit_1.0.0-4_source.changes ACCEPTED into unstable

2024-03-22 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 22 Mar 2024 16:16:52 +0100
Source: pdfkit
Architecture: source
Version: 1.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Matthias Klose 
Changes:
 pdfkit (1.0.0-4) unstable; urgency=medium
 .
   * QA upload.
   * Drop build dependency on python3-distutils, added for no reason.
Checksums-Sha1:
 1be4658d9194eb8e679bf910220b3d32299eb37b 1897 pdfkit_1.0.0-4.dsc
 bf9dde9c1295fc65cb12c5f3b5412c9113c5f641 2956 pdfkit_1.0.0-4.debian.tar.xz
 49a90238e3f9c2aa9717a7411b8b0db2b8d249c4 6866 pdfkit_1.0.0-4_source.buildinfo
Checksums-Sha256:
 5d9121b62c1b7b7a5298149958142182c69a75a345276a93115551ec706335ad 1897 
pdfkit_1.0.0-4.dsc
 aad87595652383779f833914950d7afc647e268aaaca76f2cce0099a078d92fc 2956 
pdfkit_1.0.0-4.debian.tar.xz
 7abc2ac96529edac60f92db55906bacde94fa119628d4ae6caec60ca2a57759d 6866 
pdfkit_1.0.0-4_source.buildinfo
Files:
 6581576c8c3479316da02a82e2c16cb3 1897 python optional pdfkit_1.0.0-4.dsc
 447181c97fd0c79a21cca70a00f40264 2956 python optional 
pdfkit_1.0.0-4.debian.tar.xz
 e1ba7e12ef8ef10babecec94fd98d11a 6866 python optional 
pdfkit_1.0.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmX9odMQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9Ve4EADNL4IBXatllxiAQ/i8miLoo2XH+qGxr29v
Y6Fl1qo0CQV/jRa03+9QgkKgKzbCuphGHIx47uD6Ldfactlg/8mPhcsEJ7ixqFPW
d9mxJBzeNIu1OEptK0Ap8lPkv/F6Spp5S49AmOEbfgCbHZPpSX+WHop6c5mH4x5r
bMEHsYG0SaB5f/NiO6EDDwoK/dnpsA3xFZJcP25mL4u2YSKxHXetJLpmbrl7fw+T
6t6+sreOH0AbvXdLfGozy5g5KYzv3FgqJZ9rS+dqH9h0ZCbypbZ3oOl1r9m+vNkX
x4zix8Yc2/ZO6heZ87tHTmDRCu10YoY4hWdABsgLDOTWCpG8lwxhvvA9d7CdAYx8
gMY/RGfuKxSwYXzfGI8ah11F3rF9Je9Jd9VsFfPasCQFFxMhLoNsbgEcJwpuhf/D
3bOvuePG+RklpMk0hLzYPJuO71W7l1FrvhR3dTlc5pnXjmTaOSqvsZ0PtydPkqVB
4v/8Cl3iJxUmaWfbvCyb88nRg1xA1Vxt7mfqnaP35nYHkqTFdpfjcxwYZajp+VMG
Fg/0tQeiQOQTLpJn3NYX06aTyX5oYC4bmX5BjVKPkb4FQ3BDJdIiFbQ864zcxBSU
tliAlTLI6aAkdx9wWDiz2RDPWoHx1msb7o2JE6X9gabJKeuZI9frSEAXTmEWyqp0
iNDKMcJKRg==
=xZgP
-END PGP SIGNATURE-



pgpJ1v8FiwldM.pgp
Description: PGP signature


Processing of xf86-input-wacom_1.2.1-1_source.changes

2024-03-22 Thread Debian FTP Masters
xf86-input-wacom_1.2.1-1_source.changes uploaded successfully to localhost
along with the files:
  xf86-input-wacom_1.2.1-1.dsc
  xf86-input-wacom_1.2.1.orig.tar.bz2
  xf86-input-wacom_1.2.1.orig.tar.bz2.asc
  xf86-input-wacom_1.2.1-1.debian.tar.xz
  xf86-input-wacom_1.2.1-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of pdfkit_1.0.0-4_source.changes

2024-03-22 Thread Debian FTP Masters
pdfkit_1.0.0-4_source.changes uploaded successfully to localhost
along with the files:
  pdfkit_1.0.0-4.dsc
  pdfkit_1.0.0-4.debian.tar.xz
  pdfkit_1.0.0-4_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)