disc-cover is marked for autoremoval from testing

2024-03-17 Thread Debian testing autoremoval watch
disc-cover 1.5.6-5 is marked for autoremoval from testing on 2024-04-22

It (build-)depends on packages with these RC bugs:
1065762: libaudio-cd-perl: FTBFS on arm{el,hf}: cddb_lookup.c:53:16: error: 
implicit declaration of function ‘strtol’ 
[-Werror=implicit-function-declaration]
 https://bugs.debian.org/1065762



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

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



uucpsend is marked for autoremoval from testing

2024-03-17 Thread Debian testing autoremoval watch
uucpsend 1.1-5 is marked for autoremoval from testing on 2024-04-22

It (build-)depends on packages with these RC bugs:
1065795: inn: FTBFS on arm{el,hf}: parsedate.y:43:25: error: implicit 
declaration of function ‘date_lex’ [-Werror=implicit-function-declaration]
 https://bugs.debian.org/1065795



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

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



kst is marked for autoremoval from testing

2024-03-17 Thread Debian testing autoremoval watch
kst 2.0.8-5 is marked for autoremoval from testing on 2024-04-22

It (build-)depends on packages with these RC bugs:
1065735: libgetdata: FTBFS on armel: error: redefinition of 
‘gd_alter_frameoffset64’
 https://bugs.debian.org/1065735



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

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



Bug#928742: marked as done (unworkable FTCBFS: hard codes the build architecture pkg-config)

2024-03-17 Thread Debian Bug Tracking System
Your message dated Mon, 18 Mar 2024 02:49:12 +
with message-id 
and subject line Bug#928742: fixed in unworkable 0.53-6
has caused the Debian Bug report #928742,
regarding unworkable FTCBFS: hard codes the build architecture pkg-config
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.)


-- 
928742: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: unworkable
Version: 0.53-4
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

unworkable fails to cross build from source, because it uses the build
architecture pkg-config for discovering libbsd-overlay and thus fails
finding it. Making pkg-config substitutable is enough to make unworkable
cross buildable. Please consider applying the attached patch.

Helmut
--- unworkable-0.53.orig/GNUmakefile
+++ unworkable-0.53/GNUmakefile
@@ -30,8 +30,9 @@
 UNAME=$(shell uname)
 ifneq (, $(filter Linux GNU GNU/%, $(UNAME)))
 SRCS+=openbsd-compat/sha1.c
-LIBS+=$(shell pkg-config --libs libbsd-overlay)
-CFLAGS+=$(shell pkg-config --cflags libbsd-overlay)
+PKG_CONFIG?= pkg-config
+LIBS+=$(shell $(PKG_CONFIG) --libs libbsd-overlay)
+CFLAGS+=$(shell $(PKG_CONFIG) --cflags libbsd-overlay)
 else
 ifeq ($(UNAME),sunos)
 SRCS+=openbsd-compat/err.c
--- End Message ---
--- Begin Message ---
Source: unworkable
Source-Version: 0.53-6
Done: David da Silva Polverari 

