apt-build_0.12.50_source.changes ACCEPTED into unstable

2024-06-07 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2024 12:55:00 +0200
Source: apt-build
Architecture: source
Version: 0.12.50
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Santiago Vila 
Changes:
 apt-build (0.12.50) unstable; urgency=medium
 .
   * QA upload.
   [ Debian Janitor ]
   * Remove constraints unnecessary since stretch.
   * Remove constraints unnecessary since buster.
   [ Alexei Kharchev ]
   * Reduced functionality of clean-build, clean-sources.
   * Add functions clean-all-builds, clean-all-sources.
   * Add option --noclean like --noupdate, but has not realised yet.
   * Add checking if any file (gcc cc g++ c++ make gfortran) exists in 
/usr/lib/apt-build/ already.
   [ Santiago Vila ]
   * Correctly declare charset=UTF-8 for po files in debian/po already coded as 
UTF-8.
   * Recode man/po/it.po and man/po/sv.po to UTF-8.
Checksums-Sha1:
 b57081f3b2a0ea1833059544a6857d009b439cc5 1204 apt-build_0.12.50.dsc
 b466b4b0f62aed7ac798e327cd82dfa8fff47e15 46572 apt-build_0.12.50.tar.xz
 1280fba0bdf2a522617bdfbdff2de62f4e6ed5a8 5281 
apt-build_0.12.50_source.buildinfo
Checksums-Sha256:
 6a6d3b8e2a7640a6a40069b5346648c5fd164a0db87a3fb04bdbe8c35c4a428d 1204 
apt-build_0.12.50.dsc
 1c5e941c24c40e5d146685448c9fc660588e0079ff4321cd17a2761f2bdb2257 46572 
apt-build_0.12.50.tar.xz
 5681f4339e2c5fa8d3683e677f171dd5c4c45b71a560ad932023663da5f0a3e8 5281 
apt-build_0.12.50_source.buildinfo
Files:
 2edd71e1a10ab08c95ba7fbaf046f7ac 1204 devel optional apt-build_0.12.50.dsc
 ecc746856c9458335fc8f56259a93d00 46572 devel optional apt-build_0.12.50.tar.xz
 2d2cbc90822cf1403ea58a5e5828845e 5281 devel optional 
apt-build_0.12.50_source.buildinfo

-BEGIN PGP SIGNATURE-

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmZi7mgACgkQQc5/C58b
izLpRwgAh0kAHbNGNnOxcJy1evlZfqvH95EFDyxy6mphfwgBng0ry1jxeB63Epsa
gBVjO+IzRWNel/zRE3BZBhp7X5/0jp994rK4Dhi91039F+Nf2uxe0JMBMstwUpCb
Y5gt3g2buXNkC40Nst8SyhriEuqp3kAb/D9P7e90CgV6RBc0WdpgHDY+l2PCYPiZ
Nj+f63QkTP3EEowpGkY66+Ooeu2ywMrfthJyypsnz1dop8Gwu6WsSgXwMblGIdzl
gm1kaSGoCt8CMASc647wNB9/0WTb0QrpghI+ZNu1hTB3yXFKrdBkC4UkKgvRTw7l
DvSo3uAaDZNjkEwOiodJCgOPip9JsQ==
=LEor
-END PGP SIGNATURE-



pgplPszxlkh6T.pgp
Description: PGP signature


Processing of apt-build_0.12.50_source.changes

2024-06-07 Thread Debian FTP Masters
apt-build_0.12.50_source.changes uploaded successfully to localhost
along with the files:
  apt-build_0.12.50.dsc
  apt-build_0.12.50.tar.xz
  apt-build_0.12.50_source.buildinfo

Greetings,

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



Bug#1038073: magicmaze: Indirectly depends on SDL 1.2

2024-06-07 Thread Petter Reinholdtsen


Control: reopen -1
Control: found -1 1.5.1+dfsg-1

