Bug#1063323: libiw30t64: file loss due to /usr-move (DEP17)

2024-02-05 Thread Helmut Grohne
Package: libiw30t64
Version: 30~pre9-16.1~exp1
Severity: serious
Tags: patch
User: helm...@debian.org
Usertags: dep17p1
Control: affects -1 + libiw30
X-Debbugs-Cc: vor...@debian.org

Installing libiw30t64 may cause file loss in an upgrade scenario.
Reproducer:

mmdebstrap --variant=apt --verbose bookworm /dev/null "deb 
http://deb.debian.org/debian bookworm main" "deb http://deb.debian.org/debian 
experimental main" --include=wireless-tools --chrooted-customize-hook="apt-get 
download libiw30t64" --chrooted-customize-hook="echo libiw30 deinstall | dpkg 
--set-selections" --chrooted-customize-hook="dpkg --auto-deconfigure --unpack 
*.deb" --chrooted-customize-hook="dpkg --configure -a" 
--chrooted-customize-hook="dpkg -r libiw30" --chrooted-customize-hook="! dpkg 
--verify | grep ."

I'm attaching a patch for your convenience. I consider that libiw30 is
not as central as other packages and hence propose employing Conflicts
here. Conflicts allow removing the protective diversion in trixie's
postinst rather than forky's postinst already.