We believe that the bug you reported is fixed in the latest version of
unworkable, 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 928...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David da Silva Polverari  (supplier of updated unworkable 
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: SHA256

Format: 1.8
Date: Mon, 18 Mar 2024 02:04:28 +
Source: unworkable
Architecture: source
Version: 0.53-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: David da Silva Polverari 
Closes: 928742
Changes:
 unworkable (0.53-6) unstable; urgency=medium
 .
   [ David da Silva Polverari ]
   * QA upload.
   * Ran wrap-and-sort.
   * debian/control:
   - Added 'Rules-Requires-Root: no' to source stanza.
   - Bumped Standards-Version to 4.6.2.
   - Changed from obsolete package pkg-config to pkgconf in Build-Depends.
   * debian/copyright:
   - Added missing Files stanzas and respective stand-alone License stanzas.
   - Fixed existing upstream copyright years.
   * debian/gbp.conf: created to make git repository comply with DEP-14.
   * debian/lintian-overrides: removed, as its only override referred to an
 unknown tag.
   * debian/patches/:
   - Updated metadata in all previous patches.
   - cross.patch: added to fix a FTCBFS. Thanks to Helmut Grohne
 . (Closes: #928742)
   * debian/salsa-ci.yml: added to provide CI tests for Salsa.
   * debian/watch: bumped to version 4.
 .
   [ Debian Janitor ]
   * Update renamed lintian tag names in lintian overrides.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
 Repository-Browse.
   * Update standards version to 4.5.0, no changes needed.
   * Bump debhelper from old 12 to 13.
 + debian/rules: Drop --fail-missing argument to dh_missing, which is now 
the
   default.
   * Update renamed lintian tag names in lintian overrides.
   * Update standards version to 4.6.1, no changes needed.
Checksums-Sha1:
 3518cec10eaf508c39a6d4b55c79ef975f2e465c 1896 unworkable_0.53-6.dsc
 e931afbed73f87962ca0226287b70c03f75bff14 5696 unworkable_0.53-6.debian.tar.xz
 87e4d328df519a8f5391790bb4e0a74714014e30 6246 
unworkable_0.53-6_source.buildinfo
Checksums-Sha256:
 757ea5f853e739008b261e91ba8d027fc217b00816d2d74407e819bfaf3bf89e 1896 
unworkable_0.53-6.dsc
 5fc3374fab4cb81037e5a8b25af3ad5eb9a151677cc61c84098bcc086fb4ab9e 5696 
unworkable_0.53-6.debian.tar.xz
 76f53d4641fd08c9bb5c19e76c327debd3f82364beff9f0f575fbf0dc08ef98c 6246 
unworkable_0.53-6_source.buildinfo
Files:
 feec8164e85bf9acf7bb34bd8453e343 1896 net optional unworkable_0.53-6.dsc
 edb84c2a9c364a888ebd04528a87 5696 net optional 
unworkable_0.53-6.debian.tar.xz
 

unworkable_0.53-6_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Mar 2024 02:04:28 +
Source: unworkable
Architecture: source
Version: 0.53-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: David da Silva Polverari 
Closes: 928742
Changes:
 unworkable (0.53-6) unstable; urgency=medium
 .
   [ David da Silva Polverari ]
   * QA upload.
   * Ran wrap-and-sort.
   * debian/control:
   - Added 'Rules-Requires-Root: no' to source stanza.
   - Bumped Standards-Version to 4.6.2.
   - Changed from obsolete package pkg-config to pkgconf in Build-Depends.
   * debian/copyright:
   - Added missing Files stanzas and respective stand-alone License stanzas.
   - Fixed existing upstream copyright years.
   * debian/gbp.conf: created to make git repository comply with DEP-14.
   * debian/lintian-overrides: removed, as its only override referred to an
 unknown tag.
   * debian/patches/:
   - Updated metadata in all previous patches.
   - cross.patch: added to fix a FTCBFS. Thanks to Helmut Grohne
 . (Closes: #928742)
   * debian/salsa-ci.yml: added to provide CI tests for Salsa.
   * debian/watch: bumped to version 4.
 .
   [ Debian Janitor ]
   * Update renamed lintian tag names in lintian overrides.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
 Repository-Browse.
   * Update standards version to 4.5.0, no changes needed.
   * Bump debhelper from old 12 to 13.
 + debian/rules: Drop --fail-missing argument to dh_missing, which is now 
the
   default.
   * Update renamed lintian tag names in lintian overrides.
   * Update standards version to 4.6.1, no changes needed.
Checksums-Sha1:
 3518cec10eaf508c39a6d4b55c79ef975f2e465c 1896 unworkable_0.53-6.dsc
 e931afbed73f87962ca0226287b70c03f75bff14 5696 unworkable_0.53-6.debian.tar.xz
 87e4d328df519a8f5391790bb4e0a74714014e30 6246 
unworkable_0.53-6_source.buildinfo
Checksums-Sha256:
 757ea5f853e739008b261e91ba8d027fc217b00816d2d74407e819bfaf3bf89e 1896 
unworkable_0.53-6.dsc
 5fc3374fab4cb81037e5a8b25af3ad5eb9a151677cc61c84098bcc086fb4ab9e 5696 
unworkable_0.53-6.debian.tar.xz
 76f53d4641fd08c9bb5c19e76c327debd3f82364beff9f0f575fbf0dc08ef98c 6246 
unworkable_0.53-6_source.buildinfo
Files:
 feec8164e85bf9acf7bb34bd8453e343 1896 net optional unworkable_0.53-6.dsc
 edb84c2a9c364a888ebd04528a87 5696 net optional 
unworkable_0.53-6.debian.tar.xz
 3f75c4bf612dfb62ba0868bb2e48b7ff 6246 net optional 
unworkable_0.53-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEDTUunGhzKyZWj9leHIjoaIRpgN4FAmX3pHQACgkQHIjoaIRp
gN7cIxAAsX8lJKZ4WiHZrzWU/FAuUyIPQ02ZURpe+ENoaxLkvOS58/mrKetlPOVr
OfdotscmCHF4QF6RkdNGt6Bxregpgj8Akv6D+4jU/N3S++kgQM4N/6EEZ4LXhh6w
JBy8RN8nofwKdwooerIFSDxyE2BrpAa+yhQj6MLdRX/jas40DGKqw0ekkYIIS2l8
JkLwsOAPQAEdjxZehGWQ9V0ajPk1rpRFYZ2FvoF0IeaxRhy2TxFnmC68MrN+KEeR
g5Jes65gVcnYzDpmtRK8oaZMKlh5cToRsW4XqrI7UCE/KQDlCGHmVWgrEkIWTvGc
bxqFnASLkYfhDLkVpcRCVF7YnW4pH+9RD5a7XXb2dgsGERa/Nv6s6/niOJjGUYjP
b33TXIHUBRQv5N+chG8n9SwTzSyQgs/Mbs5ErS2NR7+qvTy1dvI+dCgpB4q1Bxwf
hW7cNI+vIzlDfx9YvfY2TKbRbPO93t+FOboHxMkTc9WjFXN8i047V1VyEc83Ym1F
vJVXsn4taLT1BXWvh9doH1ucaZf39W7fgmGpLQpUmTb6AgOk3r/yQat7Lz9sqxPX
2ujdLjmuYh7+Vr8QPyIcq8Gm+AGQeaZF0K8aWZhcaN3eiNCuGDmIaGPG5xuLpwZG
QWNoE1tAFMVecGJtDQTxTMaKxYxC0NzT4XMAjUnp50h3CYdd2bg=
=FlOE
-END PGP SIGNATURE-



pgpdkJUZV8wfK.pgp
Description: PGP signature


Processing of unworkable_0.53-6_source.changes

2024-03-17 Thread Debian FTP Masters
unworkable_0.53-6_source.changes uploaded successfully to localhost
along with the files:
  unworkable_0.53-6.dsc
  unworkable_0.53-6.debian.tar.xz
  unworkable_0.53-6_source.buildinfo

Greetings,

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



Bug#982626: marked as done (autoconf: Ships identical NEWS and NEWS.Debian files)

2024-03-17 Thread Debian Bug Tracking System
Your message dated Sun, 17 Mar 2024 23:19:15 +
with message-id 
and subject line Bug#982626: fixed in autoconf 2.72-2
has caused the Debian Bug report #982626,
regarding autoconf: Ships identical NEWS and NEWS.Debian files
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.)


-- 
982626: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982626
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: autoconf
Version: 2.69-14
Severity: normal

Hi!

This package ships identical NEWS and NEWS.Debian file. This means no
upstream NEWS file is shipped, where all new features are described
in a concise way.

Thanks,
Guillem
--- End Message ---
--- Begin Message ---
Source: autoconf
Source-Version: 2.72-2
Done: Gürkan Myczko 

We believe that the bug you reported is fixed in the latest version of
autoconf, 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 982...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gürkan Myczko  (supplier of updated autoconf 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: SHA256

Format: 1.8
Date: Sun, 17 Mar 2024 23:51:12 +0100
Source: autoconf
Architecture: source
Version: 2.72-2
Distribution: experimental
Urgency: medium
Maintainer: Gürkan Myczko 
Changed-By: Gürkan Myczko 
Closes: 977331 982626
Changes:
 autoconf (2.72-2) experimental; urgency=medium
 .
   * Drop debian/NEWS. Thanks Sven Joachim for the patch. (Closes: #982626)
   * d/control: add Vcs fields.
   * d/copyright: add myself to debian/ part.
   * d/rules.old: removed.
   * Adopt package. (Closes: #977331)
Checksums-Sha1:
 82728d2bb484ef82c37d11626685ec79c69eb2ed 2062 autoconf_2.72-2.dsc
 7bcca02fef8dfe38eb64bc816103f34f0f80443e 22928 autoconf_2.72-2.debian.tar.xz
 2810e469c8bbeb80499da978562951f12081f75e 7197 autoconf_2.72-2_source.buildinfo
Checksums-Sha256:
 4d5a5b18bfd30ec369a8cdb7b0b301b200e7112379f0345acd26363211c0b50b 2062 
autoconf_2.72-2.dsc
 06d8881bf49906bfe48a101e942493b1cf6b104598e7f6a981f7062aa74bbc96 22928 
autoconf_2.72-2.debian.tar.xz
 b190569ef162996edccf22bf77cedf4c0b1f70a3f1fa80d481f341dbf809b257 7197 
autoconf_2.72-2_source.buildinfo
Files:
 f433adcc0cee7f8dfa103f8a831c3bc6 2062 devel optional autoconf_2.72-2.dsc
 193f4e80b54518c1fbabc2fa15bdb375 22928 devel optional 
autoconf_2.72-2.debian.tar.xz
 040899ebfd74b6eb96bbdf4940606d41 7197 devel optional 
autoconf_2.72-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmX3dwYACgkQEWhSvN91
FcBZdhAAgV+Qw/bSzyOHeccq89jMruet3qqufJQTlPpMTIc/Ttu95BPPH17FPTo3
2A67HKw5axnDjOiLTKwJYjnJGJ8ipX7gfcEvNB3G3N8Krmbhg3mS/pLJ8Y0B1m4I
9KOj7ejqhDvqzeMrtTUFJuc4PVQMluQ9ykI++7J0OSQYjHIhRzXQTmKmco9cw8UT
8hj4Hs46BDo2yLhEJxFE71Sb3dbPtUc99cz012qJwDkvAAhHEs+6xB1R/A62Eq2x
zw5lHX+GRiDT3ki4pV8MqKiKSXYWBzM2ul0PFypqt3bUs3F0FqilK81IFImn65Ya
Lcr92vQx2HwkBD6aGSObHqy2j4IDP8WyQRIUtLDf2764Q4u4k6IroDIrHjZhbx4t
mEjFYrrg48a6YCPeU3xU/dSwttTT6kZJ5/7Iu7WV81ZfvkaiZ+f5wOEMMnxtaa0t
G5fngFru83gBKMp5/1MmB/QgTqMDkl9dwnkZ1keQFG5vR8yBzyECBjU4aMrjy4Sw
GhTWaPtMvoRtyhZ6UcDjq08Tqy5sLeRKNqxo9pMoLBOeV7QCApR30b/xfl5fvyIz
28r2ROFw7teiRm65aY94sHMUAG/1wD9yOURoFB2aeDp8+Sd7pqUrsf6IjaBte8LE
e6CzD3JwCHmyKjPaX/J9Z+PjjEvoTPpikPe1na5nXweKITvhgQ0=
=LQXY
-END PGP SIGNATURE-



pgpIKvbh6DZl_.pgp
Description: PGP signature
--- End Message ---


Bug#1064971: marked as done (libpoco-dev: Package is not multi-arch, first install libpoco-dev:i386, then install libpoco-dev:amd64, and /usr/lib/x86_64-linux-gnu/libPoco*.so survives, but not /usr/li

2024-03-17 Thread Debian Bug Tracking System
Your message dated Sun, 17 Mar 2024 21:26:35 +
with message-id 
and subject line Bug#1064971: fixed in poco 1.13.0-6
has caused the Debian Bug report #1064971,
regarding libpoco-dev: Package is not multi-arch, first install 
libpoco-dev:i386, then install libpoco-dev:amd64, and 
/usr/lib/x86_64-linux-gnu/libPoco*.so survives, but not 
/usr/lib/i386-linux-gnu/libPoco*.so symlinks
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.)


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

Package: libpoco-dev
Version: 1.11.0-3+b1
Severity: important

Dear Maintainer,

I maintain a docker image with multiple foreign archs, installing libpoco-dev
for each arch in sequence
causes only the last arch to preserve the undecorated symlinks.

libpoco-dev: Package is not multi-arch, first install libpoco-dev:i386, then
install libpoco-dev:amd64, and /usr/lib/x86_64-linux-gnu/libPoco*.so survives,
but not /usr/lib/i386-linux-gnu/libPoco*.so symlink.

The installation script needs to not delete the undecorated symlinks of prior
installed libpoco-dev sub packages for another arch.


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

Kernel: Linux 6.1.0-17-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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 libpoco-dev depends on:
ii default-libmysqlclient-dev 1.1.0
ii libexpat1-dev 2.5.0-1
ii libpcre3-dev 2:8.39-15
ii libpocoactiverecord80 1.11.0-3+b1
ii libpococrypto80 1.11.0-3+b1
ii libpocodata80 1.11.0-3+b1
ii libpocodatamysql80 1.11.0-3+b1
ii libpocodataodbc80 1.11.0-3+b1
ii libpocodatapostgresql80 1.11.0-3+b1
ii libpocodatasqlite80 1.11.0-3+b1
ii libpocoencodings80 1.11.0-3+b1
ii libpocofoundation80 1.11.0-3+b1
ii libpocojson80 1.11.0-3+b1
ii libpocojwt80 1.11.0-3+b1
ii libpocomongodb80 1.11.0-3+b1
ii libpoconet80 1.11.0-3+b1
ii libpoconetssl80 1.11.0-3+b1
ii libpocoredis80 1.11.0-3+b1
ii libpocoutil80 1.11.0-3+b1
ii libpocoxml80 1.11.0-3+b1
ii libpocozip80 1.11.0-3+b1
ii libsqlite3-dev 3.40.1-2
ii libssl-dev 3.0.11-1~deb12u2
ii zlib1g-dev 1:1.2.13.dfsg-1

libpoco-dev recommends no packages.

libpoco-dev suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: poco
Source-Version: 1.13.0-6
Done: Bastian Germann 

We believe that the bug you reported is fixed in the latest version of
poco, 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 1064...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann  (supplier of updated poco 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: Sun, 17 Mar 2024 19:41:11 +
Source: poco
Architecture: source
Version: 1.13.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Bastian Germann 
Closes: 1064971
Changes:
 poco (1.13.0-6) unstable; urgency=medium
 .
   * QA upload
   * Integrate the 64t NMU
   * Disclaim libpoco-dev to be MA same (Closes: #1064971)
Checksums-Sha1:
 7ae48153129eeed924abc2b93e5fc3e04afae59e 3038 poco_1.13.0-6.dsc
 2bc4ffe4dd4a5418706001eb7eab4d971661973e 16396 poco_1.13.0-6.debian.tar.xz
 b6c429719a14569d39a4e296dc6777903c5996e2 7669 poco_1.13.0-6_source.buildinfo
Checksums-Sha256:
 8b2650e60a87eba964427a4c1f2808a2ee5bd073ca31430c381e5c36cda5a59f 3038 
poco_1.13.0-6.dsc
 d215479914d79392613d5c4fd9df609a72967f31f7fca9a6938d537af674504f 16396 
poco_1.13.0-6.debian.tar.xz
 807222b556faf0b561b7555917373a99e6b175c53d189fb8c424e1f81acdc19c 7669 
poco_1.13.0-6_source.buildinfo
Files:
 330bc73b55ca2f420ca06e5623ec13dc 3038 libs optional poco_1.13.0-6.dsc
 f7b4f44c6a6b2638627c4560a8da1b36 16396 libs optional 
poco_1.13.0-6.debian.tar.xz
 50ac821573df914be2649ed2e6451022 7669 libs optional 
poco_1.13.0-6_source.buildinfo

-BEGIN PGP SIGNATURE-


poco_1.13.0-6_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Mar 2024 19:41:11 +
Source: poco
Architecture: source
Version: 1.13.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Bastian Germann 
Closes: 1064971
Changes:
 poco (1.13.0-6) unstable; urgency=medium
 .
   * QA upload
   * Integrate the 64t NMU
   * Disclaim libpoco-dev to be MA same (Closes: #1064971)
Checksums-Sha1:
 7ae48153129eeed924abc2b93e5fc3e04afae59e 3038 poco_1.13.0-6.dsc
 2bc4ffe4dd4a5418706001eb7eab4d971661973e 16396 poco_1.13.0-6.debian.tar.xz
 b6c429719a14569d39a4e296dc6777903c5996e2 7669 poco_1.13.0-6_source.buildinfo
Checksums-Sha256:
 8b2650e60a87eba964427a4c1f2808a2ee5bd073ca31430c381e5c36cda5a59f 3038 
poco_1.13.0-6.dsc
 d215479914d79392613d5c4fd9df609a72967f31f7fca9a6938d537af674504f 16396 
poco_1.13.0-6.debian.tar.xz
 807222b556faf0b561b7555917373a99e6b175c53d189fb8c424e1f81acdc19c 7669 
poco_1.13.0-6_source.buildinfo
Files:
 330bc73b55ca2f420ca06e5623ec13dc 3038 libs optional poco_1.13.0-6.dsc
 f7b4f44c6a6b2638627c4560a8da1b36 16396 libs optional 
poco_1.13.0-6.debian.tar.xz
 50ac821573df914be2649ed2e6451022 7669 libs optional 
poco_1.13.0-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmX3SEEQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFLdaDADWviD6xG9kC6hot6pewIN+1MOhm4gKxSg6
6c3Dt+corxEyAGPkC1AyuwnkKM8WN87t+AbJiCrzo2ZsxdKKh3/l6VEgRh5U006c
TzUvImFbv9+hHWJKKL72YQSi/Y2QXsD+44z5khFKrxZ6I9virFpKMbPcJun+uXtl
bzGAXp+LSwQ3eec4FdcC1WqYZTsdjfUsCkVVuRTOFwkqbF4KG/FzMYS7FPRtY8UD
V7jmAfWgICZl4VxnxbJzNU3P2monoP+HxTAQ6ke6yloitWmhzxjA8ZuUTityiBXm
ccKWZ/fxvFZysyNWdPkehgUvCD2JU+cTu8Tb4LsiRbJLLtJXUcWQZ0YKHviuODmU
gPQxq+aPykkLecJxc7q6T3PrjcbPEbtt4dyXRmvM2QuTkY0WygIPZ76O87G23zn7
dAUg1KlLoVP7T7kFXIsThB/a1t7T6LYku8WFvv4/aBVAJEBUzNwkXyRsX3uJBwYf
FUcQ0Sn/QCEYH+KVpDyF5ELd98hSW4w=
=D2RK
-END PGP SIGNATURE-



pgpdgDLRpkjWY.pgp
Description: PGP signature


Processing of poco_1.13.0-6_source.changes

2024-03-17 Thread Debian FTP Masters
poco_1.13.0-6_source.changes uploaded successfully to localhost
along with the files:
  poco_1.13.0-6.dsc
  poco_1.13.0-6.debian.tar.xz
  poco_1.13.0-6_source.buildinfo

Greetings,

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



directfb_1.7.7-12_source.changes REJECTED

2024-03-17 Thread Debian FTP Masters


Version check failed:
Your upload included the source package directfb, version 1.7.7-12,
however unstable already has version 1.7.7-12.
Uploads to unstable must have a higher version than present in unstable.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.



pgpoRYNjLZwoe.pgp
Description: PGP signature


Processing of directfb_1.7.7-12_source.changes

2024-03-17 Thread Debian FTP Masters
directfb_1.7.7-12_source.changes uploaded successfully to localhost
along with the files:
  directfb_1.7.7-12.dsc
  directfb_1.7.7-12.debian.tar.xz
  directfb_1.7.7-12_source.buildinfo

Greetings,

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



Processing of django-maintenancemode_0.11.7+git221001-4_source.changes

2024-03-17 Thread Debian FTP Masters
django-maintenancemode_0.11.7+git221001-4_source.changes uploaded successfully 
to localhost
along with the files:
  django-maintenancemode_0.11.7+git221001-4.dsc
  django-maintenancemode_0.11.7+git221001-4.debian.tar.xz
  django-maintenancemode_0.11.7+git221001-4_source.buildinfo

Greetings,

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



Bug#1066752: marked as done (django-maintenancemode: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" --system=custom "--test-args=PYTHONPATH=. {interpreter} -m pytest" ret

2024-03-17 Thread Debian Bug Tracking System
Your message dated Sun, 17 Mar 2024 13:04:23 +
with message-id 
and subject line Bug#1066752: fixed in django-maintenancemode 0.11.7+git221001-4
has caused the Debian Bug report #1066752,
regarding django-maintenancemode: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p "3.12 3.11" --system=custom "--test-args=PYTHONPATH=. 
{interpreter} -m pytest" returned exit code 13
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.)


-- 
1066752: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-maintenancemode
Version: 0.11.7+git221001-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_test -- --system=custom --test-args="PYTHONPATH=. {interpreter} -m 
> pytest"
> I: pybuild base:305: PYTHONPATH=. python3.12 -m pytest
> = test session starts 
> ==
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> django: settings: maintenancemode.tests.settings (from ini)
> rootdir: /<>
> configfile: setup.cfg
> plugins: django-4.5.2
> collected 0 items / 1 error
> 
>  ERRORS 
> 
> __ ERROR collecting maintenancemode/tests/test_middleware.py 
> ___
> ImportError while importing test module 
> '/<>/maintenancemode/tests/test_middleware.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> maintenancemode/tests/test_middleware.py:6: in 
> from django.utils.six import StringIO
> E   ModuleNotFoundError: No module named 'django.utils.six'
> 
> During handling of the above exception, another exception occurred:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> maintenancemode/tests/test_middleware.py:8: in 
> from six import StringIO
> E   ModuleNotFoundError: No module named 'six'
> === warnings summary 
> ===
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
> RemovedInDjango50Warning: The default value of USE_TZ will change from False 
> to True in Django 5.0. Set USE_TZ to False in your project settings if you 
> want to keep the current default behavior.
> warnings.warn(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> === short test summary info 
> 
> ERROR maintenancemode/tests/test_middleware.py
>  Interrupted: 1 error during collection 
> 
> = 1 warning, 1 error in 0.12s 
> ==
> E: pybuild pybuild:389: test: plugin custom failed with: exit code=2: 
> PYTHONPATH=. python3.12 -m pytest
> I: pybuild base:305: PYTHONPATH=. python3.11 -m pytest
> = test session starts 
> ==
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> django: settings: maintenancemode.tests.settings (from ini)
> rootdir: /<>
> configfile: setup.cfg
> plugins: django-4.5.2
> collected 0 items / 1 error
> 
>  ERRORS 
> 
> __ ERROR collecting maintenancemode/tests/test_middleware.py 
> ___
> ImportError while importing test module 
> '/<>/maintenancemode/tests/test_middleware.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> maintenancemode/tests/test_middleware.py:6: in 
> from django.utils.six import StringIO
> E   ModuleNotFoundError: No module named 'django.utils.six'
> 
> During handling of the above exception, another exception occurred:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> maintenancemode/tests/test_middleware.py:8: in 
> from six import StringIO
> E   ModuleNotFoundError: No module named 'six'
> === warnings summary 
> ===
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
> RemovedInDjango50Warning: The 

django-maintenancemode_0.11.7+git221001-4_source.changes ACCEPTED into unstable

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Mar 2024 13:36:12 +0100
Source: django-maintenancemode
Architecture: source
Version: 0.11.7+git221001-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Alexandre Detiste 
Closes: 1066752
Changes:
 django-maintenancemode (0.11.7+git221001-4) unstable; urgency=medium
 .
   * QA Upload
   * remove undeclared six build dep, fix FTBFS (Closes: #1066752)
Checksums-Sha1:
 c7233fb38acc9f94a188d1d66b1ab9943fccd3ed 2407 
django-maintenancemode_0.11.7+git221001-4.dsc
 a82cf102bc1954b3dd8fa46bb52349682d08402c 4320 
django-maintenancemode_0.11.7+git221001-4.debian.tar.xz
 95c6450c38661e441351707f5f239f95ad058b5e 7898 
django-maintenancemode_0.11.7+git221001-4_source.buildinfo
Checksums-Sha256:
 2860404dd686f35e8cd704ba2f3537685b26b2c070d556a4e446566b97a384db 2407 
django-maintenancemode_0.11.7+git221001-4.dsc
 433d33be67e53d8a324d179e950eb886f5bf0d63e3f9ca003934ea1c1519e7ff 4320 
django-maintenancemode_0.11.7+git221001-4.debian.tar.xz
 61534e4d969a54df2f2a4c42f47d26e85fa9b5c44cf3c73bad18192b380a0834 7898 
django-maintenancemode_0.11.7+git221001-4_source.buildinfo
Files:
 eb4cbbfc6887bf8f73e13667937b275e 2407 python optional 
django-maintenancemode_0.11.7+git221001-4.dsc
 de7acd486304b7fccb97987ccd27bd7e 4320 python optional 
django-maintenancemode_0.11.7+git221001-4.debian.tar.xz
 2496cc9e317434f10dc25fe6a29ebd4e 7898 python optional 
django-maintenancemode_0.11.7+git221001-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmX25DcRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqWxw//SGIkYqJkjn7Vo4mO1VIoQoDPa1mipIj7
uNXYDi+qYZXZQ/1vYdjQyDTS3pJTlSzKcmaJmFULyws9/5WE7KxJg2Z/jVFj+nRl
gvbQlPvD1jD1f4NQ1J1Vj4bT04h6xdnmFHhgsAgmhACb8q6diZwGIQx42XwSm7vh
sCtHCJVlg5cwAQ0cj5XFb143546I76e3Z6iLXw+8nl3T6O0pMcLWHhKoRm8dZZMw
v6BRjx3LX2mI/NExLz8/e4w9DQe/Wk2JER3dAKQC8IIr05v1FSxUI6v245dceGZF
skOROyK/rgVRPL9Iyu16XAQOOHayMqt1b2QO63usV6rSMj6jukLWtmtMubAdu52S
AvkqOl8V/ztI5Iz8nqgrd1Tdt3Xlz9P/rh7YH02bfcrFeqD1X90YwflDaulnOeJp
Q614SWMVNG+PBBlKfqxjE11eSkhT/KG3aAp7lBJ4mQzbM1mhO+PZh+AkJR2irWxl
oSCovro6cVBNNeRaornuI7b70ZcuS6u82Ig+h4B8Y+H5SqINR0bZrbID7yTPawsR
zmErWUcA5yIVr9sKcO4LDuk6Tql9HKt/wU4xoa/X/DdvnPmNEuCOBZ5z6CQWX89E
JgsOXkQjLmaQ1FBqOPFxgnsKAqaUsQrc4g2Xd+h8ePWJnH78OLa3pAjWwpBvUDVQ
JWOB0R3Guwo=
=8AtD
-END PGP SIGNATURE-



pgpLV2Jxs2gO1.pgp
Description: PGP signature


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

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

Greetings,

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



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

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



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Mar 2024 13:12:40 +0100
Source: django-wkhtmltopdf
Architecture: source
Version: 3.4.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Alexandre Detiste 
Changes:
 django-wkhtmltopdf (3.4.0-3) unstable; urgency=medium
 .
   * QA Upload
   * trim py2+3 boilerplate
   * patch-out python3-six
Checksums-Sha1:
 9a0d4db9e074b718b12b10a3c15a01edbdf884ac 2032 django-wkhtmltopdf_3.4.0-3.dsc
 a359b2a9d62234b67f39d6de95331c3351d26274 4028 
django-wkhtmltopdf_3.4.0-3.debian.tar.xz
 b639de325ba5d305d1a1f75cc48f9416584ec538 7311 
django-wkhtmltopdf_3.4.0-3_source.buildinfo
Checksums-Sha256:
 bef1c8951bda3214df5398a7b01e171cdd96f04d39d2bee92088cc33387cd35d 2032 
django-wkhtmltopdf_3.4.0-3.dsc
 3d1a2e6d77bf303b8361c7c9075b9bf309a73546a02ba615e3acc61b5d67ebf6 4028 
django-wkhtmltopdf_3.4.0-3.debian.tar.xz
 d8f00e9cfbeaf6a613eb24d17e40c2a83a0ba7ce3c404927acbdbbd7db90ccd0 7311 
django-wkhtmltopdf_3.4.0-3_source.buildinfo
Files:
 d801cab1ce6a42eb708b44e9ca39ae7f 2032 python optional 
django-wkhtmltopdf_3.4.0-3.dsc
 7d97f2aa4135586edde85a5ae5b52fea 4028 python optional 
django-wkhtmltopdf_3.4.0-3.debian.tar.xz
 01d27ef273926e89c6ea90eee04ce081 7311 python optional 
django-wkhtmltopdf_3.4.0-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmX237QRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqR+BAAggqp3P6W4AM1rHRcjbDVAfO8KUyVaA8J
PBQQ9O/+7Liy5o0TACIRvpUkl5Xu60YQpDJHc1XVAnMAcNO2G7QkXZT8rWXOM2+w
gvJztsyoQ6GcabeCmbig6GwsvfnskEXH2h96SIvegp3AdK/j2KXjeisTiplKveSi
a9+KdGo3ebSjR2B3MFrd6KUAWefNm752lptfperg5/LAzA79LX9HOQrXN4U0oaXw
1vHIi/rY2/GxPnlu4BQ/hB5SrGpCYX8n3udEgMcbf5gyDOYOzgzcLG+orkGQd3IE
ExubQ6+7xpR9nMD+N/Db9JIIhNK+F2ZTN+wgGHBk7o+gSax6D0PC181/QkOjELWO
nk8oXhAvF3UadBEUIgLJUaj1xIiZ3vvLcj3vQrUw14baVkoF8370ZOxcBJE3aNEp
ETrwxeUNwlVYJDX6rK+FwpQFqmNomyrdZUA7DbJ7zv8RzC0EdulCfUlDNo9+99YE
VpPYSl3HzZSNk3myNf1VjqJh+1X8f7J3gc4scOF2mivOwf1Z+lb3ewidPWH7B4Dr
kuhZRpNbKYfBVlyQDSMWpRaRankxpUOWPy6/a3VF0OQlNKnWWBflC7eL5gqqhHHr
prk4Ytmwa9JhLgZaMKMgGbLPsrnvdu0Kz4RXd+RnsCJaUugQgSyvjvfivp/s3blX
nb39ufKsQP0=
=Xd0Z
-END PGP SIGNATURE-



pgpslP_fSpSPN.pgp
Description: PGP signature


Processed: Bug#1066752 marked as pending in django-maintenancemode

2024-03-17 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #1066752 [src:django-maintenancemode] django-maintenancemode: FTBFS: 
dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" 
--system=custom "--test-args=PYTHONPATH=. {interpreter} -m pytest" returned 
exit code 13
Added tag(s) pending.

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



Processed: severity of 1025655 is serious

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

> severity 1025655 serious
Bug #1025655 [hovercraft] hovercraft: requires python3-setuptools
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

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