I no longer believe this is solved.  I probably messed up the packaging.
In any case, from #debian-games today:


 pere: magicmaze Depends on ruby-sdl which Depends on
   libsdl1.2debian, so no it is not solved

 pere: (I can tell that from packages.debian.org, no need to
   actually install it or know anything about Ruby)

 pere: please reopen the bug, and if the way to make it use SDL2
   is via ruby-sdl2, block it by a RFP (or ITP) for ruby-sdl2

 pere: fyi the most-correct way to tell "does it use SDL 1?" would
   be to read /proc/$pid/maps and if you see libSDL-1.2.so.* then
   yes it does

 pere: since bookworm, our libSDL-1.2.so.0 is actually a wrapper
   around SDL2, but the SDL 1.2 API has plenty of known problems, so
   I still consider it to be a (non-RC!) bug if games need to use
   that wrapper

 smcv: aha. I guess upstream need some feedback, then. :)

 pere: sorry, *since trixie

 smcv, can we plan on the SDL 1 → 2 wrapper to stay around
~indefinitely? For some non-free games that are never going to
be updated again, it is really useful.

 (side note, it’s really nice that we can chain the SDL 1 → 2 → 3
wrappers)

 pere: if upstream has implemented runtime switching between
   ruby-sdl for SDL 1.2 and ruby-sdl2 for SDL 2, then it's a
   downstream bug: someone needs to package ruby-sdl2, and then make
   magicmaze use that instead of ruby-sdl

 pere: or if upstream unconditionally uses ruby-sdl and therefore
   SDL 1.2, it's an upstream bug

 pere: I don't know which

 it seemed to implement an alternative drawing mechanism, but I do
   not know any details.  check the code. :) My project for the
   package was to migrate its packagint to git, which is complete.

 vv221: I don't intend to remove sdl12-compat any time soon, but I
   *do* want to start removing the SDL 1.2
   mixer/image/net/... libraries, which are totally unmaintained and
   sometimes security-sensitive

 OK, this might cause problems for said games. Could wrappers for
some of these be done, or is it a lost cause?

 pere: oh if you're just doing QA work on it, then you can leave
   that analysis to whoever eventually adopts it (if they exist),
   but please do reopen the bug

 I don’t have the skills to write such wrappers myself yet, but
since they would be required for my favourite non-free game I
would be willing to learn and give it a try.

 I'll cut-n-paste this dialog into the bts. :)

-- 
Happy hacking
Petter Reinholdtsen



Processed: Re: Bug#1038073: magicmaze: Indirectly depends on SDL 1.2

2024-06-07 Thread Debian Bug Tracking System
Processing control commands:

> reopen -1
Bug #1038073 {Done: Petter Reinholdtsen } [src:magicmaze] 
magicmaze: Indirectly depends on SDL 1.2
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions magicmaze/1.5.1+dfsg-1.
> found -1 1.5.1+dfsg-1
Bug #1038073 [src:magicmaze] magicmaze: Indirectly depends on SDL 1.2
Marked as found in versions magicmaze/1.5.1+dfsg-1.

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



Bug#1014636: marked as done (libnss-gw-name: Please drop package: orphaned and abandoned upstream)

2024-06-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Jun 2024 17:54:12 +
with message-id 
and subject line Bug#1072613: Removed package(s) from unstable
has caused the Debian Bug report #1014636,
regarding libnss-gw-name: Please drop package: orphaned and abandoned upstream
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.)


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

Package: libnss-gw-name
Version: 0.3-4

Dear QA team,

please remove libnss-gw-name.

It has been RFA'd/orphaned since 2015 [1] and upstream development has 
ceased because this functionality is now integrated in systemd-resolved.


[1] https://bugs.debian.org/805266

--
Gioele Barabucci
--- End Message ---
--- Begin Message ---
Version: 0.3-6+rm

Dear submitter,

as the package libnss-gw-name has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1072613

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#575781: marked as done (Please resolve IPv6 gateway too)

2024-06-07 Thread Debian Bug Tracking System
Your message dated Fri, 07 Jun 2024 17:54:12 +
with message-id 
and subject line Bug#1072613: Removed package(s) from unstable
has caused the Debian Bug report #575781,
regarding Please resolve IPv6 gateway too
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.)


-- 
575781: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575781
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libnss-gw-name
Version: 0.2-1
Severity: wishlist
Tags: ipv6

% ping6 gateway.localhost
unknown host

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

Kernel: Linux 2.6.33-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
Version: 0.3-6+rm

Dear submitter,

as the package libnss-gw-name has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1072613

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#1072613: Removed package(s) from unstable

2024-06-07 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

libnss-gw-name |  0.3-6 | source, amd64, arm64, armel, armhf, i386, 
mips64el, ppc64el, riscv64, s390x