Helmut
diff --minimal -Nru wireless-tools-30~pre9/debian/changelog 
wireless-tools-30~pre9/debian/changelog
--- wireless-tools-30~pre9/debian/changelog 2024-02-04 21:34:45.0 
+0100
+++ wireless-tools-30~pre9/debian/changelog 2024-02-06 07:33:48.0 
+0100
@@ -1,3 +1,9 @@
+wireless-tools (30~pre9-16.1~exp2) UNRELEASED; urgency=medium
+
+  * Fix /usr-move file loss. (Closes: #-1)
+
+ -- Helmut Grohne   Tue, 06 Feb 2024 07:33:48 +0100
+
 wireless-tools (30~pre9-16.1~exp1) experimental; urgency=medium
 
   * Non-maintainer upload.
diff --minimal -Nru wireless-tools-30~pre9/debian/clean 
wireless-tools-30~pre9/debian/clean
--- wireless-tools-30~pre9/debian/clean 1970-01-01 01:00:00.0 +0100
+++ wireless-tools-30~pre9/debian/clean 2024-02-06 07:33:30.0 +0100
@@ -0,0 +1,2 @@
+debian/libiw30t64.preinst
+debian/libiw30t64.postinst
diff --minimal -Nru wireless-tools-30~pre9/debian/control 
wireless-tools-30~pre9/debian/control
--- wireless-tools-30~pre9/debian/control   2024-02-04 21:34:45.0 
+0100
+++ wireless-tools-30~pre9/debian/control   2024-02-06 07:31:36.0 
+0100
@@ -31,8 +31,7 @@
 
 Package: libiw30t64
 Provides: ${t64:Provides}
-Replaces: libiw30
-Breaks: libiw30 (<< ${source:Version})
+Conflicts: libiw30
 Section: libs
 Architecture: linux-any
 Multi-Arch: same
diff --minimal -Nru wireless-tools-30~pre9/debian/libiw30t64.lintian-overrides 
wireless-tools-30~pre9/debian/libiw30t64.lintian-overrides
--- wireless-tools-30~pre9/debian/libiw30t64.lintian-overrides  2024-02-04 
21:34:45.0 +0100
+++ wireless-tools-30~pre9/debian/libiw30t64.lintian-overrides  2024-02-06 
07:33:48.0 +0100
@@ -1 +1,5 @@
 libiw30t64: package-name-doesnt-match-sonames libiw30
+# begin-remove-after: released:trixie
+# DEP17 protective diversion
+diversion-for-unknown-file lib/x86_64-linux-gnu/libiw.so.30 [preinst:*]
+# end-remove-after
diff --minimal -Nru wireless-tools-30~pre9/debian/libiw30t64.postinst.in 
wireless-tools-30~pre9/debian/libiw30t64.postinst.in
--- wireless-tools-30~pre9/debian/libiw30t64.postinst.in1970-01-01 
01:00:00.0 +0100
+++ wireless-tools-30~pre9/debian/libiw30t64.postinst.in2024-02-06 
07:29:28.0 +0100
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+# begin-remove-after: released:trixie
+if [ "$1" = configure ]; then
+   dpkg-divert --package libiw30t64 --no-rename --remove --divert 
"/lib/#DEB_HOST_MULTIARCH#/libiw.so.30.usr-is-merged" 
"/lib/#DEB_HOST_MULTIARCH#/libiw.so.30"
+fi
+# end-remove-after
+
+#DEBHELPER#
+
+exit 0
diff --minimal -Nru wireless-tools-30~pre9/debian/libiw30t64.preinst.in 
wireless-tools-30~pre9/debian/libiw30t64.preinst.in
--- wireless-tools-30~pre9/debian/libiw30t64.preinst.in 1970-01-01 
01:00:00.0 +0100
+++ wireless-tools-30~pre9/debian/libiw30t64.preinst.in 2024-02-06 
07:29:30.0 +0100
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+# begin-remove-after: released:trixie
+if [ "$1" = install ]; then
+   dpkg-divert --package libiw30t64 --no-rename --add --divert 
"/lib/#DEB_HOST_MULTIARCH#/libiw.so.30.usr-is-merged" 
"/lib/#DEB_HOST_MULTIARCH#/libiw.so.30"
+fi
+# end-remove-after
+
+#DEBHELPER#
+
+exit 0
diff --minimal -Nru wireless-tools-30~pre9/debian/rules 
wireless-tools-30~pre9/debian/rules
--- wireless-tools-30~pre9/debian/rules 2023-11-28 01:03:11.0 +0100
+++ wireless-tools-30~pre9/debian/rules 2024-02-06 07:33:39.0 +0100
@@ -19,3 +19,8 @@
 
 override_dh_installudev:
dh_installudev --priority=19
+
+debian/%:debian/%.in
+   sed -e 's/#DEB_HOST_MULTIARCH#/$(DEB_HOST_MULTIARCH)/g' $< > $@
+
+execute_before_dh_installdeb:debian/libiw30t64.preinst 
debian/libiw30t64.postinst


Processed: libiw30t64: file loss due to /usr-move (DEP17)

2024-02-05 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + libiw30
Bug #1063323 [libiw30t64] libiw30t64: file loss due to /usr-move (DEP17)
Added indication that 1063323 affects libiw30

-- 
1063323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



django-anymail_10.2-1_source.changes ACCEPTED into unstable

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Feb 2024 00:41:53 -0500
Source: django-anymail
Architecture: source
Version: 10.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Scott Kitterman 
Closes: 1044967
Changes:
 django-anymail (10.2-1) unstable; urgency=medium
 .
   * Orphan the package, see #1063317
 - Remove myself from uploaders and update maintainer to Debian QA Group
 - Update Vcs-* to Debian group
   * Add d/source/options extend-diff-ignore to fix dpkg-source failure due to
 local changes (python package metadata regeneration) (Closes: #1044967)
   * Update d/watch to find django_anymail so versions after 9.2 are detected
   * New upstream release
   * Replace Build-Depends on python3-setuptools with pybuild-plugin-pyproject
 and python3-hatchling
   * Add d/p/0001-No-hatchling-README-install.patch to avoid stray README
 install
Checksums-Sha1:
 ac0691268e8397500578d87d7728021dbd023b25 1987 django-anymail_10.2-1.dsc
 88fcb08ee058a7b1d43cbad0fcaa0dff904f7e05 87528 django-anymail_10.2.orig.tar.gz
 f7bb6fb1c43862f04ec1c34eb88b5e93cff5a3c3 4896 
django-anymail_10.2-1.debian.tar.xz
 95dd3398c0fc0739c18c63a16971befee6a6fda7 6490 
django-anymail_10.2-1_source.buildinfo
Checksums-Sha256:
 a412bf73caedbcce51a73a7860dfdcf91ff623e9eaa2a9f60ba7c73bb53d4d03 1987 
django-anymail_10.2-1.dsc
 1f3006d3b16874aaa32976078da6cdc9baa7f5274cf80e3fc51a27617aaf 87528 
django-anymail_10.2.orig.tar.gz
 237f3f934b5567f5411026d5f71c38f0fb23e008309703c7daa32e4c913dae19 4896 
django-anymail_10.2-1.debian.tar.xz
 1976302dfe153298c6028cbd15881b4f7e80dc5995f11879bfe179e22bda5c32 6490 
django-anymail_10.2-1_source.buildinfo
Files:
 78c31a79530f181524108061f96fdfb4 1987 python optional django-anymail_10.2-1.dsc
 b200bbaa21ec4db7f97dd193846db3b0 87528 python optional 
django-anymail_10.2.orig.tar.gz
 4053d1f75404b8f2e1314e43a30f8b95 4896 python optional 
django-anymail_10.2-1.debian.tar.xz
 49377de7b8dc3bbddcede3a420f13bd3 6490 python optional 
django-anymail_10.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE53Kb/76FQA/u7iOxeNfe+5rVmvEFAmXBx9QACgkQeNfe+5rV
mvFA/BAAlmKzYlOWViWrs/V8Pmm+KCjmf7VJe1xYvxea/jovZ828V5feIdzJf6Lh
UEihLZiXZdIm7lRnm+kfPFAn8TkHSWBNhncMbEKJIrZkVKSKDKWZs1yqqRn0OC2f
P6jefQz1QajwwpsUCYgWbwEjZRrLsXGHuTGMkT18HRm7YCiTFYbePc9Ju0DPFPxI
75XWzX5GucLK8OCE8PeOImHpUVqNSrzoHV9PBA6/Qd+taf9HPk6p+UTJ6NRUgfSQ
ZnsKGnJWgXJF50VOWIHjpxveelLG0dhaM5ZCr534WwqFXzg4MmleQjLzltvP6wX3
9SwFD/xzsXyK8ljFzjR68Cx3rYJMof+SAc+v71ymvO6ZoxWiGIGje5r0XNRP2mpY
kQj95DZRmB30dX79fI5DVnHs009X60B7CScLnfufWXW042qv2eH7UHdPuGSfyp+2
WY+M4ZSKLIsUIR2P31S7pdM8Lr4qootRiZYGeAjFky45hW3mzIFpP+fNMGDiLFYf
+QRC4oTUeqoeoh5Q4wyaGF0Ttkc8mdXzdpAiaC+dp2QZoqYLN3d+880WhAEfKbSD
buMdbVLHw9P94lNA59d578/QoAhck3LqgmCNAtK20qMt0Uer/fHG8mYwACx8iga2
kb/ch59yno9sn3T5buhKys+QaKRLidoHKFHPaNkhuZ/lcIVa1/8=
=AaYr
-END PGP SIGNATURE-



Processing of django-anymail_10.2-1_source.changes

2024-02-05 Thread Debian FTP Masters
django-anymail_10.2-1_source.changes uploaded successfully to localhost
along with the files:
  django-anymail_10.2-1.dsc
  django-anymail_10.2.orig.tar.gz
  django-anymail_10.2-1.debian.tar.xz
  django-anymail_10.2-1_source.buildinfo

Greetings,

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



zthreads_2.3.2-11.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Feb 2024 04:37:05 +
Source: zthreads
Architecture: source
Version: 2.3.2-11.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 zthreads (2.3.2-11.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 a9ec6029546710f29990e41bb55acba49f0cb08b 1967 zthreads_2.3.2-11.1~exp1.dsc
 25eec45d2d4bc826f466cf68c7368a325ecf99e2 9296 
zthreads_2.3.2-11.1~exp1.debian.tar.xz
 7962c181c82683a94f9e823e9d5bbbe19dc23909 6604 
zthreads_2.3.2-11.1~exp1_source.buildinfo
Checksums-Sha256:
 a5fb2cf5e432de02c094dfc217613587a4f31c76e8dbe5fe17863db202179e85 1967 
zthreads_2.3.2-11.1~exp1.dsc
 2357f9f17fa002ddceee6149f8ca9aab803eeb4d189985bf7f99634ce0379c23 9296 
zthreads_2.3.2-11.1~exp1.debian.tar.xz
 34d88eedb2921e9cd40ae7164ebc738b55e0d69e14bf4ae4ed7dcaa43b318d60 6604 
zthreads_2.3.2-11.1~exp1_source.buildinfo
Files:
 a4293b6fa16a62b33b22f62d05d611c9 1967 libs optional 
zthreads_2.3.2-11.1~exp1.dsc
 406573c73f1dd11caa776b5f54201952 9296 libs optional 
zthreads_2.3.2-11.1~exp1.debian.tar.xz
 71e69dee40b408f440bb6092c10fa659 6604 libs optional 
zthreads_2.3.2-11.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXBt3YSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9LCUP/0vIsYHJhrRrbeKRGFgPhPG11Nu5HHC+
2tOspXkXKuPod4S4zc6Bm+HQeLZOhJ1NHh32QCR/lyfRZL9LkIm9dNostioOkN3+
BNdQiLh5+c0uOtO/d1gQ47LnSs/n8BJ3kG0JuEOi79QSZfMaPFzBzYlnXb9QB2ux
7vW+MUpWb5W+2hEvZCH5tJVUjIGuFy749O2sN8Vn+SdHJ1QiVMaZoR+HSZrptHsR
jDP0oFFmHv2e7c6kAkM5YiDcMD7SicxhyKsHtxrmOIoAlb7py0/UeMctFgHNoUex
rH1z8EvR81CQTx9QghxFYwAPXjYgWVsZ3968qMUNBkbDAPOh8/bAaI/l6/6VjyGa
PFMxej8mmhiZUEpMwGNUalQEubOaGLwcV1lcbtS3RO54+V0QPdHAclge92Nm8sg2
j+/zQo4ErS/2u+CeYTGU6yA+o1TZxG6KRBSKVEd4W2Vt58Os9qWAc8Gi7e6oFHUd
TflnScBIwIapfdNw8Ei4QeXKcQT7FJaMrD5dy54ddQgiUjYlN/pTXooIB3xwaRA0
A5CxjApuyg23aWUBVXBSUCxy0tUmCPT70EQXti/73jFO2dztcc41d00rG7td7bxy
a+U0EdBZM6NwT9Mkh8FSbK0LpUvJCQ9QVZ/of4zsiDir0MYW95anxgRogjPMoY22
1UsyX74DUZSi
=JmGL
-END PGP SIGNATURE-



Processing of zthreads_2.3.2-11.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
zthreads_2.3.2-11.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  zthreads_2.3.2-11.1~exp1.dsc
  zthreads_2.3.2-11.1~exp1.debian.tar.xz
  zthreads_2.3.2-11.1~exp1_source.buildinfo

Greetings,

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



Bug#1063312: zthreads: NMU diff for 64-bit time_t transition

2024-02-05 Thread Steve Langasek
Source: zthreads
Version: 2.3.2-11
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
zthreads as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for zthreads
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru zthreads-2.3.2/debian/changelog zthreads-2.3.2/debian/changelog
--- zthreads-2.3.2/debian/changelog 2021-08-20 12:43:47.0 +
+++ zthreads-2.3.2/debian/changelog 2024-02-06 04:36:27.0 +
@@ -1,3 +1,10 @@
+zthreads (2.3.2-11.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 06 Feb 2024 04:36:27 +
+
 zthreads (2.3.2-11) unstable; urgency=medium
 
   * QA upload.
diff -Nru zthreads-2.3.2/debian/control zthreads-2.3.2/debian/control
--- zthreads-2.3.2/debian/control   2021-08-20 12:43:47.0 +
+++ zthreads-2.3.2/debian/control   2024-02-06 04:36:26.0 +
@@ -9,7 +9,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/zthreads
 Vcs-Git: https://salsa.debian.org/debian/zthreads.git
 
-Package: libzthread-2.3-2
+Package: libzthread-2.3-2t64
+Provides: ${t64:Provides}
+Replaces: libzthread-2.3-2
+Breaks: libzthread-2.3-2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -32,7 +35,7 @@
 Package: libzthread-dev
 Section: libdevel
 Architecture: any
-Depends: libzthread-2.3-2 (= ${binary:Version}), ${misc:Depends}
+Depends: libzthread-2.3-2t64 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Description: Object-oriented synchronization library for C++ (runtime lib)
  Zthreads is an advanced platform-independent, object-oriented
diff -Nru zthreads-2.3.2/debian/libzthread-2.3-2.install 
zthreads-2.3.2/debian/libzthread-2.3-2.install
--- zthreads-2.3.2/debian/libzthread-2.3-2.install  2021-08-20 
12:43:47.0 +
+++ zthreads-2.3.2/debian/libzthread-2.3-2.install  1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru zthreads-2.3.2/debian/libzthread-2.3-2t64.install 
zthreads-2.3.2/debian/libzthread-2.3-2t64.install
--- zthreads-2.3.2/debian/libzthread-2.3-2t64.install   1970-01-01 
00:00:00.0 +
+++ zthreads-2.3.2/debian/libzthread-2.3-2t64.install   2021-08-20 
12:43:47.0 +
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides 
zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides
--- zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides 1970-01-01 
00:00:00.0 +
+++ zthreads-2.3.2/debian/libzthread-2.3-2t64.lintian-overrides 2024-02-06 
04:36:26.0 +
@@ -0,0 +1 @@
+libzthread-2.3-2t64: package-name-doesnt-match-sonames libzthread-2.3-2


ygl_4.2e-6.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Feb 2024 03:22:06 +
Source: ygl
Architecture: source
Version: 4.2e-6.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 ygl (4.2e-6.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 105c6e1262a5220887e008d72abcf57786662a17 1986 ygl_4.2e-6.1~exp1.dsc
 1a1a77ed87570cc68dd1fc8e21ad745eb9850c36 3652 ygl_4.2e-6.1~exp1.debian.tar.xz
 aaef92bf7249d50d3304cd9d6917708fe0dc49a2 8369 
ygl_4.2e-6.1~exp1_source.buildinfo
Checksums-Sha256:
 1aac685dbd03972445199618bc47a6a2aaf8b8d14ad80a1bdeff7615653c8cb4 1986 
ygl_4.2e-6.1~exp1.dsc
 ebe398d104ee4bbaf4c0f5567bf1a306bb5c08d91ce144a8cd8d4510f295b2b7 3652 
ygl_4.2e-6.1~exp1.debian.tar.xz
 61b78829cf8060611885e9252d556942bb21f56ae577c9119ab141527285e93c 8369 
ygl_4.2e-6.1~exp1_source.buildinfo
Files:
 73099949e61464cdf9c9fc195f0afaee 1986 libs optional ygl_4.2e-6.1~exp1.dsc
 91e8b3704e6e5cde901320ee4ca1008f 3652 libs optional 
ygl_4.2e-6.1~exp1.debian.tar.xz
 3dcf860a995f9010ea0ba6ba1ec28691 8369 libs optional 
ygl_4.2e-6.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXBpeMSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM93kcP/R0eTAYQFRjeNB5nJblTjK2Ov3RU6aaN
3BMQ8x1QNASkz/6A4AB79MHuCeh/7YEJL4YbbZdfL2cTSKO9VowRGVetAVch2zwj
pSuak7/e8bIvhI/9NQgmre0rD0aaH5WSEtwZ3ar1fy2DuBBCjWH6StKgI0XRpQlU
Bp1eqdkMorZgfUml2RMBwMQsDeXxgrXQ9YDDl9x/N03KvXyRoZIdgzGNQnmfK+yD
irwXTz89ZzRG4k2XCiVUY1HAaUwZhHYmmT6YXAaGVkiiw/xK1U9CyMLjAw4hD/tz
iDW9oJ+TH1d0S5BrbNzq912Lab6FUN0wy2FoCjqhGGQQhQ45haH0dCWJoWtOGO5+
HN5CVFX/KfaZq8ZRxUDcgjH66usYesPvfBuSum+26DKbh7QrAzh0YmjxJ5kNMi3Q
3yeD5isi9yZB8WaaQf74uY8mzMJ6E+e2v8rCPsHrXZ47dx5xhG6cOl1uq/I85klU
CBoq+AJkWTAnonL6mkcnFMiaTWR26jYrSwM+j9agbCUnsrdsmHYDp5N3E24LtUO6
t36HFD0JRps+4f+eBP15HfnxJlbb2eEcSASb46UmT10GFnzDeZVyllDomobb/cmE
xZpXYVpKQcYTdSKLL+VYPv8bhfHvHSsaUhiZio3MSPa6fTeq4MNo4KM38zMo+fhZ
k7cWRYZFl5ol
=nNx+
-END PGP SIGNATURE-



Processing of ygl_4.2e-6.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
ygl_4.2e-6.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  ygl_4.2e-6.1~exp1.dsc
  ygl_4.2e-6.1~exp1.debian.tar.xz
  ygl_4.2e-6.1~exp1_source.buildinfo

Greetings,

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



Bug#1063304: ygl: NMU diff for 64-bit time_t transition

2024-02-05 Thread Steve Langasek
Source: ygl
Version: 4.2e-6
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
ygl as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for ygl
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru ygl-4.2e/debian/changelog ygl-4.2e/debian/changelog
--- ygl-4.2e/debian/changelog   2022-08-15 06:31:49.0 +
+++ ygl-4.2e/debian/changelog   2024-02-06 03:21:43.0 +
@@ -1,3 +1,10 @@
+ygl (4.2e-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 06 Feb 2024 03:21:43 +
+
 ygl (4.2e-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru ygl-4.2e/debian/control ygl-4.2e/debian/control
--- ygl-4.2e/debian/control 2022-08-15 06:31:49.0 +
+++ ygl-4.2e/debian/control 2024-02-06 03:21:42.0 +
@@ -16,7 +16,7 @@
 Package: libygl4-dev
 Architecture: any
 Section: libdevel
-Depends: libygl4 (= ${binary:Version}),
+Depends: libygl4t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: Graphics library that emulates SGI's GL routines under X11 
(headers)
  Ygl is an graphics library that emulates the routines of SGI's GL (sometimes
@@ -28,7 +28,10 @@
  .
  This package provides the development files.
 
-Package: libygl4
+Package: libygl4t64
+Provides: ${t64:Provides}
+Replaces: libygl4
+Breaks: libygl4 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends}
diff -Nru ygl-4.2e/debian/libygl4.dirs ygl-4.2e/debian/libygl4.dirs
--- ygl-4.2e/debian/libygl4.dirs2022-08-15 05:40:05.0 +
+++ ygl-4.2e/debian/libygl4.dirs1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib
diff -Nru ygl-4.2e/debian/libygl4.install ygl-4.2e/debian/libygl4.install
--- ygl-4.2e/debian/libygl4.install 2022-08-15 06:13:49.0 +
+++ ygl-4.2e/debian/libygl4.install 1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -Nru ygl-4.2e/debian/libygl4t64.dirs ygl-4.2e/debian/libygl4t64.dirs
--- ygl-4.2e/debian/libygl4t64.dirs 1970-01-01 00:00:00.0 +
+++ ygl-4.2e/debian/libygl4t64.dirs 2022-08-15 05:40:05.0 +
@@ -0,0 +1 @@
+usr/lib
diff -Nru ygl-4.2e/debian/libygl4t64.install ygl-4.2e/debian/libygl4t64.install
--- ygl-4.2e/debian/libygl4t64.install  1970-01-01 00:00:00.0 +
+++ ygl-4.2e/debian/libygl4t64.install  2022-08-15 06:13:49.0 +
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -Nru ygl-4.2e/debian/libygl4t64.lintian-overrides 
ygl-4.2e/debian/libygl4t64.lintian-overrides
--- ygl-4.2e/debian/libygl4t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ ygl-4.2e/debian/libygl4t64.lintian-overrides2024-02-06 
03:21:42.0 +
@@ -0,0 +1 @@
+libygl4t64: package-name-doesnt-match-sonames libygl4


xplc_0.3.13-12.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Feb 2024 00:37:08 +
Source: xplc
Architecture: source
Version: 0.3.13-12.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 xplc (0.3.13-12.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 9800e24f756042acce6185951b701cf06f63f109 1994 xplc_0.3.13-12.1~exp1.dsc
 cefef09d3da433e9b79318424b0de55e37072b6d 7032 
xplc_0.3.13-12.1~exp1.debian.tar.xz
 d234e332f0255627f6d123bb9de1cbdab61ef236 6616 
xplc_0.3.13-12.1~exp1_source.buildinfo
Checksums-Sha256:
 1272e17a6459f428e58543eaef09182af47aab3d74bf5d250cec0715a180471b 1994 
xplc_0.3.13-12.1~exp1.dsc
 c166309bbe5f39244b0b61ce44830215885874ad2e4f9f3b66639768311c08c8 7032 
xplc_0.3.13-12.1~exp1.debian.tar.xz
 5436cde0a209ac986434875c7acc9f9e6c384f2e5ebd400e0e0e56868cece0a6 6616 
xplc_0.3.13-12.1~exp1_source.buildinfo
Files:
 ee40f8862b354baf9a488bdf3a47a022 1994 libs optional xplc_0.3.13-12.1~exp1.dsc
 e3e2902a0869b600029256149654462a 7032 libs optional 
xplc_0.3.13-12.1~exp1.debian.tar.xz
 e0762e50f541353b713ae2be35fb783d 6616 libs optional 
xplc_0.3.13-12.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXBfzkSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM90xIQAIUnooBf47DVzwUPu1Zq5FFELCo4uU7u
5/JDBkTJmVlbsVWFfJ5SeFIJBpJx/MpdJdNmrsJFJQSJ2BWgW7WWsq5jK8v7srDL
JqX98s8bNsioklcWj8e8CcHslI1ozX7d8C9LOBIvd4lJe3PXRsWDgPpWcgqgjh+6
YjRuu0yWZHpbogzudR6ZxbIBBoaXPP9l6lJSqbyo10LRZx8IpUw5w2BTBUwX45y8
3/SQjyiuLJPycGbh8p6AzKHDnBKW5zqdOQQpxDTCTzmHcA9vZSJMGYJJslE20+m2
jtRfhGR0z5ekn51+SySq7l6tga7PZpBAEXKtQ0lYCrsJcudv3DVCNFLoewYBweoD
NzZPufEjw7IwxXPJy6sYtbcv5BxkACG9ZUnrpCE1lpQkjbp3wa9qFmMTwQgzHekj
kNPTYMaLytd6vbqLUd8HvA7yLfcMU5NSqT5G36+OQMPbHjE6EmqwHye9etl7PZV8
3+LOO4WBJaTrbTdT7WMrKnhX5vYZrOxfVEF4SdDJqs9vLSy1077zlLwQ1uZKhSNl
H7U7fPBFBH0ppEy2DGdjGZ/ov247lLE1hyQkuHN5O20RCrVTMXrSt7JsV7D5PwtL
khrTZHmygdEG38jizjhn40BArh3gBeVZ02kb2Hz8S51KRYzFrbUlVAc1ZyrPDlTt
gtLUPszhk/JW
=T8Hv
-END PGP SIGNATURE-



xpaint_2.9.1.4-4.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Feb 2024 00:34:59 +
Source: xpaint
Architecture: source
Version: 2.9.1.4-4.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 xpaint (2.9.1.4-4.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 f0010f6a2a9aced110cd4353158b1d61b3833d80 2243 xpaint_2.9.1.4-4.1~exp1.dsc
 f29fd0a15e4f9480518aee1ae0d764c87d97b413 13700 
xpaint_2.9.1.4-4.1~exp1.debian.tar.xz
 a1ecc1f11ed708fb021f1743a423a335635d768c 9043 
xpaint_2.9.1.4-4.1~exp1_source.buildinfo
Checksums-Sha256:
 224cbd796a257a0260e4d6a3690b6e323e25d34bd3c5e072a3beda700f493ec5 2243 
xpaint_2.9.1.4-4.1~exp1.dsc
 a1899c18079abd4f6abe113205879e4e048d12ff0a0f83880e52521eefb71a79 13700 
xpaint_2.9.1.4-4.1~exp1.debian.tar.xz
 d3c2bb4a1284283fa38b5a2920fc37ed75e273a39987a64fc1bcb552198b214c 9043 
xpaint_2.9.1.4-4.1~exp1_source.buildinfo
Files:
 362770b7a84f1eae9d30d238af8eb0e8 2243 graphics optional 
xpaint_2.9.1.4-4.1~exp1.dsc
 c91e8017c95a8ffb59a5d9ad93dc0363 13700 graphics optional 
xpaint_2.9.1.4-4.1~exp1.debian.tar.xz
 e40aee9cbc9b3c64fee8c951ba24f70f 9043 graphics optional 
xpaint_2.9.1.4-4.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXBfrgSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9hmEP/1VKIzVORzYZ7vUDh8c8lp0MgCy3Mql7
MKgRTTpeClpxBatQQbmZzbGTqQoVIF4vwH1xlAWgOx5hjiOZXiNOA9owA64R4QDN
qLMYh2BkXxOVskBfYRbJIMrs8cjQRxi5G1pVa4Tqx7W4TkmonzmQOZ6Rvg0Bwt6u
uooqmSA8iTngGfmgnR7BvMUCgew6SW+myi4yGZoceMTMv/c8BBQPHwy885c9owCF
hdIr5g3xtx/F45xrsCKWz4lM00lrt4XsLhGMRzjViLM9cvXu7FC2tLxf8Ym30Qqn
aZ5p+aQETqxoT9Vf9EfoQmLsWwtZEWiB00hdgdKNcQb+OiVkHGKvXHUHhpTv66xz
BLxSfluC3sbst5wopJS3QZ+kFPD1f7fbPay6o8TiAirAJ7GzOAFeUofZ6InUgga5
nc/C8zBaYvxGhw2yaPPp+rP1EY033d0gbhDIVAqmz+I2gAAtJA0blN4tfXD8CNlC
qMnmGNAE+hrlhvvXXYdN6t1ig34R4dElzf+/N5FKI3VrT+fuZDMZo789bmVL89+/
pD7/J+49K0AQ/z/9D9PbJNqC4uwudYqnXkujyU4TPCmlVOFsns6Ost/XZ6ji+J+c
eqOfSuMoUmPqz0Cp2DY76ixWTxlrFHU6ffvAfpqGzybWxlhxM106WzTxRN5ykI4c
psONsGUsdNwk
=k0hI
-END PGP SIGNATURE-



Processing of xplc_0.3.13-12.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
xplc_0.3.13-12.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  xplc_0.3.13-12.1~exp1.dsc
  xplc_0.3.13-12.1~exp1.debian.tar.xz
  xplc_0.3.13-12.1~exp1_source.buildinfo

Greetings,

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



Processing of xpaint_2.9.1.4-4.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
xpaint_2.9.1.4-4.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  xpaint_2.9.1.4-4.1~exp1.dsc
  xpaint_2.9.1.4-4.1~exp1.debian.tar.xz
  xpaint_2.9.1.4-4.1~exp1_source.buildinfo

Greetings,

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



xmlrpc-epi_0.54.2-2.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Feb 2024 00:24:30 +
Source: xmlrpc-epi
Architecture: source
Version: 0.54.2-2.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 xmlrpc-epi (0.54.2-2.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 47c8d4b9b87b2c2a921c6ae7bd2a11f11724c5a2 1995 xmlrpc-epi_0.54.2-2.1~exp1.dsc
 7dd804edc4fba0b8a68dc7cf3e61608fb13f0840 5072 
xmlrpc-epi_0.54.2-2.1~exp1.debian.tar.xz
 a1141951d1e07605757c4a09275e81004e2f551d 6781 
xmlrpc-epi_0.54.2-2.1~exp1_source.buildinfo
Checksums-Sha256:
 9a667ae3931720fc02f6c656775fec2ed30163867f8bd159dcea54efeaf982bb 1995 
xmlrpc-epi_0.54.2-2.1~exp1.dsc
 b4c558db0639babb58ad9adbfd1ef5a47e5d72307f08f1cd6cb6ed90020b553a 5072 
xmlrpc-epi_0.54.2-2.1~exp1.debian.tar.xz
 a7bdae149ca9ca19cca3217d95722bc2866fdc98536011e4c29764814ec4e7ba 6781 
xmlrpc-epi_0.54.2-2.1~exp1_source.buildinfo
Files:
 d5735aaa90a423e08cf68017fa8f6e61 1995 libs extra xmlrpc-epi_0.54.2-2.1~exp1.dsc
 4724b1847ca9efdb56199cfb5ea44a51 5072 libs extra 
xmlrpc-epi_0.54.2-2.1~exp1.debian.tar.xz
 134fd12cf3d084134cd2dac6971d5da8 6781 libs extra 
xmlrpc-epi_0.54.2-2.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXBfEQSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9ff0P/i54p70iQOO2NoBDo6bxnDCUssM1rjao
u9oSrjzgd6P8rA45o4qaMrrM8yxzvTg0WuWMGFsDxrzAD3NnchPLpePxAKyc2QOF
2C4L9Zpzb08L3dGiJOiNhQWUD3n4bFwiMqGByhc4t/nUdwcguKZNNhn1kkNzFKwo
ad/28xDgWUa16p5DGdK93yLgJg/Ix7V/+0ZL+P2V1Gd573Mb9Uf/nIcwIAKd7h5y
LD2ry5zpJVmiuLBS3zu47+NC3w9L/z0EKudRQmUIOJmjK4+pQ3OB7HFeTSoVju5d
D7WJEN+0WK75N3hmayVs9y13MJNQ0P5VcubYL/JK6YoI8Pc0p588fiR97z0wURUW
uJT0FZI+BB8Gxyt+N1Q5R8QFl1yfbp4Zlog9cGNPpJBnQi4Uk796ca82xWzWWkLv
v/cv9nXioIrWxE7bU3zpkr1ZQT5jBXxIQ3yt/m47nrwyGG0WCGtFGEYzy/lrwE9A
xTFz88NUFjjpTer7+L3sBRXRstwm5Tu0cz1C43Y3yBwmDruiHcJtOHHJpIqwbCfD
tWLbF4fpwkVicOq75K9vUTzc/ibTCNDwEKzqfVJ+/hXKiBr+3vxmxnuvSVzvnaGQ
WTm26fNOu3U+rqMiSAPRY47hb3BbWslfZQVNJCR9nqxBpG0bs6vNxNyHQNVA+00G
gWwieFaJ7Tbx
=KQHf
-END PGP SIGNATURE-



xmlrpc-c_1.33.14-11.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 06 Feb 2024 00:23:39 +
Source: xmlrpc-c
Architecture: source
Version: 1.33.14-11.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 xmlrpc-c (1.33.14-11.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 aa8ca49c139ca61eae2ffda80d4e54759befc296 2231 xmlrpc-c_1.33.14-11.1~exp1.dsc
 d7fff9e4b1d377e072d3e1ba6f0aa612b14bed21 15980 
xmlrpc-c_1.33.14-11.1~exp1.debian.tar.xz
 4691f4e353534a917e676e7e263761ead07db18f 7097 
xmlrpc-c_1.33.14-11.1~exp1_source.buildinfo
Checksums-Sha256:
 b0a05de0f85efa5067b858c26d1dcf514bd0e80bcddf61753dec9405dd764f7f 2231 
xmlrpc-c_1.33.14-11.1~exp1.dsc
 2200f60df40405a8d58e028e68cd3fa96aa8806141aef9f692d5ccb552d1606a 15980 
xmlrpc-c_1.33.14-11.1~exp1.debian.tar.xz
 c1e2ce5e16dcf06a192c31bc120ef912b5817dab63ea98177604993bdce6e39c 7097 
xmlrpc-c_1.33.14-11.1~exp1_source.buildinfo
Files:
 87cfe60437a7e025ebce68d89b3e8ee7 2231 libs optional 
xmlrpc-c_1.33.14-11.1~exp1.dsc
 568578be2e58073af5512a499681992b 15980 libs optional 
xmlrpc-c_1.33.14-11.1~exp1.debian.tar.xz
 304e40d4db4e28a696ccda2a70890e6c 7097 libs optional 
xmlrpc-c_1.33.14-11.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXBfA8SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9FgwQAJaAIB/NmgBpMzpj3aSvHr7Yr7qcA5Qd
ajNOvEnCe2jK1UVqCMBOehzYEwgB6OZ6i9lRu9k80uNdoNwZMBcdVvwnFcdt5QvJ
Xl1+usHyC2BeP+yD2gXye9FMfiZWlTHJTNPyPK00pMY80iXoqfMmUrSstozZnInR
k+82rXRnd1lXkv5VCXCEJvO1gdvFe16NyNHq9ZsmtngFFJGlh5PqD+5cw1X5LvHA
dJqULCzS+BrRcxtn54qUX+WD15RclqI9NqsbpMNhzU0MZeLLlbn9/zZvBI+NCR5s
p2RKyqaJ+gZwCMhXBTpEzUOCMNeZ42rHgFsBGhQAMZz2yHnd/UR++Ix/Va/CGEpy
MZrW4aywuExMXviZ+jk2mzpkn70FmGPlNbpDyczwsqZN2qW9fnZZbp0bEUjtLI7s
MH9XohVZ434kCTTEP1DQkTunNriPuIqmg4k7zhvBzonxrMNcJXc6OOQettcxz2si
N84GZHv+BVvwlfppmOWmv4II5GUIPRLc3xHxNmDxZYSj4cU7q6eurXB1ptru25ai
gtQQon1pfvpOwx6hll+diiAdU+vfF7Nda/3K9N2YouWWEFEyVFfVTPtaHUu4n+3I
rpiGqq3nTSxH5ui/vQf1/Ypl6O+iEhJNvxzu5YXRRFvXL9uUbyM2S0QvAP3Bo4ZY
vRODDWhTnbZU
=J8gx
-END PGP SIGNATURE-



Processing of xmlrpc-epi_0.54.2-2.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
xmlrpc-epi_0.54.2-2.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  xmlrpc-epi_0.54.2-2.1~exp1.dsc
  xmlrpc-epi_0.54.2-2.1~exp1.debian.tar.xz
  xmlrpc-epi_0.54.2-2.1~exp1_source.buildinfo

Greetings,

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



Processing of xmlrpc-c_1.33.14-11.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
xmlrpc-c_1.33.14-11.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  xmlrpc-c_1.33.14-11.1~exp1.dsc
  xmlrpc-c_1.33.14-11.1~exp1.debian.tar.xz
  xmlrpc-c_1.33.14-11.1~exp1_source.buildinfo

Greetings,

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



Bug#1063285: xplc: NMU diff for 64-bit time_t transition

2024-02-05 Thread Steve Langasek
Source: xplc
Version: 0.3.13-12
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
xplc as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for xplc
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru xplc-0.3.13/debian/changelog xplc-0.3.13/debian/changelog
--- xplc-0.3.13/debian/changelog2022-11-27 04:40:10.0 +
+++ xplc-0.3.13/debian/changelog2024-02-06 00:35:13.0 +
@@ -1,3 +1,10 @@
+xplc (0.3.13-12.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 06 Feb 2024 00:35:13 +
+
 xplc (0.3.13-12) unstable; urgency=medium
 
   * QA upload.
diff -Nru xplc-0.3.13/debian/control xplc-0.3.13/debian/control
--- xplc-0.3.13/debian/control  2022-11-27 04:40:10.0 +
+++ xplc-0.3.13/debian/control  2024-02-06 00:35:13.0 +
@@ -8,7 +8,10 @@
 Vcs-Git: https://salsa.debian.org/debian/xplc.git
 Vcs-Browser: https://salsa.debian.org/debian/xplc
 
-Package: libxplc0.3.13
+Package: libxplc0.3.13t64
+Provides: ${t64:Provides}
+Replaces: libxplc0.3.13
+Breaks: libxplc0.3.13 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Multi-Arch: same
@@ -22,7 +25,7 @@
 Package: libxplc0.3.13-dev
 Section: libdevel
 Architecture: any
-Depends: libxplc0.3.13 (= ${binary:Version}), uuidcdef, ${shlibs:Depends}, 
${misc:Depends}
+Depends: libxplc0.3.13t64 (= ${binary:Version}), uuidcdef, ${shlibs:Depends}, 
${misc:Depends}
 Description: Light weight component system (Development libraries and headers)
  XPLC ("Cross-Platform Lightweight Components") is a component system that
  will provide extensibility and reusability both inside and between
diff -Nru xplc-0.3.13/debian/libxplc0.3.13.symbols 
xplc-0.3.13/debian/libxplc0.3.13.symbols
--- xplc-0.3.13/debian/libxplc0.3.13.symbols2022-11-27 04:40:10.0 
+
+++ xplc-0.3.13/debian/libxplc0.3.13.symbols1970-01-01 00:00:00.0 
+
@@ -1,2 +0,0 @@
-libxplc.so.0.3.13-unstable libxplc0.3.13 #MINVER#
- XPLC_getServiceManager@Base 0.3.13
diff -Nru xplc-0.3.13/debian/libxplc0.3.13t64.lintian-overrides 
xplc-0.3.13/debian/libxplc0.3.13t64.lintian-overrides
--- xplc-0.3.13/debian/libxplc0.3.13t64.lintian-overrides   1970-01-01 
00:00:00.0 +
+++ xplc-0.3.13/debian/libxplc0.3.13t64.lintian-overrides   2024-02-06 
00:35:13.0 +
@@ -0,0 +1 @@
+libxplc0.3.13t64: package-name-doesnt-match-sonames libxplc0.3.13
diff -Nru xplc-0.3.13/debian/libxplc0.3.13t64.symbols 
xplc-0.3.13/debian/libxplc0.3.13t64.symbols
--- xplc-0.3.13/debian/libxplc0.3.13t64.symbols 1970-01-01 00:00:00.0 
+
+++ xplc-0.3.13/debian/libxplc0.3.13t64.symbols 2024-02-06 00:35:13.0 
+
@@ -0,0 +1,2 @@
+libxplc.so.0.3.13-unstable libxplc0.3.13t64 #MINVER#
+ XPLC_getServiceManager@Base 0.3.13
diff -Nru xplc-0.3.13/debian/rules xplc-0.3.13/debian/rules
--- xplc-0.3.13/debian/rules2022-11-27 04:40:10.0 +
+++ xplc-0.3.13/debian/rul

Bug#1063284: xpaint: NMU diff for 64-bit time_t transition

2024-02-05 Thread Steve Langasek
Source: xpaint
Version: 2.9.1.4-4
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
xpaint as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for xpaint
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru xpaint-2.9.1.4/debian/changelog xpaint-2.9.1.4/debian/changelog
--- xpaint-2.9.1.4/debian/changelog 2020-08-16 01:38:56.0 +
+++ xpaint-2.9.1.4/debian/changelog 2024-02-06 00:33:55.0 +
@@ -1,3 +1,10 @@
+xpaint (2.9.1.4-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 06 Feb 2024 00:33:55 +
+
 xpaint (2.9.1.4-4) unstable; urgency=medium
 
   * Orphaning the package
diff -Nru xpaint-2.9.1.4/debian/control xpaint-2.9.1.4/debian/control
--- xpaint-2.9.1.4/debian/control   2020-08-16 01:38:56.0 +
+++ xpaint-2.9.1.4/debian/control   2024-02-06 00:33:55.0 +
@@ -29,7 +29,7 @@
 Package: xpaint-dev
 Section: libdevel
 Architecture: any
-Depends: libxaw3dxft6 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends},
+Depends: libxaw3dxft6t64 (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends},
  libxmu-dev, libxt-dev, libsm-dev, libice-dev, libxext-dev, libx11-dev, 
libxpm-dev,
  libxft-dev, libc-dev, xutils-dev, x11proto-core-dev, x11proto-xext-dev
 Description: simple paint program for X (development files)
@@ -38,7 +38,10 @@
  in the main xpaint package. Install this if you wish to compile
  programs that use the libxaw3dxft library.
 
-Package: libxaw3dxft6
+Package: libxaw3dxft6t64
+Provides: ${t64:Provides}
+Replaces: libxaw3dxft6
+Breaks: libxaw3dxft6 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru xpaint-2.9.1.4/debian/libxaw3dxft6.install 
xpaint-2.9.1.4/debian/libxaw3dxft6.install
--- xpaint-2.9.1.4/debian/libxaw3dxft6.install  2020-08-16 01:38:56.0 
+
+++ xpaint-2.9.1.4/debian/libxaw3dxft6.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*.so.* usr/lib
diff -Nru xpaint-2.9.1.4/debian/libxaw3dxft6.symbols 
xpaint-2.9.1.4/debian/libxaw3dxft6.symbols
--- xpaint-2.9.1.4/debian/libxaw3dxft6.symbols  2020-08-16 01:38:56.0 
+
+++ xpaint-2.9.1.4/debian/libxaw3dxft6.symbols  1970-01-01 00:00:00.0 
+
@@ -1,227 +0,0 @@
-libXaw3dxft.so.6 libxaw3dxft6 #MINVER#
- FMT8BIT@Base 2.9.1.4
- GetXftFont@Base 2.9.1.4
- LayYY_create_buffer@Base 2.9.1.4
- LayYY_delete_buffer@Base 2.9.1.4
- LayYY_flex_debug@Base 2.9.1.4
- LayYY_flush_buffer@Base 2.9.1.4
- LayYY_scan_buffer@Base 2.9.1.4
- LayYY_scan_bytes@Base 2.9.1.4
- LayYY_scan_string@Base 2.9.1.4
- LayYY_switch_to_buffer@Base 2.9.1.4
- LayYYalloc@Base 2.9.1.4
- LayYYchar@Base 2.9.1.4
- LayYYerror@Base 2.9.1.4
- LayYYfree@Base 2.9.1.4
- LayYYget_debug@Base 2.9.1.4
- LayYYget_in@Base 2.9.1.4
- LayYYget_leng@Base 2.9.1.4
- LayYYget_lineno@Base 2.9.1.4
- LayYYget_out@Base 2.9.1.4
- LayYYget_text@Base 2.9.1.4
- LayYYin@Base 2.9.1.4
- LayYYleng@Base 2.9.1.4
- L

Bug#1063279: xmlrpc-c: NMU diff for 64-bit time_t transition

2024-02-05 Thread Steve Langasek
Source: xmlrpc-c
Version: 1.33.14-11
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
xmlrpc-c as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for xmlrpc-c
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru xmlrpc-c-1.33.14/debian/changelog xmlrpc-c-1.33.14/debian/changelog
--- xmlrpc-c-1.33.14/debian/changelog   2022-10-13 12:27:40.0 +
+++ xmlrpc-c-1.33.14/debian/changelog   2024-02-06 00:19:48.0 +
@@ -1,3 +1,10 @@
+xmlrpc-c (1.33.14-11.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 06 Feb 2024 00:19:48 +
+
 xmlrpc-c (1.33.14-11) unstable; urgency=medium
 
   * QA upload.
diff -Nru xmlrpc-c-1.33.14/debian/control xmlrpc-c-1.33.14/debian/control
--- xmlrpc-c-1.33.14/debian/control 2022-10-13 12:27:40.0 +
+++ xmlrpc-c-1.33.14/debian/control 2024-02-06 00:19:48.0 +
@@ -16,7 +16,7 @@
 Architecture: any
 Depends:
  libc6-dev,
- libxmlrpc-c++8v5 (= ${binary:Version}),
+ libxmlrpc-c++8t64 (= ${binary:Version}),
  libxmlrpc-core-c3-dev (= ${binary:Version}),
  ${misc:Depends},
 Suggests:
@@ -33,15 +33,18 @@
  Install this package if you wish to develop your own programs using this
  library.
 
-Package: libxmlrpc-c++8v5
+Package: libxmlrpc-c++8t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libxmlrpc-c++8v5
+Breaks: libxmlrpc-c++8v5 (<< ${source:Version})
 Architecture: any
 Depends:
- libxmlrpc-core-c3 (= ${binary:Version}),
+ libxmlrpc-core-c3t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Conflicts:
  libxmlrpc-c++8,
-Replaces:
+Replaces:libxmlrpc-c++8v5, 
  libxmlrpc-c++8,
 Description: Lightweight RPC library based on XML and HTTP [C++ runtime 
libraries]
  XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
@@ -55,7 +58,7 @@
 Architecture: any
 Depends:
  libc6-dev,
- libxmlrpc-core-c3 (= ${binary:Version}),
+ libxmlrpc-core-c3t64 (= ${binary:Version}),
  ${misc:Depends},
 Suggests:
  xmlrpc-api-utils,
@@ -69,7 +72,11 @@
  Install this package if you wish to develop your own programs using this
  library.
 
-Package: libxmlrpc-core-c3
+Package: libxmlrpc-core-c3t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libxmlrpc-c++8v5
+Replaces: libxmlrpc-core-c3
+Breaks: libxmlrpc-core-c3 (<< ${source:Version})
 Architecture: any
 Depends:
  ${misc:Depends},
@@ -96,8 +103,8 @@
 Depends:
  libc6-dev,
  libfrontier-rpc-perl,
- libxmlrpc-c++8v5 (= ${binary:Version}),
- libxmlrpc-core-c3 (= ${binary:Version}),
+ libxmlrpc-c++8t64 (= ${binary:Version}),
+ libxmlrpc-core-c3t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
 Description: Generate C++ wrapper classes for XML-RPC servers
diff -Nru xmlrpc-c-1.33.14/debian/libxmlrpc-c++8t64.install 
xmlrpc-c-1.33.14/debian/libxmlrpc-c++8t64.install
--- xmlrpc-c-1.33.14/debian/libxmlrpc-c++8t64.install   1970-01-01 
00:00:00.0 +
+++ xmlrpc-c-1.33.14/debian/libxmlrpc-c++8t64.install   2022-10-13 
12:27:40.

Bug#1063280: xmlrpc-epi: NMU diff for 64-bit time_t transition

2024-02-05 Thread Steve Langasek
Source: xmlrpc-epi
Version: 0.54.2-2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
xmlrpc-epi as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for xmlrpc-epi
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru xmlrpc-epi-0.54.2/debian/changelog xmlrpc-epi-0.54.2/debian/changelog
--- xmlrpc-epi-0.54.2/debian/changelog  2023-08-16 16:05:35.0 +
+++ xmlrpc-epi-0.54.2/debian/changelog  2024-02-06 00:23:51.0 +
@@ -1,3 +1,10 @@
+xmlrpc-epi (0.54.2-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Tue, 06 Feb 2024 00:23:51 +
+
 xmlrpc-epi (0.54.2-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru xmlrpc-epi-0.54.2/debian/control xmlrpc-epi-0.54.2/debian/control
--- xmlrpc-epi-0.54.2/debian/control2023-08-16 16:05:35.0 +
+++ xmlrpc-epi-0.54.2/debian/control2024-02-06 00:23:51.0 +
@@ -10,15 +10,18 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libxmlrpc-epi0 (= ${binary:Version}), ${misc:Depends}
-Description: Development files for libxmlrpc-epi0, a XML-RPC request library
+Depends: libxmlrpc-epi0t64 (= ${binary:Version}), ${misc:Depends}
+Description: Development files for libxmlrpc-epi0t64, a XML-RPC request library
  An implementation of the XML-RPC protocol, providing an API for developers to
  serialise RPC requests to and from XML. It does not include any transport 
layer
  and is therefor useful for applications which implement their own transport or
  wish to use XML-RPC over an existing transport layer. This package contains
  the development files for applications wishing to use libxmlrpc-epi.
 
-Package: libxmlrpc-epi0
+Package: libxmlrpc-epi0t64
+Provides: ${t64:Provides}
+Replaces: libxmlrpc-epi0
+Breaks: libxmlrpc-epi0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -31,9 +34,9 @@
 Package: libxmlrpc-epi0-dbg
 Section: debug
 Architecture: any
-Depends: libxmlrpc-epi0 (= ${binary:Version}), ${misc:Depends}
-Description: Debug symbols for libxmlrpc-epi0, a XML-RPC request library
- This package contains the debug symbols for libxmlrpc-epi0, and should be
+Depends: libxmlrpc-epi0t64 (= ${binary:Version}), ${misc:Depends}
+Description: Debug symbols for libxmlrpc-epi0t64, a XML-RPC request library
+ This package contains the debug symbols for libxmlrpc-epi0t64, and should be
  installed if you wish to get stack traces into the library for debugging
  purposes.
 
diff -Nru xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.dirs 
xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.dirs
--- xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.dirs2023-08-16 
16:04:49.0 +
+++ xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.dirs1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-usr/lib
diff -Nru xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.install 
xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.install
--- xmlrpc-epi-0.54.2/debian/libxmlrpc-epi0.install 2023-08-16 
16:04:49.0 +000

Bug#1063268: tuxguitar: Tuxguitar was forked. New 1.6.x versions available.

2024-02-05 Thread Jérôme Lafréchoux
Package: tuxguitar
Version: 1.6.1-linux-swt
Severity: wishlist

Dear Maintainer,

I just found out that Tuxguitar was forked and new releases have already
been issued.

Here's the fork: https://github.com/helge17/tuxguitar/

I'm running the fork's 1.6.1 version (.deb provided in the repo
"Releases" section) and it works a treat.

Please consider using this as the new Tuxguitar source.

Thanks.

Jérôme


-- System Information:
Debian Release: 12.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.0.0-trunk-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tuxguitar depends on:
ii  default-jre   2:1.17-74
ii  libasound21.2.8-1+b1
ii  libfluidsynth32.3.1-2
ii  libjack-jackd2-0  1.9.21~dfsg-3
ii  liblilv-0-0   0.24.14-1
ii  libwebkit2gtk-4.0-37  2.42.4-1~deb12u1

Versions of packages tuxguitar recommends:
ii  fonts-wqy-zenhei  0.9.45-8
ii  guitarix-lv2  0.44.1+dfsg1-2librazik1

tuxguitar suggests no packages.

-- no debconf information


Bug#1063265: poco: NMU diff for 64-bit time_t transition

2024-02-05 Thread Lucas Kanashiro
Source: poco
Version: 1.11.0-4
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
poco as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for poco
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru poco-1.11.0/debian/changelog poco-1.11.0/debian/changelog
--- poco-1.11.0/debian/changelog2024-01-16 02:46:36.0 -0300
+++ poco-1.11.0/debian/changelog2024-02-05 19:14:40.0 -0300
@@ -1,3 +1,10 @@
+poco (1.11.0-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro   Mon, 05 Feb 2024 19:14:40 -0300
+
 poco (1.11.0-4) unstable; urgency=medium
 
   * QA upload.
diff -Nru poco-1.11.0/debian/control poco-1.11.0/debian/control
--- poco-1.11.0/debian/control  2024-01-16 02:36:47.0 -0300
+++ poco-1.11.0/debian/control  2024-02-05 19:14:40.0 -0300
@@ -22,7 +22,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libpocoactiverecord80 (= ${binary:Version}), 
libpococrypto80 (= ${binary:Version}), libpocodata80 (= ${binary:Version}), 
libpocoencodings80 (= ${binary:Version}), libpocofoundation80 (= 
${binary:Version}), libpocojson80 (= ${binary:Version}), libpocojwt80 (= 
${binary:Version}), libpocodatamysql80 (= ${binary:Version}), 
libpocodatapostgresql80 (= ${binary:Version}), libpocomongodb80 (= 
${binary:Version}), libpoconet80 (= ${binary:Version}), libpoconetssl80 (= 
${binary:Version}), libpocodataodbc80 (= ${binary:Version}), 
libpocodatasqlite80 (= ${binary:Version}), libpocoredis80 (= 
${binary:Version}), libpocoutil80 (= ${binary:Version}), libpocoxml80 (= 
${binary:Version}), libpocozip80 (= ${binary:Version}), libexpat1-dev, 
default-libmysqlclient-dev, libpcre3-dev, libsqlite3-dev, libssl-dev, zlib1g-dev
+Depends: ${misc:Depends}, libpocoactiverecord80t64 (= ${binary:Version}), 
libpococrypto80t64 (= ${binary:Version}), libpocodata80t64 (= 
${binary:Version}), libpocoencodings80t64 (= ${binary:Version}), 
libpocofoundation80t64 (= ${binary:Version}), libpocojson80t64 (= 
${binary:Version}), libpocojwt80t64 (= ${binary:Version}), 
libpocodatamysql80t64 (= ${binary:Version}), libpocodatapostgresql80t64 (= 
${binary:Version}), libpocomongodb80t64 (= ${binary:Version}), libpoconet80t64 
(= ${binary:Version}), libpoconetssl80t64 (= ${binary:Version}), 
libpocodataodbc80t64 (= ${binary:Version}), libpocodatasqlite80t64 (= 
${binary:Version}), libpocoredis80t64 (= ${binary:Version}), libpocoutil80t64 
(= ${binary:Version}), libpocoxml80t64 (= ${binary:Version}), libpocozip80t64 
(= ${binary:Version}), libexpat1-dev, default-libmysqlclient-dev, libpcre3-dev, 
libsqlite3-dev, libssl-dev, zlib1g-dev
 Description: C++ Portable Components (POCO) Development files
  The POCO C++ Libraries are a collection of open source C++ class libraries
  that simplify and accelerate the development of network-centric, portable
@@ -39,7 +39,10 @@
  are NetSSL, providing SSL support for the network classes in the Net library,
  and Data, a library for uniformly ac

wv_1.2.9-6.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 20:10:06 +
Source: wv
Architecture: source
Version: 1.2.9-6.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 wv (1.2.9-6.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 271b1614cf36f118a0146f4fb3602f5149f465d5 1993 wv_1.2.9-6.1~exp1.dsc
 40e99a891288a9b09e66179cddc4f2a9a0dd5c94 13444 wv_1.2.9-6.1~exp1.debian.tar.xz
 2d648079621604b280633b93fe69b0d8c2b9c1f9 8687 
wv_1.2.9-6.1~exp1_source.buildinfo
Checksums-Sha256:
 705f81cd0f98841e6853150fa85276bbcb2143d930a3ab8a1ee3db9c5245392f 1993 
wv_1.2.9-6.1~exp1.dsc
 364506fc6f5476ebf94c482fdad4ab2204fba052847abca10f55ef70256ef3b3 13444 
wv_1.2.9-6.1~exp1.debian.tar.xz
 9b93d70eb467664b0ae00e3078ccae4bfba772d5a0ec33cb1a9c9f6e58fe26d3 8687 
wv_1.2.9-6.1~exp1_source.buildinfo
Files:
 d403ea901979fb7787b509577a0f228b 1993 text optional wv_1.2.9-6.1~exp1.dsc
 9c443f007c0c993fc9e26fdfde808908 13444 text optional 
wv_1.2.9-6.1~exp1.debian.tar.xz
 ad945acc04b8c7133551b0caa9df234f 8687 text optional 
wv_1.2.9-6.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXBQKISHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9AVkQALdF/U5jpW9LgcXIFP4Kt2kmv7B9OUGU
lt3VNvXFviXHxJHa69GMZFiUL2P9SP6i3qnIWd1iDTFx8r4Gfqk3jwuS4zDc724W
nvprLFguXywvZLWfXLIiLJUkH9YROCAiNcLgKcY9ZiqmF23BBLNeUVDJ8oCZRx1N
8coyFmHtK5Bmdyb84dBn8BxLNlIXMD8lA6bFJUlz5l3LxV7is3yKRMZf1s841M1/
Z84L5VkzantTa7N/T3c8lTRYCLrN+dcKTqeKaQi8TubLPnDESY9anrK5IsJNkjLM
I62+FL64nbWMcc5+iapNSv7UpBKYR54GzEzVPpf7m2Sg8H7DZCC5Yf4TmDyFteJ7
Di1Q7apDNSj0IJn5IkxOv6yV0M8Y0SqEFaI99RYP5o70gY/l8KAZcJ5FoA/NU5eD
+I2FRT3ssXQt4qqCDmcwbFkRTa5i2vdM61xZpv4Dk+ZIiGlNQC+GjR++iV6kx2NK
TIeYNYUqrolEjrLgPmW/JStKfHEQiMjbcxpZbiFNCRsSKzZMx1qMHmotQRfIHhJX
CV+6s0/zNUgN7EDVo0n1JBeg8PyRntqbAr4xbMmAIhAvxLHWCXa5cZIn7IWTguzZ
Dbcub07A3nMq0wDrTW6fSjSeHXaE2pK5d255AHhdwAiVGsyp6oEggzpdJVUQhgBF
wOH+8iXP4Riy
=i76b
-END PGP SIGNATURE-



Processing of wv_1.2.9-6.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
wv_1.2.9-6.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  wv_1.2.9-6.1~exp1.dsc
  wv_1.2.9-6.1~exp1.debian.tar.xz
  wv_1.2.9-6.1~exp1_source.buildinfo

Greetings,

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



Bug#1063236: wv: NMU diff for 64-bit time_t transition

2024-02-05 Thread Steve Langasek
Source: wv
Version: 1.2.9-6
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
wv as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for wv
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru wv-1.2.9/debian/changelog wv-1.2.9/debian/changelog
--- wv-1.2.9/debian/changelog   2023-09-17 23:41:15.0 +
+++ wv-1.2.9/debian/changelog   2024-02-05 20:09:11.0 +
@@ -1,3 +1,10 @@
+wv (1.2.9-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Mon, 05 Feb 2024 20:09:11 +
+
 wv (1.2.9-6) unstable; urgency=medium
 
   * QA upload
diff -Nru wv-1.2.9/debian/control wv-1.2.9/debian/control
--- wv-1.2.9/debian/control 2023-09-17 23:28:29.0 +
+++ wv-1.2.9/debian/control 2024-02-05 20:09:11.0 +
@@ -11,7 +11,7 @@
 
 Package: wv
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libwv-1.2-4 (= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libwv-1.2-4t64 (= 
${binary:Version})
 Suggests: texlive, ghostscript, elinks | links | lynx, imagemagick, gv | 
postscript-viewer
 Description: Programs for accessing Microsoft Word documents
  wvWare (previously known as mswordview) is a library that allows access
@@ -39,7 +39,10 @@
  with the quality of images.  If you wish to preview Word documents from
  the comfort of your mail reader, install a PostScript viewer like gv.
 
-Package: libwv-1.2-4
+Package: libwv-1.2-4t64
+Provides: ${t64:Provides}
+Replaces: libwv-1.2-4
+Breaks: libwv-1.2-4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -56,7 +59,7 @@
 Package: libwv-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libwv-1.2-4 (= ${binary:Version}), libglib2.0-dev, 
libgsf-1-dev, zlib1g-dev, libpng-dev, libxml2-dev, libwmf-dev
+Depends: ${misc:Depends}, libwv-1.2-4t64 (= ${binary:Version}), 
libglib2.0-dev, libgsf-1-dev, zlib1g-dev, libpng-dev, libxml2-dev, libwmf-dev
 Description: Development files for the wvWare library
  wvWare (previously known as mswordview) is a library that allows access
  to Microsoft Word files.  It can load and parse the Word 2000, Word 97,
diff -Nru wv-1.2.9/debian/libwv-1.2-4.docs wv-1.2.9/debian/libwv-1.2-4.docs
--- wv-1.2.9/debian/libwv-1.2-4.docs2023-09-17 21:45:41.0 +
+++ wv-1.2.9/debian/libwv-1.2-4.docs1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-README
diff -Nru wv-1.2.9/debian/libwv-1.2-4.install 
wv-1.2.9/debian/libwv-1.2-4.install
--- wv-1.2.9/debian/libwv-1.2-4.install 2023-09-17 21:45:41.0 +
+++ wv-1.2.9/debian/libwv-1.2-4.install 1970-01-01 00:00:00.0 +
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/*.so.*
diff -Nru wv-1.2.9/debian/libwv-1.2-4t64.docs 
wv-1.2.9/debian/libwv-1.2-4t64.docs
--- wv-1.2.9/debian/libwv-1.2-4t64.docs 1970-01-01 00:00:00.0 +
+++ wv-1.2.9/debian/libwv-1.2-4t64.docs 2023-09-17 21:45:41.0 +
@@ -0,0 +1 @@
+README
diff -Nru wv-1.2.9/debian/libwv-1.2-4t64

obexftp_0.24-9.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 18:28:15 +
Source: obexftp
Architecture: source
Version: 0.24-9.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Graham Inggs 
Changes:
 obexftp (0.24-9.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 0e20c79abfbd43f2550ade51de7fc504fbb0c608 2507 obexftp_0.24-9.1~exp1.dsc
 ae347775a72b90803ba12e839db8ba40f030e4c1 9628 
obexftp_0.24-9.1~exp1.debian.tar.xz
 e4c27b9ef524e0db6ee680d967daed2ad9adf50c 10621 
obexftp_0.24-9.1~exp1_source.buildinfo
Checksums-Sha256:
 20773b3f428e7bb3e24f9db88c37dabd456939954299823dce6d35feb66ef6fe 2507 
obexftp_0.24-9.1~exp1.dsc
 ace469fd8fce00aaae8066113150082ae3508b4fb821b178711df3dbfda247bd 9628 
obexftp_0.24-9.1~exp1.debian.tar.xz
 ad8676fa59372a3e9ad8330866bcb726568de3c2aaa6a1bca9303d0c952d9e50 10621 
obexftp_0.24-9.1~exp1_source.buildinfo
Files:
 bf26a4ce7c3f1027dc333b61c2a71b25 2507 comm optional obexftp_0.24-9.1~exp1.dsc
 f70ae1f23d9d8087c84238b48d4adef3 9628 comm optional 
obexftp_0.24-9.1~exp1.debian.tar.xz
 1c8a34704849a65c8c8c354766f8e507 10621 comm optional 
obexftp_0.24-9.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXBKMQSHGdpbmdnc0Bk
ZWJpYW4ub3JnAAoJEK/P7I5mnOHCmjkP/3RqtIFnSMfEw55gZ0bGgJ+H36ZAeS1w
gATJWxqxmhKuRIDlOOcacmW5fuB2N7cqcZWBD/342Mj07PlhLv3mTiopoOaAs2vE
NZv9FELpi8wkQehD0w51oIIQiRJYdxTV+duHdoQuBpxHCjlj31aD3xcw8EEG+890
xH0YV7AXu8bEcXnseL32YCUpy3sP3IqdUISNyOLGWfD6jPsdGvYFuIX6VdjCcHN1
m5Cmu7r7SDjufi+gvvAKWscHnTBMSbf29Ypj5WIe5mUTWsGiEVRW2JffndqkiTNE
1oftUn6t6Svb2bhtc8L/nyOKuQZVuAc3CRJ3aX0UaNL2rtwr+w82PlQltszkyOwi
VGVSUrJHMBGLZ0so/czY5AGkVdA3NkURholHChnFSK93qPpAj3BOULZRz4BYpTJK
xnnBWHcSKBrt7/rorm9BHrlxOtlQCVKYiRhlNd/IPi2M3GeeUh7nbGBTZ8HuDEmT
eCC30sNeHG/9CLWK9uaPj588Oing1RG5R1bHqYaryz8MvZt/s/GklPidSW3E+kHi
lj8Ig3vsCTQi2pttTJApTPeMCYFl0jEBC1SWKcsrQh2QLxvYOaUNDGnNvUhjbbCy
pHnT50pHSBmquKrX80COmTICsayY/Qn0WqNVTI/kkeZskZUnpV3ceVrQyZ7mJ37p
hXGRdHzU1bTw
=3oAp
-END PGP SIGNATURE-



Processing of obexftp_0.24-9.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
obexftp_0.24-9.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  obexftp_0.24-9.1~exp1.dsc
  obexftp_0.24-9.1~exp1.debian.tar.xz
  obexftp_0.24-9.1~exp1_source.buildinfo

Greetings,

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



nsync_1.26.0-1.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 18:01:35 +
Source: nsync
Architecture: source
Version: 1.26.0-1.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Graham Inggs 
Changes:
 nsync (1.26.0-1.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 2455d4fc7158a261f9cde060eb086b0b42ec4034 2007 nsync_1.26.0-1.1~exp1.dsc
 932c295a5fe9090ef67706e1ae7e103859b4d2e9 3980 
nsync_1.26.0-1.1~exp1.debian.tar.xz
 680ff2660d764544f5db734bb0b5c47d47d198ff 7156 
nsync_1.26.0-1.1~exp1_source.buildinfo
Checksums-Sha256:
 204d2821cada59cfccf1bde39a428e4d0ea46bc818f162e57c9b45521796d604 2007 
nsync_1.26.0-1.1~exp1.dsc
 52cdcaaeb55371c3b042e5b7368ebf4e95f7b6cb537e0c1d4528467227afe7cd 3980 
nsync_1.26.0-1.1~exp1.debian.tar.xz
 4a97ddeb902979fd1330c3f8cadbed405505bf0e7c0678dfb1b689dde761d44d 7156 
nsync_1.26.0-1.1~exp1_source.buildinfo
Files:
 74eec8fcbfc533fb61e0646f46c875d0 2007 science optional 
nsync_1.26.0-1.1~exp1.dsc
 a7fc4c87152d88bd86307b0729ca508c 3980 science optional 
nsync_1.26.0-1.1~exp1.debian.tar.xz
 f5f004198b52f5f5aee746fd7b2e0919 7156 science optional 
nsync_1.26.0-1.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXBIo4SHGdpbmdnc0Bk
ZWJpYW4ub3JnAAoJEK/P7I5mnOHCdQQP/3bAr18vT2161l6h+VtL4RKcy4qtTiz6
o5WqZMIbyG/3+fmq1oOhakI2aSVq4tbTETfZJPwNhJyTEqyOqvb8i1QQFdJhnwuJ
x63kR9N+beRtYz2vcbJ383L+0Fi6dHnnZL3+CbEwWwIJlHerFXMOs5Xk0f6JQMFv
3kcAUxj9KahSZkpKUpqjnpwjWtxAD1P05M5Wy1+FFr415/92jt+yHL2csW5OEcwR
kLiz6tWMUp6Ji6Ef5nnM92IYqCYoqSnAVnK4s9p6vYfbIX2+WRqPydb+1NVYXOjC
XsD217cAFl047DmVnfpxzsDtYejcCk5anHOGo28zsUWWOBAoGq1jAyQkA4MN8g1t
iey7UYtZW8LcP6m2CE7ms1nPV50Rr5qQ9pc3pjML5CPEXwfNGGojCmvehKoHkOLc
NXO4ZvgVqqkaBJJLtDKkXK7r3kbtfvZ7JPu0u6DHKFgmcf7uJtaj4FbZpx01ZuS1
NkVtpuKUmlqAFX2kXSrrA4ODGPBKIbl18DUEVKdWeaYlo2ESHatb1A+bQrko2LxI
pGMpM70w2UXtiZO+mZbfNvrXQMYMPMWgz0rmuyXnSMzNpUvQinhjsvII9VmT/Tsx
IwV4amvefmy4MS7LasF0uOrLwE76Cif187jcj/c7eqoQ7NW+3OATlPw3FvId8BRq
33bADneopPcm
=Zxod
-END PGP SIGNATURE-



Bug#1063222: obexftp: NMU diff for 64-bit time_t transition

2024-02-05 Thread Graham Inggs
Source: obexftp
Version: 0.24-9
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
obexftp as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for obexftp
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru obexftp-0.24/debian/changelog obexftp-0.24/debian/changelog
--- obexftp-0.24/debian/changelog   2022-12-20 02:01:53.0 +
+++ obexftp-0.24/debian/changelog   2024-02-05 18:27:16.0 +
@@ -1,3 +1,10 @@
+obexftp (0.24-9.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs   Mon, 05 Feb 2024 18:27:16 +
+
 obexftp (0.24-9) unstable; urgency=medium
 
   * QA upload.
diff -Nru obexftp-0.24/debian/control obexftp-0.24/debian/control
--- obexftp-0.24/debian/control 2022-12-20 02:01:53.0 +
+++ obexftp-0.24/debian/control 2024-02-05 18:27:16.0 +
@@ -42,7 +42,10 @@
  This is the command line front-end that fully uses the capabilities of
  libobexftp. It also includes obexfs, the FUSE backend.
 
-Package: libbfb0
+Package: libbfb0t64
+Provides: ${t64:Provides}
+Replaces: libbfb0
+Breaks: libbfb0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends:
@@ -66,7 +69,7 @@
  libbfb-dev,
  libobexftp-dev (<< 0.22),
 Depends:
- libbfb0 (= ${binary:Version}),
+ libbfb0t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: bfb protocol library - development files
  This library adds support for OBEX protocol over BFB/BFC, some Siemens
@@ -76,7 +79,10 @@
  .
  This package contains the development files.
 
-Package: libmulticobex1
+Package: libmulticobex1t64
+Provides: ${t64:Provides}
+Replaces: libmulticobex1
+Breaks: libmulticobex1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends:
@@ -98,7 +104,7 @@
  libobexftp-dev (<< 0.22),
 Depends:
  libbfb-dev,
- libmulticobex1 (= ${binary:Version}),
+ libmulticobex1t64 (= ${binary:Version}),
  ${misc:Depends},
 Description: multi-protocol cable OBEX library - development files
  This library add support for making use of several ways to use OBEX
@@ -106,7 +112,10 @@
  .
  This package contains the development files.
 
-Package: libobexftp0
+Package: libobexftp0t64
+Provides: ${t64:Provides}
+Replaces: libobexftp0
+Breaks: libobexftp0 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends:
@@ -132,7 +141,7 @@
  libobexftp-dev (<< 0.22),
 Depends:
  libmulticobex1-dev,
- libobexftp0 (= ${binary:Version}),
+ libobexftp0t64 (= ${binary:Version}),
  libopenobex2-dev,
  ${misc:Depends},
 Description: object exchange file transfer library - development files
@@ -149,7 +158,7 @@
 Section: ruby
 Build-Profiles: 
 Depends:
- libobexftp0 (= ${binary:Version}),
+ libobexftp0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends},
  ${ruby:Depends},
@@ -173,7 +182,7 @@
 Section: perl
 Build-Profiles: 
 Depends:
- libobexftp0 (= ${binary:Version}),
+ libobexftp0t64 (= ${binary:Version}),
  ${misc:Depends},
  ${perl:Depends},
  ${shlibs:Depends},
diff -Nru obexftp-0.24/debian/libbfb0.install 
obexftp-0.24/debian/libbfb0.install
--- obexftp-0.24/debian/lib

Processing of nsync_1.26.0-1.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
nsync_1.26.0-1.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  nsync_1.26.0-1.1~exp1.dsc
  nsync_1.26.0-1.1~exp1.debian.tar.xz
  nsync_1.26.0-1.1~exp1_source.buildinfo

Greetings,

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



libapreq2_2.17-4~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 18:17:37 +0100
Source: libapreq2
Architecture: source
Version: 2.17-4~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Bas Couwenberg 
Closes: 850955 1046634
Changes:
 libapreq2 (2.17-4~exp1) experimental; urgency=medium
 .
   * QA upload.
   * Mention Perl module names in package description.
 (closes: #850955)
   * Use symbols file instead of dh_makeshlibs -V.
   * Drop unused .exclude files.
   * Drop obsolete dh_shlibdeps override.
   * Remove generated files in clean target.
 (closes: #1046634)
   * Add upstream metadata.
Checksums-Sha1:
 79ab3ae0f47599eaa99a068985097b6a0da33490 2235 libapreq2_2.17-4~exp1.dsc
 3fe1943fb8de839b9f2a182b56055cc69691318a 11776 
libapreq2_2.17-4~exp1.debian.tar.xz
 4b855695a8bcf1cca8fb3fed04e8f580af395753 12245 
libapreq2_2.17-4~exp1_amd64.buildinfo
Checksums-Sha256:
 0afa0eb4a0cba2414f6cee40fd3217546b8f8be80dfc513cb2f4319a10efa21e 2235 
libapreq2_2.17-4~exp1.dsc
 199c60e404e0c9707a9eb4bb9d7f591ab3e17e2dd438644608a581e04f4a1f9f 11776 
libapreq2_2.17-4~exp1.debian.tar.xz
 44106b064e42089487fecc8e8912f7b562b6001bea1fe471c48d001c1dfdc2d0 12245 
libapreq2_2.17-4~exp1_amd64.buildinfo
Files:
 2c89c179bfadba6352d014865a1096ba 2235 perl optional libapreq2_2.17-4~exp1.dsc
 6b667f28d504cd43a6756cf4570f83e8 11776 perl optional 
libapreq2_2.17-4~exp1.debian.tar.xz
 39f8ddc63657a8335cfe04f0197a56de 12245 perl optional 
libapreq2_2.17-4~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmXBGXoACgkQZ1DxCuiN
SvHCEg/+IeM5skE3PS1JQdsDgUX+wTdb28NHHfaANkBVwWeBKArkDsJ2eTTsD/R4
WPRDUOpiTPwSq4tgMmhQqd7VJvInyNHVP139DJ5OuZExg8AfOuv4d0fRltVAKjHv
P+vIufIBntjataaX4yhK8g85fyp1O4AQvfVH5MPYUlkVimOHHY+/uOl1rXZWIHnJ
bPix9g6BUXDK09vxZuuLKEG+VdapPfqrQxd7JHwxq2MnFfw0waBlV2zlM+9n7g9U
zkoSE00TeMuZbi8r8/F3ULY0Tk0u5zBGpMbGYLFxy5wIkbPSJCJbQ0setKhZisu9
H2U2m92AvINexGIo2Z8OWTFFnU/kNWdiPm1OpbgAw/xH03vFXrHlFGvZVwU6sTUH
uJOteoIIoYj8c9YSAg0NvXso8XZ65/AWNcr2698l8g4Rcv725iQX8cyFi6hCMlFb
RrlhwVY6A4T2jSwhWrR64xOciX4dqbnTh6jTUiWIqzTiENY9couWZy8RKF5svxUb
zreILizBraAKIwHN4HvxbdY0a5Lk7wbnty/y7bxHtal7XtrspRHu2pGozhKRAD9t
frCvXb2sjfFlz5MiOlyyyg42blYGnL2Vpc/CZYLuwHw9ENHInfRp49h4jWNzHbDC
1rgtGCWyuLNhFsVQqFqukrhageomz/NV756d1qewfcf9Or1yJv8=
=GZeI
-END PGP SIGNATURE-



Bug#1063213: nsync: NMU diff for 64-bit time_t transition

2024-02-05 Thread Graham Inggs
Source: nsync
Version: 1.26.0-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
nsync as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for nsync
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru nsync-1.26.0/debian/changelog nsync-1.26.0/debian/changelog
--- nsync-1.26.0/debian/changelog   2023-12-10 21:57:25.0 +
+++ nsync-1.26.0/debian/changelog   2024-02-05 17:59:48.0 +
@@ -1,3 +1,10 @@
+nsync (1.26.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs   Mon, 05 Feb 2024 17:59:48 +
+
 nsync (1.26.0-1) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru nsync-1.26.0/debian/control nsync-1.26.0/debian/control
--- nsync-1.26.0/debian/control 2023-12-10 21:54:19.0 +
+++ nsync-1.26.0/debian/control 2024-02-05 17:59:48.0 +
@@ -8,7 +8,10 @@
 Maintainer: Debian QA Group 
 Build-Depends: cmake, debhelper-compat (= 13)
 
-Package: libnsync1
+Package: libnsync1t64
+Provides: ${t64:Provides}
+Replaces: libnsync1
+Breaks: libnsync1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -24,7 +27,10 @@
  .
  This package ships C shared object.
 
-Package: libnsync-cpp1
+Package: libnsync-cpp1t64
+Provides: ${t64:Provides}
+Replaces: libnsync-cpp1
+Breaks: libnsync-cpp1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -44,8 +50,8 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libnsync-cpp1 (= ${binary:Version}),
- libnsync1 (= ${binary:Version}),
+Depends: libnsync-cpp1t64 (= ${binary:Version}),
+ libnsync1t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: C library that exports various synchronization primitives (dev)
  nsync is a C library that exports various synchronization primitives:
diff -Nru nsync-1.26.0/debian/libnsync-cpp1.install 
nsync-1.26.0/debian/libnsync-cpp1.install
--- nsync-1.26.0/debian/libnsync-cpp1.install   2023-12-10 21:51:54.0 
+
+++ nsync-1.26.0/debian/libnsync-cpp1.install   1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-usr/lib/*/libnsync_cpp.so.*
diff -Nru nsync-1.26.0/debian/libnsync-cpp1.symbols 
nsync-1.26.0/debian/libnsync-cpp1.symbols
--- nsync-1.26.0/debian/libnsync-cpp1.symbols   2023-12-10 21:51:54.0 
+
+++ nsync-1.26.0/debian/libnsync-cpp1.symbols   1970-01-01 00:00:00.0 
+
@@ -1,93 +0,0 @@
-libnsync_cpp.so.1 libnsync-cpp1 #MINVER#
- _ZN5nsync12nsync_panic_EPKc@Base 1.20.1
- _ZN5nsync12nsync_wait_nEPvPFvS0_ES2_8timespeciPPNS_16nsync_waitable_sE@Base 
1.20.1
- _ZN5nsync12nsync_yield_Ev@Base 1.20.1
- _ZN5nsync13nsync_cv_initEPNS_11nsync_cv_s_E@Base 1.20.1
- _ZN5nsync13nsync_cv_waitEPNS_11nsync_cv_s_EPNS_11nsync_mu_s_E@Base 1.20.1
- _ZN5nsync13nsync_mu_initEPNS_11nsync_mu_s_E@Base 1.20.1
- _ZN5nsync13nsync_mu_lockEPNS_11nsync_mu_s_E@Base 1.20.1
- _ZN5nsync13nsync_mu_waitEPNS_11nsync_mu_s_EPFiPKvES3_PFiS3_S3_E@Base 1.20.1
- _ZN5nsync13nsync_time_msEj@Base 1.20.1
- _ZN5nsync13nsync_time_usEj@Base 1.20.1
- _ZN5nsync14nsync_mu_rlockE

Bug#1046634: marked as done (libapreq2: Fails to build source after successful build)

2024-02-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Feb 2024 17:50:58 +
with message-id 
and subject line Bug#1046634: fixed in libapreq2 2.17-4~exp1
has caused the Debian Bug report #1046634,
regarding libapreq2: Fails to build source after successful build
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1046634: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046634
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libapreq2
Version: 2.17-3
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> 
> 
> dpkg-buildpackage: info: source package libapreq2
> dpkg-buildpackage: info: source version 2.17-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Bas Couwenberg 
> 
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean --buildsystem perl_makemaker --with apache2
>dh_auto_clean -O--buildsystem=perl_makemaker
>   make -j8 distclean
> make[1]: Entering directory '/<>'
> Making distclean in .
> make[2]: Entering directory '/<>'
> test -z "apreq2-config" || rm -f apreq2-config
> rm -rf .libs _libs
> rm -f *.lo
> test -z "build/doxygen.conf apreq2-config" || rm -f build/doxygen.conf 
> apreq2-config
> rm -f libtool config.lt
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> make[2]: Leaving directory '/<>'
> Making distclean in include
> make[2]: Entering directory '/<>/include'
> rm -rf .libs _libs
> rm -f *.lo
> test -z "groups.dox" || rm -f groups.dox
> rm -f apreq_config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f Makefile
> make[2]: Leaving directory '/<>/include'
> Making distclean in library
> make[2]: Entering directory '/<>/library'
> test -z "libapreq2.la" || rm -f libapreq2.la
> rm -rf .libs _libs
> cd t; make clean
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> make[3]: Entering directory '/<>/library/t'
> test -z "version cookie params parsers error util version.t cookie.t params.t 
> parsers.t error.t util.t" || rm -f version cookie params parsers error util 
> version.t cookie.t params.t parsers.t error.t util.t
> rm -rf .libs _libs
>  rm -f version cookie params parsers error util
> test -z "libapache_test.a" || rm -f libapache_test.a
> rm -f *.o
> test -z "version.t.log cookie.t.log params.t.log parsers.t.log error.t.log 
> util.t.log" || rm -f version.t.log cookie.t.log params.t.log parsers.t.log 
> error.t.log util.t.log
> rm -f *.lo
> test -z "version.t.trs cookie.t.trs params.t.trs parsers.t.trs error.t.trs 
> util.t.trs" || rm -f version.t.trs cookie.t.trs params.t.trs parsers.t.trs 
> error.t.trs util.t.trs
> test -z "test-suite.log" || rm -f test-suite.log
> make[3]: Leaving directory '/<>/library/t'
> cd t; make distclean
> make[3]: Entering directory '/<>/library/t'
> test -z "version cookie params parsers error util version.t cookie.t params.t 
> parsers.t error.t util.t" || rm -f version cookie params parsers error util 
> version.t cookie.t params.t parsers.t error.t util.t
>  rm -f version cookie params parsers error util
> rm -rf .libs _libs
> test -z "libapache_test.a" || rm -f libapache_test.a
> rm -f *.o
> test -z "version.t.log cookie.t.log params.t.log parsers.t.log error.t.log 
> util.t.log" || rm -f version.t.log cookie.t.log params.t.log parsers.t.log 
> error.t.log util.t.log
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> test -z "version.t.trs cookie.t.trs params.t.trs parsers.t.trs error.t.trs 
> util.t.trs" || rm -f versi

Bug#850955: marked as done (libapache2-request-perl: description should include the names of the libraries)

2024-02-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Feb 2024 17:50:58 +
with message-id 
and subject line Bug#850955: fixed in libapreq2 2.17-4~exp1
has caused the Debian Bug report #850955,
regarding libapache2-request-perl: description should include the names of the 
libraries
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
850955: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850955
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libapache2-request-perl
Version: 2.13-4+b1
Severity: minor

Dear Maintainer,


I needed to use Apache2::Cookie on a server. I tried locating this Perl 
library with apt-cache search, then with apt-file, mais couldn't find a result 
with Debian's tools. 

Because the library was used on another server running Debian, I knew it had 
to be available in some package somewhere. It is only through Google that I 
found libapache2-request-perl, after a frustrating quarter of an hour.

It would be useful if the names of the libraries included in the package could 
be found with Debian's usual tools.


Thanks!
Seb.

-- System Information:
Debian Release: 8.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US.iso88591)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libapache2-request-perl depends on:
ii  libapache2-mod-apreq2   2.13-4+b1
ii  libapache2-mod-perl22.0.9~1624218-2+deb8u1
ii  libapr1 1.5.1-3
ii  libapreq2-3 2.13-4+b1
ii  libaprutil1 1.5.4-1
ii  libc6   2.19-18+deb8u6
ii  perl5.20.2-3+deb8u6
ii  perl-base [perlapi-5.20.0]  5.20.2-3+deb8u6

libapache2-request-perl recommends no packages.

libapache2-request-perl suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: libapreq2
Source-Version: 2.17-4~exp1
Done: Bas Couwenberg 

We believe that the bug you reported is fixed in the latest version of
libapreq2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 850...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg  (supplier of updated libapreq2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 18:17:37 +0100
Source: libapreq2
Architecture: source
Version: 2.17-4~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Bas Couwenberg 
Closes: 850955 1046634
Changes:
 libapreq2 (2.17-4~exp1) experimental; urgency=medium
 .
   * QA upload.
   * Mention Perl module names in package description.
 (closes: #850955)
   * Use symbols file instead of dh_makeshlibs -V.
   * Drop unused .exclude files.
   * Drop obsolete dh_shlibdeps override.
   * Remove generated files in clean target.
 (closes: #1046634)
   * Add upstream metadata.
Checksums-Sha1:
 79ab3ae0f47599eaa99a068985097b6a0da33490 2235 libapreq2_2.17-4~exp1.dsc
 3fe1943fb8de839b9f2a182b56055cc69691318a 11776 
libapreq2_2.17-4~exp1.debian.tar.xz
 4b855695a8bcf1cca8fb3fed04e8f580af395753 12245 
libapreq2_2.17-4~exp1_amd64.buildinfo
Checksums-Sha256:
 0afa0eb4a0cba2414f6cee40fd3217546b8f8be80dfc513cb2f4319a10efa21e 2235 
libapreq2_2.17-4~exp1.dsc
 199c60e404e0c9707a9eb4bb9d7f591ab3e17e2dd438644608a581e04f4a1f9f 11776 
libapreq2_2.17-4~exp1.debian.tar.xz
 44106b064e42089487fecc8e8912f7b562b6001bea1fe471c48d001c1dfdc2d0 12245 
libapreq2_2.17-4~exp1_amd64.buildinfo
Files:
 2c89c179bfadba6352d014865a1096ba 2235 perl optional libapreq2_2.17-4~exp1.dsc
 6b667f28d504cd43a6756cf4570f83e8 11776 perl optional 
libapreq2_2.17-4~exp1.debian.tar.xz
 39f8ddc63657a8335cfe04f0197a56de 12245 perl optional 
libapreq2_2.17-4~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmXBGXoACgkQZ1DxCuiN
SvHCEg/+IeM5skE3PS1JQdsDgUX+wTdb28NHHfaANkBVwWeBKArkDsJ2eTTsD/R4
WPRDUOpiTPwSq4tgMmhQqd7VJvInyNHVP139DJ5OuZExg8AfOuv4d0fRltVAKjHv
P+vIufIBntjataaX4yhK8g85

Processing of libapreq2_2.17-4~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
libapreq2_2.17-4~exp1_source.changes uploaded successfully to localhost
along with the files:
  libapreq2_2.17-4~exp1.dsc
  libapreq2_2.17-4~exp1.debian.tar.xz
  libapreq2_2.17-4~exp1_amd64.buildinfo

Greetings,

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



palabos_1.5~r1+repack1-5.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 13:59:46 -0300
Source: palabos
Architecture: source
Version: 1.5~r1+repack1-5.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Lucas Kanashiro 
Changes:
 palabos (1.5~r1+repack1-5.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 1d0c570cc9f1fc8c3f7ea93b390c8c8b964a9d11 2193 
palabos_1.5~r1+repack1-5.1~exp1.dsc
 b8ae4c9710ec38b0f70a3eaaf7e3f9c29525c445 20464 
palabos_1.5~r1+repack1-5.1~exp1.debian.tar.xz
 1358b0485ba8080e3ed745081d7e2fe88e6a597c 9375 
palabos_1.5~r1+repack1-5.1~exp1_source.buildinfo
Checksums-Sha256:
 5a7fe2fe840e38600a1b2be57669606a801a022f047ff0538fee14fb0a76acd7 2193 
palabos_1.5~r1+repack1-5.1~exp1.dsc
 a960fb99e5507fa06464c0925598ffd66c9c2f75d156583403cd43af73b1bafe 20464 
palabos_1.5~r1+repack1-5.1~exp1.debian.tar.xz
 ad0d21785ef6ea6ccb060af48273431703fc34a36d0b59910e495a4d0c09cf2c 9375 
palabos_1.5~r1+repack1-5.1~exp1_source.buildinfo
Files:
 cbb7d1f3cd029af25616309ad2697339 2193 libs optional 
palabos_1.5~r1+repack1-5.1~exp1.dsc
 d425dd2931da681b19623e56406f4a42 20464 libs optional 
palabos_1.5~r1+repack1-5.1~exp1.debian.tar.xz
 bf6f6fed69da4b6441bc9d1c74eb5a2c 9375 libs optional 
palabos_1.5~r1+repack1-5.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAmXBFBIVHGthbmFzaGly
b0BkZWJpYW4ub3JnAAoJEPgjonKYg8l8zpwQAIlSEMcoljZzmVxvaVt8D3HD0E0v
bPEgjxLGJae58UtfeQFElfbr1wVNoqYklHn/UHEahtPz184xuT4QNfeEQnnr7zsM
HoM0Z4T52wiV0U6OP8CVhnja0SGrXaxEvvNVzttv+H8vfjjGmPZ0wOolue4Yphr6
5tB5grcptjG1MLw2z/ENsUh/jxzIkfaboDpYXG0eMdIEPehwyV7/GPny/5IEGBWN
y2RfCrvRQxGTKQCovEf3JsO7q+AE8iklY7sgusaEuZqyhfpkMFQiKWd318KahbDQ
6HBTuY4DRYPQM9G1iEjvtEkcSA9MW29EBVK5E2LhMWIWPKB0MvC5SWL78LpwFejd
0hCtloPmQrydmSAbX9JMI/Xksu88Z1LBc/e7inmFfeUZTA8Q8VTchJ3IHMWkn1IC
yMywcHV4mI8aj+qCWTKlesk6BjwVRqTo/2/DewbiHCecrB8hMHrITF3tmluhwD4I
R5+v9kboO7qJ2B6uMGXi3beDkFWwW7H2wcmlD+xWdP30/DrgPLctyV/S7LTtt/rj
QXlXGIGflUUm92Xv1wZxtzHW566iS3mpYMHkwRw+DjFqKokEBFiad5inaxB2RCZ1
ho4Jgak6mszZHLA/PzDNbsTeVYQaSQ0HRsJyCBKXodtU4S+0P8qOcmb7Qk91ZzHM
rsHGyLhkKxWPMxYu
=zxrP
-END PGP SIGNATURE-



Processing of palabos_1.5~r1+repack1-5.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
palabos_1.5~r1+repack1-5.1~exp1_source.changes uploaded successfully to 
localhost
along with the files:
  palabos_1.5~r1+repack1-5.1~exp1.dsc
  palabos_1.5~r1+repack1-5.1~exp1.debian.tar.xz
  palabos_1.5~r1+repack1-5.1~exp1_source.buildinfo

Greetings,

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



Bug#1063201: palabos: NMU diff for 64-bit time_t transition

2024-02-05 Thread Lucas Kanashiro
Source: palabos
Version: 1.5~r1+repack1-5
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
palabos as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for palabos
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru palabos-1.5~r1+repack1/debian/changelog 
palabos-1.5~r1+repack1/debian/changelog
--- palabos-1.5~r1+repack1/debian/changelog 2019-11-16 16:49:08.0 
-0300
+++ palabos-1.5~r1+repack1/debian/changelog 2024-02-05 13:57:31.0 
-0300
@@ -1,3 +1,10 @@
+palabos (1.5~r1+repack1-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro   Mon, 05 Feb 2024 13:57:31 -0300
+
 palabos (1.5~r1+repack1-5) unstable; urgency=medium
 
   * QA upload.
diff -Nru palabos-1.5~r1+repack1/debian/control 
palabos-1.5~r1+repack1/debian/control
--- palabos-1.5~r1+repack1/debian/control   2019-11-16 16:48:02.0 
-0300
+++ palabos-1.5~r1+repack1/debian/control   2024-02-05 13:57:31.0 
-0300
@@ -17,7 +17,7 @@
 Architecture: any
 Section: libdevel
 Depends: libeigen3-dev,
- libplb1 (= ${binary:Version}),
+ libplb1t64 (= ${binary:Version}),
  libtinyxml-dev,
  ${misc:Depends}
 Description: CFD solver based on the lattice Boltzmann method. Development 
files
@@ -43,7 +43,10 @@
  simulation or developing a new physical model has become simpler than ever.
  The package contains documentation and examples
 
-Package: libplb1
+Package: libplb1t64
+Provides: ${t64:Provides}
+Replaces: libplb1
+Breaks: libplb1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
diff -Nru palabos-1.5~r1+repack1/debian/libplb1.install 
palabos-1.5~r1+repack1/debian/libplb1.install
--- palabos-1.5~r1+repack1/debian/libplb1.install   2018-04-14 
05:51:35.0 -0300
+++ palabos-1.5~r1+repack1/debian/libplb1.install   1969-12-31 
21:00:00.0 -0300
@@ -1 +0,0 @@
-usr/lib/*/libplb.so.*
diff -Nru palabos-1.5~r1+repack1/debian/libplb1t64.install 
palabos-1.5~r1+repack1/debian/libplb1t64.install
--- palabos-1.5~r1+repack1/debian/libplb1t64.install1969-12-31 
21:00:00.0 -0300
+++ palabos-1.5~r1+repack1/debian/libplb1t64.install2018-04-14 
05:51:35.0 -0300
@@ -0,0 +1 @@
+usr/lib/*/libplb.so.*
diff -Nru palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides 
palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides
--- palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides  1969-12-31 
21:00:00.0 -0300
+++ palabos-1.5~r1+repack1/debian/libplb1t64.lintian-overrides  2024-02-05 
13:57:31.0 -0300
@@ -0,0 +1 @@
+libplb1t64: package-name-doesnt-match-sonames libplb1


python-sparkpost_1.3.10-2_source.changes ACCEPTED into unstable

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 10:44:42 -0500
Source: python-sparkpost
Architecture: source
Version: 1.3.10-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Scott Kitterman 
Closes: 1047782
Changes:
 python-sparkpost (1.3.10-2) unstable; urgency=medium
 .
   [ Scott Kitterman ]
   * Orphan the package, see #1063171
 - Remove myself from uploaders and update maintainer to Debian QA Group
 - Update Vcs-* to Debian group
   * Ensure distutils is installed for debci (used only for tests)
   * Add d/source/options extend-diff-ignore to fix dpkg-source failure due to
 local changes (python package metadata regeneration) (Closes: #1047782)
 .
   [ Debian Janitor ]
   * Update standards version to 4.6.1, no changes needed.
Checksums-Sha1:
 d93f3370c659dc47510cdb80294659e527f67d05 2118 python-sparkpost_1.3.10-2.dsc
 4aa504f09359ddfaa9ed6312adea4ae1dc3565dc 2720 
python-sparkpost_1.3.10-2.debian.tar.xz
 d0191b6a9d66bdfb52c706deb51bf31f5fa01b16 6577 
python-sparkpost_1.3.10-2_source.buildinfo
Checksums-Sha256:
 66fa9cf6d65e8d0c3e774bd5cfe3bdb85c18154676245256960f9fa081955d3d 2118 
python-sparkpost_1.3.10-2.dsc
 c43bb7461ff9b922e4b7e47859529344c60db3b45b83da3cc376a7f311461d39 2720 
python-sparkpost_1.3.10-2.debian.tar.xz
 392a575b3dd74683b18504304e4ca2d59a07690e9143de4f3a736fa5c57cf337 6577 
python-sparkpost_1.3.10-2_source.buildinfo
Files:
 b42651239716bd94a8af8bb7ae9fd2b4 2118 python optional 
python-sparkpost_1.3.10-2.dsc
 8f801516b4269724038223f19ee8dd26 2720 python optional 
python-sparkpost_1.3.10-2.debian.tar.xz
 38889d916f18c818c733f1abb04b8547 6577 python optional 
python-sparkpost_1.3.10-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE53Kb/76FQA/u7iOxeNfe+5rVmvEFAmXBAngACgkQeNfe+5rV
mvEJuw//Y1QdOJO2GfBvTwlTOwZUjybxKLlLQ5HhLlm2xs5/P77ca+CmTrF6LQPp
uExFYpZfG5MxEikTEwek9Kj6I1RoMkds7fX9kMDktOySrtXy66e3Sy3nR+U1myro
hMp3UvN+mTaaKE39lzEWxCplqFJomsoEbwr4rLTU9qkPBDq48mmS/W1iQJ56D6zn
I2gC8UHacwD/nHPCS/lkNS1lHE7JfvFVC36FkPNZ8f/LjCsU8+7v4XEYVd1N5PnZ
TCODUozHPDGX24kgLC4QuFMJQR+lW6sWdB5uV4sj78YIix6u8IrcRvDti1Q/SND0
bdZJQyA/3jStVqTMrTzuJzT/rIIOFVdQSTDXQr2Bv/nDJ2jYORppNFiwe9g0a/X7
WsIDaDhwsS+p+rYAkHoqDDKB40wX5EJmZAIotsCPjdAtkp3i4CsfZ7aeHkzI4ovt
cjnwbuHFhGMVDqV2LHsodjCPK6HMhy2VtT+a/q+GrXBh0J+do2hwZ7sqM7lf+DEp
DLWmLPMGSrmbffj2ZGjB/yES6Ks5K8gLvQDqQNPixC8Cl1hEv+Z5NKJMCo5g4cAV
k6ZQR+b5Cg++auVctZe5frhjs2XTvHAGKXKPx4l0TCnprUEpk6KGHXJ36UJPBo5U
rsIRcjAq2OUOpEdhqpX3zq27BKMdo3VnmxgdVKJmPeiGJWodkrA=
=71UR
-END PGP SIGNATURE-



Processing of python-sparkpost_1.3.10-2_source.changes

2024-02-05 Thread Debian FTP Masters
python-sparkpost_1.3.10-2_source.changes uploaded successfully to localhost
along with the files:
  python-sparkpost_1.3.10-2.dsc
  python-sparkpost_1.3.10-2.debian.tar.xz
  python-sparkpost_1.3.10-2_source.buildinfo

Greetings,

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



ncap_1.9.2-8.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 13:54:40 +
Source: ncap
Architecture: source
Version: 1.9.2-8.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Graham Inggs 
Changes:
 ncap (1.9.2-8.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 995910cef9a921ad54fb431ead350e72777d8a25 2007 ncap_1.9.2-8.1~exp1.dsc
 c96297bcddb3b5ea9ba95c229eac130960fd68cf 7984 ncap_1.9.2-8.1~exp1.debian.tar.xz
 d7ce6725bb5c7b3c2c1dc6b2f9ebdcbf00ee94b6 7185 
ncap_1.9.2-8.1~exp1_source.buildinfo
Checksums-Sha256:
 90c73cb9b58720a61b4a12b9703aa097e6431a586f08c1853dd5665512de25f1 2007 
ncap_1.9.2-8.1~exp1.dsc
 51a589e0324b93a323ea869b8d3e30d951f26176b22c65b38483a1ec0b72a918 7984 
ncap_1.9.2-8.1~exp1.debian.tar.xz
 bcee3b0d7fab123886e21a0f9c96c14a90c701a5b0f15c9db34af6711c58ba35 7185 
ncap_1.9.2-8.1~exp1_source.buildinfo
Files:
 5140f78d02289aaab2aaee46082caf76 2007 net optional ncap_1.9.2-8.1~exp1.dsc
 0c6b660699bc43ea7cb5fac1c443629b 7984 net optional 
ncap_1.9.2-8.1~exp1.debian.tar.xz
 498cd40dd6f6e1a9666b5b47428417d7 7185 net optional 
ncap_1.9.2-8.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXA6KUSHGdpbmdnc0Bk
ZWJpYW4ub3JnAAoJEK/P7I5mnOHCr8AQAJRX+zQWoa3K3s5Fmv1vWRgfNgs2ZDlR
cC+CGKmDX3vdjKMINAzJfEH5ctzoIjJwasmAG8Da1qU4QT0O8nvEUsa6xSr2UJwR
jx9oNnzFrdjVcEVKjPcwvWbZcTHTvH/eRt9fG/FZ8Aw4FCI7aMlxmy1KHpae4nCj
g5K4g6F6sR7MphOvR0gbERdvn90s2ePk8Z2eGnPp8EVtWebd60p/KeY/g52zPyc9
4zV3XkaI8ke5ZJw5B5BC3/BmjPTNVdrXKsDc7JYq7zF2TLL2+DWCW6QcFac9JZHJ
tCMWKS3/HwgZ27zMpWcE2iNV6vrxpM/N5MYC0EX/f6EDCZCSjjlpPhe6TwxnHg+g
lxn7odrbOgZAxF7yOCXJoWNcoZt/mIyCFvlnlTDpOrus3EO1fs6wJSU8H8XESm/m
3+he6X2ywtEw8DXc6pBfB49x+wRnnQnQ5/Ul0rxHu4MzUkMpgk6WfembT3YaCYHX
pCXi7e84/fEJiwOmzbrok5d+ZT8fVb9bg2ALu6tgtekxP8XlvWDdkIaa0rU4IkG3
VVM5ewjP28Is8TqU7HL8R7BUJrojJNwIm3CQaKf+1Yuy0Sc/vpO9abrDrR4ibyPp
/qTRJ6j8+VqwC/cdp0gwphUX6kU0zVwgCCqRalHYhXVyYNvUky5GxYFUyFEjif4M
3KPu8tfSS1y0
=cXLA
-END PGP SIGNATURE-



Processing of ncap_1.9.2-8.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
ncap_1.9.2-8.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  ncap_1.9.2-8.1~exp1.dsc
  ncap_1.9.2-8.1~exp1.debian.tar.xz
  ncap_1.9.2-8.1~exp1_source.buildinfo

Greetings,

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



Bug#1063160: ncap: NMU diff for 64-bit time_t transition

2024-02-05 Thread Graham Inggs
Source: ncap
Version: 1.9.2-8
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
ncap as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for ncap
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru ncap-1.9.2/debian/changelog ncap-1.9.2/debian/changelog
--- ncap-1.9.2/debian/changelog 2022-09-12 04:28:32.0 +
+++ ncap-1.9.2/debian/changelog 2024-02-05 13:50:40.0 +
@@ -1,3 +1,10 @@
+ncap (1.9.2-8.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs   Mon, 05 Feb 2024 13:50:40 +
+
 ncap (1.9.2-8) unstable; urgency=medium
 
   * QA upload.
diff -Nru ncap-1.9.2/debian/control ncap-1.9.2/debian/control
--- ncap-1.9.2/debian/control   2020-09-12 20:47:14.0 +
+++ ncap-1.9.2/debian/control   2024-02-05 13:50:40.0 +
@@ -11,7 +11,10 @@
 Vcs-Browser: https://salsa.debian.org/debian/ncap
 Vcs-Git: https://salsa.debian.org/debian/ncap.git
 
-Package: libncap44
+Package: libncap44t64
+Provides: ${t64:Provides}
+Replaces: libncap44
+Breaks: libncap44 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -29,7 +32,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libncap44 (= ${binary:Version}), ${misc:Depends}
+Depends: libncap44t64 (= ${binary:Version}), ${misc:Depends}
 Description: static library and header files for libncap
  ncap is a network capture library like libpcap (on which it is based)
  and tcpdump. It produces binary data in its own ncap format, which can
diff -Nru ncap-1.9.2/debian/libncap44.install 
ncap-1.9.2/debian/libncap44.install
--- ncap-1.9.2/debian/libncap44.install 2020-09-12 20:44:16.0 +
+++ ncap-1.9.2/debian/libncap44.install 1970-01-01 00:00:00.0 +
@@ -1,2 +0,0 @@
-usr/lib/*/libncap*.so.*
-usr/share/man/man3/ncap.3
diff -Nru ncap-1.9.2/debian/libncap44.symbols 
ncap-1.9.2/debian/libncap44.symbols
--- ncap-1.9.2/debian/libncap44.symbols 2020-09-12 20:44:16.0 +
+++ ncap-1.9.2/debian/libncap44.symbols 1970-01-01 00:00:00.0 +
@@ -1,8 +0,0 @@
-libncap.so.44 libncap44 #MINVER#
-* Build-Depends-Package: libncap-dev
- ncap_addrule@Base 1.9.2
- ncap_asprintf@Base 1.9.2
- ncap_create@Base 1.9.2
- ncap_filter_dns@Base 1.9.2
- ncap_filter_icmp@Base 1.9.2
- ncap_vasprintf@Base 1.9.2
diff -Nru ncap-1.9.2/debian/libncap44t64.install 
ncap-1.9.2/debian/libncap44t64.install
--- ncap-1.9.2/debian/libncap44t64.install  1970-01-01 00:00:00.0 
+
+++ ncap-1.9.2/debian/libncap44t64.install  2020-09-12 20:44:16.0 
+
@@ -0,0 +1,2 @@
+usr/lib/*/libncap*.so.*
+usr/share/man/man3/ncap.3
diff -Nru ncap-1.9.2/debian/libncap44t64.lintian-overrides 
ncap-1.9.2/debian/libncap44t64.lintian-overrides
--- ncap-1.9.2/debian/libncap44t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ ncap-1.9.2/debian/libncap44t64.lintian-overrides2024-02-05 
13:50:40.0 +
@@ -0,0 +1 @@
+libncap44t64: package-name-doesnt-match-sonames libncap44
diff -Nru ncap-1.9.2/debian/libncap44t

libquazip_0.9.1-3.1~exp1_source.changes ACCEPTED into experimental

2024-02-05 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Feb 2024 08:22:01 +
Source: libquazip
Architecture: source
Version: 0.9.1-3.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 libquazip (0.9.1-3.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 f7218ea0b3267805c60d425bfcbdf80d75a8eb5e 2127 libquazip_0.9.1-3.1~exp1.dsc
 6630d789b9bdf41fab56c4b731b653869fed1331 2 
libquazip_0.9.1-3.1~exp1.debian.tar.xz
 ffb7282e8e1957d4e398ed53e0adedd93edbcb8f 12510 
libquazip_0.9.1-3.1~exp1_source.buildinfo
Checksums-Sha256:
 f31f6a7e98e2f0bf04a9db2d71dbe0d583cc6cfdffaa44d0d015001195c18b0c 2127 
libquazip_0.9.1-3.1~exp1.dsc
 90d7c736b22184c2c27da38c776d4ff76195248eb908597e2ab6dc0e7ddba0ef 2 
libquazip_0.9.1-3.1~exp1.debian.tar.xz
 6a4067b62dd2cf5d35dd4472655b97dc81b8966c6c8a4769a2aa23b824123a66 12510 
libquazip_0.9.1-3.1~exp1_source.buildinfo
Files:
 b6928e5a59de104395682846d77b46be 2127 libs optional 
libquazip_0.9.1-3.1~exp1.dsc
 27f662d0ac53b1af59683edfd35b3813 2 libs optional 
libquazip_0.9.1-3.1~exp1.debian.tar.xz
 3f2096c323cf710646d940bd3bfd664c 12510 libs optional 
libquazip_0.9.1-3.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXAmrcSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9X2EP/0Z3zy8ta4si1PwpBi9mLwLo4QL4bLtz
vCN+1Q68GCR2BhIMgP9ihMlYrSXYHU68VyhY+LL+gQ1Hi1kukhWSVb3/30lAv3rp
j6NnLafY5iGq/PkSNG6k790S5CqkfRVbNQ9/jrMW7IIOo8BBq8xfq68uaowKO+7G
ZHMjM1Se78Zu/HYVMMIAFbAzHcymNrSWvqtm8wVgUYZox1NLm1T9xrp1WfSCTcCN
P9imCoVq+ggxBglH7Dx4PS7HtSHYjgjR567LtHHboGuEgzAgwcI+TjkXrzrd9HdF
SbfLC8HktTjilSO2fRoJNGIemjxKXVKhQeZjxJFiMBc8q6HlkS+8wmfQKBARNDwe
SRVGg61KxI0mmcMWSRh0YcjUmuNvfXl3jUNaAMPmbKhUNkB3gBigAud8Mc9mXgc5
ArNry7eZ99dLiFVgdcXdT9zwqw801VAZ0KMn8GmF56XzcamgFi0bng9MWqQIWKP5
rMaLRjV5nzpfipGZEvipgLhSVItckwYWbjCon75r/3AKIe0BhJpv/6moRzMhj4ye
XcA8XRqT0pjEKS27N8Aplx7aPc8lF/mV//XH8UYOlx94tEJN/Qe9H+Ra2ZSyPm5G
Q1Sdf18fT3a6DRq/n03WopKEFmy5TEKyGlTWx7yzd4CRugzn2NgmdYov6JrhfKA7
DMhOuo+6sjwN
=pOM5
-END PGP SIGNATURE-



Processing of libquazip_0.9.1-3.1~exp1_source.changes

2024-02-05 Thread Debian FTP Masters
libquazip_0.9.1-3.1~exp1_source.changes uploaded successfully to localhost
along with the files:
  libquazip_0.9.1-3.1~exp1.dsc
  libquazip_0.9.1-3.1~exp1.debian.tar.xz
  libquazip_0.9.1-3.1~exp1_source.buildinfo

Greetings,

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



Bug#1063134: libquazip: NMU diff for 64-bit time_t transition

2024-02-05 Thread Steve Langasek
Source: libquazip
Version: 0.9.1-3
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libquazip as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libquazip
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libquazip-0.9.1/debian/changelog libquazip-0.9.1/debian/changelog
--- libquazip-0.9.1/debian/changelog2022-11-03 08:46:42.0 +
+++ libquazip-0.9.1/debian/changelog2024-02-05 08:02:49.0 +
@@ -1,3 +1,11 @@
+libquazip (0.9.1-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Bump build-dependency on d-shlibs for --t64 support.
+
+ -- Steve Langasek   Mon, 05 Feb 2024 08:02:49 +
+
 libquazip (0.9.1-3) unstable; urgency=medium
 
   * QA (group) upload
diff -Nru libquazip-0.9.1/debian/control libquazip-0.9.1/debian/control
--- libquazip-0.9.1/debian/control  2022-11-03 08:46:42.0 +
+++ libquazip-0.9.1/debian/control  2024-02-05 08:02:49.0 +
@@ -3,7 +3,7 @@
 Section: libs
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-   d-shlibs,
+   d-shlibs (>= 0.106),
cmake,
qtbase5-dev,
qtchooser,
@@ -17,7 +17,7 @@
 Homepage: https://github.com/stachenov/quazip
 Rules-Requires-Root: no
 
-Package: libquazip5-1
+Package: libquazip5-1t64
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -25,10 +25,11 @@
  ${misc:Depends}
 Suggests: libquazip-doc
 Pre-Depends: ${misc:Pre-Depends}
+Conflicts: libquazip5-1 (<< ${source:Version})
 Breaks: libquazip1-qt5
-Provides: libquazip1-qt5,
+Provides: ${t64:Provides}, libquazip1-qt5,
   libquazip-qt5-1
-Replaces: libquazip1-qt5,
+Replaces: libquazip5-1, libquazip1-qt5,
   libquazip-qt5-1
 Description: C++ wrapper for ZIP/UNZIP
  QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
@@ -47,7 +48,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libquazip5-1 (= ${binary:Version}),
+Depends: libquazip5-1t64 (= ${binary:Version}),
  ${misc:Depends},
  zlib1g-dev
 Breaks: libquazip-qt5-1-dev (<= 0.7-2),
diff -Nru libquazip-0.9.1/debian/libquazip5-1.1 
libquazip-0.9.1/debian/libquazip5-1.1
--- libquazip-0.9.1/debian/libquazip5-1.1   2022-11-03 08:46:42.0 
+
+++ libquazip-0.9.1/debian/libquazip5-1.1   1970-01-01 00:00:00.0 
+
@@ -1,27 +0,0 @@
-.TH QuaZIP 1 "14 July 2014"
-.SH NAME
-quazip - C++/Qt wrapper for UNZIP/ZIP
-.SH SYNOPSIS
-.B quazip
-.SH DESCRIPTION
-.B QuaZIP
-is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
-can be used to access ZIP archives. It uses Trolltech's Qt toolkit.
-.
-.B QuaZIP
-allows you to access files inside ZIP archives using QIODevice API,
-and that means that you can also use QTextStream, QDataStream or
-whatever you would like to use on your zipped files.
-.
-.B QuaZIP
-provides complete abstraction of the ZIP/UNZIP API, for both reading
-from and writing to ZIP archives.
-.SH SEE ALSO
-.BR minizip (1),
-.BR miniunzip (1),