Bug#1062953: python3-pyocd: Module is unusable (missing runtime dependencies)

2024-02-04 Thread Jakob Haufe
Hi,

thanks for the report.

I also noticed this while working on the adoption of the package.

This particular problem can be worked around easily, but it's unfortunately
not the only one.

My current plan is to disable jlink support as a first step as it needs
non-free components.

The other problem is the usage of an abomination called "libusb_packaging"
which needs to be replaced completely.

I have a locally patched version that looks good, will try and upload a new
version later today.

Cheers,
sur5r

-- 
ceterum censeo microsoftem esse delendam.


pgpcUL6Lgx4fv.pgp
Description: OpenPGP digital signature


Bug#1062994: tse3: NMU diff for 64-bit time_t transition

2024-02-04 Thread Steve Langasek
Source: tse3
Version: 0.3.1-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
tse3 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 tse3
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 tse3-0.3.1/debian/changelog tse3-0.3.1/debian/changelog
--- tse3-0.3.1/debian/changelog 2017-09-18 21:16:50.0 +
+++ tse3-0.3.1/debian/changelog 2024-02-04 10:42:41.0 +
@@ -1,3 +1,10 @@
+tse3 (0.3.1-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Sun, 04 Feb 2024 10:42:41 +
+
 tse3 (0.3.1-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru tse3-0.3.1/debian/control tse3-0.3.1/debian/control
--- tse3-0.3.1/debian/control   2017-09-18 21:00:24.0 +
+++ tse3-0.3.1/debian/control   2024-02-04 10:42:40.0 +
@@ -6,13 +6,16 @@
 Standards-Version: 4.1.0
 Homepage: http://tse3.sourceforge.net/
 
-Package: libtse3-0.3.1c2a
+Package: libtse3-0.3.1t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libtse3-0.3.1c2a
+Breaks: libtse3-0.3.1c2a (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libtse3-0.3.1
-Replaces: libtse3-0.3.1
+Replaces: libtse3-0.3.1c2a, libtse3-0.3.1
 Description: portable MIDI sequencer engine in C++
  TSE3 is a portable open source MIDI sequencer engine written in C++.
  It provides programmers with rich and powerful sequencing
@@ -27,7 +30,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libtse3-0.3.1c2a (= ${binary:Version})
+Depends: ${misc:Depends}, libtse3-0.3.1t64 (= ${binary:Version})
 Description: portable MIDI sequencer engine in C++ - development files
  TSE3 is a portable open source MIDI sequencer engine written in C++.
  It provides programmers with rich and powerful sequencing
diff -Nru tse3-0.3.1/debian/libtse3-0.3.1c2a.install 
tse3-0.3.1/debian/libtse3-0.3.1c2a.install
--- tse3-0.3.1/debian/libtse3-0.3.1c2a.install  2017-09-18 17:13:18.0 
+
+++ tse3-0.3.1/debian/libtse3-0.3.1c2a.install  1970-01-01 00:00:00.0 
+
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libtse3-0.3.1.so
diff -Nru tse3-0.3.1/debian/libtse3-0.3.1t64.install 
tse3-0.3.1/debian/libtse3-0.3.1t64.install
--- tse3-0.3.1/debian/libtse3-0.3.1t64.install  1970-01-01 00:00:00.0 
+
+++ tse3-0.3.1/debian/libtse3-0.3.1t64.install  2017-09-18 17:13:18.0 
+
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libtse3-0.3.1.so
diff -Nru tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides 
tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides
--- tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides1970-01-01 
00:00:00.0 +
+++ tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides2024-02-04 
10:42:40.0 +
@@ -0,0 +1 @@
+libtse3-0.3.1t64: package-name-doesnt-match-sonames libtse3-0.3.1c2a


Bug#1062996: tss2: NMU diff for 64-bit time_t transition

2024-02-04 Thread Steve Langasek
Source: tss2
Version: 1045-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
tss2 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 tss2
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 tss2-1045/debian/changelog tss2-1045/debian/changelog
--- tss2-1045/debian/changelog  2022-11-12 18:18:34.0 +
+++ tss2-1045/debian/changelog  2024-02-04 10:52:06.0 +
@@ -1,3 +1,10 @@
+tss2 (1045-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Sun, 04 Feb 2024 10:52:06 +
+
 tss2 (1045-2) unstable; urgency=medium
 
   * QA upload.
diff -Nru tss2-1045/debian/control tss2-1045/debian/control
--- tss2-1045/debian/control2022-11-12 18:18:34.0 +
+++ tss2-1045/debian/control2024-02-04 10:52:06.0 +
@@ -20,7 +20,10 @@
  education and debugging.
 
 
-Package: libtss0
+Package: libtss0t64
+Provides: ${t64:Provides}
+Replaces: libtss0
+Breaks: libtss0 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: no
@@ -36,7 +39,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: no
-Depends: ${misc:Depends}, libtss0 (= ${binary:Version})
+Depends: ${misc:Depends}, libtss0t64 (= ${binary:Version})
 Description: Development headers for IBM's TSS 2.0
  Development headers for IBM's TSS 2.0.  You will need this in order
  to build TSS 2.0 applications. In addition, it contains documentation
diff -Nru tss2-1045/debian/libtss0.symbols tss2-1045/debian/libtss0.symbols
--- tss2-1045/debian/libtss0.symbols2018-09-16 11:40:38.0 +
+++ tss2-1045/debian/libtss0.symbols1970-01-01 00:00:00.0 +
@@ -1,782 +0,0 @@
-libtss.so.0 libtss0 #MINVER#
- ActivateCredential_In_Unmarshal@Base 1045
- Array_Unmarshal@Base 1045
- CertifyCreation_In_Unmarshal@Base 1045
- Certify_In_Unmarshal@Base 1045
- ChangeEPS_In_Unmarshal@Base 1045
- ChangePPS_In_Unmarshal@Base 1045
- ClearControl_In_Unmarshal@Base 1045
- Clear_In_Unmarshal@Base 1045
- ClockRateAdjust_In_Unmarshal@Base 1045
- ClockSet_In_Unmarshal@Base 1045
- CommandCodeToCommandIndex@Base 1045
- Commit_In_Unmarshal@Base 1045
- ContextLoad_In_Unmarshal@Base 1045
- ContextSave_In_Unmarshal@Base 1045
- CreateLoaded_In_Unmarshal@Base 1045
- CreatePrimary_In_Unmarshal@Base 1045
- Create_In_Unmarshal@Base 1045
- DictionaryAttackLockReset_In_Unmarshal@Base 1045
- DictionaryAttackParameters_In_Unmarshal@Base 1045
- Duplicate_In_Unmarshal@Base 1045
- ECC_Parameters_In_Unmarshal@Base 1045
- ECDH_KeyGen_In_Unmarshal@Base 1045
- ECDH_ZGen_In_Unmarshal@Base 1045
- EC_Ephemeral_In_Unmarshal@Base 1045
- EncryptDecrypt2_In_Unmarshal@Base 1045
- EncryptDecrypt_In_Unmarshal@Base 1045
- EventSequenceComplete_In_Unmarshal@Base 1045
- EvictControl_In_Unmarshal@Base 1045
- FlushContext_In_Unmarshal@Base 1045
- GetCapability_In_Unmarshal@Base 1045
- GetCommandAuditDigest_In_Unmarshal@Base 1045
- GetRandom_In_Unmarshal@Base 1045
- GetSessionAuditDigest_In_Unmarshal@Base 1045
- GetTime_In_Unmarshal@Base 1045
- HMAC_In_Unmarshal@Base 1045
- HMAC_Start_In_Unm

Processing of tse3_0.3.1-6.1~exp1_source.changes

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

Greetings,

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



tse3_0.3.1-6.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 04 Feb 2024 10:47:38 +
Source: tse3
Architecture: source
Version: 0.3.1-6.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 tse3 (0.3.1-6.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 456a749d725889fad08907396c96ffcc302d36de 1883 tse3_0.3.1-6.1~exp1.dsc
 2793cc49190ed32e3d364beb3b84367816907b19 6888 tse3_0.3.1-6.1~exp1.debian.tar.xz
 02d74081bf1cf408aca0ed0250ef3f09fa37191b 6648 
tse3_0.3.1-6.1~exp1_source.buildinfo
Checksums-Sha256:
 dbfdd83615b76a3070489d653688a1c7c5eae2e5719068c3fec36161225d6613 1883 
tse3_0.3.1-6.1~exp1.dsc
 03d01ccd3e5dd1cd7401515e8cb25d024536d9a46e991e6cc00d44c95bec8963 6888 
tse3_0.3.1-6.1~exp1.debian.tar.xz
 1952f1910eab4ba713d570c70fc6802b36a19d473f0bcbfe707ebc5e4166ff3a 6648 
tse3_0.3.1-6.1~exp1_source.buildinfo
Files:
 0277336000991394e787861e8f75a805 1883 sound optional tse3_0.3.1-6.1~exp1.dsc
 336e5306f92a8f0c20557802ea6aa154 6888 sound optional 
tse3_0.3.1-6.1~exp1.debian.tar.xz
 da3147ed52c31ea7f38956add77790d9 6648 sound optional 
tse3_0.3.1-6.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW/a14SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9fmIP/Av7PQgw3RIVmkHhESaFB6RevP2T01eA
PJHKXlOmi8/1dGL4XwRn+kHm7wpFJoxAbP49yrXSiwcYycIE2yeB8puiVMqt3FIr
4k21hYovMb3t8riWemC5FCnToOkiPLs+xHPsQD8loIJo30gD9Jdl/8rjt3bkyj0o
VyrOox5LyJlsPR+RHHGhTl16L0HDJvVc9hAOwjnsXDxthOmu0G9YkM78pE2fM5Lj
VWHrtCPB1/Or72VZWJPiOI8eT1+6yWt29T0UK6/91KsC7CgkWehvtUgt1kw1vIdx
RXeciFJaKlVQF3jkIJYXd/P1gApNLF3TFL0lMF1WX2KtwFlGoZPKTeFF+7iYd2R8
C1ZX617JIR4f4bHQIzWL1XAuG51pmcGIIhaWjesqKDzM6Js+z0sDQ3SC+chWyn8u
NFl8eM3XVh8RLx/xYQfO37gjSUlRbFkHQyIZHon14beQslStfMDemkC2ls0VAsDJ
xC8FpUZFRcOEO//8XH5nuhOsvSx8DHnrfYyooF0lVF4RgVal5CHIGrNDCehHhd8E
Z47cts36Zkuj4FEAxDVqReDRZQvpUJir/4KW6ScUkpE2jx1PHlLCAW86u7a1LM2l
SWGqc68dU+4e4MWz9LnxS5d12mmc8D5PnGGxdOVrZUV8RsY1GkGY5tg9izdocH+h
LJ7YWVa2B0CH
=kA/z
-END PGP SIGNATURE-



Processing of tss2_1045-2.1~exp1_source.changes

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

Greetings,

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



tss2_1045-2.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 04 Feb 2024 11:01:40 +
Source: tss2
Architecture: source
Version: 1045-2.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 tss2 (1045-2.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 b7d56afe5e546928bac17a709a8342afef4aee7c 1852 tss2_1045-2.1~exp1.dsc
 bb80172aa5ddda664b74d1a8e15b3c63332afeaa 8716 tss2_1045-2.1~exp1.debian.tar.xz
 6b4bee1265d7deec4465121081aed57386b04c8b 6582 
tss2_1045-2.1~exp1_source.buildinfo
Checksums-Sha256:
 8b71dcfc87a32f5a938a3a290817a16b68d9481aea4da8637871903ecbd94782 1852 
tss2_1045-2.1~exp1.dsc
 f6ce6846645395591eaa3f905fc24ff4e548e74fd0fc5747fac3e91555e9de3d 8716 
tss2_1045-2.1~exp1.debian.tar.xz
 c43859b825e5c0cd63b9786953409ebcc00b7942ce0a196fb1515dd8c12ec118 6582 
tss2_1045-2.1~exp1_source.buildinfo
Files:
 b69a114abf9dfb5afedf01d778726b8f 1852 admin optional tss2_1045-2.1~exp1.dsc
 92b00b6f15c3e01423fa5705df3e4e75 8716 admin optional 
tss2_1045-2.1~exp1.debian.tar.xz
 f5007ae14386d85b1de4ce6d1ae8def7 6582 admin optional 
tss2_1045-2.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW/brMSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9VcQQAJXM8JG2ceyezAlDyYPe31dHJ1DLKeII
8MlZpgSDT1vQpQ62szCVF//DgAfRVavLPZ1zHQlbk3x93Q05BlA1Qh9fhZzhtvx3
4UN28wo0AU9V9YcyYy9C1L7soQ8INwUU/USXp7Kq4+0A4X7oxT48GAeWIUTqXSa7
q+4p+RJF/rpLDM0halDS4xINzTIZOmNx20Xp1tDrXguN823udoAaQbR0oleWfLn0
N2TOGud4g4o7r273YzZzW5Hmf+GVYITDJrYSIApnHFyOz1jbSixVK0BdsT5vmV3p
HcPx+XiOGEauP+KsBpKP4eRNGmVFSpqeKUgz29PrkCdQECJUuualsUqQInfgDonN
q8+OlkG18KYJNQ7x4OPEStT9IpIlqQqdDA5Z1jshOkPXZrJ00Z9gJf5/ixXvBLfV
d9cFOG1jxOF5TyE2t/vCxhVjFAJcZAvewbnmTmN0B+9ElNT1s7gVpP99Y0AoFoKp
vJaGGYtxssRazEQt9z016yL4qE4RcRoUAWC3x1zyhgmSbV45GRPzoFsuNW5/Ai7g
UGk/LrC4MigEVn0wzYbzbEQpDmMsKpYIY52NIezK0n+ilX67a5+01c1PwSKAI8Ie
akKImnJ2CLE4ULMRFCO0Y3ReRgiCKiREXJlFZd+aLzA9T2wV8+r8apTcNApo4047
vP0+QJxKTVps
=zYQI
-END PGP SIGNATURE-



Processing of uudeview_0.5.20+20230502-1_multi.changes

2024-02-04 Thread Debian FTP Masters
uudeview_0.5.20+20230502-1_multi.changes uploaded successfully to localhost
along with the files:
  uudeview_0.5.20+20230502-1.dsc
  uudeview_0.5.20+20230502.orig.tar.xz
  uudeview_0.5.20+20230502-1.debian.tar.xz

Greetings,

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



uudeview_0.5.20+20230502-1_multi.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 04 Feb 2024 14:29:23 +0100
Source: uudeview
Architecture: source
Version: 0.5.20+20230502-1
Distribution: experimental
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Andreas Metzler 
Changes:
 uudeview (0.5.20+20230502-1) experimental; urgency=low
 .
   * QA upload.
   * New upstream GIT snapshot from https://github.com/hannob/uudeview
 + Drop all patches except 040_add_shared_lib.diff.
 + Drop debian/uuwish.1, included upstream.
   * Drop unused debian/shlibs.local.
Checksums-Sha1: 
 569f1e2aabca6c9303cbbb69a87d4ab20cee0c22 2093 uudeview_0.5.20+20230502-1.dsc
 b1347987952046209bf232abafce7696430211c7 180356 
uudeview_0.5.20+20230502.orig.tar.xz
 1a6048ed52b9dc97ed6f4e9f2caf12dc3be93428 10844 
uudeview_0.5.20+20230502-1.debian.tar.xz
Checksums-Sha256: 
 eb87c268b8814905263a5269ef36fabf4ef4b53d7d7ae2d195b6a97e4593bf94 2093 
uudeview_0.5.20+20230502-1.dsc
 299ab1852c936f717cf6b4174b3542f295c42b46e585ad380ed4a17236cd087c 180356 
uudeview_0.5.20+20230502.orig.tar.xz
 bf8c72159dd27bef40aaa3cd7ca8c533ef808598821760fcf3f2a131b1600512 10844 
uudeview_0.5.20+20230502-1.debian.tar.xz
Files: 
 1662682cf7153b9e23e7131f1154e992 2093 utils optional 
uudeview_0.5.20+20230502-1.dsc
 c93e484c586f1505bc7da288fcd7e7bc 180356 utils optional 
uudeview_0.5.20+20230502.orig.tar.xz
 e7e43e32505f7250a8c2c039a6081490 10844 utils optional 
uudeview_0.5.20+20230502-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAmW/kYkACgkQpU8BhUOC
FIQmyw//dQ88oupXotAVnNUBQTALJkEbGsrl4X/19cB3+kkc5+IkF7bFYtODzKCx
T1K/MgKa+PqcUZDnUFQzk9/k5cyAZ7S19hfIaRK5sfNJS9XdAwYLPBTmsIhTe6iw
+Rx/AFm3vhbgkKX3K3XZgbJ16m7cvtmFstRK9jqjl89MZfCpYBKxqlCT4QSefir0
osTvXOCLa+w3r69o3QSixL2ghaUDWEnWmwqazjVFyTqnIxSJfPNqviHvrNGFRZjS
IOu74WU/uSkgOGGEFKxAxqoC0WU4EYj7jApY6L5G/S6tgM427XKJ07fNyJ2kYKDT
qkl8xqZTgwwxF2+Qsm5VxytjAqxnR+JDtPFV8PF+a9cKBxe4R8KkJxD9mpY7eg8Y
9IGvn20XJQWHEBUPmOlAhPcAT/U8hgoF8HlQPeP+57gzQ278oohsbLW55BitE1Q+
EaqLmZe3luGV8z2um+rBOfosPh0rSmEZn5RTTHbaXpfxIis+UMGdnsm23vKKxdC/
eT/Tpo/QONIN7d/KUNsASAbNssLqoJt006nE/k4P7R5KW/RoZ595IMr5lCRSLfk2
S+lUVvkTSOOE6ypDIadma/m114Wr65/eaoumy40HromPCnL/wQBC3DQNO8jaCBFK
zeNLgK02THBdBLa4x8ysm/Hnw5jmf9KJzKDldnBVs3b+FMWD+MY=
=1Wh7
-END PGP SIGNATURE-



Bug#1063030: (no subject)

2024-02-04 Thread Nicholas Bamber
Package: idesk
Version: 0.7.5-8
Severity: wishlist
X-Debbugs-Cc: np.bam...@gmail.com

Dear Maintainer,

The home page (https://idesk.sourceforge.net/html/usage.html) has adequate 
information.
However there is almost known in the man page.

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

Kernel: Linux 6.6.13-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages idesk depends on:
ii  libc6   2.37-15
ii  libgcc-s1   14-20240201-3
ii  libimlib2   1.12.1-1
ii  libstdc++6  14-20240201-3
ii  libx11-62:1.8.7-1
ii  libxft2 2.3.6-1

idesk recommends no packages.

Versions of packages idesk suggests:
ii  x11-utils  7.7+6

-- no debconf information



Bug#1063032: idesk: Please write script to convert dekstop files to idesk files

2024-02-04 Thread Nicholas Bamber
Package: idesk
Version: 0.7.5-8
Severity: wishlist
X-Debbugs-Cc: np.bam...@gmail.com

Dear Maintainer,

It would make it easier to switch from more modern desktops to idesk if such
a utility script were available.

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

Kernel: Linux 6.6.13-amd64 (SMP w/1 CPU thread; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages idesk depends on:
ii  libc6   2.37-15
ii  libgcc-s1   14-20240201-3
ii  libimlib2   1.12.1-1
ii  libstdc++6  14-20240201-3
ii  libx11-62:1.8.7-1
ii  libxft2 2.3.6-1

idesk recommends no packages.

Versions of packages idesk suggests:
ii  x11-utils  7.7+6

-- no debconf information



Processed (with 1 error): idesk

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

> retitle 1063030 Please push homepage documentation to man page
Bug #1063030 [idesk] (no subject)
Changed Bug title to 'Please push homepage documentation to man page' from '(no 
subject)'.
> owner 717371  !
Unknown command or malformed arguments to command.
> owner 1017889 !
Bug #1017889 [idesk] idesk: please consider merging code from recent active fork
Owner recorded as Nicholas Bamber .
> owner 1063030 !
Bug #1063030 [idesk] Please push homepage documentation to man page
Owner recorded as Nicholas Bamber .
> owner 1063032 !
Bug #1063032 [idesk] idesk: Please write script to convert dekstop files to 
idesk files
Owner recorded as Nicholas Bamber .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1017889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017889
1063030: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063030
1063032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processing of django-wkhtmltopdf_3.4.0-2_source.changes

2024-02-04 Thread Debian FTP Masters
django-wkhtmltopdf_3.4.0-2_source.changes uploaded successfully to localhost
along with the files:
  django-wkhtmltopdf_3.4.0-2.dsc
  django-wkhtmltopdf_3.4.0-2.debian.tar.xz
  django-wkhtmltopdf_3.4.0-2_source.buildinfo

Greetings,

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



django-wkhtmltopdf_3.4.0-2_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 04 Feb 2024 11:45:59 -0500
Source: django-wkhtmltopdf
Architecture: source
Version: 3.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Scott Kitterman 
Closes: 1044928
Changes:
 django-wkhtmltopdf (3.4.0-2) unstable; urgency=medium
 .
   * Orphan the package, see #1063033
 - 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: #1044928)
Checksums-Sha1:
 9579492dff17457c492c2a10fe570d9b93a3f78f 2007 django-wkhtmltopdf_3.4.0-2.dsc
 90dfd322ae1bc3558d1e4fc9070736927d70e872 3224 
django-wkhtmltopdf_3.4.0-2.debian.tar.xz
 d7429354955cde88b8ec0489e66a8c3f69c6916f 6581 
django-wkhtmltopdf_3.4.0-2_source.buildinfo
Checksums-Sha256:
 9fe45b184e0c7ac28cd1eda753672d279733b55e82b9a9731750f92718ad7518 2007 
django-wkhtmltopdf_3.4.0-2.dsc
 460a539771669ddf80301143357844849712e6d1f5f3d1f45e81f25681ee2f69 3224 
django-wkhtmltopdf_3.4.0-2.debian.tar.xz
 c8f66d691919e9a351ea03e6b2078435ec6112755f4b6ea6f5b5c1c064c307e0 6581 
django-wkhtmltopdf_3.4.0-2_source.buildinfo
Files:
 812e3be7ea4581c11b99f7c6613a4d9d 2007 python optional 
django-wkhtmltopdf_3.4.0-2.dsc
 fe173f82d54590298a5c349cf41a8741 3224 python optional 
django-wkhtmltopdf_3.4.0-2.debian.tar.xz
 87af68069edf5f2bf5b7ea5cf553328f 6581 python optional 
django-wkhtmltopdf_3.4.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE53Kb/76FQA/u7iOxeNfe+5rVmvEFAmW/wBAACgkQeNfe+5rV
mvH/2g//cQO+4WScNUuxq2lapbP/EK5tl8Jj6kMKVqH96kw8pyYsUhYCbxZCLWlJ
cJsLpa+vaHl3HmYW0j92rI/JEUgrlvg0TOZoBxGlTNbDykKtbXivixTUGTKf3lxK
DaxCz3LZcTr6q20C+OX/uGwEx3dNnjovSHTSEn1QLwNrAeKS7pUDXWKPDiv09hB+
ZhMaAVhzXJa5S9c+LrfFcKRvz7OSkXVGa8YqGwYQM6v3wH0FVSBAA1zaxQuaO/Lk
MZFvURLKzUx3q7vzNIsP9WXeyxk8NO+cDjFqoL+S//z0LdzWbUVIlS5u+YvLG26+
5T/L7w6IWQ5XUjdPX2MqwAcx8sqFcpNi00FKvtr5uZ0KCLW47z/idp3eqs7s4HLV
6HFq1M/d0Iqp73YhN9/UytbnJoTiSmaDX+QWI3kBdOBioKDkTk4nxqhGo+B8nxFl
qvrvhWZhC7bvWif7O+I8LNf6VSrlth58DdrcUl0JtwinS1B5aHKw+z38NHRFna2x
pRjblzNeQf5gzkc0h3LxGsRF2dwA87apyDtFbVvT7RLWRRn979RGJzQ/rVQs1zU1
wn7Vtw/ouw1EHP1Jbr0cbRhE5UXNdOx9w9qKl0pDV/hgIvjSeq9dk5S7ZcCndCY7
mZwqrryhJ/Ot0T3hwkoHptybRE7f4LN8bzUAI3f98DB2xYp4+Fo=
=2/+w
-END PGP SIGNATURE-



Bug#1063068: wireless-tools: NMU diff for 64-bit time_t transition

2024-02-04 Thread Steve Langasek
Source: wireless-tools
Version: 30~pre9-16
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
wireless-tools 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 wireless-tools
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 wireless-tools-30~pre9/debian/changelog 
wireless-tools-30~pre9/debian/changelog
--- wireless-tools-30~pre9/debian/changelog 2023-12-05 23:04:39.0 
+
+++ wireless-tools-30~pre9/debian/changelog 2024-02-04 20:34:27.0 
+
@@ -1,3 +1,10 @@
+wireless-tools (30~pre9-16.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Sun, 04 Feb 2024 20:34:27 +
+
 wireless-tools (30~pre9-16) unstable; urgency=medium
 
   * QA upload.
diff -Nru wireless-tools-30~pre9/debian/control 
wireless-tools-30~pre9/debian/control
--- wireless-tools-30~pre9/debian/control   2022-11-12 11:58:45.0 
+
+++ wireless-tools-30~pre9/debian/control   2024-02-04 20:34:26.0 
+
@@ -29,7 +29,10 @@
  the network interfaces on the system, the most common selector is the
  interface MAC address.
 
-Package: libiw30
+Package: libiw30t64
+Provides: ${t64:Provides}
+Replaces: libiw30
+Breaks: libiw30 (<< ${source:Version})
 Section: libs
 Architecture: linux-any
 Multi-Arch: same
@@ -46,7 +49,7 @@
 Section: libdevel
 Architecture: linux-any
 Multi-Arch: same
-Depends: libiw30 (= ${binary:Version}), libc6-dev, ${misc:Depends}
+Depends: libiw30t64 (= ${binary:Version}), libc6-dev, ${misc:Depends}
 Description: Wireless tools - development files
  Wireless tools are used to manipulate the Linux Wireless Extensions. The
  Wireless Extension is an interface allowing you to set Wireless LAN specific
diff -Nru wireless-tools-30~pre9/debian/libiw30.install 
wireless-tools-30~pre9/debian/libiw30.install
--- wireless-tools-30~pre9/debian/libiw30.install   2023-11-28 
00:07:13.0 +
+++ wireless-tools-30~pre9/debian/libiw30.install   1970-01-01 
00:00:00.0 +
@@ -1 +0,0 @@
-/usr/lib/*/libiw.so.30
diff -Nru wireless-tools-30~pre9/debian/libiw30.shlibs 
wireless-tools-30~pre9/debian/libiw30.shlibs
--- wireless-tools-30~pre9/debian/libiw30.shlibs2020-03-07 
20:56:23.0 +
+++ wireless-tools-30~pre9/debian/libiw30.shlibs1970-01-01 
00:00:00.0 +
@@ -1,2 +0,0 @@
-libiw 30 libiw30 (>= 30~pre1)
-udeb: libiw 30 libiw30-udeb (>= 30~pre1)
diff -Nru wireless-tools-30~pre9/debian/libiw30t64.install 
wireless-tools-30~pre9/debian/libiw30t64.install
--- wireless-tools-30~pre9/debian/libiw30t64.install1970-01-01 
00:00:00.0 +
+++ wireless-tools-30~pre9/debian/libiw30t64.install2023-11-28 
00:07:13.0 +
@@ -0,0 +1 @@
+/usr/lib/*/libiw.so.30
diff -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  1970-01-01 
00:00:00.0 +
+++ wireless-tools-30~pre9/debian/libiw30t64.lintian-overrides  20

Processing of wireless-tools_30~pre9-16.1~exp1_source.changes

2024-02-04 Thread Debian FTP Masters
wireless-tools_30~pre9-16.1~exp1_source.changes uploaded successfully to 
localhost
along with the files:
  wireless-tools_30~pre9-16.1~exp1.dsc
  wireless-tools_30~pre9-16.1~exp1.debian.tar.xz
  wireless-tools_30~pre9-16.1~exp1_source.buildinfo

Greetings,

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



wireless-tools_30~pre9-16.1~exp1_source.changes ACCEPTED into experimental

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 04 Feb 2024 20:34:45 +
Source: wireless-tools
Architecture: source
Version: 30~pre9-16.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 wireless-tools (30~pre9-16.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 db24a96131a694caa0ee013564f22a5783a07983 2235 
wireless-tools_30~pre9-16.1~exp1.dsc
 e4046bccf90f83e4d0176de48bb14ba472965679 12088 
wireless-tools_30~pre9-16.1~exp1.debian.tar.xz
 1b0f9df1436f38fb9bff9c27467312fb6ee2e856 6205 
wireless-tools_30~pre9-16.1~exp1_source.buildinfo
Checksums-Sha256:
 56b4bb2ba1b7dedcc4d442cf86536deee47d1aa4f4ba46fb2683db3902eacbff 2235 
wireless-tools_30~pre9-16.1~exp1.dsc
 7170405512d17f60ca882aec98c18253cea3c00ed84c215a98f47f8e98c9a373 12088 
wireless-tools_30~pre9-16.1~exp1.debian.tar.xz
 c358b74e6fbb8355316d221a64eb12018af56c7cb737987ca7b3ece5f330ea80 6205 
wireless-tools_30~pre9-16.1~exp1_source.buildinfo
Files:
 22d62eb3b7e507846a54fed6a32b8392 2235 net optional 
wireless-tools_30~pre9-16.1~exp1.dsc
 9d20f946228889e33b84014f4867c067 12088 net optional 
wireless-tools_30~pre9-16.1~exp1.debian.tar.xz
 3521025c9164db38b3c6c31316b16220 6205 net optional 
wireless-tools_30~pre9-16.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmW/9PMSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9JB0P/1hpjUlOtB9UTzrYM5LdM5q+sCW990fg
oGvF5tLOwRDT1/FJ3P4laMwwsPBNNB+SK1Hc/gf/WLHHkpfvBoBuBCvQqIXBtYOg
pA0qjBYlwzHOuNitazYDHGpohVJENNSbGeHOpRwDUF0+gmabgqYc6OXc+dxuFO4R
e4X8H1/HbOZCXynXosaCIQsY8wrdZUcXFRSfFGz5bQwSvhI3WJ6MVM2kfUGCdLmX
Sm3ZJ89aL+0mRrgWOUmJMqKuJ42dejHHa2Tl2B1W3Fx3sPGOiLjUzp1XP9glWIPx
f6aZDSSG3SzS69Pni41MPgpvBUweUJkicZZIWG2zB9YA86JFapVd1+bGO5BYzxzk
xfjUaiTC9uzTiXqBL6kNBaz92TWES74tdiOfA9054YrBQ1cMnrUhefdigdptLo0T
mQtiwjl3NDbil9cypR9PnfpDB03AWTV0gohtW5F1ga9GfN1ciMPKPAT6Z4gK0ndL
NOrSaUm7QkAFApZOGWW1GKLG/DIw4a8d7zD/dMgqW7g0icm8hr2/oMUWTB78pDQz
G+AZ4ljEf2fYT7IjCjABbMWVz9YDd3IHmNUSrvmxCBR9OyGKQKp66li+LacED7JU
nrhrjRXBYmHrHG0ttOy79Pmxv3xMB0fI7ZaADPlrEuvmmulZoBPR/aaT0iMO5bXR
eWxaLPGs/Mxw
=bJ/a
-END PGP SIGNATURE-



Bug#1063082: log4c: NMU diff for 64-bit time_t transition

2024-02-04 Thread Steve Langasek
Source: log4c
Version: 1.2.4-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
log4c 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 log4c
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 log4c-1.2.4/debian/changelog log4c-1.2.4/debian/changelog
--- log4c-1.2.4/debian/changelog2023-01-19 00:35:00.0 +
+++ log4c-1.2.4/debian/changelog2024-02-05 00:06:57.0 +
@@ -1,3 +1,10 @@
+log4c (1.2.4-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Mon, 05 Feb 2024 00:06:57 +
+
 log4c (1.2.4-3) unstable; urgency=medium
 
   * QA upload.
diff -Nru log4c-1.2.4/debian/control log4c-1.2.4/debian/control
--- log4c-1.2.4/debian/control  2023-01-18 23:00:00.0 +
+++ log4c-1.2.4/debian/control  2024-02-05 00:06:56.0 +
@@ -14,7 +14,7 @@
 Package: liblog4c-dev
 Section: libdevel
 Architecture: any
-Depends: liblog4c3 (= ${binary:Version}), ${misc:Depends}
+Depends: liblog4c3t64 (= ${binary:Version}), ${misc:Depends}
 Description: C library for flexible logging (development)
  Log4c is a library of C for flexible logging to files, syslog and other
  destinations.
@@ -24,7 +24,10 @@
  .
  This package contains the Log4c development files.
 
-Package: liblog4c3
+Package: liblog4c3t64
+Provides: ${t64:Provides}
+Replaces: liblog4c3
+Breaks: liblog4c3 (<< ${source:Version})
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C library for flexible logging (runtime)
diff -Nru log4c-1.2.4/debian/liblog4c3.install 
log4c-1.2.4/debian/liblog4c3.install
--- log4c-1.2.4/debian/liblog4c3.install2023-01-18 23:00:00.0 
+
+++ log4c-1.2.4/debian/liblog4c3.install1970-01-01 00:00:00.0 
+
@@ -1,2 +0,0 @@
-usr/lib/*/lib*.so.*
-usr/share/doc/liblog4c3/sample/log4crc.sample
diff -Nru log4c-1.2.4/debian/liblog4c3.symbols 
log4c-1.2.4/debian/liblog4c3.symbols
--- log4c-1.2.4/debian/liblog4c3.symbols2023-01-18 23:00:00.0 
+
+++ log4c-1.2.4/debian/liblog4c3.symbols1970-01-01 00:00:00.0 
+
@@ -1,210 +0,0 @@
-liblog4c.so.3 liblog4c3 #MINVER#
- __log4c_category_vlog@Base 1.2.1
- __log4c_fini@Base 1.2.1
- __log4c_init@Base 1.2.1
- __log4c_reread@Base 1.2.1
- __sd_domnode_new@Base 1.2.1
- _sp@Base 1.2.1
- getopt_reset@Base 1.2.1
- log4c_appender_append@Base 1.2.1
- log4c_appender_close@Base 1.2.1
- log4c_appender_delete@Base 1.2.1
- log4c_appender_factory@Base 1.2.1
- log4c_appender_get@Base 1.2.1
- log4c_appender_get_layout@Base 1.2.1
- log4c_appender_get_name@Base 1.2.1
- log4c_appender_get_type@Base 1.2.1
- log4c_appender_get_udata@Base 1.2.1
- log4c_appender_new@Base 1.2.1
- log4c_appender_open@Base 1.2.1
- log4c_appender_print@Base 1.2.1
- log4c_appender_set_layout@Base 1.2.1
- log4c_appender_set_type@Base 1.2.1
- log4c_appender_set_udata@Base 1.2.1
- log4c_appender_syslog_set_facility@Base 1.2.4
- log4c_appender_type_get@Base 1.2.1
- log4c_appender

Processing of log4c_1.2.4-3.1~exp1_source.changes

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

Greetings,

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



log4c_1.2.4-3.1~exp1_source.changes ACCEPTED into experimental

2024-02-04 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 00:15:47 +
Source: log4c
Architecture: source
Version: 1.2.4-3.1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Steve Langasek 
Changes:
 log4c (1.2.4-3.1~exp1) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 ca6a3d7176cb9579c64ddec32188d1a1a42c603f 1951 log4c_1.2.4-3.1~exp1.dsc
 e26da8e870aabd5e8548c9e491ecd09121d3b496 5188 
log4c_1.2.4-3.1~exp1.debian.tar.xz
 313cba4339629228e91504eb20581215508a2114 10440 
log4c_1.2.4-3.1~exp1_source.buildinfo
Checksums-Sha256:
 f6f6aa4ab83f40765acfedd8d34668f915447d525ff6abe9b024e474304540ca 1951 
log4c_1.2.4-3.1~exp1.dsc
 d8ffb599a85700ab2f7f2a11ae915f98a27dd98476d6f4e1ea6d084f4b84efc3 5188 
log4c_1.2.4-3.1~exp1.debian.tar.xz
 00cf9a01844fce6b0287686c9052adc920bb21e184fcef56a2badc89ec4a2a27 10440 
log4c_1.2.4-3.1~exp1_source.buildinfo
Files:
 e9d55fc3f9a2b7d50d7c016b8313ad19 1951 libs optional log4c_1.2.4-3.1~exp1.dsc
 67157d6679022b4069f29bde822e59f5 5188 libs optional 
log4c_1.2.4-3.1~exp1.debian.tar.xz
 6a7690f5be2d5fae64107003aa7daaa1 10440 libs optional 
log4c_1.2.4-3.1~exp1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXAKM8SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9qoQQAJQ92aq193SCA2rmwZ484+mgxCtrHZTQ
5epMZCr9RT1fPLjugbhqgvKOHn/QWobYLGwme9gjW9NTPzZj+0ICmFakauNxkbDH
GjmGZGduVx0ZOarqNldgVJItoJjmcxwKNG7rb7JiOEJUpWBtPRPAmOXlYblxOaY/
6agfNOC62xVnZbld/ZlD60eTY33qRZwL/e9+C3hIhh+nxZCbJfI7b8NIpY3iN036
NxV8eW5eDzhwoPnbqpSEZfCqNSQ0QREVlmo421lye2BHC0XsTXoYtUUEDS3aEQjR
1IP2jo6nry1g9JiJ9j8W2BEo3RrK6oEH1xr7WBF9QoOz5Hrjp2txnxbzyIJjRuBN
b9YUjqA/xyxhGioxmlweafs6w8dHpf8M9SQlx4wO0mBXuoDD1Y9y0rh14s4zV6lt
LHVeX0t08U4L+HjUk2Yucvc100tVajDEwQl436B5ctNX+Q4ZtiLLiMr5rFkvoma3
q+TL/S36VQzQBUJ/NEE7cf/DR97xtpTrZEiBH1EcncDWeMZShPUb43NIIWieP4Zy
OjTowmLMHcKetOwXxzktUwFvhDG4YkESv0Ym1VCPbqjJP6BdDMkHMMkQx2UyMqRw
bEd6C/ifOJshv3kGGfvYX72XdugntHzH+IDEt/ihGVvi0d5YuvC5p9A1FA6iK7vM
T4eZtt0lSMF7
=nZZc
-END PGP SIGNATURE-