--- Reason ---
RoQA; abandoned upstream, unmaintained
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1072...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/1072613

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)



Bug#1072613: Removed package(s) from unstable

2024-06-07 Thread Debian FTP Masters
Version: 0.3-6+rm

Dear submitter,

as the package libnss-gw-name has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1072613

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)



csstidy_1.4-8_source.changes ACCEPTED into unstable

2024-06-07 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 07 Jun 2024 13:40:58 -0300
Source: csstidy
Architecture: source
Version: 1.4-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Rafael Duwe 
Changes:
 csstidy (1.4-8) unstable; urgency=medium
 .
   * QA upload.
   * debian/copyright: Update packaging copyright information.
   * debian/salsa-ci.yml: Add to provide CI tests for Salsa.
   * debian/tests/control: Create autopkgtest.
Checksums-Sha1:
 bc060d281ee815625466c22281fdb38df17ef3ce 1829 csstidy_1.4-8.dsc
 f02a51b3b12dcca17312ac48a47b8b4b37d86542 6464 csstidy_1.4-8.debian.tar.xz
 13e3baad2c716755b75b881c88704b58eb794a3a 7182 csstidy_1.4-8_source.buildinfo
Checksums-Sha256:
 58d927d66bc8abf43bf975486fec34f686fbfec44d7003e33f33d63ad71c74af 1829 
csstidy_1.4-8.dsc
 e4db5842f513cbeb791fa0431ab438c946d2e53ebd87a4179fd806d8bf57e630 6464 
csstidy_1.4-8.debian.tar.xz
 1b6ab0b344cccb9ba79139b4eadc5fb8080db17c3918fea1e98e68260cdff3c0 7182 
csstidy_1.4-8_source.buildinfo
Files:
 b49d7d07daecf263df032bb2f0718983 1829 utils optional csstidy_1.4-8.dsc
 14dbd7645ead18e17c995d91ed9be303 6464 utils optional 
csstidy_1.4-8.debian.tar.xz
 6ae57a4a7b0fc07e262717282dd66b83 7182 utils optional 
csstidy_1.4-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmZjWlQACgkQ9LqqgNso
ukwEhQ//bHi7sMMDaZXZaV7ckJINODpk4RsNt0LgjEep8ZueY8LKm5NRVWRh4IS8
ol2kHbcsMQS5pOhij6/tS2XtC416vtxq7/a6mIyGSJYU1ZqbhluzzEek+cPoKUbN
ArY4jQZUqFbyEueDUfKjXTwSI8vbfUpxQf4qe5wS4eyu9lQBfg8dDqRU00Ut1vkK
D72MN+0Je/0H8LPRHWuY6O90TEAP/sUxq4lwDXfT9SJKlfC56COywuczrkaa1eNL
nImrXDaCHZ25ejdYNDeluYm9cB/k623L7ViWtJHdTZfJ5EEfMuGb8eMK46Uq9U4O
9GKUPGLhwP1oSuyCpysxCqy5+94ih25tPAUaXu5YByUetr3VQ2om0zEJorXvbDVJ
1klMmcWKpnHquiWv+mmEf5gpBAPQFimNQvT1eyKlaM+Gdy9RcLwc43mYdFxyYSiz
4fJq621jitREQh7RZXbux0QZpitW7+pNk2uS78Q7CR/+UUm8Zv9aBp83pC8OOVP5
6ZG5HnrUkRya8pGfenf5C0HZMuDCEyrwBeKLCjQqNj5sno5Thrx+6IEtU04DxZG6
XcKmEb0dMz1VSqa5PNUzy1udeqPFOKVW9miwnaU27kuSjz+i6OBngwn/RS+iXr2Q
x90QPWnr6oDfbq514bWvcIkhdvyYCDAcABrFxRbeK7w9ePL603I=
=Df7X
-END PGP SIGNATURE-



pgpqiWKiwiz8k.pgp
Description: PGP signature


Processing of csstidy_1.4-8_source.changes

2024-06-07 Thread Debian FTP Masters
csstidy_1.4-8_source.changes uploaded successfully to localhost
along with the files:
  csstidy_1.4-8.dsc
  csstidy_1.4-8.debian.tar.xz
  csstidy_1.4-8_source.buildinfo

Greetings,

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



Bug#1072780: src:transaction: fails to migrate to testing for too long: uploader built arch:all binary

2024-06-07 Thread Paul Gevers

Source: transaction
Version: 3.0.0-1
Severity: serious
Control: close -1 4.0-1
X-Debugs-CC: alexandre.deti...@gmail.com
Tags: sid trixie pending
User: release.debian@packages.debian.org
Usertags: out-of-sync

Dear maintainer(s),

The Release Team considers packages that are out-of-sync between testing 
and unstable for more than 30 days as having a Release Critical bug in 
testing [1]. Your package src:transaction has been trying to migrate for 
40 days [2]. Hence, I am filing this bug.


If a package is out of sync between unstable and testing for a longer 
period, this usually means that bugs in the package in testing cannot be 
fixed via unstable. Additionally, blocked packages can have impact on 
other packages, which makes preparing for the release more difficult. 
Finally, it often exposes issues with the package and/or
its (reverse-)dependencies. We expect maintainers to fix issues that 
hamper the migration of their package in a timely manner.


This bug will trigger auto-removal when appropriate. As with all new 
bugs, there will be at least 30 days before the package is auto-removed.


I have immediately closed this bug with the version in unstable, so if 
that version or a later version migrates, this bug will no longer affect 
testing. I have also tagged this bug to only affect sid and trixie, so 
it doesn't affect (old-)stable.


Your package is only blocked because the arch:all binary package(s) 
aren't built on a buildd. Unfortunately the Debian infrastructure 
doesn't allow arch:all packages to be properly binNMU'ed. Hence, I will 
shortly do a no-changes source-only upload to DELAYED/15, closing this 
bug. Please let me know if I should delay or cancel that upload.


Paul

[1] https://lists.debian.org/debian-devel-announce/2023/06/msg1.html
[2] https://qa.debian.org/excuses.php?package=transaction



OpenPGP_signature.asc
Description: OpenPGP digital signature


Processed: src:transaction: fails to migrate to testing for too long: uploader built arch:all binary

2024-06-07 Thread Debian Bug Tracking System
Processing control commands:

> close -1 4.0-1
Bug #1072780 [src:transaction] src:transaction: fails to migrate to testing for 
too long: uploader built arch:all binary
Marked as fixed in versions transaction/4.0-1.
Bug #1072780 [src:transaction] src:transaction: fails to migrate to testing for 
too long: uploader built arch:all binary
Marked Bug as done

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



Processing of transaction_4.0-1.1_source.changes

2024-06-07 Thread Debian FTP Masters
transaction_4.0-1.1_source.changes uploaded successfully to localhost
along with the files:
  transaction_4.0-1.1.dsc
  transaction_4.0-1.1.debian.tar.xz

Greetings,

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



Processed: tagging 1072784, found 1072752 in 0.11.0+5-1.1, tagging 1072615, tagging 1070693 ..., tagging 1000118 ...

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

> tags 1072784 =
Bug #1072784 [ftp.debian.org] RM: squeak-plugins-scratch -- RoQA; obsolete 
plugin
Removed tag(s) bookworm, buster, trixie, sid, and bullseye.
> found 1072752 0.11.0+5-1.1
Bug #1072752 [libcomedi0t64,libcomedi0] libcomedi0t64: contains 
soname-independent library support files
There is no source info for the package 'libcomedi0' at version '0.11.0+5-1.1' 
with architecture ''
Marked as found in versions comedilib/0.11.0+5-1.1.
> tags 1072615 + sid trixie
Bug #1072615 [src:mahimahi] mahimahi:FTBFS:build failed(error: ‘uint64_t’ does 
not name a type)
Added tag(s) sid and trixie.
> tags 1070693 + sid trixie
Bug #1070693 {Done: Sergio de Almeida Cipriano Junior } 
[src:tmate] tmate: FTBFS with msgpack-c 6.x
Added tag(s) trixie and sid.
> found 1000118 4.1.5-3
Bug #1000118 {Done: Luca Boccassi } 
[src:generator-scripting-language] generator-scripting-language: depends on 
obsolete pcre3 library
Marked as found in versions generator-scripting-language/4.1.5-3.
> tags 1000118 + sid trixie
Bug #1000118 {Done: Luca Boccassi } 
[src:generator-scripting-language] generator-scripting-language: depends on 
obsolete pcre3 library
Added tag(s) trixie and sid.
> found 1072532 1.44
Bug #1072532 {Done: Bastian Germann } [pkg-php-tools] 
dh-sequence-phpcomposer: stop creating libpcre3 dependencies
Marked as found in versions pkg-php-tools/1.44.
> tags 1072532 + sid trixie
Bug #1072532 {Done: Bastian Germann } [pkg-php-tools] 
dh-sequence-phpcomposer: stop creating libpcre3 dependencies
Added tag(s) sid and trixie.
> tags 1070694 + sid trixie
Bug #1070694 {Done: James McCoy } [src:webdis] webdis: 
FTBFS with msgpack-c 6.x
Added tag(s) sid and trixie.
> tags 1071704 + sid trixie
Bug #1071704 {Done: Andreas Tille } [src:uc-echo] uc-echo: 
tests fail with scipy 1.12
Added tag(s) sid and trixie.
> tags 1072597 + sid trixie
Bug #1072597 [src:node-chownr] node-chownr: FTBFS: failing tests
Added tag(s) trixie and sid.
> tags 1072598 + sid trixie
Bug #1072598 [src:node-decompress-response] node-decompress-response: FTBFS: 
failing tests
Added tag(s) sid and trixie.
> tags 1072600 + sid trixie
Bug #1072600 [src:node-json-parse-better-errors] node-json-parse-better-errors: 
FTBFS: failing tests
Added tag(s) sid and trixie.
> tags 1072601 + sid trixie
Bug #1072601 [src:node-mock-fs] node-mock-fs: FTBFS: failing tests
Added tag(s) trixie and sid.
> tags 1072602 + sid trixie
Bug #1072602 [src:node-parse-json] node-parse-json: FTBFS: failing tests
Added tag(s) sid and trixie.
> tags 1072603 + sid trixie
Bug #1072603 [src:node-read-package-json] node-read-package-json: FTBFS: 
failing tests
Added tag(s) trixie and sid.
> tags 1072604 + sid trixie
Bug #1072604 [src:node-stream-shift] node-stream-shift: FTBFS: failing tests
Added tag(s) trixie and sid.
> tags 1072608 + sid trixie
Bug #1072608 [src:smb2www] smb2www: FTBFS: UTF-8 "xF3" does not map to Unicode 
at /usr/share/perl5/Locale/Po4a/Po.pm line 353, <$fh> line 85.
Added tag(s) trixie and sid.
> tags 1072394 + sid trixie
Bug #1072394 {Done: Jordi Mallach } [src:fcgiwrap] fcgiwrap: 
autopkgtest failures: The requested URL returned error: 500
Added tag(s) trixie and sid.
> found 1072643 0.72-1
Bug #1072643 [po4a] Regression: po4a fails on valid non-utf8 file
Marked as found in versions po4a/0.72-1.
> found 1072586 1.2.20-8.1
Bug #1072586 [src:libtar] RM: libtar -- RoQA; Abandoned upstream
Marked as found in versions libtar/1.2.20-8.1.
> tags 1072594 + sid trixie
Bug #1072594 [src:goobox] goobox: FTBFS: UTF-8 "xFC" does not map to Unicode at 
/usr/share/perl5/Locale/Po4a/Po.pm line 353, <$fh> line 114.
Added tag(s) trixie and sid.
> tags 1072017 + sid trixie
Bug #1072017 [src:ruby-libxml] ruby-libxml: new upstream release, addressing 
test failures with libxml2 >= 2.12
Added tag(s) sid and trixie.
> tags 1072762 + sid trixie
Bug #1072762 [src:node-eventsource] node-eventsource: FTBFS: failing tests
Added tag(s) trixie and sid.
> tags 1072767 + sid trixie
Bug #1072767 {Done: James McCoy } [src:rust-shared-child] 
rust-shared-child: FTBFS: failing tests
Added tag(s) sid and trixie.
> tags 1072764 + sid trixie
Bug #1072764 [src:node-multiparty] node-multiparty: FTBFS: autobuilder hangs
Added tag(s) trixie and sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1000118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000118
1070693: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070693
1070694: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070694
1071704: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071704
1072017: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072017
1072394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072394
1072532: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072532
1072586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072586
1072594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072594
1072597: https://bugs.debian.org/cgi-bin/

idesk_0.7.5-9_source.changes ACCEPTED into unstable

2024-06-07 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Jun 2024 08:08:29 +0200
Source: idesk
Architecture: source
Version: 0.7.5-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Petter Reinholdtsen 
Changes:
 idesk (0.7.5-9) unstable; urgency=medium
 .
   * QA upload.
 .
   * Added d/gbp.conf to describe branch layout.
   * Updated vcs in d/control to Salsa.
   * Updated d/gbp.conf to enforce the use of pristine-tar.
   * Updated Standards-Version from 3.9.6 to 4.7.0.
   * Use wrap-and-sort -at for debian control files
   * Replaced obsolete pkg-config build dependency with pkgconf.
   * Use correct machine-readable copyright file URI.
   * Fix day-of-week for changelog entry 0.7.3-1.
   * Avoid explicitly specifying -Wl,--as-needed linker flag.
   * Added 50_missing_sentinel.patch to fix last compiler warning.
Checksums-Sha1:
 1927ee4d93f50d22863250eaa44f5406854d4279 1858 idesk_0.7.5-9.dsc
 5053896ba4a5b3d05142c29a7f905a3a63781c6b 8152 idesk_0.7.5-9.debian.tar.xz
 635a3f18ed2a76c54bca4856632229fbcfd9fae6 12203 idesk_0.7.5-9_source.buildinfo
Checksums-Sha256:
 d03c45c582e016ba6bd2bf6850e8f2444bd80576709dc62e8da5b446253448d2 1858 
idesk_0.7.5-9.dsc
 819a84bd92c74d40170ec8205674d5fdf983bd3d9c205843531250fea0581b81 8152 
idesk_0.7.5-9.debian.tar.xz
 8bd6977456df06717b17a6655bd14f8ad00bb847d503db001c1c1af0a4c2d130 12203 
idesk_0.7.5-9_source.buildinfo
Files:
 8e2a574d1c2ee93f387397b55c8c8138 1858 x11 optional idesk_0.7.5-9.dsc
 14cd838b27cfb60088c3a7b82a4c10c9 8152 x11 optional idesk_0.7.5-9.debian.tar.xz
 13452517ed269e0491e5744f0e47dec5 12203 x11 optional 
idesk_0.7.5-9_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmZj9cgACgkQgSgKoIe6
+w7TwRAAhSiXBhNsk6fbqndkLz6TFvo7uMnIdp319B/03dL2uXuClx1GAvjSNWBM
zUogv4blV0zQ0iLySS6oqegBNvywmkEFtPxrcrQJ9mlc2Nnuvj/KxWEuSY7Kv/Q+
CzQrsGGEZJro1Nn1K27JLwIsMfgwTOKRpzw8K43Fma8Kna+C+S3/ALEOB69d3K5Z
NqKys5PgDQfKYFaGw7k6+7yL2sUeXN3/l1KnGkeQay5wvfDpHfF3Skzb2VCRPGYs
82JyNYnNlehEDYkXR+WOiCyhnt8Aw0V4kIW40xOb9B7FAPK8Ts5EZc+/n7BM5uyp
vuiEe+lxKZ4xy2mafdYawt/zK1mnQk8au3i2y3Ia97URQrGR+BqOlv4GOwZPmFbL
h/vbtDQy/koLhlZT0bcKtEULzYkFv0z4D5f1S83p3yt3eajYxT0P6llHP1X9z7QU
hvajW/8qJ4+M3j0p/PGDIFafyql3FhgDl80+xGZdvr1HeM9hozMXHZz041gMYB52
I8XvnKIqIEccCKDedI9i+gbwWh4xOpwYMKbwdQ/xy4VpuwEMa3CVJ6f6OfqimiAW
rm1yZlrvvL+WpmUDJ4WOqEmE05FCxmd0mHwctyUozw6vQrJKVOH/N3bcyV2c40iD
Z4biRdQXXdiHaAacbKvjz6aeX6jNfV2O2xailDnjPSso6wiJW0U=
=WcWo
-END PGP SIGNATURE-



pgpNjla0MMo7c.pgp
Description: PGP signature


Processing of idesk_0.7.5-9_source.changes

2024-06-07 Thread Debian FTP Masters
idesk_0.7.5-9_source.changes uploaded successfully to localhost
along with the files:
  idesk_0.7.5-9.dsc
  idesk_0.7.5-9.debian.tar.xz
  idesk_0.7.5-9_source.buildinfo

Greetings,

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