Processing of python-openflow_2019.2-3_source.changes

2022-11-12 Thread Debian FTP Masters
python-openflow_2019.2-3_source.changes uploaded successfully to localhost
along with the files:
  python-openflow_2019.2-3.dsc
  python-openflow_2019.2-3.debian.tar.xz
  python-openflow_2019.2-3_source.buildinfo

Greetings,

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



Bug#954264: openvpn-auth-radius: Support for verify-client-cert openvpn 2.4 directive

2022-11-12 Thread Zhaofeng Yang
Package: openvpn-auth-radius
Version: 2.1-7
Followup-For: Bug #954264
X-Debbugs-Cc: yangzhaofengste...@gmail.com

Dear maintainer,

I also have this problem and see a resolution at
https://github.com/ValdikSS/openvpn-radiusplugin/issues/14#issuecomment-596705958

Also, I have generated a patch for it. It seems to work well with my
server.

--- openvpn-auth-radius-2.1.orig/Config.cpp
+++ openvpn-auth-radius-2.1/Config.cpp
@@ -180,6 +180,15 @@ int Config::parseConfigFile(const char *
  
this->clientcertnotrequired=true;
  }
  }
+ if (param == "verify-client-cert")
+ {
+ this->deletechars(&line);
+ //if (line == 
"verify-client-certoptional" || line == "verify-client-certnone")
+ if (line != 
"verify-client-certrequired")
+ {
+ 
this->clientcertnotrequired=true;
+ }
+ }
  if (param == 
"username-as-common-name")
  {
  this->deletechars(&line);

Regards


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

Kernel: Linux 5.10.102.1-microsoft-standard-WSL2 (SMP w/8 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages openvpn-auth-radius depends on:
ii  libc62.31-13+deb11u5
ii  libgcc-s1 [libgcc1]  10.2.1-6
ii  libgcc1  1:8.3.0-6
ii  libgcrypt20  1.8.7-6
ii  libstdc++6   10.2.1-6
ii  openvpn  2.5.1-3

openvpn-auth-radius recommends no packages.

openvpn-auth-radius suggests no packages.

-- no debconf information



Bug#1022459: marked as done (python-openflow: FTBFS: distutils.errors.DistutilsClassError: command class must subclass Command)

2022-11-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Nov 2022 10:01:56 +
with message-id 
and subject line Bug#1022459: fixed in python-openflow 2019.2-3
has caused the Debian Bug report #1022459,
regarding python-openflow: FTBFS: distutils.errors.DistutilsClassError: command 
class  must subclass Command
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.)


-- 
1022459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022459
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-openflow
Version: 2019.2-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py clean 
> /<>/setup.py:9: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.clean import clean
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> Traceback (most recent call last):
>   File "/<>/setup.py", line 112, in 
> setup(name='python-openflow',
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
> return distutils.core.setup(**attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 172, in setup
> ok = dist.parse_command_line()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 474, in parse_command_line
> args = self._parse_command_opts(parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1107, in 
> _parse_command_opts
> nargs = _Distribution._parse_command_opts(self, parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 540, in _parse_command_opts
> raise DistutilsClassError(
> distutils.errors.DistutilsClassError: command class  '__main__.Cleaner'> must subclass Command
> E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: 
> python3.10 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned 
> exit code 13
> make: *** [debian/rules:7: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/python-openflow_2019.2-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-openflow
Source-Version: 2019.2-3
Done: Stefano Rivera 

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

Debian distribution maintenance software
pp.
Stefano Rivera  (supplier of updated python-openflow 
package)

(This message was generated a

python-openflow_2019.2-3_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 10:52:11 +0200
Source: python-openflow
Architecture: source
Version: 2019.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Stefano Rivera 
Closes: 1022459
Changes:
 python-openflow (2019.2-3) unstable; urgency=medium
 .
   * QA upload.
   * Patch: setuptools 60 support. Closes: #1022459
Checksums-Sha1:
 d71115989cc3f3f3f64806c0b8180009caf4d51a 1470 python-openflow_2019.2-3.dsc
 71d7a53b3152cb68d82af097296a19b0b817570d 9644 
python-openflow_2019.2-3.debian.tar.xz
 9d34f2afc0b829e7721175675af5b398f196cdbf 6035 
python-openflow_2019.2-3_source.buildinfo
Checksums-Sha256:
 544de8270e89e5de868c311ec564c253d7cb823c74da8bacacb601f9b880e484 1470 
python-openflow_2019.2-3.dsc
 b3e8e8dd79cf2fb71fd3aeacf6ed3439c61b81e193f4ce34b26b99bbc47fbc02 9644 
python-openflow_2019.2-3.debian.tar.xz
 1574945f6c7b9664d059c4a3bc4a0878070cac77e5030d078dfb7f09f5c03165 6035 
python-openflow_2019.2-3_source.buildinfo
Files:
 900c5c90fb17eaa28d84bbdc4ddd5f47 1470 python optional 
python-openflow_2019.2-3.dsc
 2efd078758bcbe6a85759b6e77b4cb72 9644 python optional 
python-openflow_2019.2-3.debian.tar.xz
 ce518ce0499bd759b511743ad8100638 6035 python optional 
python-openflow_2019.2-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY29e8xQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2LjiAP41P/v4jFMekfSe0cjeWmtgqdkE8csW
At3gMA6b/2KLXgD/QQuPUJuGc9kPGosCnbDaXVCd9xYkUCGWG2p0ovHucAk=
=RSpq
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#954264: marked as done (openvpn-auth-radius: Support for verify-client-cert openvpn 2.4 directive)

2022-11-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Nov 2022 11:49:06 +
with message-id 
and subject line Bug#954264: fixed in openvpn-auth-radius 2.1-8
has caused the Debian Bug report #954264,
regarding openvpn-auth-radius: Support for verify-client-cert openvpn 2.4 
directive
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.)


-- 
954264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954264
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openvpn-auth-radius
Version: 2.1-7
Severity: normal
Tags: upstream

Dear Maintainer,

the current version only checks for the 'client-cert-not-required' directive in
the  openvpn server configuration. This directive has become deprecated since 
version 2.4 of openvpn.

A potential fix has been discussed at the corresponding github issue #14.

A currently available remedy for users is to include both the 
'client-cert-not-required' and the 'verify-client-cert [none|optional]' 
directives in the server configuration. This works for openvpn version 2.4, as
the option is marked as deprecated, but will stop working for version >=2.5. 

All the best.


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

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

Versions of packages openvpn-auth-radius depends on:
ii  libc62.28-10
ii  libgcc1  1:8.3.0-6
ii  libgcrypt20  1.8.4-5
ii  libstdc++6   8.3.0-6
ii  openvpn  2.4.7-1

openvpn-auth-radius recommends no packages.

openvpn-auth-radius suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: openvpn-auth-radius
Source-Version: 2.1-8
Done: Shengjing Zhu 

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

Debian distribution maintenance software
pp.
Shengjing Zhu  (supplier of updated openvpn-auth-radius 
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: Sat, 12 Nov 2022 19:31:32 +0800
Source: openvpn-auth-radius
Architecture: source
Version: 2.1-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Shengjing Zhu 
Closes: 954264
Changes:
 openvpn-auth-radius (2.1-8) unstable; urgency=medium
 .
   * QA upload.
   * Add patch to support verify-client-cert directive in openvpn 2.4
 (Closes: #954264)
   * Bump debhelper-compat to 13
   * Drop ddeb-migration
   * Move package source to salsa.debian.org
Checksums-Sha1:
 7b0f5687d97ac248d3b8a1eacd3c9e525397908f 1372 openvpn-auth-radius_2.1-8.dsc
 0054b32c5754855cb1928bc1c59ed8c77472ffa8 5216 
openvpn-auth-radius_2.1-8.debian.tar.xz
 881ee43d3f588a79cf30057fc08da9f44f34fb12 5962 
openvpn-auth-radius_2.1-8_amd64.buildinfo
Checksums-Sha256:
 88e8a02e1bed86cfa31c8bdfda36b29face8aed847f9c37f7c717a4337141a06 1372 
openvpn-auth-radius_2.1-8.dsc
 0b8352802a445d0f246555f85106286d620c99748d83ae69a302cb2670e1826d 5216 
openvpn-auth-radius_2.1-8.debian.tar.xz
 7eaeff6a7241e9b7cd568ae830a97792e465fe248462204b521eb2aedf962f2c 5962 
openvpn-auth-radius_2.1-8_amd64.buildinfo
Files:
 ed810eb101980863ca96a3f64d862bff 1372 net optional 
openvpn-auth-radius_2.1-8.dsc
 89666ef9adce003f599639db1b5a3b4b 5216 net optional 
openvpn-auth-radius_2.1-8.debian.tar.xz
 c8c84a747a3e4cbb0c969b36d25687d3 5962 net optional 
openvpn-auth-radius_2.1-8_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCY2+GEhAcemhzakBkZWJp
YW4ub3JnAAoJEH9E+iXqVRTLHewA/2jmpmQSfeOfpYac0HfAIo229/r+4JMpAf8p
5fOKXiJJAP4/VQLb87dExhBDo950aAB0Brtebs/N9cu84Y6ELxcVCQ==
=MiYc
-END PGP SIGNATURE End Message ---


Processing of openvpn-auth-radius_2.1-8_source.changes

2022-11-12 Thread Debian FTP Masters
openvpn-auth-radius_2.1-8_source.changes uploaded successfully to localhost
along with the files:
  openvpn-auth-radius_2.1-8.dsc
  openvpn-auth-radius_2.1-8.debian.tar.xz
  openvpn-auth-radius_2.1-8_amd64.buildinfo

Greetings,

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



openvpn-auth-radius_2.1-8_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 Nov 2022 19:31:32 +0800
Source: openvpn-auth-radius
Architecture: source
Version: 2.1-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Shengjing Zhu 
Closes: 954264
Changes:
 openvpn-auth-radius (2.1-8) unstable; urgency=medium
 .
   * QA upload.
   * Add patch to support verify-client-cert directive in openvpn 2.4
 (Closes: #954264)
   * Bump debhelper-compat to 13
   * Drop ddeb-migration
   * Move package source to salsa.debian.org
Checksums-Sha1:
 7b0f5687d97ac248d3b8a1eacd3c9e525397908f 1372 openvpn-auth-radius_2.1-8.dsc
 0054b32c5754855cb1928bc1c59ed8c77472ffa8 5216 
openvpn-auth-radius_2.1-8.debian.tar.xz
 881ee43d3f588a79cf30057fc08da9f44f34fb12 5962 
openvpn-auth-radius_2.1-8_amd64.buildinfo
Checksums-Sha256:
 88e8a02e1bed86cfa31c8bdfda36b29face8aed847f9c37f7c717a4337141a06 1372 
openvpn-auth-radius_2.1-8.dsc
 0b8352802a445d0f246555f85106286d620c99748d83ae69a302cb2670e1826d 5216 
openvpn-auth-radius_2.1-8.debian.tar.xz
 7eaeff6a7241e9b7cd568ae830a97792e465fe248462204b521eb2aedf962f2c 5962 
openvpn-auth-radius_2.1-8_amd64.buildinfo
Files:
 ed810eb101980863ca96a3f64d862bff 1372 net optional 
openvpn-auth-radius_2.1-8.dsc
 89666ef9adce003f599639db1b5a3b4b 5216 net optional 
openvpn-auth-radius_2.1-8.debian.tar.xz
 c8c84a747a3e4cbb0c969b36d25687d3 5962 net optional 
openvpn-auth-radius_2.1-8_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCY2+GEhAcemhzakBkZWJp
YW4ub3JnAAoJEH9E+iXqVRTLHewA/2jmpmQSfeOfpYac0HfAIo229/r+4JMpAf8p
5fOKXiJJAP4/VQLb87dExhBDo950aAB0Brtebs/N9cu84Y6ELxcVCQ==
=MiYc
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#823138: marked as done (python-djvulibre: please make the build reproducible on i386)

2022-11-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Nov 2022 14:39:56 +0100
with message-id <7842ee51-9d6b-8e1f-f5fb-557dec761...@inventati.org>
and subject line 
has caused the Debian Bug report #823138,
regarding python-djvulibre: please make the build reproducible on i386
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.)


-- 
823138: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823138
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-djvulibre
Version: 0.7.1-1
Severity: wishlist

python-djvulibre doesn't build reproducible on i386. I can't tell yet
what's the problem here, but I'll get into this, soon.

Thanks,
DS

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

Kernel: Linux 4.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---

Version: 0.8.8-3

Hi,

the package builds reproducible on i386 now.

Best regards
Philip


OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---


Bug#851540: visual-regexp: Missing basic documentation

2022-11-12 Thread Braulio Henrique Marques Souto
Hello Karl Schmidt.

Regarding the reported BUG, I have uploaded QA to the visual-regexp package and 
made a lot of updates, among them I rewrote the entire man page for 
visual-regexp from version 3.1-6.

So I answer your bug reported to let you know that parts of the documentation 
that were missing, are now missing.

Regards
-- 
  Braulio H. M. Souto
  E-mail:brau...@disroot.org / XMPP:brau...@suchat.org
  FB39 DE61 869F 49D5 CCC8 3AE0 D53A 15D9 83A1 0B94



Processing of dablin_1.14.0-2_source.changes

2022-11-12 Thread Debian FTP Masters
dablin_1.14.0-2_source.changes uploaded successfully to localhost
along with the files:
  dablin_1.14.0-2.dsc
  dablin_1.14.0-2.debian.tar.xz
  dablin_1.14.0-2_source.buildinfo

Greetings,

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



Processing of mstch_1.0.2-4_source.changes

2022-11-12 Thread Debian FTP Masters
mstch_1.0.2-4_source.changes uploaded successfully to localhost
along with the files:
  mstch_1.0.2-4.dsc
  mstch_1.0.2-4.debian.tar.xz
  mstch_1.0.2-4_source.buildinfo

Greetings,

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



dablin_1.14.0-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 10:12:38 -0300
Source: dablin
Architecture: source
Version: 1.14.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 dablin (1.14.0-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #972989)
Checksums-Sha1:
 bfe4846c87155007a24d8c1afbe3b6d446255d29 1777 dablin_1.14.0-2.dsc
 311d0f0ff4bab476d769bee191c812d47a9a860b 3216 dablin_1.14.0-2.debian.tar.xz
 1560e557736d422c58ef0612c11c3c148003213c 16263 dablin_1.14.0-2_source.buildinfo
Checksums-Sha256:
 2b0489007212ccbbf10df12da2b43b8e1ddb4bb9c9a989c76d97ac3404834af9 1777 
dablin_1.14.0-2.dsc
 e34b1e6d41a3b53fc0eb786a56fa66185c3e56ad3fb782a8c04ab6b4ef292f63 3216 
dablin_1.14.0-2.debian.tar.xz
 37d59ea979ecb1e697d16d9c899afc3b8849d1d0c7fae2447538186cf5036cfb 16263 
dablin_1.14.0-2_source.buildinfo
Files:
 418d01eb037d6559d33340e77e10a005 1777 hamradio optional dablin_1.14.0-2.dsc
 781289e3401676eed61362f524f3fdb3 3216 hamradio optional 
dablin_1.14.0-2.debian.tar.xz
 dce55b3cca4553790e5e475937a5ed44 16263 hamradio optional 
dablin_1.14.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNvtE4ACgkQ9LqqgNso
ukx8/Q/8CQ/dnIc+Tk1CuGw5x5vgKy7VpFfllXSlbdPTZAcb4ftoDYlwthdB6+8v
18YDPgfsnwFZXG2Qrb5wWKqw8rxh+JPTuPNNTInVWxcnH2YEFYDzzBHkQ1PQ9iuR
acLpld6RLN+AnuyXVzf+t7z0fLTc9xFKVlxP+ZwxAriaeAWG+2LZIGx+uHcfo8It
4iaXBenGK0ngnbfigLcCj/EuyWq+/X4rzMApxbhTPL2qfe6GeXOo57J3dZ6bs/Wh
NwCbDQvonopPRMftpzwmqhda3ShZYA6JV+17OqE6LwZrjLs6MX7VaJ156jC9iX6h
guL3x7bKkQpLTPVLwAh0VwPQFba5bfrNBHwX8ZnLMh/dk4bnwCtRqNBEjiV3yGLa
dQDwBbOPpNGk2PK07cYxiUAurhp8W+yjDOFZQ1KFsXWUG/6w9nBpg4nXJa4+diZx
NZLwaNlBS11DgIFi71TtTX+Ee5CXuaUFJTubzzCcn7brYLYgQU/0yZ0Mpv+oCM6e
sXpBna5AtElkZGByxcsr1JLkUTeJYWBXCnrH3h3JtSH1pNBlDEyp1PU/wLbSUgMl
p1ZHK6iNVjB1TGcPZu/h8JbqWiVj/Tk7ouV2hClhyd524RLPIu9Yxj3GESA3hy6P
y/rayd0BtmqiGI9odheCWxo7gp3RxpkHl2WxpCL4bGdBE+61zzw=
=+9Gh
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



mstch_1.0.2-4_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 09:08:12 -0300
Source: mstch
Architecture: source
Version: 1.0.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 mstch (1.0.2-4) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #963926)
Checksums-Sha1:
 6af3e824696b5f46e89d873d7d9692651b0af953 1739 mstch_1.0.2-4.dsc
 990cd6b643b4a6f6bf7119e9ef98feaef618048c 2720 mstch_1.0.2-4.debian.tar.xz
 2fe482178f9875e2115fe994780c61e15b9049e8 7153 mstch_1.0.2-4_source.buildinfo
Checksums-Sha256:
 1917bbda70f301b5bae18d19c838ec033b6a857fab9a4aba5adcbd2c692e7357 1739 
mstch_1.0.2-4.dsc
 4959aa075450f88a98d3ca8c07a2d6a81340a71c4112bf889262ef42b94145a4 2720 
mstch_1.0.2-4.debian.tar.xz
 84cd8a0c131b927b2b7bf0ac5803488820d0fa3c1d31fb5e626bcdf5cb7e1179 7153 
mstch_1.0.2-4_source.buildinfo
Files:
 47e6e9a2fccf786cf56092b41db511d7 1739 libs optional mstch_1.0.2-4.dsc
 b18d7afc4e251d9ac86662191adfee14 2720 libs optional mstch_1.0.2-4.debian.tar.xz
 9436d4087419ef535b810afef133de01 7153 libs optional 
mstch_1.0.2-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNvs3EACgkQ9LqqgNso
ukwqEg//cIGxihwyysQiYCg9haOECXFD1gJV3zFW6pPQOkSDepVpxyw8vq67lVlF
zRA3dSz3Y6LAJG0iDdHvwKCGjMmsu5tB4Jh+6KtM34eJD5JX6SqRfLwo5NycV0JX
0+BSvyaC7+IPykAb1HvsrmWieGNIAGjNgMdXUw15zk5C6+ThWFs69650J6qByylc
wJ5R+cw6FypYLmIiVZ/Q+UzjzmpYXuMlDqzPhIrQMWvjaBSuC0U+Y+mDOKRWsWnI
cnHrJjWKGPDL0mznZbcCxbFM6R5tH3X4fJY1ggvUo9gXLxfFvOk9oa2PJUlRAR9G
TZNhNitsMV1cyGn3JxGFPO9l5T842P84XgB9jpl/9uCKQb64CiDVZPu4MfhVudrZ
QP/z6R8LkJmCxpqvY00W/+PjyuSAV3stu3Lm6+W+uqj+XbbsDrow0eLllbx+xwV0
JHptu04TcQSL5sYhmFoUJDzZU1OBNlChv2ok9KtwDgZNvmst6ZIWAJ1lgB1ReJzd
VeFu0sUeN1zbqJD09GdLO1f1WKAVvnDGFCM04izj0z9/+7StxqKnnNbUmTqeLqnG
iNmZ/Vck0LCBzHwTPKYdbVlA8qGf8bBTgJpbXMSUybbJaPDXmFxp02nNF17KYfww
eT9nHqxJTerO+QdI1TYZVWATdkv35KACl/Aedr5mAzhiNLQFngo=
=3XqR
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of adlibtracker2_2.4.24-2_source.changes

2022-11-12 Thread Debian FTP Masters
adlibtracker2_2.4.24-2_source.changes uploaded successfully to localhost
along with the files:
  adlibtracker2_2.4.24-2.dsc
  adlibtracker2_2.4.24-2.debian.tar.xz
  adlibtracker2_2.4.24-2_source.buildinfo

Greetings,

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



Processing of inputlirc_33-2_source.changes

2022-11-12 Thread Debian FTP Masters
inputlirc_33-2_source.changes uploaded successfully to localhost
along with the files:
  inputlirc_33-2.dsc
  inputlirc_33-2.debian.tar.xz
  inputlirc_33-2_source.buildinfo

Greetings,

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



Processing of ifscheme_1.7-7_source.changes

2022-11-12 Thread Debian FTP Masters
ifscheme_1.7-7_source.changes uploaded successfully to localhost
along with the files:
  ifscheme_1.7-7.dsc
  ifscheme_1.7-7.debian.tar.xz
  ifscheme_1.7-7_source.buildinfo

Greetings,

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



Processing of bygfoot_2.3.2-3_source.changes

2022-11-12 Thread Debian FTP Masters
bygfoot_2.3.2-3_source.changes uploaded successfully to localhost
along with the files:
  bygfoot_2.3.2-3.dsc
  bygfoot_2.3.2-3.debian.tar.xz
  bygfoot_2.3.2-3_source.buildinfo

Greetings,

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



Processing of geotranz_3.7-2_source.changes

2022-11-12 Thread Debian FTP Masters
geotranz_3.7-2_source.changes uploaded successfully to localhost
along with the files:
  geotranz_3.7-2.dsc
  geotranz_3.7-2.debian.tar.xz
  geotranz_3.7-2_source.buildinfo

Greetings,

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



adlibtracker2_2.4.24-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 10:40:22 -0300
Source: adlibtracker2
Architecture: source
Version: 2.4.24-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 adlibtracker2 (2.4.24-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #973357)
Checksums-Sha1:
 2c45942d0b349be56d32d1f53645e7f117265be6 1786 adlibtracker2_2.4.24-2.dsc
 a795c48559862d0b209f566d9fa6ea2d8279c8e4 2788 
adlibtracker2_2.4.24-2.debian.tar.xz
 ef2ce94c5870dcf8c5f7b8bbf0650514359a9ce4 13714 
adlibtracker2_2.4.24-2_source.buildinfo
Checksums-Sha256:
 2ca0f9224f0b62c5c81838c6991a8315305b406805f1e969d66cef80903dd2a8 1786 
adlibtracker2_2.4.24-2.dsc
 cfea78bf9a970ca210c333f370ee1d097e6902d3268376f5c4128df7504d 2788 
adlibtracker2_2.4.24-2.debian.tar.xz
 0e17443dfd3ed896aa6f66e72959d5c579b9a4c526598fa7a1289167520897e2 13714 
adlibtracker2_2.4.24-2_source.buildinfo
Files:
 c6158a492edf6a29c04f93c976f7e07b 1786 sound optional adlibtracker2_2.4.24-2.dsc
 dc285d96fe7bff8a16f0788d187f7ad7 2788 sound optional 
adlibtracker2_2.4.24-2.debian.tar.xz
 9bb43cc8a78711f839a004f7714f0ce4 13714 sound optional 
adlibtracker2_2.4.24-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNvtIcACgkQ9LqqgNso
ukxgkg//TuEnzh+9MTFNezfLa3ijVIXhKsuc7ZUSYrKqvbb1vuzGBkhBgfKqRK8g
wznGaTasQgtldJ28zGjRyoLOqQl7pqgnr01ZFWaIKb82ZQBeus3p6q1I0O4UkLEg
0ddFlX/70e9pZyHlBSJqwHGBtku6s8hhmzgS967cmmnYzQevG5tKdWr764sS8YCH
W5i/5gjSEESEIxZNThuXiqzMFw5fzKhG5/v/uhzFQ3o/TUhU7vFSiSrX+pJO06R/
s4beNvGlBtEd/ujv6OvPWyxo/haS9WJSNGB+vCp0SZMI4gOSJQzAlQJDjMtWayAg
a/grTqMjIDiHBYjgGU4VHBFxUpcydETKcalpyUi9AJLi/bi9lxX7oslL9hjRRT9Q
E3yL32uzvy4hjTBKTPo6P8aU+89Sr21f1z5ugiYzHnDXbxs6mW7XfCzgBNih/O/P
sIrW8ZsBi8vOATJM+6FmIqNTLVk9gFFSU7CSGqi9QNeH4rhwwyNMEkDPGjNiak4Y
tlbY5EsKZe/z1Kx07XMXx4b48MFtp1FRYZvZ42iSAUyNO4N2WLxBvsa0HRd7Ni67
LYB+JvRioyEBrwwLf56nw6Qq+DKcT8X5k+6kZG4n96Crb/2DyO0JHcco7o+UmnJ2
irXyfW+QV5BIUOH4jaAwgjjL+7I67YSvqdfUKsqeIEmQhDr8lk0=
=jstO
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



bygfoot_2.3.2-3_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 09:59:58 -0300
Source: bygfoot
Architecture: source
Version: 2.3.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 bygfoot (2.3.2-3) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #970700)
Checksums-Sha1:
 d6fd47d00069f2facdf5a91c750161b398dfac75 1878 bygfoot_2.3.2-3.dsc
 fc6ca9c732086416145c833b070681b745210143 7924 bygfoot_2.3.2-3.debian.tar.xz
 81c312c763ecbb83512120f0481fb5cbf032f1bf 11646 bygfoot_2.3.2-3_source.buildinfo
Checksums-Sha256:
 6888dac45bba6f1b48384c55884c68e28de57f0780166cbaf0bd4580d6a5fa24 1878 
bygfoot_2.3.2-3.dsc
 15100a4f3ff8891050387cec43515d86b28e513bdf07ca2e02a76f90d29465db 7924 
bygfoot_2.3.2-3.debian.tar.xz
 9513ae48e05cb2f08e8585b81f4d81698e6e9fea946bdb1b81d2cdda5ad65bff 11646 
bygfoot_2.3.2-3_source.buildinfo
Files:
 314a79afeea55f8a45e8c3ff8decba9b 1878 games optional bygfoot_2.3.2-3.dsc
 a7d536049d8833798113a0fb87fc2d61 7924 games optional 
bygfoot_2.3.2-3.debian.tar.xz
 bd10a11c1abb402f8f9b29326b76a06f 11646 games optional 
bygfoot_2.3.2-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNvtBUACgkQ9LqqgNso
ukyNeg//Ye4F1wIOH7xzB6tgBJV0IrzUwgkNaGG90Fa5Hg2IH4sC8s1plMfyqj7j
AwBOkeQWraKZrMHOCckd441s3pNE819uR9GsusDQ3kT+Kncn9p/0N1LYd2h/K1MT
FT5/kELzOC3Nr0Bd39jXR5gmVw1P+tJnsllZA7gxYSZ6KoZ+TTDt85YVbG6G401n
FFzHpeGMJQ5OwsIAOOaCvjkbsPE5aI3lbyBYROHduzHYFZJFcIJaL/Log3KYtqVb
Nb1cv10tQoYCup7w7SbsjedM9iTsSXGRG8ns4/rI72cUT49CoZNyPp4B5KGTa10b
aTqwiWV8JPp9DrJoCGBTN+9gJZ2zfFBGmx5YAt4unn11qLCQak40mFOO7MhxQR4f
Wkgm1QZR32ASEs2N4cNQHMkTsuM0vS9X9uRGworaU9uUZ5o5XAb/H9V06r38KM5t
RrCuYU2FTlf+aX8IxQz/a0+7peQZLxvQfFhLMVXt8TbXSOTRu/bHYoCBDqR9iPUy
JjY0nCaoTp8hzF80M0yGttYc0lcLe7mlaaHvGZjviLjn9sUVDsvAF24p3pAH3vGr
FadK592aZBxoumZcpqBj3jdmcNInVBKUHxLeTMQYt9bnbXahrDxlXnSFOOghadGk
wqiL2ge9iLh5Wz0aIBhQAyMatl41IIohq8ePxxG8GnRKROIrX7w=
=WgtT
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



geotranz_3.7-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 10:27:05 -0300
Source: geotranz
Architecture: source
Version: 3.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 geotranz (3.7-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #972990)
Checksums-Sha1:
 9370ef7319aa9416228af7bbbe1c32b6819b2b0e 2039 geotranz_3.7-2.dsc
 4ce755456ebb1bc7fd027905ddffaebe4f593516 13800 geotranz_3.7-2.debian.tar.xz
 e2c73da4e766fbcdf6f3b22eb7357358b024add7 11420 geotranz_3.7-2_source.buildinfo
Checksums-Sha256:
 ed109a435bcce9ca4681d3865770bd7179ffb33811487f3fdb936222f746885a 2039 
geotranz_3.7-2.dsc
 4c92e231c23e8791ca0be606648b7fe4ca232a3df076067d87f8a74993a70614 13800 
geotranz_3.7-2.debian.tar.xz
 dd08a555b706545e5d0a2c38c36c0f90ef14905f84c6e14e0b5767bc64230ead 11420 
geotranz_3.7-2_source.buildinfo
Files:
 1d2584409beeafa64d6ce5ac4471c13f 2039 utils optional geotranz_3.7-2.dsc
 05a38bff007bf7dea4ced59da4fdac26 13800 utils optional 
geotranz_3.7-2.debian.tar.xz
 3d82429f702c22e1961c282d6e08ef89 11420 utils optional 
geotranz_3.7-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNvtGgACgkQ9LqqgNso
ukwaxA//Zzt7XnkrRN6gHbEJYQh4s80OnaLu5aIF1zhlE9F0zsdD90501PSMJl1m
iiNRfEgrfw14Fy/ak/RkiXhhcv74JIDdrFaI8DXIjlYK5EzxF6u2leN5weZvWkov
O4Sm2/CAyHTq8jFAk4zf2yOa6rVU7D3/pJjLMZxWT2rlRvqU0vUcH8Cgs9nfJciF
akCUIoSkS522at2UMP6Ar01GXQRVME5/T1CuhWYubZu3DHf11Ag3DpcSFFpwwAkY
zy7VkW/n4+KvorJ9d/Gq8PDMDZS2eVOp+JcWfKbOyw3eOszCO+BCXgLwphcJ+kTc
MlKlGrXciWXqOdW+I4fi1Z8hBnxC5JTaWGlK5eAdWdUHoKvKl1wx0ucvvsaLuBcJ
KDyiSN1hsU1XqcRexqbCQo9mTFxqkl3XDSz+dQN8jWLwtXjUw/pNVgmNCcWgyi6H
oE5us1ZFFI0G62ts2eXMAbg31Lwavm4+oGtmgr+tW7F5DBeZETBjs4ynbAU3kqjY
dkDLjt8wiT1E+1aawuKmhv+5g9sinu6Gh5YjWh2OEm6Ed/tQF1BJbdo2ox9md+gt
men++orPth9yuwmEWZ8eb47jlvdbRCUQi18Vdci28vj+167VVSOXADbU282GW0ET
rWohgLOULri2omUVyRbfuV7NfUMoRvCbH6s76xPXZlIOso8egHs=
=vHsJ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of dtmf2num_0.1.1-2_source.changes

2022-11-12 Thread Debian FTP Masters
dtmf2num_0.1.1-2_source.changes uploaded successfully to localhost
along with the files:
  dtmf2num_0.1.1-2.dsc
  dtmf2num_0.1.1-2.debian.tar.xz
  dtmf2num_0.1.1-2_source.buildinfo

Greetings,

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



ifscheme_1.7-7_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 09:22:24 -0300
Source: ifscheme
Architecture: source
Version: 1.7-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 ifscheme (1.7-7) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #963893)
Checksums-Sha1:
 04fa93af868ab09c7552f74fe5bc2783f5023120 1654 ifscheme_1.7-7.dsc
 bddd2682772497e606e8161e628fe00bcf816354 5792 ifscheme_1.7-7.debian.tar.xz
 efa44dbfe5d219b545dad7d81f6854c11db11434 6299 ifscheme_1.7-7_source.buildinfo
Checksums-Sha256:
 61ba7f309c5dc2de4b512bf63c35e11fd8f79c0c61e85b31598231d618ffccb2 1654 
ifscheme_1.7-7.dsc
 2352f6ab95b9bb6b4d29a2f024cd05409e9b117a6690e1744ae7623bc47f2b1f 5792 
ifscheme_1.7-7.debian.tar.xz
 613db14ad85cad8dcc8cc1ae8d7c01ba859a3e02428e61c27728962e56d05d37 6299 
ifscheme_1.7-7_source.buildinfo
Files:
 e1abfd8ee7f4c5a41f3129287c0095b8 1654 net optional ifscheme_1.7-7.dsc
 929c0b34f381ffcaee0eb423aa6c8dbb 5792 net optional ifscheme_1.7-7.debian.tar.xz
 a7e170f774040e31bdcfca6fc6e6f0e1 6299 net optional 
ifscheme_1.7-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNvs5oACgkQ9LqqgNso
ukxN3g/+PdQYJHdW4LZE9w51LYAyVfnootnGhu8InG1AStRop6plUn7UDsIav1sv
E3cc+9DJK/KCLdElFH2TT58hNHYrQvIV5ayyrw4G0+B/7ombFE3MIfBLLH6vUjua
grNx40aSl+7q/x5p9BZUq2Hpj56CIkOv4G1k0e1jzv4gnuCN2c8zegrzzdzNr9gQ
/1Rv95y4hqnWmD9kPeRvvvNykY77g32Qx9sUWdEYPfZec/Rl2Ij0auaLGHyH6Xny
honwXUBlMhYxoKQ9mCQRqVOVtWSoA2O63bjQLzvmUQEd8kfEmqUhOlXUJQpie1iB
oMeSGXdsltgIvQ8b8V9M0utaNNQOeKMIk7mKpzl/LZwkTOAb8hDiktlYaJsr1+B8
CgECpTBgZK33YtbIz7tRkWT2y/r5CPOt8EvcJJNZt3Ehde6P5vkFB5h4yd7Xise2
/jNf7/zwYt0LJSLx1WGYVYZd3tDcuZGf1pZmPu7d/1XW1lM5ODc3evGwKcKoF+Tu
wFSDWS/fxR/voPsRiZuhH1BeCmKiBBnWTXRRpMpVBhaecsECNTDXC1eV8Sv7rI5+
cX4owcPhF5GPakTEwQSP3e38WH4PWfRS2bnA4wcZkbQhyeTJLGAvRSoY4wkneDr1
QShAwHJbJAEta1vOvcvMK57J3Zcc/dKhBThlhpyK8B/dG3+ZtUU=
=Msgn
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



inputlirc_33-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 09:43:18 -0300
Source: inputlirc
Architecture: source
Version: 33-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 inputlirc (33-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #963921)
Checksums-Sha1:
 bd5eb7c3139de794011ed8aadccb182b39d0066d 1670 inputlirc_33-2.dsc
 929daf793d6d4d1343a7037449ecea42a7473c1a 2952 inputlirc_33-2.debian.tar.xz
 0c778d2b6caf4cc0f6ece4efebc6e8bf3d058f37 6299 inputlirc_33-2_source.buildinfo
Checksums-Sha256:
 75d3ddfb330442cd8860d1963861e45a8a5194a60f72b1a6d106b295d5f092c8 1670 
inputlirc_33-2.dsc
 ab478d5b60de94126321b4ee1a29722334ee79090d39e14bbd94572cfd1b0a8e 2952 
inputlirc_33-2.debian.tar.xz
 65a7462e63795ea5732201d3c402dcb99c86b34de629199e89392ba40fa3d0c8 6299 
inputlirc_33-2_source.buildinfo
Files:
 beea202499fbfa8c018fbed9356b168c 1670 utils optional inputlirc_33-2.dsc
 20eaebe6b052708a2b04c4baff5e4f51 2952 utils optional 
inputlirc_33-2.debian.tar.xz
 aaa40124abaf83e2f4990bb3a5dd1db6 6299 utils optional 
inputlirc_33-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIyBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNvs/YACgkQ9LqqgNso
ukzXlg/4kspbsjNYhbZcSTIc/MvP6KCEQigjHICcTNBaer+6XgV54ce2A8aPVj4T
5voPT9nq+O9IDH8OL6p48ZHV70uB97/7nltz3BRQcQTilgiMokss4lWjsrtoiMpU
QCZiwShkRgxOw35jQhcBOmJdchWqSsBm6LhyFHXx/m8dVA7dnhuK7xQp4slkfU/X
km3ze1tkJacBh2Hijdtxaky3IrPR35eNKyT9qCXyvRw6Br66NVKJmoI4hEN3I4Bd
RV5C5PAj9g2QjlaXmSKzJzwXbSClMC8TJoWAsydYX9qXqmlnTa+ueq322M2UNFbo
KiQJbr6K0aClHV6VFYCXbYAOC8hKYVS6gVoDQQ3jnx8jQPBk6a8wE34db6Da6lvT
QRCf/3PC3yhHpjAVyknmPvFHmIj0La8qarwWXzh6YRb9F7TXHp2eHzsb6n2CzAmz
XT9Nka6FW824Fu2DeQk4OityAPpkXvfP87DSVc3Hb8u9ro6rMCsdWcrz8/0lesdf
8Dcp4ud0MS3lH2sMHY0JnjzfrzTASKd39GB31iTXJ7BNqWhiLuGcB6upe/UjIjmc
GJrHFB1OIg4IiBZFg2PMjBQ7bikEc0zahJDfaEd6nCdTDHtsYhId2RzElA4aQLlB
kW5f8qaPRSbh3pzfWmg7RPfa0SknSXJpAlIOzmJz3/cy45YnoA==
=BOpS
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of blobandconquer_1.11-dfsg+20-2_source.changes

2022-11-12 Thread Debian FTP Masters
blobandconquer_1.11-dfsg+20-2_source.changes uploaded successfully to localhost
along with the files:
  blobandconquer_1.11-dfsg+20-2.dsc
  blobandconquer_1.11-dfsg+20-2.debian.tar.xz
  blobandconquer_1.11-dfsg+20-2_source.buildinfo

Greetings,

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



blobandconquer_1.11-dfsg+20-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 09:31:42 -0300
Source: blobandconquer
Architecture: source
Version: 1.11-dfsg+20-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 blobandconquer (1.11-dfsg+20-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #963909)
Checksums-Sha1:
 1326ade274d852b1a162e741fb70ff4fbf3e4fff 2024 blobandconquer_1.11-dfsg+20-2.dsc
 4af800b81c5c2fcbf7557971716316efe6b43aaa 4356 
blobandconquer_1.11-dfsg+20-2.debian.tar.xz
 7fef65a175dc547cbd412a4033cd0669c81dd93c 10993 
blobandconquer_1.11-dfsg+20-2_source.buildinfo
Checksums-Sha256:
 bd28dca3a758f295a70a5d64cfd9bbd0145b40c7d17c381c56b9eabde12cbcf5 2024 
blobandconquer_1.11-dfsg+20-2.dsc
 f8a7c7cc640c6d303b740be7e6da1b2184fdae959aba4daa703c7c712e1ac76f 4356 
blobandconquer_1.11-dfsg+20-2.debian.tar.xz
 ac6f2a6b24824866bc73c77845328721e835e58e67030f8b1b49aa45a273723f 10993 
blobandconquer_1.11-dfsg+20-2_source.buildinfo
Files:
 15807dfe1ff85b15c26e510dbae7cb1d 2024 games optional 
blobandconquer_1.11-dfsg+20-2.dsc
 e4d7e5feffd6c87f465b24340cb7a7db 4356 games optional 
blobandconquer_1.11-dfsg+20-2.debian.tar.xz
 4a3350fc3b89436537d73ecb7aee2618 10993 games optional 
blobandconquer_1.11-dfsg+20-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNvs9IACgkQ9LqqgNso
ukyKzA//XYH5iNz5mYJZ292eMK6JD0YCX9SMw6bxrPNm8E40bBn/IrM7gpG9aSaE
eL6X3eRDTMv5sXSaxt9Ovw8USnuCRreF53Hq9/nIcEi8Qoh7Soq9HPjarCj9rEp3
1+wMIs5EOsH1w4yyATWca8tFRNv/pyLvdxzw91h3RsEej7Mj8CbpmBaNm/s/qfAp
yxUoQbOMeIh9dYCFZ1kPzv26ycCQG/SisrHuh4pHB79ocLskXgxaOH67aErhMtBX
yD/G5CZzmf9jzVcjSG4oXEIipb+VvdEaj0D20NDYOK42ZxBLQ4LTA9zaCh8NtWGG
bIBZHBoOvh+AsitjfSAeEhJrTxhSg8Gu7sAYeJQ2shgHNP//rHrmqkWS2c87Zvev
J7PJbjqgSZIb4xrxosEnzkc57Dt2TGQMPNqmGfjr0+04rogBaB7MA8vRZ+dzI1KD
vbAzpuJ5xR54kbb9K+zD8N5CFSiQRb91V2VDutsbRXjTbh3z93AcMXPFcZrxS48O
JKONqJdGXS/vJMTByMbT8RZEBvny2pHTbX61uySHgoAFx11zVYe+VJnVlDDBhul/
fF/5T3wcRTYww0wzh+KSTLa1BYVoS45nI2SH70awwEXaVaW8vm8uyClYjBO0K/sy
DsxjAhrscLnWgMpWb5KVt/6PqOMHlXLe4vvdS3c7UvKmp8h91t4=
=eVmL
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



dtmf2num_0.1.1-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 10:55:51 -0300
Source: dtmf2num
Architecture: source
Version: 0.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 dtmf2num (0.1.1-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #975031)
Checksums-Sha1:
 15171c758432d85337534ec81c19f3752a27b1cd 1727 dtmf2num_0.1.1-2.dsc
 b03935d1d3a0db427b044405e1236f777b9f5800 2568 dtmf2num_0.1.1-2.debian.tar.xz
 60e527368ed101331f4bfc7e43510193d15410ec 6307 dtmf2num_0.1.1-2_source.buildinfo
Checksums-Sha256:
 4b8e8ed08103a940b6208be7eb0ddc43ccff2af5678bd194b2a1fa513d675bb6 1727 
dtmf2num_0.1.1-2.dsc
 e8fd4936263c7135301b06f0091b9fa6f26f33b647abd0bfb157572dda8255f3 2568 
dtmf2num_0.1.1-2.debian.tar.xz
 7ffdbfd0f2741eae0d7bf219820c79c30ff882fdf115149b4b04d6d6071084d6 6307 
dtmf2num_0.1.1-2_source.buildinfo
Files:
 bbe278c9735bc9214a5734fa2ac0927a 1727 utils optional dtmf2num_0.1.1-2.dsc
 6546c067d179c93983b6f7b79f60ad88 2568 utils optional 
dtmf2num_0.1.1-2.debian.tar.xz
 6584a154db8ceb230b6e154eec6e051a 6307 utils optional 
dtmf2num_0.1.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNvtKsACgkQ9LqqgNso
ukzFZA/8CuqtmQgp7W1u8/H9FIOpas47jtElC1W79lR4loyKw3v/T9OO6pwgPSrw
4WKXRbdph2GCJ1OnFeYbkSPWMBPMff2USiZOhdnvGISw67ScAfOo5BJz/Y6zqpwb
HnhOcAiQy0bK14a8oEyr2VKyllleOyL/azyFp0oK5o3sfHuM8+O7O6OQN0iGVc2L
XtvHt9aSR7AznOg96kagwzjFvyoqFskGo+QJuvbUoL8j1c678P97dUqWfcpdT4ub
UbN1Sid7ew2U0PbwIUHhvSTdYaLX6tuzQrsd0lCYRzM8kc+sas1vL/nH/ot3DbLS
t0iCU06b/iH8MGWMsQ9bRWm/FK0Nz1+iSXfSXZe57OSoRJWsDqJ+Rlv79X+AKHo+
+emv8ohbFS7Gdqpn3mwNsvfQFjjRKfPuPicUKAacNBlvOahi1BX/poBLSSwlvbR+
Q7eN42UMbBdvnULG9zP92BaM81zVizJHaeq9T+x1CYEqOe3iHjbIl1Ns9xoqlOiO
jT5cXZW21lq9kVUGjtgqKxFVRxJhq46mV5nlkw540MK4pHwYsLqXc0A2kjnmbb3B
VHwpttzewoppFJHkuKjV6QNETrI29zjNHusvwIkFyPdGa4GiV5gjyd8jTRjtZrNJ
ADN0TsrrJ4TuxNJTbS+ZrrTqUScXtJedQCX+ok87i9Q/7wRP+LI=
=I1ax
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#1023316: marked as done (9base: re-adds /bin/rc to /etc/shells on upgrade)

2022-11-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Nov 2022 16:34:07 +
with message-id 
and subject line Bug#1023316: fixed in 9base 1:6-13
has caused the Debian Bug report #1023316,
regarding 9base: re-adds /bin/rc to /etc/shells on upgrade
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.)


-- 
1023316: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023316
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: 9base
Version: 1:6-12
Tags: patch
Severity: serious
Justification: Debian policy 10.7.3

If I remove /bin/rc from /etc/shells and then upgrade or reinstall
9base, it will re-add itself to /etc/shells. Such behaviour violates
Debian policy section 10.7.3. I propose moving to dpkg triggers and
update-shells to fix this issue and attach a patch for your convenience.

Helmut
diff --minimal -Nru 9base-6/debian/changelog 9base-6/debian/changelog
--- 9base-6/debian/changelog2022-03-17 21:15:01.0 +0100
+++ 9base-6/debian/changelog2022-11-02 09:45:01.0 +0100
@@ -1,3 +1,9 @@
+9base (1:6-13) UNRELEASED; urgency=medium
+
+  * Update /etc/shells via dpkg triggers. (Closes: #-1)
+
+ -- Helmut Grohne   Wed, 02 Nov 2022 09:45:01 +0100
+
 9base (1:6-12) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru 9base-6/debian/control 9base-6/debian/control
--- 9base-6/debian/control  2022-03-17 21:15:01.0 +0100
+++ 9base-6/debian/control  2022-11-02 09:45:01.0 +0100
@@ -11,7 +11,7 @@
 
 Package: 9base
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 5.3-1~)
 Description: Plan 9 userland tools
  9base is a port of following original Plan 9 userland tools to Unix:
  ascii, awk, basename, bc, cal, cat, cleanname, cmp, date, dc, dd, diff, du,
diff --minimal -Nru 9base-6/debian/postinst 9base-6/debian/postinst
--- 9base-6/debian/postinst 2022-03-17 21:15:01.0 +0100
+++ 9base-6/debian/postinst 2022-11-02 09:45:01.0 +0100
@@ -5,10 +5,6 @@
 # and so we can maintain compatibility with rc scripts expecting /bin/rc
 update-alternatives --install /bin/rc rc /usr/lib/plan9/bin/rc 20
 
-# allow use of 9base' rc as a login shell:
-add-shell /bin/rc
-add-shell /usr/lib/plan9/bin/rc
-
 #DEBHELPER#
 
 exit 0
diff --minimal -Nru 9base-6/debian/postrm 9base-6/debian/postrm
--- 9base-6/debian/postrm   2022-03-17 21:15:01.0 +0100
+++ 9base-6/debian/postrm   1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$1" = "remove" ]; then
-remove-shell /bin/rc
-remove-shell /usr/lib/plan9/bin/rc
-fi
-
-#DEBHELPER#
diff --minimal -Nru 9base-6/debian/rules 9base-6/debian/rules
--- 9base-6/debian/rules2022-03-17 21:15:01.0 +0100
+++ 9base-6/debian/rules2022-11-02 09:45:01.0 +0100
@@ -52,6 +52,8 @@
mv $$MANPAGE $${MANPAGE}$(MANEXT); \
done
 
+   install -D -m644 debian/shells 
$(PKGDIR)$(DATADIR)/debianutils/shells.d/plan9
+
 override_dh_fixperms:
dh_fixperms
 
diff --minimal -Nru 9base-6/debian/shells 9base-6/debian/shells
--- 9base-6/debian/shells   1970-01-01 01:00:00.0 +0100
+++ 9base-6/debian/shells   2022-11-02 09:45:01.0 +0100
@@ -0,0 +1,2 @@
+/bin/rc
+/usr/lib/plan9/bin/rc
--- End Message ---
--- Begin Message ---
Source: 9base
Source-Version: 1:6-13
Done: Bo YU 

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

Debian distribution maintenance software
pp.
Bo YU  (supplier of updated 9base 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: Sat, 12 Nov 2022 21:48:16 +0800
Source: 9base
Architecture: source
Version: 1:6-13
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Bo YU 
Closes: 1023316
Changes:
 9base (1:6-13) unstable; urgency=medium
 .
   * QA upload.
   * Update /etc/shells via dpkg triggers. Thanks Helmut Grohne
 (closes: #1023316)
Checksums-Sha1:
 3507e141513ca8900b657ec1e15ff6b79cf9afb3 1802 9base_6-13.dsc
 a2102c3a066d15cf5de41

Processing of 9base_6-13_source.changes

2022-11-12 Thread Debian FTP Masters
9base_6-13_source.changes uploaded successfully to localhost
along with the files:
  9base_6-13.dsc
  9base_6-13.debian.tar.xz
  9base_6-13_source.buildinfo

Greetings,

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



Bug#1022466: marked as done (kytos-utils: FTBFS: distutils.errors.DistutilsClassError: command class must subclass Command)

2022-11-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Nov 2022 16:36:49 +
with message-id 
and subject line Bug#1022466: fixed in kytos-utils 2019.2-4
has caused the Debian Bug report #1022466,
regarding kytos-utils: FTBFS: distutils.errors.DistutilsClassError: command 
class  must subclass Command
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.)


-- 
1022466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022466
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kytos-utils
Version: 2019.2-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:240: python3.10 setup.py clean 
> /<>/setup.py:12: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.command.clean import clean  # pylint: disable=E0401,E0611
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> Traceback (most recent call last):
>   File "/<>/setup.py", line 173, in 
> setup(name='kytos-utils',
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
> return distutils.core.setup(**attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 172, in setup
> ok = dist.parse_command_line()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 474, in parse_command_line
> args = self._parse_command_opts(parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1107, in 
> _parse_command_opts
> nargs = _Distribution._parse_command_opts(self, parser, args)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 540, in _parse_command_opts
> raise DistutilsClassError(
> distutils.errors.DistutilsClassError: command class  '__main__.Cleaner'> must subclass Command
> E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: 
> python3.10 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned 
> exit code 13
> make: *** [debian/rules:5: clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/kytos-utils_2019.2-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: kytos-utils
Source-Version: 2019.2-4
Done: Stefano Rivera 

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

Debian distribution maintenance software
pp.
Stefano Rivera  (supplier of updated kytos-utils package)

(This message was generated au

Processing of kytos-utils_2019.2-4_source.changes

2022-11-12 Thread Debian FTP Masters
kytos-utils_2019.2-4_source.changes uploaded successfully to localhost
along with the files:
  kytos-utils_2019.2-4.dsc
  kytos-utils_2019.2-4.debian.tar.xz
  kytos-utils_2019.2-4_source.buildinfo

Greetings,

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



9base_6-13_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 21:48:16 +0800
Source: 9base
Architecture: source
Version: 1:6-13
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Bo YU 
Closes: 1023316
Changes:
 9base (1:6-13) unstable; urgency=medium
 .
   * QA upload.
   * Update /etc/shells via dpkg triggers. Thanks Helmut Grohne
 (closes: #1023316)
Checksums-Sha1:
 3507e141513ca8900b657ec1e15ff6b79cf9afb3 1802 9base_6-13.dsc
 a2102c3a066d15cf5de410a3939ea03b240efa73 18584 9base_6-13.debian.tar.xz
 56291feb7c39838ad74be4660468728223fad846 5516 9base_6-13_source.buildinfo
Checksums-Sha256:
 5d236c164942cb846e069c87194c12e12605a07bcae2e9f0b298560d3bd527ca 1802 
9base_6-13.dsc
 57abb223c4467b9a6fb75be0f66e5840284d3af6cc08a0d4b0faff8f371c80e7 18584 
9base_6-13.debian.tar.xz
 dcbb0d3be2b544dc796bb0707cfe3d72340a5beb310106eb38bfb46547513e79 5516 
9base_6-13_source.buildinfo
Files:
 7fb66d92c3c11f67d3bb68e0894d2123 1802 utils optional 9base_6-13.dsc
 e656c06fbc53d1cfe5bf1e4c9045eb34 18584 utils optional 9base_6-13.debian.tar.xz
 cc3c6be605fa6a18ebb6c0eeacf5aaa0 5516 utils optional 
9base_6-13_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmNvxdkACgkQweDZLphv
fH7zlBAA3gs6FHSyz5TJPdMgR/9HdXm7sB9J/BK9F5z5AXFRW3O5gVauZ3l9vZu4
XIFTy5YaWDzOUtseLHS8P/VliJsOhn1EQNfNOLRiYPI0ZAbweBq5iByjs3YnlS7x
7kZNswlQQ4lrgagznZMhgdmhDaSAKA+iryW0ZHoGQ2cL5fuiD8BPywOeVAy5Bmz7
HgOsTW53Zl+WYmovBmo8A6ozYF+/H/XOWi7gJxpEj7pcemrmBbUXEUTLSDh46QtG
lHTFvgYZruRB38FNl6gVlY31vYqCJQHR4A51LYxWiXJ9VUq4fNjFUv7dJ5qMZa6W
aoV8EXtJMwO9S3EeEVHVbznxxiJPABOTwf//JtcvZPP9H5xpSLp4xxXebagylCFq
GOLg8lLnEoc+I5W8OWH0PW1TydE8X3YiZYS/x0KTOHaQUCBYmFHsG8RCIMgxyNxv
TbBk7iTFux0Qu0k7r/K3Ltgj8lM4e+Ym6SMomGfdAUrsZ6V9+Ws2T4V2otKA95zp
Ir3KqNoSketYbGzBzC45KPrvLA1Levrvzv0sNaf5fR+/WWUYwAIwGQiJge9zon79
Xwdb+OzQxKBnGA3bR0gxHnX9VRQrlQiWKmKUqlJVM23xheC2SdbBOxNz5TmP2b1V
utCnM68ZleDgOTroNj6TZv2/XyEFIq2J+K5KM1C4SB+3+qBHGDg=
=i831
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



kytos-utils_2019.2-4_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 18:17:18 +0200
Source: kytos-utils
Architecture: source
Version: 2019.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Stefano Rivera 
Closes: 1022466
Changes:
 kytos-utils (2019.2-4) unstable; urgency=medium
 .
   * QA upload.
   * Patch: Support setuptools >= 60. (Closes: #1022466)
Checksums-Sha1:
 a12f85b74d97e49a4243be7ca75734cc499599fe 1482 kytos-utils_2019.2-4.dsc
 09fdb2966376a486a34ba5e089b91eb296d351ec 7468 
kytos-utils_2019.2-4.debian.tar.xz
 5e7818825530aa3106ffc94bba51a2127912ef4f 6471 
kytos-utils_2019.2-4_source.buildinfo
Checksums-Sha256:
 91f69032ebdac9f9884e8fc63bc232ee8b1658d98ed81bc2aeec1973befd 1482 
kytos-utils_2019.2-4.dsc
 0c9d595f12e92bababfc1b1810c0610e713a21ce4398df25eafbb94a91d6b4ef 7468 
kytos-utils_2019.2-4.debian.tar.xz
 f763ad4fcf6db91da8d2d68731d3b68595623754b1fa2891b68e190a6ce2a6ad 6471 
kytos-utils_2019.2-4_source.buildinfo
Files:
 6b034b7fa263b731a3c3110bab868230 1482 utils optional kytos-utils_2019.2-4.dsc
 dbf5da369a21172b96a6f81aa37a2893 7468 utils optional 
kytos-utils_2019.2-4.debian.tar.xz
 0beea4fd1c0c377fc97d9154a925ecd5 6471 utils optional 
kytos-utils_2019.2-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY2/HKhQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2NKQAP0dLzzUyFvlVusVaAFQvV25oBtgyaKu
3xDDF91gAeiaigEA1CPaCluaBgMGt/eOLr85efxqFiBGh5yk7I4YUw2YEgo=
=FDVU
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#1003352: Workaround for #1003352

2022-11-12 Thread Jörn Heissler
Same problem here, efivarfs isn't mounted. Also, mdadm must be called
before running cryptsetup, at least on my system (crypted rootfs on
raid).

Solution: Create /target/etc/initramfs-tools/scripts/init-premount/fakeraid 
(chmod +x),
then rebuild the initrd: in-target update-initramfs -u -k all


#!/bin/sh -e

PREREQS=""

prereqs() { echo "$PREREQS"; }

case "$1" in
prereqs)
prereqs
exit 0
;;
esac

. /scripts/functions

log_begin_msg "Assembling fake-raid"
mount efivarfs /sys/firmware/efi/efivars -t efivarfs -o 
rw,nosuid,nodev,noexec,relatime
mdadm --assemble --scan
log_end_msg "fake-raid set up"



signature.asc
Description: PGP signature


Processing of mailto_1.3.2-4_source.changes

2022-11-12 Thread Debian FTP Masters
mailto_1.3.2-4.dsc has incorrect size; deleting it
mailto_1.3.2-4_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of checkpw_1.02-2_source.changes

2022-11-12 Thread Debian FTP Masters
checkpw_1.02-2.dsc has incorrect size; deleting it
checkpw_1.02-2_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of checkpw_1.02-2_source.changes

2022-11-12 Thread Debian FTP Masters
checkpw_1.02-2_source.changes uploaded successfully to localhost
along with the files:
  checkpw_1.02-2.dsc
  checkpw_1.02-2.diff.gz
  checkpw_1.02-2_source.buildinfo

Greetings,

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



Processing of mailto_1.3.2-4_source.changes

2022-11-12 Thread Debian FTP Masters
mailto_1.3.2-4.dsc has incorrect size; deleting it
mailto_1.3.2-4_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of ucspi-proxy_0.99-2_source.changes

2022-11-12 Thread Debian FTP Masters
ucspi-proxy_0.99-2.dsc has incorrect size; deleting it
ucspi-proxy_0.99-2_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of mytop_1.9.1-5_source.changes

2022-11-12 Thread Debian FTP Masters
mytop_1.9.1-5.dsc has incorrect size; deleting it
mytop_1.9.1-5_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of ucspi-proxy_0.99-2_source.changes

2022-11-12 Thread Debian FTP Masters
ucspi-proxy_0.99-2_source.changes uploaded successfully to localhost
along with the files:
  ucspi-proxy_0.99-2.dsc
  ucspi-proxy_0.99-2.diff.gz
  ucspi-proxy_0.99-2_source.buildinfo

Greetings,

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



Processing of python-ssdeep_3.1+dfsg-4_source.changes

2022-11-12 Thread Debian FTP Masters
python-ssdeep_3.1+dfsg-4.dsc has incorrect size; deleting it
python-ssdeep_3.1+dfsg-4_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of mytop_1.9.1-5_source.changes

2022-11-12 Thread Debian FTP Masters
mytop_1.9.1-5_source.changes uploaded successfully to localhost
along with the files:
  mytop_1.9.1-5.dsc
  mytop_1.9.1-5.debian.tar.xz
  mytop_1.9.1-5_source.buildinfo

Greetings,

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



Processing of dhis-client_5.5-6_source.changes

2022-11-12 Thread Debian FTP Masters
dhis-client_5.5-6.dsc has incorrect size; deleting it
dhis-client_5.5-6_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of python-ssdeep_3.1+dfsg-4_source.changes

2022-11-12 Thread Debian FTP Masters
python-ssdeep_3.1+dfsg-4_source.changes uploaded successfully to localhost
along with the files:
  python-ssdeep_3.1+dfsg-4.dsc
  python-ssdeep_3.1+dfsg-4.debian.tar.xz
  python-ssdeep_3.1+dfsg-4_source.buildinfo

Greetings,

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



Processing of dhis-client_5.5-6_source.changes

2022-11-12 Thread Debian FTP Masters
dhis-client_5.5-6_source.changes uploaded successfully to localhost
along with the files:
  dhis-client_5.5-6.dsc
  dhis-client_5.5-6.debian.tar.xz
  dhis-client_5.5-6_source.buildinfo

Greetings,

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



Processing of libdispatch_0~svn197-4_source.changes

2022-11-12 Thread Debian FTP Masters
libdispatch_0~svn197-4.dsc has incorrect size; deleting it
libdispatch_0~svn197-4_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of dhis-mx-sendmail-engine_5.0-4_source.changes

2022-11-12 Thread Debian FTP Masters
dhis-mx-sendmail-engine_5.0-4.dsc has incorrect size; deleting it
dhis-mx-sendmail-engine_5.0-4_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of blobwars_2.00-2_source.changes

2022-11-12 Thread Debian FTP Masters
blobwars_2.00-2.dsc has incorrect size; deleting it
blobwars_2.00-2_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of dhis-mx-sendmail-engine_5.0-4_source.changes

2022-11-12 Thread Debian FTP Masters
dhis-mx-sendmail-engine_5.0-4_source.changes uploaded successfully to localhost
along with the files:
  dhis-mx-sendmail-engine_5.0-4.dsc
  dhis-mx-sendmail-engine_5.0-4.diff.gz
  dhis-mx-sendmail-engine_5.0-4_source.buildinfo

Greetings,

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



Processing of blobwars_2.00-2_source.changes

2022-11-12 Thread Debian FTP Masters
blobwars_2.00-2_source.changes uploaded successfully to localhost
along with the files:
  blobwars_2.00-2.dsc
  blobwars_2.00-2.debian.tar.xz
  blobwars_2.00-2_source.buildinfo

Greetings,

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



Processing of libdispatch_0~svn197-4_source.changes

2022-11-12 Thread Debian FTP Masters
libdispatch_0~svn197-4_source.changes uploaded successfully to localhost
along with the files:
  libdispatch_0~svn197-4.dsc
  libdispatch_0~svn197-4.debian.tar.xz
  libdispatch_0~svn197-4_source.buildinfo

Greetings,

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



Processing of mod-mime-xattr_0.4-7_source.changes

2022-11-12 Thread Debian FTP Masters
mod-mime-xattr_0.4-7.dsc has incorrect size; deleting it
mod-mime-xattr_0.4-7_source.buildinfo has incorrect size; deleting it

Greetings,

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



blobwars_2.00-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 08:30:13 -0300
Source: blobwars
Architecture: source
Version: 2.00-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 blobwars (2.00-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #963910)
Checksums-Sha1:
 60bbc4d4942f1b56590e07fe2f430780d4cc7fbc 1873 blobwars_2.00-2.dsc
 f8d478ad28f0c62e1536110f3af4e63683cb22f6 13976 blobwars_2.00-2.debian.tar.xz
 fe0cdcb5f3e5ac314048d888e4835765cb87 12661 blobwars_2.00-2_source.buildinfo
Checksums-Sha256:
 9505db4d76f0b6b8a058a59e2fc24776dc91fd934e55832bb5544bb1e32d8b1d 1873 
blobwars_2.00-2.dsc
 eceba713a71ac8d347d312efe4aa9012f6c6aebb175983fc8302e4372e85e0f5 13976 
blobwars_2.00-2.debian.tar.xz
 08299699d076e9f7d2cfb004748e6aa165f3fd3a998a5d2e32785f875b7a7ca3 12661 
blobwars_2.00-2_source.buildinfo
Files:
 9fa6fc5c47116e9c66d24432796ffe8c 1873 games optional blobwars_2.00-2.dsc
 35ac27a701ca89d7a1cedc2f3d8af5ed 13976 games optional 
blobwars_2.00-2.debian.tar.xz
 caaa10c7b6876f6b384cfe4f057b174d 12661 games optional 
blobwars_2.00-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPb4ACgkQ9LqqgNso
ukz9FBAAhiJYv98/sEw9bH3OlWaUyzKNqaxHjbzrAD0K45rz9Gx5nohnirHBJ+2N
CyJN6tljmV2fL69+G3GknnsBcdK/oJMp3fl1zFGy0pUST8aqjaAuOSBQSTl5WdlL
mQVoSYOzprmBGpwxIMfPp0YN4Toj2uP4myIMupuXnmWtqkShH6OcWRh+act9KIxB
ZX2fYcsOW6qpbC61NOBEfek2JqyQs+mV6SXbWnssezfT1C/8e41KxvpYWXHixV/Y
N2StdkEaUEUr2vZVUhNZUO2zX9wJAdRa8XdHKvWgzjXbC1cJZw1aIIQIl6w6vGSW
mU394ZnO+Z+jG1JAGfypBFokRto3AW6OlpUG+GNUuI+gJb2zdavk9eaYaK8Gvw/b
gvHQNJNFvlFMvEwc2poc1JIpSBi/Kg9DC3jr32e6XsMKh+TB/FkEi/PGZef5k0bl
qG+bJmD4DFif9esPfLSkUwdCPNCfHXUq588XM/zdMuEOpK6ybCctywF9pyb6rwIH
c5LBVwE184hii9fXQM2tiQ//V8OG0Io0OZICeisRDe28HMyjFM02d+hbaE0tPjHl
LE2hNFiCWAB7mZ3cfhjrkTs7Et62WENvfT+HZ0UZHKmyfXKxyoYF3zhOQOsiC0Zm
gZTzW8+vdsjFby7+MZpNvSc7Od4W5ep2EnvY1hgBhUQJIi+MCM8=
=3FC6
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



checkpw_1.02-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 07:43:36 -0300
Source: checkpw
Architecture: source
Version: 1.02-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 checkpw (1.02-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #947694)
Checksums-Sha1:
 d799aa2e511b2e61023bc758f98ea8f36882b6ac 1593 checkpw_1.02-2.dsc
 61787fbc16480dcdd4eae826ce33d7cd86a2bb00 7267 checkpw_1.02-2.diff.gz
 7614c696e5177d9ecbc2b2c579866978fba3ba20 4795 checkpw_1.02-2_source.buildinfo
Checksums-Sha256:
 e0fc9b34d9c27595e72aa01a7168dc7d1793e98ed7ea460ec615b7ec51a76ab5 1593 
checkpw_1.02-2.dsc
 ba41df1d40ff513c1c99de5b4db8589eb09c99de9c68e8abadcb88fed37618e0 7267 
checkpw_1.02-2.diff.gz
 1ad1f353e1eb6f5a6e10ff43ee58442e1a2ff0610f57746b1c2dede6a97663ea 4795 
checkpw_1.02-2_source.buildinfo
Files:
 4d089e9860ec591ea45502e4458c757f 1593 mail optional checkpw_1.02-2.dsc
 46e32ebf01e7a17d88387404336ff1e9 7267 mail optional checkpw_1.02-2.diff.gz
 51917cd0359b6cf6d1997c06ea2cdac8 4795 mail optional 
checkpw_1.02-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPiEACgkQ9LqqgNso
ukwUvxAAmUbEhkrbhC4wtQ3WoFGP79MxZHnrqI9w+K76TfkaS9ml45N5cMIfpspD
qiEykSYeSbTIb8GEjMrziAwY+LkGhWQShuVwzHX2zliEkdAE7NIgr81k9ZK+z3d0
MaSViAphZzA5P9XOZV8EfiRZClB89v2sWqCbeUjH04kCcnqPBCnFwMdP0Yf2u3pu
gEPGJE0rr3ce4je4uQPZwuboGkZPe1RKE1OHY2Hs9mzTjYuudXlzE6Wt8yrKGSM5
zI3o0kwbdRGCic6rVK5g5WlyYm6Y3C1VuErk/94LujYunrYhxIKA0RbJ5ctRzImy
f9nm8UE4PQ0pPgbP1ronedTARhPeFGGHoFhqVQZdYzETQVmyaKWOt0XJol9FCaD3
4WHAUBG6WByRSp4D1SFI5DzzglUFMeXlW5lQbMWCbKba+lE3E+PisBmM/1yhfnMb
tfcRMsBekX6ezOOMwT3UW/x4NUi7rUwI/yr5AnIbe11C1DvNLhc1eAtLT45wfNTD
tHh2OUddGicdeI3RJC+F9XKqSjraGTIvVF7YfKwsnIU5eO3IJw3yW4DLwIxHpVJf
uulyXxnAaZfFVvrdmOIj/wREaRlj0b50wWPiU/69XuyDFZiz5OK18MjstFFTkhhZ
lktRYEP+XaGJEjEGXzmub8H9OHkw5No2c/Nd70WkTg5A2JrNACo=
=cQKr
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



dhis-client_5.5-6_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 08:21:56 -0300
Source: dhis-client
Architecture: source
Version: 5.5-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 dhis-client (5.5-6) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #963912)
Checksums-Sha1:
 84a6f5b1c72589f73d5e1c1ef251223fd36662cf 1727 dhis-client_5.5-6.dsc
 70476abbb7531162a6d76d739df8562fd13483e1 11380 dhis-client_5.5-6.debian.tar.xz
 4225a3f74100567489be3fa8b1ff3f4ed6657fd4 6384 
dhis-client_5.5-6_source.buildinfo
Checksums-Sha256:
 89981eb51549cd4f4226c5d197858a34c7bddcae98126e8d4ab1f87e583ad5c3 1727 
dhis-client_5.5-6.dsc
 3018324e370ebeb5c4d48e900aa6dee2c6c6df90fd7a74d21a714d8de88af837 11380 
dhis-client_5.5-6.debian.tar.xz
 226003eacb0d8a8961521273a03b17e0eab7a3b45b4bc6740ac560bc59404ff2 6384 
dhis-client_5.5-6_source.buildinfo
Files:
 c573ce2eb7b2151ec511ba38324ae56a 1727 net optional dhis-client_5.5-6.dsc
 72e720235ff024594082719b8ae28657 11380 net optional 
dhis-client_5.5-6.debian.tar.xz
 63080a8b3bcc3cf43f7451f75d78c722 6384 net optional 
dhis-client_5.5-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPc4ACgkQ9LqqgNso
uky0Aw/7B4bnWsygsTD+4WX1qz4zF5uF/SAzR04IysuVaHDRdMWMLsyuhibfzg9m
/RDKfpHRpPdXiFvD/Os+yELOSIapbDTL2hS/RtrJTkE6aRYgvHFnEfhP2Usb3wr5
L8xbyMXSJ6Gh+mvp79S6bkDkDL86MA62C1dV0sIH5/WlGn+MJBnKYVAwowrx5yJ6
CH2UWg9QS3HwluJJZNpLZfBQibRqNQ76dAzgY9HAzJL6KLH5bXVeqhg/Omg+SHDL
WDdErtq1lgjAuSFK0/+IlSmpthy4HH5j48d75BRqM9pzbSf3v50HXgEvKvr7x3Rd
d5/gQ41KWWoSFKW9bBtwGnW6vRM5z5+7C/QDgGCNV+Xk+WmPgWemZ+us23hOb7C2
RqccQun5PvFT+5pFiGCgiL8GUntKouqGPzonw9mLZny+PytzvbZMWyRWkYtK4D8p
+uF/4AY9XIpGoJ6OSjqz/pQpHa8TlP40v0yiXXAh4UJn7AXeUNFuOK5s+nr/ZdFc
b2t4UGCWSnY0+ECjHSMkh7qbN7b7t7bLinRtB3zs0YRtq+5JMHLzvDGJbvT/qOyO
O8sofhETfyEHiPwJITeCO3WRorHxCeneLLTVE+LM16BjVYXQPdAjzzJ8crNnzVud
OdNKSj8/L4ivNOnr6c/xyajm5MFdeTuQ1QPaT+mbs0aVUW/EhyM=
=xPrM
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



dhis-mx-sendmail-engine_5.0-4_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 08:47:01 -0300
Source: dhis-mx-sendmail-engine
Architecture: source
Version: 5.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 dhis-mx-sendmail-engine (5.0-4) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #963915)
Checksums-Sha1:
 4792beb3135832707731a761cfd871a52193d6b0 1756 dhis-mx-sendmail-engine_5.0-4.dsc
 1c8d669fd9b7540ea794e8b61cc391997bcdb71b 2022 
dhis-mx-sendmail-engine_5.0-4.diff.gz
 7439d65c176a36e54d07f52c9995c4c5676352f9 6359 
dhis-mx-sendmail-engine_5.0-4_source.buildinfo
Checksums-Sha256:
 731e126cbf41ea8dcae2c20ba56c6a845c3ed2d0f1838bce8fce8dec3e51c596 1756 
dhis-mx-sendmail-engine_5.0-4.dsc
 bb5aff3ec329f9fe00300e4f56b6cf6756387a1033d34329294cc86ebdd46dc7 2022 
dhis-mx-sendmail-engine_5.0-4.diff.gz
 4c754485438181ed435ba8bf4253d9441771bba3759cb2639459a915caad135b 6359 
dhis-mx-sendmail-engine_5.0-4_source.buildinfo
Files:
 962d4a9f53fa9f0ca0e38729e80b6efc 1756 net optional 
dhis-mx-sendmail-engine_5.0-4.dsc
 f7fd3ac9f74a524bf2439ef8d0cd0af7 2022 net optional 
dhis-mx-sendmail-engine_5.0-4.diff.gz
 8668b16b4f3789144860833e6f359791 6359 net optional 
dhis-mx-sendmail-engine_5.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPjIACgkQ9LqqgNso
ukyAYw//Vfs/FYqqhLDvKn72Z+R6i3nYf5QjhPHfaAvrIe5kGDkG2/Go7iDcphbn
cPaVrZPte9m57vJXNTwCTgT0j/n+deshebvzEzmwYH36jHFXBjgHAd5bWCl7tUiz
gTBbfuvb1zP68YRfGqx63PxFxDu7Xf/cglPSa42jH892PN+XUr6OKw+gvG5fFSs0
exJXMB1d2VFe2W9/NCuUCLh5PH3SjS66sTdkFzWh5OACxMQLyn7s5MUZ4G01A/Vb
1gquKKXXfYbtdq/6RvjY6QROWqRThDvxGtk2ZYDKFsYGfv8Z969uBaSZeA95RT+S
zSDsYg8SuW4kiG1IHcOEyYzgtkLZNrzvqRGQMLGnmbqlpyY8fkn27DxhRon7DKn9
JNrI5wtpP0J90nf3Ty4+SNvfj3+AxatW2rmb3pa2EisORhz1SHkGGh3u6dXdiJwq
dtx/bOnY2LWdvN5qi5ONMVUZg+RyxWuOhZQXH3qzdbHQ6XktTq9UNedWhNrX5N8v
KB+xoy7E89YJB1TcpMQ9XA6SVef8XTxOOSbFC5U1O62sO6yzsVnWkiNEUDo+i0gg
cZgPmWxxY7xSCrlGWQCyv5b/ssKKapJkq3Wj6VGbEhXDtGc+ky4lMG+7tNIhFczT
2u4f8Rp3wg2NizJ7QsHj+gsBiodLKYjt0Svqs8sU8V61zRE/iHE=
=l5Ra
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of wireless-tools_30~pre9-14_source.changes

2022-11-12 Thread Debian FTP Masters
wireless-tools_30~pre9-14.dsc has incorrect size; deleting it
wireless-tools_30~pre9-14_source.buildinfo has incorrect size; deleting it

Greetings,

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



Processing of mod-mime-xattr_0.4-7_source.changes

2022-11-12 Thread Debian FTP Masters
mod-mime-xattr_0.4-7_source.changes uploaded successfully to localhost
along with the files:
  mod-mime-xattr_0.4-7.dsc
  mod-mime-xattr_0.4-7.debian.tar.xz
  mod-mime-xattr_0.4-7_source.buildinfo

Greetings,

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



libdispatch_0~svn197-4_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 08:18:10 -0300
Source: libdispatch
Architecture: source
Version: 0~svn197-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 libdispatch (0~svn197-4) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #962778)
Checksums-Sha1:
 2c3f3acf9da054d96088e3112fcbf9e0fcd37fbf 1989 libdispatch_0~svn197-4.dsc
 5ed9551caf57f93ebea47806f6148c08a8ea1636 5232 
libdispatch_0~svn197-4.debian.tar.xz
 4aa873b8a891174a16f2df79f31ec425613844ca 6614 
libdispatch_0~svn197-4_source.buildinfo
Checksums-Sha256:
 0d05c03a32d540e238dbc006cfd446122f194224bf70c90c25fbd8198342c7c6 1989 
libdispatch_0~svn197-4.dsc
 6dca322a5b14ca6f6f9a9aa8ce40b30d7c65cbd955a25b53b7b7c362060025ab 5232 
libdispatch_0~svn197-4.debian.tar.xz
 8ff74fa49833293b3602735790fde897156c4108f1ddf9520892184f1e91b4b0 6614 
libdispatch_0~svn197-4_source.buildinfo
Files:
 c8744762f9e775626048cbd49970fa57 1989 libs extra libdispatch_0~svn197-4.dsc
 3c36bddedc7f9dd94ff5dc4c7b63999e 5232 libs extra 
libdispatch_0~svn197-4.debian.tar.xz
 5d0f7e0b9ed3097f90af3b9b8b8f2853 6614 libs extra 
libdispatch_0~svn197-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPd8ACgkQ9LqqgNso
ukyehA/+OKXlT8/1K/dAH/1sgMyvl3SNvZxDR6MZ4MuC7zpb5lGwAHfRQiVqnh7j
J6g5JJp5IEii+k0pH59G18aA7lZW71ImqlGznXStyKYZATxU64Xj4Xf032iBNWID
dtdI5L77WNiTISUQW4N918r/RplBDEmoWiWgg9PYpRRc7jjVtJa57ZWdV0y07boc
8R2d8JCY97D/vikkcNkbMcaxF4zl0BtXjf1RPJKxflkc49uaEq6nV5C1yzu9lJgS
NTi1Rp0T2aMEm5ipdPuHwGEbcWZN4kDCCmqUbnKeyPkbnfiBBNqBPoMLq3k8CNQa
YXldLpuRbg3jNHIwMUcmGbgdKeCqXQkDesAoo7QnjFiF29C+44L+T1vLWNqGKY08
1eWU4YBbVAKWmqAFpFIYH/56840TKt+ijYD/Q5D1VNnjAnhg9A9nmPTLPwjCp27b
Y+VpseIDzNdJGuUgfQY35thUQR9H4buHhknRTVuh9RPzhx5gz15geiD4XrXU3Luy
kZM8t7Ikm5U0JzIrFTEduLV+lAn3T7lwKkizwKhKA3OW/rt/TstIP7JkUQ3E5A6L
WIQ5Dncca3oMyUwfiKk6uejbz5XYU0w5WPFHg2rY3eGV+8YVu95XRfnTWl/+GMqW
9DWBwawZ4PZ9l2LgK+Wz8GY+DSwe5RhHlJSpCmrKUUGeForLSBk=
=6+VD
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



mytop_1.9.1-5_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 07:30:08 -0300
Source: mytop
Architecture: source
Version: 1.9.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 mytop (1.9.1-5) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #935389)
Checksums-Sha1:
 28edd5699212f0606f76c8daeeacfab8ae690261 1689 mytop_1.9.1-5.dsc
 2372ada8799bd236f380e7669f49529410b8c8c4 10400 mytop_1.9.1-5.debian.tar.xz
 72ea21740de6bbabd77b31ca6840f8681b646db7 6295 mytop_1.9.1-5_source.buildinfo
Checksums-Sha256:
 0c9678114afb173e5ed9655d1087da85bac6ce134edf8d1031184cb7eb3eae2d 1689 
mytop_1.9.1-5.dsc
 e9ded218aefeefdf7acd29a4f6a895f7ff06c34dde1364dbdc9663b56cc69155 10400 
mytop_1.9.1-5.debian.tar.xz
 7cd7d288f1973ba257068a2f2e4518e43ee749e75b0c4e694c3204185ba3c5ca 6295 
mytop_1.9.1-5_source.buildinfo
Files:
 e4e5344fa26db8862c15d2b745f09ff9 1689 utils optional mytop_1.9.1-5.dsc
 4922563eadff90863ed121acaf252300 10400 utils optional 
mytop_1.9.1-5.debian.tar.xz
 121846955c640e7810eeb7e3f154f1b9 6295 utils optional 
mytop_1.9.1-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPl0ACgkQ9LqqgNso
ukxCLRAAkaA8lEx4KAy2DOVhfXxtwIX8rp3SHCqhDrHFQaFSBTHxWsijMGUrwjJ1
6NwbmbGyGOsMUCZEjYiqY5z/n2nl4HDHKyhYjr+1zHmqJD7hyjDN2iOdhuYubM0w
jaCHBDt3V5z+8mun2X8o74qAU02DVOA2b3CxIMBH7JszcPKrlIsi4HX4TROkh13Z
iLv16Pmuwz3VHG90o4IN0j4p9eMeT6Gikw0ki4iNYkySBkD7nGrBQJIEHeEVcWEX
K5MyyNlGLQUAl+jnlYV6cciPO6teRnFYn+heWHgEmuDcv79QdefG5KHkTuTghtLt
x0iLDyWKYtb4K/MCKUlWEOefA9lsHWai3ewZ0cB9ZLFA0gW7GRg+56BkkphXYxa4
GIfLNemmOBdONoi94KfRoBvr6RTt3zp5Gq5ceGKEDlYI6uIMv1k28RqBUz5piOVl
9xyv286n5ImfCssdXuAGSFbV4oLFiejAaYzzONqBmRkOA+4RC5e3sdEKiiaaIHK6
t2MWdrhyptuy1/pmKKTqrek5RODD36VNgldVMh25udyt7F76wJ6yEMw2wf/Lg02W
44VtGH1ViKetBEhGD/04gY8GsuWtNRnVPwObXD8RPxyDCOAfUMqJl79Ua23eErkX
lwHWCmJFtd+NoUBwoUTWVvHtC0xXBqEnoI/7BtqEq/DSLIlHPQw=
=JlMw
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of wireless-tools_30~pre9-14_source.changes

2022-11-12 Thread Debian FTP Masters
wireless-tools_30~pre9-14_source.changes uploaded successfully to localhost
along with the files:
  wireless-tools_30~pre9-14.dsc
  wireless-tools_30~pre9-14.debian.tar.xz
  wireless-tools_30~pre9-14_source.buildinfo

Greetings,

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



python-ssdeep_3.1+dfsg-4_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 08:11:29 -0300
Source: python-ssdeep
Architecture: source
Version: 3.1+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 python-ssdeep (3.1+dfsg-4) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #952840)
Checksums-Sha1:
 515c44677231eb0a5860698773fb0be2c113ae52 1875 python-ssdeep_3.1+dfsg-4.dsc
 9af05fa3a275d1ce93595efde711bf9b098387c7 3396 
python-ssdeep_3.1+dfsg-4.debian.tar.xz
 4ef9727f9b286e2669fb0bf1cd4c5bba564e0ed4 7560 
python-ssdeep_3.1+dfsg-4_source.buildinfo
Checksums-Sha256:
 8e3ac4f85ec4be602ae804fa5b9d7cf18899e15df6d4ad13ad6be17f3b85b346 1875 
python-ssdeep_3.1+dfsg-4.dsc
 b6dd9acc85c4eb622992f7539e26b8ef8ddcbdaf841dc5a04d30a695a8306e93 3396 
python-ssdeep_3.1+dfsg-4.debian.tar.xz
 679d5196e8ac41046b1c4b0f756eb238fbcfe78d6db7d5f2e9fc68482d8abdd9 7560 
python-ssdeep_3.1+dfsg-4_source.buildinfo
Files:
 f91ba0791bfa17e163d1bd974ca1c253 1875 python optional 
python-ssdeep_3.1+dfsg-4.dsc
 b5250a1af2fe64051452ce478b1f1c98 3396 python optional 
python-ssdeep_3.1+dfsg-4.debian.tar.xz
 59fe10058870c58fece14fd67f0ddc9c 7560 python optional 
python-ssdeep_3.1+dfsg-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPgAACgkQ9LqqgNso
ukx1ehAAqPNuGPT50AcRo0UTXhIo74/zFVhdkhtXs6BpJ141OtyXbKb9LzbuXiI5
h32umWFHi3yOe45nydZJYHxBlV7O6lNKd+HC8deoC9OEkdiwSYk09aIxmMYaHXzF
kfsJs0+WX3OmLJ1Qt0YT3BaC1qExEY4qshbAVxgfuwp1odU2XTVfgCd3sVpUbe0b
DulG4GWVhZOAz/d4lU0WuaRZ0u73sQCeoM3PkW1t7eEmD6Rrx+32tfHN0C4C+NFg
OiYWe6qCkDf8i/AEe+Y8c5Jz76Ho6Slsiq2j5vcWSTBKvX2aP5FVafq9FNdkjm5M
688Gv+VO/tRAfgnamemjC343SrlpAuTPPMHYBtMCAkmWwend/+UzEksldEsb8oW/
OR11PhZ+HsRxIBdMdtklaj16jucu5anWwsWidAgMglXNqktyur3UUjxs1F1jcqTo
j0+KsDqj4QznAUtsB3QWvZnb7ukXsNTDqMhw3vLd1SkVrci+FK7D6kcj2MvmVgfY
bU7oETRONHgQrfOXcsBHx5B7y6Anjnf05LX3zzJi7kpgtDofQJt4MnJAF+iDkER2
mZr1AqY2ZOUXxPcbussA2s84wdaG1FAAbFdTy/k/056sgg1JNgopqv2tuYFhMOpO
cCGnpfgO2a6/UAm2laI6Z0xwzO9UWWjTxb3A9qkKeLyXRt47xC4=
=lbIP
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



ucspi-proxy_0.99-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 07:57:15 -0300
Source: ucspi-proxy
Architecture: source
Version: 0.99-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 ucspi-proxy (0.99-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #947705)
Checksums-Sha1:
 acb08f7e2441b4a501074d6f5577b7d120937ed3 1653 ucspi-proxy_0.99-2.dsc
 ecdd9076b841dbf70aac4c31afb217df025abfe9 4248 ucspi-proxy_0.99-2.diff.gz
 0bed71310e03d3bca9adb43f1368e4eceb2dcc93 4868 
ucspi-proxy_0.99-2_source.buildinfo
Checksums-Sha256:
 39926e6ad1d74d5e6f4fe363950cc98e1a67d90ec8b16dbf0832cf72d616f595 1653 
ucspi-proxy_0.99-2.dsc
 34959c16c071453e05184e0ecad891205033d80cb3e2b45053977379a98e6201 4248 
ucspi-proxy_0.99-2.diff.gz
 1de16994f485389675c116d7761b2464ca781f02c93e24df3ff233c50eee2c57 4868 
ucspi-proxy_0.99-2_source.buildinfo
Files:
 d655b8fbdb331b67982f97ce07c8f7a2 1653 net optional ucspi-proxy_0.99-2.dsc
 5ee3dbdc0aaf4ed703f4c9a1c4a3cb92 4248 net optional ucspi-proxy_0.99-2.diff.gz
 86d7bf09c03e0783eec3e656cf082ca9 4868 net optional 
ucspi-proxy_0.99-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPm0ACgkQ9LqqgNso
ukxsgQ/6AtVmy2dWHzSlGTPQFO19OTWlzq7ojeyTHSMz26iBjoc31UH6iafVjxjp
mjSDTqBdCaJyZbmmsJjq22DvX97rEL9/MnAQqsW0TPDbyCfDufsDIpPiKeAu4loQ
/jUJXbrBQKml3Ze4tvJAVM1MX2CQCXFrte8LuTvNZj9b1uucZuPPJGAJ+LdmNzFr
SXlvTtt554uguvNpLhrRCHFNzZ5zlW2zAO3xHN9QfwtbMGvPoo/On/0Q65gS2IUx
rDjeOdX9lwq+uCcq1QNwdMIX5IL0fp2ymsykoJmGXsLWsSoIOy1wORtKJYFpLVGk
3QCL66RTxcwTJoGXKSDy83zDlW9vztLuhkS/D8LMVCHWYFhlRAk9QR83WH4zYqgE
+ZbPYyvMjG3avc2tkjMhKX5zlIC3az0YNIddWhIouWi2mDNyPBWwnzt1T2/O+Owf
kXWBL7hhId9irr8OJgzbLOCwYDKmLMelBCQ66AqE9kWbOgo8A4jebUiI5NCbDIhA
yXcf6XiSh396Wxiz3m5BLwqScnVyryGmOu9IGV1anytQDq4o6CkTA17qd49Xh1kf
GA3ydKm+gGfl94JeCFnehVT3hnbwRKTe3kYn0IuZvjC+9foxHYvbxMUGp1TkBe+Y
DXzZPWo1yAsYFbtKSNoyWKgDJbzns6SvvFkIolssmvgqa0A4new=
=nfzQ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



mod-mime-xattr_0.4-7_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 08:35:43 -0300
Source: mod-mime-xattr
Architecture: source
Version: 0.4-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 mod-mime-xattr (0.4-7) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #963925)
Checksums-Sha1:
 ed74fbce0fc3c7bb6524a1e8e6a8a6d9ecc8369f 1802 mod-mime-xattr_0.4-7.dsc
 b283be19bb4fd81348444b0ff1deb852daad0457 2336 
mod-mime-xattr_0.4-7.debian.tar.xz
 fff06c77dc3d81135ae242f6764fe97563f59cac 7591 
mod-mime-xattr_0.4-7_source.buildinfo
Checksums-Sha256:
 945dad1fddc4cff6056198e25fee9322469ca85207811bcb10066646e1560144 1802 
mod-mime-xattr_0.4-7.dsc
 2d7dd9d188541a892aa93eb3a93a76bc9717d88bc6cc5879132de7e63f8b31bc 2336 
mod-mime-xattr_0.4-7.debian.tar.xz
 6b2f99f39878eb41db1a2c1091136fae940880a635047637a31cfec0012d695c 7591 
mod-mime-xattr_0.4-7_source.buildinfo
Files:
 68bbe4547a5615eac41b4c6ab6deda2d 1802 web optional mod-mime-xattr_0.4-7.dsc
 b4b4260df1af2024ed6ab2388a60322b 2336 web optional 
mod-mime-xattr_0.4-7.debian.tar.xz
 e5be6b76f8db2eecfc4601d6c8067b5a 7591 web optional 
mod-mime-xattr_0.4-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPe8ACgkQ9LqqgNso
ukzg+hAAkjivw+d8BCJFLnIZ9o3I+BT9DOMfPlc+3r5TimqhpqsLUTBARJKjumUg
tS6wkmi3wJqACF1UwCwqhu4NqRxjWNxXh5m4tVBtZby5eWxeSxmaZSc8vFkx8myH
3jd5DqqidspueJYZYgMBH0UTiwECq0BDhYLNPxhkHO5SZowNKg98IMTJ9vbF3c6y
hP4PXOAdugO+eds6Qdt2gveCbiZYIY49usfSsPNek5wQ/5EPjMVHELHve1612IYE
Rz8Yka9dWH4APsxVFHnNhz9Ah4MoChUo6pBqD4KUY6rxU10W9+aIjBdKs6YHwBbt
meKCxAZsjO4Ni1Q/gut7W6SxDrYr4Yrt8/ETWICq5bgtX8Pfwd5mjvo386gkWwMO
QDIjT8hlLmBqZhTxzryIsaCigYVcUgO4V2Ja6xvHbIWBcXE5MEzH+wvaDrvIbkzX
1bUgm56ULqA9ehxkPiAWh5R2q457VuCkjwFgu3T7SZvut+FWcsxtUfraYDQ5/2wK
xoDREdmd8q83hsh5jnGK2lLSzkojyI4yv44hhLX4+xCSj3vFpJA02f/m/EFAusQz
zH84SOjqCwUrW3MKPa8hzv2DEc6Ou1EEguAQ+rmus5ip9T9c2LRe9wkmiKm4xQgS
XqdqMH3QkOpyqeAJPMqkMnYmEXpUTx1veVq4lwzOyv+n/PR4V8o=
=pEtG
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



wireless-tools_30~pre9-14_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 08:58:45 -0300
Source: wireless-tools
Architecture: source
Version: 30~pre9-14
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 wireless-tools (30~pre9-14) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #963896)
Checksums-Sha1:
 5edfc127ccef06224468511a9e33519fa4d659d5 2176 wireless-tools_30~pre9-14.dsc
 4f50eb522e127791af428c7ac6629a9e37103484 11696 
wireless-tools_30~pre9-14.debian.tar.xz
 2023139e49787c489b46fd9dce9bd77d0482915b 6346 
wireless-tools_30~pre9-14_source.buildinfo
Checksums-Sha256:
 32d9b2066aba3bde11556ebc1dc8fdf770814ca55fc78e33d9cc3150fad4536d 2176 
wireless-tools_30~pre9-14.dsc
 6ea98ba07b640b55b40f463f3b5fd206c03aa643b3ab43f1d3c7878ed711a418 11696 
wireless-tools_30~pre9-14.debian.tar.xz
 cec214f8365db08b4f211a89fdc356ad6acfe27f1b2472c7d92bbfca0433dc12 6346 
wireless-tools_30~pre9-14_source.buildinfo
Files:
 def45f63de55b2672923351b8c27604e 2176 net optional 
wireless-tools_30~pre9-14.dsc
 5f0773d236cf1e1e478feb5a033b305b 11696 net optional 
wireless-tools_30~pre9-14.debian.tar.xz
 033bd1434263219ec62a8d8479367590 6346 net optional 
wireless-tools_30~pre9-14_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwPhEACgkQ9LqqgNso
ukyd8w//ckpWQONqVlfdX6qsDB76Won8+mwzYw/aAWVDQiFlU57r48xBN0wWtP+M
6h3B96imqy1P4KTk36GBcwV7gUmOPtp2Xvv7Z4ijdJyrJyErfUoIXv1xk3vxHY3K
g4TWs1SsdXaElfWR4xfRrbacc6GFc1rp1Iar7qXjTIYsI4C9fa0rbQuk2U8wPqPw
w12hkWex2PQdWKhPtYRhcdC7/EHNrCT2geGGNE+zAyDBWNNbXroOxbuzWvkYeYdy
MP0yxGw7PmHdhsKO7+QxxyzPxUK7lLYg3ddNd6LDEgFAHr90Qw1x5Snokyp+URjG
9os22DwKtmXreFqOPZlTVKYj0iDLCg62b3fsUAx5Rn/OeBVd8mT78IMOJlIs2jJv
PHbRq2iVAxKOLTP2V9+7cSHxzIYFMZP+azxNBc9ll7MyUyP6Bh2mfHoTH80fIE/5
yNHBNzi8zPisaf6tmoArRfjvmova79lL/sAFfDhG7/tHmRlLEdisqH6JBRqNOTD7
qhEC7E/+kl9Z6dv5NjtR2ndwiGcKyxqnSZ6C1/YmpV9WPBcpQ57CLwmRhNCiMZOg
gQ4WJPWz/DNCYPvS1GUkNgxznoItHTxS53Hea9B292XdmnOut40Wz2uOMnxErHAs
AM8fGuZgCOvK0nOTeI7ZnsSyj6v14sjhHVZmFYjycU0584sRpEs=
=sZ9a
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of mailto_1.3.2-4_source.changes

2022-11-12 Thread Debian FTP Masters
mailto_1.3.2-4.dsc has incorrect md5 checksum; deleting it
mailto_1.3.2-4_source.buildinfo has incorrect md5 checksum; deleting it

Greetings,

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



Processing of hunt_1.5-7_source.changes

2022-11-12 Thread Debian FTP Masters
hunt_1.5-7_source.changes uploaded successfully to localhost
along with the files:
  hunt_1.5-7.dsc
  hunt_1.5-7.diff.gz
  hunt_1.5-7_source.buildinfo

Greetings,

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



Processing of x-loader_1.5.1+git20110715+fca7cd2-3_source.changes

2022-11-12 Thread Debian FTP Masters
x-loader_1.5.1+git20110715+fca7cd2-3_source.changes uploaded successfully to 
localhost
along with the files:
  x-loader_1.5.1+git20110715+fca7cd2-3.dsc
  x-loader_1.5.1+git20110715+fca7cd2-3.debian.tar.xz
  x-loader_1.5.1+git20110715+fca7cd2-3_source.buildinfo

Greetings,

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



Processing of microdc2_0.15.6-5_source.changes

2022-11-12 Thread Debian FTP Masters
microdc2_0.15.6-5_source.changes uploaded successfully to localhost
along with the files:
  microdc2_0.15.6-5.dsc
  microdc2_0.15.6-5.debian.tar.xz
  microdc2_0.15.6-5_source.buildinfo

Greetings,

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



Processing of sispmctl_3.1-2_source.changes

2022-11-12 Thread Debian FTP Masters
sispmctl_3.1-2_source.changes uploaded successfully to localhost
along with the files:
  sispmctl_3.1-2.dsc
  sispmctl_3.1-2.debian.tar.xz
  sispmctl_3.1-2_source.buildinfo

Greetings,

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



Processing of ploticus_2.42-5_source.changes

2022-11-12 Thread Debian FTP Masters
ploticus_2.42-5_source.changes uploaded successfully to localhost
along with the files:
  ploticus_2.42-5.dsc
  ploticus_2.42-5.debian.tar.xz
  ploticus_2.42-5_source.buildinfo

Greetings,

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



Processing of unmass_0.9-5_source.changes

2022-11-12 Thread Debian FTP Masters
unmass_0.9-5_source.changes uploaded successfully to localhost
along with the files:
  unmass_0.9-5.dsc
  unmass_0.9-5.debian.tar.xz
  unmass_0.9-5_source.buildinfo

Greetings,

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



Processing of carmetal_3.5.2+dfsg-2_source.changes

2022-11-12 Thread Debian FTP Masters
carmetal_3.5.2+dfsg-2_source.changes uploaded successfully to localhost
along with the files:
  carmetal_3.5.2+dfsg-2.dsc
  carmetal_3.5.2+dfsg-2.debian.tar.xz
  carmetal_3.5.2+dfsg-2_source.buildinfo

Greetings,

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



Processing of otp_1.2.2-2_source.changes

2022-11-12 Thread Debian FTP Masters
otp_1.2.2-2_source.changes uploaded successfully to localhost
along with the files:
  otp_1.2.2-2.dsc
  otp_1.2.2-2.debian.tar.xz
  otp_1.2.2-2_source.buildinfo

Greetings,

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



Processing of mutrace_0.2.0-4_source.changes

2022-11-12 Thread Debian FTP Masters
mutrace_0.2.0-4_source.changes uploaded successfully to localhost
along with the files:
  mutrace_0.2.0-4.dsc
  mutrace_0.2.0-4.diff.gz
  mutrace_0.2.0-4_source.buildinfo

Greetings,

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



Processing of comgt_0.32-4_source.changes

2022-11-12 Thread Debian FTP Masters
comgt_0.32-4_source.changes uploaded successfully to localhost
along with the files:
  comgt_0.32-4.dsc
  comgt_0.32-4.debian.tar.xz
  comgt_0.32-4_source.buildinfo

Greetings,

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



Processing of tss2_1045-2_source.changes

2022-11-12 Thread Debian FTP Masters
tss2_1045-2_source.changes uploaded successfully to localhost
along with the files:
  tss2_1045-2.dsc
  tss2_1045-2.debian.tar.xz
  tss2_1045-2_source.buildinfo

Greetings,

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



Processing of pam-ssh-agent-auth_0.10.3-4_source.changes

2022-11-12 Thread Debian FTP Masters
pam-ssh-agent-auth_0.10.3-4_source.changes uploaded successfully to localhost
along with the files:
  pam-ssh-agent-auth_0.10.3-4.dsc
  pam-ssh-agent-auth_0.10.3-4.debian.tar.xz
  pam-ssh-agent-auth_0.10.3-4_source.buildinfo

Greetings,

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



carmetal_3.5.2+dfsg-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 15:08:53 -0300
Source: carmetal
Architecture: source
Version: 3.5.2+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 carmetal (3.5.2+dfsg-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #998117)
Checksums-Sha1:
 8559fb83b9fb536ac06194b1da2f73812319dd6c 1829 carmetal_3.5.2+dfsg-2.dsc
 b13a2c832adfab0f25df0554e2c428c7c6a8e0dc 83940 
carmetal_3.5.2+dfsg-2.debian.tar.xz
 86218326a111a6907816eaf833465463eff098b4 10433 
carmetal_3.5.2+dfsg-2_source.buildinfo
Checksums-Sha256:
 b4da2718bef8cc1fab99335c1577bd0e413d23a182f8377d7f5eae1fb201e8e9 1829 
carmetal_3.5.2+dfsg-2.dsc
 550396dd658aaea19f680585d4e0f70c9cbda0354f5c59b8bc952e82b301ff56 83940 
carmetal_3.5.2+dfsg-2.debian.tar.xz
 96325e0b3fbbeb5a10626774d0dc6a842397721301fec423f4c3e4cd5e58ee4c 10433 
carmetal_3.5.2+dfsg-2_source.buildinfo
Files:
 b806a73beafc6ad5755fcf969b864392 1829 math extra carmetal_3.5.2+dfsg-2.dsc
 51909b33cb57f493cf01e8e31813aef8 83940 math extra 
carmetal_3.5.2+dfsg-2.debian.tar.xz
 306043f2d2c3f006cc97786a9bd18e7a 10433 math extra 
carmetal_3.5.2+dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwewgACgkQ9LqqgNso
ukysAhAAv518Ng7mifBzCsySrTfmbzQBzhDqW0ysRPUHe6IObHAUCsS3OShc6lbu
D4ErtqXIAHZTP8cK6Z0ggJpps2Kjl6Y+08/sPeNqyXXPTgBw/TutQsGB/VEOF8a4
twfawwY7Eyo3elh3E9LNXAnoR4I0v/SJFjSiPDfjoMiCuSvAI7u5BzzDT7vNUZDN
KJHahfy4HGnaJUQZTlqIpsqDeb9FZ5wkDWD07cZ4jG3djTGfRfBeGzRbrXHQ2FSu
ivWlRy3vvUS4c3KLdEQ6exvd5odqBXUZvwEDKJobXrLFhfOwTe/ohUOBMyGHpqtv
U9+tz1xSWi3ivbXprq1yEMm7WvZq5rG0vcG5f5OZGyGmjqMpnIom4FcGJWtRIJP+
VaAbotnAZxXvG1ukyfeNMHYKQFadqxKL5ARQb9Pw27Zttp/6SiwxskXRQmuhK+EK
sTI55NdBEs4LouEB1no2VeSYQUpe5XUDkP/kwHYB7uWCoOQd7sbOtNs3b4yzOfWi
BmI7x6wB0x4E3ksqNItqY9gG4EaM5E2B/ZUp5Y2o5AE0qTyrMECsg1JYTo7XYb4b
aE4B3Zq2tbVU9PpUNzOB8SSv0vKWOO+dbETX0HRFi0ZHMNx9xfTqvjjdUZAXf6us
lwwU7UdW+smtLu5CjlKHLLwgYtZHtAvTqmFANU4/T4nNGMz2oQE=
=qMFk
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



comgt_0.32-4_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 14:08:34 -0300
Source: comgt
Architecture: source
Version: 0.32-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 comgt (0.32-4) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #983867)
Checksums-Sha1:
 8543cc5bedf886a5c88921dee69f8bf7d7bd76cb 1670 comgt_0.32-4.dsc
 27f6a79b8bc12ce4562aa3deab42609007f240bc 5848 comgt_0.32-4.debian.tar.xz
 69b760db4074ed0dda1b1a0cef921e547a6473f8 6291 comgt_0.32-4_source.buildinfo
Checksums-Sha256:
 121206cfc7d783a98929714430330e2370e45af85ff8586930a7fb5831cdf09d 1670 
comgt_0.32-4.dsc
 e87e5f4920db9193d53d3576a26434d2e882b57ea8012c58149125825de21e2e 5848 
comgt_0.32-4.debian.tar.xz
 c4e78e783627ab732c590c126e9b1a9cc8bf1412ff4c9aa428b4e65ac8c5f2f3 6291 
comgt_0.32-4_source.buildinfo
Files:
 10fdd090c806d2ce12b74a757104808b 1670 net optional comgt_0.32-4.dsc
 4fa6a6877209c531e3e7bc22643090b7 5848 net optional comgt_0.32-4.debian.tar.xz
 54063e2783f2e9e06f7c6cb5b4945a46 6291 net optional 
comgt_0.32-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNweo8ACgkQ9LqqgNso
ukw/nBAAlBtTWlrg0SAYGEqEd00TWIeAKhIUUZYa+LzRjfYVI6s13AgKa0KQQEwX
TRrmv3qsQOZwR0gPyvCOiOMgi3Qrji16VSUfJOUcGwvsbKVo0ofZytew+uFCE8sd
cu/4iCe0nAvcBfw0W+9vtQBIAAxkcO/ytn3KU5iqRZ+WtggqJHF1+S6kJ3lD8JbO
8CQ/U/YICmZRF+sWn2xw8K8ArxzdrFSMqBpZXWqbeaR5aqkR149MgvwTNLUgkqQO
4kbdKW82yNfEuHJdjRvuNs10heTq0mrJ5BrY/GlTi3ypj5RVrAhd1VEGvCTlXi4J
kLNG7aUtqXFWk0b/AYlnoGQxgl4Ppu0IOYse9v+2KfIZRuUlH/QXSMpxXXMJhMh7
piZrtyTyeSzjheySUyz7OSft7gLgdk9rqhdyQj+hzQ7g16dM/n7i5QqRvPYz6Q6m
DM7k68pSa3xFUOBzzedvFrOI8/XDXu08D/V0FDnFbxyg0cRCvKj3cx665x3MHZAQ
bDdBDISXy2I+nmK+EQZC81l06lXWYUYxcob0BQyGhYzOdrttlgyL7eGXBy3fcKef
bZ1ySzzjsJFULztZq95BymnXGzKX7W+M8r1dmNoeSX9XAtFAmui87i5t6aQ9ExvP
EXo7+BO2Y3s0dQl5AxopcacfmcGPFRSww5OG624TmN4J4+L+++g=
=AwR3
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



hunt_1.5-7_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 13:56:59 -0300
Source: hunt
Architecture: source
Version: 1.5-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 hunt (1.5-7) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #981676)
Checksums-Sha1:
 9878a725bab99f99b876d1868a661c8149d79220 1595 hunt_1.5-7.dsc
 ddd2be5bbdc87dc170cf2f075acac127d1f5b0fa 4889 hunt_1.5-7.diff.gz
 0fc64fb6e693b7b6fe6c6fd53929a6b121e05bb3 6283 hunt_1.5-7_source.buildinfo
Checksums-Sha256:
 cfeaafe7550f0acaf1f46dee8e9ae1ded484ff05bb381c16aa1d251ded5a3f37 1595 
hunt_1.5-7.dsc
 370ecbdc302785d2ddb7b8957456fdf7e59ad96d0a8f3762dc7ba5e15a34e859 4889 
hunt_1.5-7.diff.gz
 f07d95ab43f40af314e9e19d7b2cb4d75f94ecfc2482c7e5d169a3f163fb3eb8 6283 
hunt_1.5-7_source.buildinfo
Files:
 a06d9a1fcff0c9b58fd322b6b0c6dcab 1595 net optional hunt_1.5-7.dsc
 d05ad07d6e31148c9787a5fdadc8f1d7 4889 net optional hunt_1.5-7.diff.gz
 f5563fc95a08005932ede1a88ba50106 6283 net optional hunt_1.5-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwem8ACgkQ9LqqgNso
uky+4Q/+MEsl+TkYlb0rK0+zBD0pdjgc6qyqFFeD0IKrsrAq/+mtKNW/P0oPon3i
ZmfjzGWyw8hK9OY8GDMyovdX1NAq9dwUGCAzvZWwHLT6fmCKhRrhsEokk1DvBBpQ
1JizAaCQXu7bYJ9l+zj5VpcOXPgbcZlyvMRgy+DyW1SCyMpB0uZghIrQm0HEneZB
1H8jFTsid21ZeI5wi+XpmQXf0uWS3CQd9/tAo1A39PPws8O/xKtrHQqeqAyy/Vtr
IamY4vKCaHmmRefICdqzZmOmUcn7aApZNprzoseoQZpEkQd1QV3REKifYfpHL0QU
8ujAPiHGcy3YCo76pLGAyga4wLWv4HUBTWbFns7VfJb18M7Mi2H0SI36+/Gh/cM/
LPfMTR0AqVA+iyAd9bN0OrD2/vuFWtQORwFeivhY3Q3+T36hSMc2X9aUEQj5jRLn
Tuw02dOQV93hhdQGqPkzs+hGVxCRMlAPdXkFd4CM2AVLCfyx0Dgbz3hn0x7hrAsh
PLMSe9iYrSwidyYfg0P9p/4KHQTrajgPhd7HggYSUdtufu23VxIdFArH5vy0ZRqm
7NXCm7Xy2MHHPqeX6V99RYrJlUf7I7XLWcLqlrGFAdsTsDKBoYliV5JzHeDyNJzU
tfrtZ2FByI1NqO1BuKXq0wX+tRlK8ZgGe9leXliabuOGvesl9vk=
=Pxk7
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



microdc2_0.15.6-5_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 13:41:01 -0300
Source: microdc2
Architecture: source
Version: 0.15.6-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 microdc2 (0.15.6-5) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #980954)
Checksums-Sha1:
 39a94b0c42166a10b6fbf9807a7e4449ddef1138 1802 microdc2_0.15.6-5.dsc
 ef52d8c255bf8549a565a55037d218b9fb323a5d 11616 microdc2_0.15.6-5.debian.tar.xz
 2397f964db41d31b1ea66ee8103efd18de945108 6632 
microdc2_0.15.6-5_source.buildinfo
Checksums-Sha256:
 3e29ad99d043d268e0f8b4ae5c6c616af9ef175304f527010a912c742f0ee5d6 1802 
microdc2_0.15.6-5.dsc
 b18cbbdbe354d7cd3193772fd3f78bb4ed3726591fccc7dd2d7c2bc2795a1cd5 11616 
microdc2_0.15.6-5.debian.tar.xz
 b6d07ad10e76bef3544f84c411a8a50bd4d096319c6c2a3493d684a9af6889ea 6632 
microdc2_0.15.6-5_source.buildinfo
Files:
 297b51d463855b7a13b822beb4fbda2f 1802 net extra microdc2_0.15.6-5.dsc
 e289539f4629782f4f3658bb484c6b47 11616 net extra 
microdc2_0.15.6-5.debian.tar.xz
 700410eaaad23329d2cbadb56aa80d82 6632 net extra 
microdc2_0.15.6-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwekAACgkQ9LqqgNso
ukydlg/8CdRL6guUOugAoo4CXNshxHyCqic3prjOjQ3ZNCm4v8RFF97RJd2DQlIf
rG0bjcnBDVX+4xhDaHW9w3320ksmLytQLMCkPGIq6C+lQbpBkl7evd3aUkNQKED3
Zhpm6NRHF/P90FBJhR7tiX0ddkrbYuftb9HlLIzfZshxcridD2EeSAZzFmtV3HzS
mA1KfOO8fFEQcRglF9LLqkCEC+m007koVMIbKCdFphLqi0K6BvpN1/ppwZO0pOwK
V0aY0uqczbzSQDArZtNz0hVYykLFeWWgawtV3QckXj1Ra7GLOIBLzOoxJ3Lb1Gff
DX8uugLlbIHBPrr66SV51w3FmfvCo0m1g/+g4527wl/bpT3n/+Laq+pmVJfgEcAj
GcL73wBokGawz7WA6L9TmsNRAg9mSQYv7n0DgqYVWbL4YkDUOBS7JlX0ACRkV/u9
X0rvKfW2Xlle2uA+toV0Z7ZMUUOW/S/+9OUByVjXe1PPJZCBxfhTd0Z2euXkVgsH
9Q8HQedxq6/OvudKMUicF0WbwQQ0f8riqzs7stegySCXgSPJc9U76iQ9QSA1j1aq
RCOFLdQaHYbxG8YSP3cfiq2YwWUIZ/+iDmlTUglofUIaK2U4ll4BqOHMn1NfSZXm
X8A5cD+0aUFHdHjaBEKXRCCMNR8oIj2CI3HXaWJ1KjszTXpHzyI=
=lUoJ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



mutrace_0.2.0-4_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 15:37:15 -0300
Source: mutrace
Architecture: source
Version: 0.2.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 mutrace (0.2.0-4) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #1001572)
Checksums-Sha1:
 27f18d2f86917a8c54eaefd56eadc5da28836128 1745 mutrace_0.2.0-4.dsc
 a679d76f4c2eaf074c13aebc13e3419a2dad8789 2887 mutrace_0.2.0-4.diff.gz
 fe0e0c1c008d2745f236264c939bc23c69d47771 6360 mutrace_0.2.0-4_source.buildinfo
Checksums-Sha256:
 9c6bda6e604e5ba365e150cf94b9381cc43d610f6996c1eec944c7b8d80be9b2 1745 
mutrace_0.2.0-4.dsc
 b5ae453bcb29cc37e546c2d6c2d4e00509a9e6bd1bb6ed2ae6852ad934250d3c 2887 
mutrace_0.2.0-4.diff.gz
 56333df879f82fb901b8fecb67351187603f2f7695e15600db379996420ee046 6360 
mutrace_0.2.0-4_source.buildinfo
Files:
 2e6d9ae0489827eb091414cd5ae4f2fe 1745 utils optional mutrace_0.2.0-4.dsc
 12b1a31d06ce60e8ead678e3357d9bd0 2887 utils optional mutrace_0.2.0-4.diff.gz
 758c6e202bac2ac2b13fe5c67d1646d5 6360 utils optional 
mutrace_0.2.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwe0gACgkQ9LqqgNso
ukygNw/9EKjKdXyfrM6ipRkgrcnGTRi0XhTABCP7Tpjr2YB+MnF0MqV3WVlYzxYY
uGsoCkg+7Ia8BNqDI+/ochpVPHRb2xRmukpKlH39+wRXzIO8se6mq5TEqUiETejY
+236qqDwlhdoPmwvfA6HHA6Bl2CUUxd/x2m6d4FgWTnvRZvzuoyBOWWl1JOXu5uV
lmNUoWZW974LB3Gu9HXTHEqiFGUbcDSokorduzL4FTuk1tEBZpupxsuXqSW5ox2F
7veVdT6YIwmRQ2esLdzCz77hrKjHMAk01M5xFquopXjOoMtsRdDVirFRyd7RTM/+
B0Oc1WIVKJbYa9xeBJCi5QvF55EappAS8KwHECRzvCOJ9NbITJPtyqI1tgGlodDX
rgCOx24HL9IsNfZIEMpUvz9BNqKUzWpHUevfnywJ5fGeCdGeqB+M/qSe6ocKbSOX
XA2B4HYRlP44q7mfKaWo4QSC3md/pzq1JnFe/KeiNLt/Wuwe8b6gIZw9XcIUJWL8
28V3qI+gSPn61CmfuKpDiJDwkMVOx4uVJzES1A/TNr0/SYRkhTS8H1ap+ybIPQ4Z
Vay6kXZoPT62ILLolJaxRzY7EEnYMEzBFiAgqeOsTLnPnx+sd2LkjWVPB+EcmLK9
/1Ys/96ciRxmX1TVKx9EnVtMov944ecWz13FD7IWFSDVZkE4uZw=
=7TdO
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



otp_1.2.2-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 14:31:47 -0300
Source: otp
Architecture: source
Version: 1:1.2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 otp (1:1.2.2-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #990615)
Checksums-Sha1:
 aa6bc284000df4789161c771d3e44b906bea36ba 1699 otp_1.2.2-2.dsc
 5a15ee8d6defe14aad47ece8ee94b616b24e984b 3128 otp_1.2.2-2.debian.tar.xz
 489b8c4ab3091c5659d9dd8cc86a71c21668b7f5 6289 otp_1.2.2-2_source.buildinfo
Checksums-Sha256:
 c9465edf3bb6199b3d6a24ccbd5d37d3def82c8fc6b35b9187987fb6751d4424 1699 
otp_1.2.2-2.dsc
 f65a9a63ade64eee7388ea101cf89b764c1e895861ed5df7d2ab82e3a3930737 3128 
otp_1.2.2-2.debian.tar.xz
 d20c97568c36e2eafd6c86038943dfe50e6f8d2949c05262756946238ea08604 6289 
otp_1.2.2-2_source.buildinfo
Files:
 8a171b46c3fe568615bc8d34508d8572 1699 misc optional otp_1.2.2-2.dsc
 d7116db97a55e73e719f9971fbbf50b6 3128 misc optional otp_1.2.2-2.debian.tar.xz
 9c5ea10ba3dd903cd01a7b176484b00d 6289 misc optional 
otp_1.2.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwesQACgkQ9LqqgNso
ukwYvA//f4tb4FxGEpmGwsldUqEyf0mGF+HT+eS1cbNz5HFv9KTbPWg8BcMTF35j
eVv0fnXIM1+tpu4xedsu12TlC7CSaAGbRx8DOfeRX/GLLLO8Hany7tptZ4MKVOuI
NwlMgS6rMdUnUhbaMfYf+/oqIYwAnKsLMuT44iWZRBoKRFlRv5UjRfB3GYUJFXSe
/nouaRMt/1DVssB7+STWxk58HVp8w7qbcPYUMGwagzuNUxe+ctLcTaGXxYV4ESv3
4ZdokTGYynveE7u58QuQvBgJg5YGtLIwlxrcVNltnpzb7LHw4bP8LbPhv+eKcitV
jOz48Okl6Fay9/5e/pP4K2N+8G77JiXToT1lM71SHl/r9tbx0L3XIyYRdD1c4BQa
v5Qjzuh8g69fuh5BG4gRiTJ8LawDWCortjPXJTcSsdKcPBWm0sJK/hDy1H/OLJXh
xT5hJLP3IMBxpZiHBJ97cQ2w69ZtqmRLmn+ZBJQCALnv8pqoo60q9rPisWwJAyWw
zF/0FyNiReO2qEPfWDdtuTkndxMkHMY7z6BAM5UWjdx2SZJ4HAqZTduNi0IWJOlj
xi5Mvxzsmm8AC7X+919sgaudc4ZbSjJufxKTpI3hfYR2E5n2WBD3xFz0DPHwtGO5
lDHcW5OxYF5G/o69wpy3cH18rVoPEl80N6522I61GZ+S2EuwdJU=
=h64L
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



pam-ssh-agent-auth_0.10.3-4_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 15:55:52 -0300
Source: pam-ssh-agent-auth
Architecture: source
Version: 0.10.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 pam-ssh-agent-auth (0.10.3-4) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #1003602)
Checksums-Sha1:
 dca7456ead3f218de77489a3430d90a368043aae 1863 pam-ssh-agent-auth_0.10.3-4.dsc
 e2fcb41f14044c4f393bb5296700e84cc2bd952a 14288 
pam-ssh-agent-auth_0.10.3-4.debian.tar.xz
 b1c26424d8172ed631176c26f6d3f5eda1bd86a4 6403 
pam-ssh-agent-auth_0.10.3-4_source.buildinfo
Checksums-Sha256:
 0988169e78fa74c82f86bd3a7a3bc3c06c4e9b451a3f01e47d702ce56a79be24 1863 
pam-ssh-agent-auth_0.10.3-4.dsc
 9b3787f00368851be1f628875c41d644e6fbb31f3cdde189971d810965ebac53 14288 
pam-ssh-agent-auth_0.10.3-4.debian.tar.xz
 d8cdc912dc91c0b46837e76dc923b01765efc8162592bb0e67fe383b1be03981 6403 
pam-ssh-agent-auth_0.10.3-4_source.buildinfo
Files:
 bd1d29a19c560e8d057297d66836c753 1863 libs optional 
pam-ssh-agent-auth_0.10.3-4.dsc
 fa3833e1643d322d1c14c23b0e3af4b0 14288 libs optional 
pam-ssh-agent-auth_0.10.3-4.debian.tar.xz
 5467348b67f64f8ee35a7bac0867c55e 6403 libs optional 
pam-ssh-agent-auth_0.10.3-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwe30ACgkQ9LqqgNso
uky4Fg//a6Er57V/bX6wShXAHz4ClTzHJPdnJXu/B4gnJhvmyvTN3k7u37q0yKZD
iQrwlyCAO3FvxnVeLphjDtCayD8jPCi3oDNc6sHKc4zvvd2tDX/5/GD8zuiW7b8/
JDGUboSwk60xjCPob3KVT+N0EZdmIgzYLc6KF7a8gUZo7d1UdsdVX1SeLFdKWrd3
g9uWP9a6YE5ImjbxJAB7yQDPZGe0B0PnwJXQWwRuQ+Fiiab3nyv1G4J5s0coaY+K
M8d33poHDuFEFwIiZ9sPJjkidQxMiD+Osr55nfjd57VPYtuTUXplUl5xvZGE2eoJ
OxbgJunFptcs25rjKEwMIbfsy1aAAp07iXlbbVqf74YBLZJio1mrwnsonx4O+F/H
fniq19bsxHgYUdwIETTGm7M4l/J9N+fobSiYYOFgc2MFl/J9dTgZ2+qhEJicMTq3
aPKbeUvjcmFAqNf8y4GAwb3tk3ykCp3IuWLHvPbyGZ67/1GWM1IJzBsYQZjvnHNj
DQ41zFzUEK5KOwD7TOEN9Ib8RFw9abWkRNcIbk/MpnQKdsrFroiXbQisYEW6nWGu
w7a6X3sJD81j3wnTmy1QedwG/piI7HNu/YmV3r13t3IJjh9GcjTC+2Lf3wyBN5as
QL0F6ATrTT1DG2w41grxeBsqwtcBbmwZL1b4lc/xyfx33rjfo7o=
=1ceS
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



ploticus_2.42-5_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 14:45:02 -0300
Source: ploticus
Architecture: source
Version: 2.42-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 ploticus (2.42-5) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #990612)
Checksums-Sha1:
 24f4d5bc949c95ba8a674f198079e444e7ecee10 1948 ploticus_2.42-5.dsc
 69a18fd30189446745658f0e3cd154db2467f187 18768 ploticus_2.42-5.debian.tar.xz
 f4e4ef83eee44cde33953fbd43dc891e2a2746fc 8500 ploticus_2.42-5_source.buildinfo
Checksums-Sha256:
 a85e5b9c7d8bfffc6d1fefc8e61b402392fa718fc200a6069f91fe19352a90ee 1948 
ploticus_2.42-5.dsc
 842296cf8fb24ea2ef87b244e319557eda7f379ec07c1b369667416fd5da8c67 18768 
ploticus_2.42-5.debian.tar.xz
 490e080c34b041a577050d8b4a8acd152570b08397ef405d708bb1d852d4b669 8500 
ploticus_2.42-5_source.buildinfo
Files:
 a272d72c2348eacdff540cbab366da3b 1948 misc optional ploticus_2.42-5.dsc
 b0e36d5a8c365d7e4e527db77f30f056 18768 misc optional 
ploticus_2.42-5.debian.tar.xz
 ad49cdfd985ae82c105382a3ea195613 8500 misc optional 
ploticus_2.42-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwet8ACgkQ9LqqgNso
ukxkKxAAoxo3PTuGMTWVzroh2y5R0p1w+S7OUpbkg3WLzsmJsfv3xgLBa6rsXxiD
6Z67g5EjPdB56g7JXH/1S+UfwttAQyUOT/Ns7+0HZgvJk+2T3MDz2bKQeYYNtRN+
2UTiQtEcJ5sOO40G/dPuFWURIBBSl3eC+9DWLWF09yBUudTC4E6eL+goFjR4by0Y
lDShYHbd5uRpUTBVlyRsvDwD0KussPoDZ3z7hsyrKSOoDtQPOHTezYXvfl27x0ND
OcJ5Iyxz3ycg+T8l/SRtzhNJ78Qw1eWf1MboO5Zh/QQM4zW6M2aoCOqiJyuZXlVe
rW0p8ArRM1t1qF4u9EgSA+pZFbd6z90gOQ0X19r0rIn9IVuciV4mQp7JVML3f8o0
W1Nsg8a/JC6AdoMAcujF/wiEOo3Xz05xL09X23/NkNv4yvJ8xwQcULOFg+/CI51f
D+SUVG4DFpnKDxKe2qNdAUPZlKofb3U/1TkrOM2e5zFLZT0yUQs4SNNQUyatUjLC
Q7DP56I7POEw62xN2XxomYWPUJInucqSHHpSIhBvz3w2bA6eNOZkhj5/pAKaJMn6
ocZoQZ3Ix9Hjr1ECV2nWXAPyW90fnbREGMXtc/ygwR+PYWmtkDWftq9fJJVVzdod
Q5Vrbuc0IGNrIRex6uV6OxqUeRxkHDJnD3/Oegt06IGVMmCKprg=
=zwDm
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



sispmctl_3.1-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 14:22:42 -0300
Source: sispmctl
Architecture: source
Version: 3.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 sispmctl (3.1-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #986708)
Checksums-Sha1:
 354d8827e3f7c23d03c1ceca1598439c61f27eea 1743 sispmctl_3.1-2.dsc
 7bca2ee5628522f95960abe67a2175b258325011 1956 sispmctl_3.1-2.debian.tar.xz
 abb4aa33c4682b1797d24436f4e79d5725b01018 6383 sispmctl_3.1-2_source.buildinfo
Checksums-Sha256:
 6662f7fc00e749cff8eacd2a6f4ec9007f549034eb9d171b8e3529e793b5bd0e 1743 
sispmctl_3.1-2.dsc
 9ceaa0388f801c9f477a831db687488de1938e91d20ec5e6d71fa7f7cea86f6b 1956 
sispmctl_3.1-2.debian.tar.xz
 8f55061eaf1e4043faa8c4ade239138d63d84eb14a915fefee99227fc799540a 6383 
sispmctl_3.1-2_source.buildinfo
Files:
 cd9670c54a1ce614164801ea32c71879 1743 admin extra sispmctl_3.1-2.dsc
 a1cd61ea29c620346d311094afadc514 1956 admin extra sispmctl_3.1-2.debian.tar.xz
 e23fc3ae6fa0e38c7ab83b2e0ce9d41f 6383 admin extra 
sispmctl_3.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNweqkACgkQ9LqqgNso
ukzZqRAAkvSROoGUZlgOT7MAwNeGW5g/Q1KLCjgMlDa3vDcwDkgvn2e148c4hFWS
O993ojBd9A14XAsd7qakEQEVfKCNfJj8Z79AJaWz4XPqmr67yMClbDy1efZG4J0q
rf5zXs/+o5F/vxcqxeD4OaRzAkjWZMdMwsJBdo4ExNKi7/97TyLlWmIZiMaA9HcL
wUmJ40T6j0l7vrGU05yz0Yth3ZvNl1J/cSNa4pkrMo6c6g0FqgzbUtworWZEpCOi
E1054G8Fq7DDUYAZny7KEzGTicnLJhAz9x0QhOBW8lxP1/n2Dbb33sofW14AirCU
B17YcDaojYWjw0soTa74LY7Xo1oKS8gqYRNT+GoEHCemt4DjcOSsunnCcpYrZr7O
oSsnACpa0KiBgdB8qg9AhTz9z5Nw9GzMxpNcaNxmDU7kVuW1MzX1VaxZY9L0/lnp
nRiNXFWXFPn5D+wbRjJUnaG6RgfW9YXFgnub+2UfIy6TunJgwoq1mF6fru4xdlUc
VymCWEK3YKguANYR3OUJfBR55nu9Xu4hVe0K6pAZeSpUm/uNuV439R0uyUmaRaNR
spSM/K//AcZ0osDcubeFjmI13lJLmQDGFtd9/prDi4afWK8IerVSLYyVXVFcyZcw
JELi8Y3Y7bxHYWGnrKH9xUPaT6FBU4+S+bMoJQ4pwwLmFquHXxQ=
=4ifB
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



tss2_1045-2_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 15:18:34 -0300
Source: tss2
Architecture: source
Version: 1045-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 tss2 (1045-2) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #998437)
Checksums-Sha1:
 240379876e3453eb42cb8a7f00149432e527f4a9 1793 tss2_1045-2.dsc
 2e1db3a8218d9b7823f50acb2e2969dfb5b97ae6 8496 tss2_1045-2.debian.tar.xz
 49bed5cf722eb491e67207fd9e0cc7193e9f86c7 6312 tss2_1045-2_source.buildinfo
Checksums-Sha256:
 f92b89ab1b41271fffd270037bd9cf390b7102022f1327647bb49428cd62c9a4 1793 
tss2_1045-2.dsc
 c8710fd79df625b838e77efe503a6cb9dc06e3243424c1d5a9b2c11267dd341e 8496 
tss2_1045-2.debian.tar.xz
 953e4c681600a483f77144750ab6bcd0654fac8493dcef7df6b2a86fa445b3e0 6312 
tss2_1045-2_source.buildinfo
Files:
 272f97366c92ad4974306128695a93fb 1793 admin optional tss2_1045-2.dsc
 a5f39bc1aefd439b8a7d00104c64a379 8496 admin optional tss2_1045-2.debian.tar.xz
 451f6f5f40e7b8e30ffdbe0ff616959f 6312 admin optional 
tss2_1045-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNweyMACgkQ9LqqgNso
ukwkIQ//dI2Va3Ana0W9bKtTLK66MKPHEjMZHHySzcMvzS6b01OOWdMCw61t8b2C
F1efB/RDN3ukSruW9LwxX8FvNUEVXFfrMjHWJenMkqAYPVC6IFRl5OUTSrKv0WPV
Nq/NU/+Q0poWp0l4wbeKvz+CjwEoQSmKEZ1mU4YUXH45n+rPc3H9RVPZj+aZfSfG
zyGNrBniamiPz31dQ73sJOl1jOyFKrRMlrv42QC7/ws2pcUnI4oJ1UyiSkMbWigI
+1B9NbMX+4J9naYLgQdK7igYqVPKQyVJ0q/qOuoQE5s4qdSgiJhqOiYNy3phvBbx
mf+Dr8oUot+wa43jwXKfYQXGyyApMNXXKI/6EYbH1A8xxQifoEDJNcWXY4yUWDl8
INjbvDclTs4qsY9ux8HV+QtnRI++L046132gCBjXlF93BCJ3fi08aQS+4E1ReTcP
2lFkGn3dzVqzfmuc52TvwsaQZv4XB2pt2WNx+Am4me76CFWWOFEPI6haL4tyJWZr
2FmLQ3FVquQe0VrarYfYwgyG1mQ4rLmkUMdUfE2PwZRMqOcPDUkhgDdWbrajb8I+
lg9EKXtkwiV9Sp1GKYzEcvZKdHtM3Lt0+POGsy9VvZhqlEh0C7P8QDrWSnRwVAqv
/sokUJNKfvsN49iukUjHIJCiv0brKXxRBO+UUiIPizz6E4qBr+w=
=xiaZ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



unmass_0.9-5_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 13:35:01 -0300
Source: unmass
Architecture: source
Version: 0.9-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 unmass (0.9-5) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #975035)
Checksums-Sha1:
 201d1542b00d86a342047a236026ab824f166840 1714 unmass_0.9-5.dsc
 f801f16488f0a3548ae5ae8e6d875aaca7823ef1 2812 unmass_0.9-5.debian.tar.xz
 d1fbe7bf96474efbfcc6fb0d98bce20cd0a92fe1 6291 unmass_0.9-5_source.buildinfo
Checksums-Sha256:
 455f00964a4367c90fb8471b9bcdfdf6a97192d9469ca2ea80cab89a966952fb 1714 
unmass_0.9-5.dsc
 7033d6fbd2a90813690317cdc023c0965250ee2cb6c70948b271093c9af8f606 2812 
unmass_0.9-5.debian.tar.xz
 f59c274b3d2bff943f9f5a445f7fc348dbeb1cf29a448d4f097b295f84833a35 6291 
unmass_0.9-5_source.buildinfo
Files:
 3760f1140344188b30c03225c5bbb9e6 1714 utils optional unmass_0.9-5.dsc
 456c0c8d02dee2d26614f7bd5b9b7faa 2812 utils optional unmass_0.9-5.debian.tar.xz
 3fcefdb253b94a717ab6870771bbb3b5 6291 utils optional 
unmass_0.9-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNweg0ACgkQ9LqqgNso
ukwLvw/8CXfMxtKjc5wdjTL2TtmKlWAIZimQIM4oMbRFaZIXUJd6kVOPrh6WEgTl
e+nXdUiB3c7Hj3rE9oPfAka2IRNmAV7h5IleLFzK4//fMbEk45uPZEKt/5xMW0Me
aVSuKxcMMk7s2i71Q/OQihyUWf6yKd4sHHegXGBhFaCOcGwbH8kiGHDe0K3HgeL8
X5JLyAmWDdaXA4Ecv59SiSVu0/W6bdNGHIm/NUSitdlR7rKElaoMyKdiQdDVY8Vr
nEKs7+kdO0OVLscQgUujoDJDrKp7W7KHlUTiIRlRW1dwP2uPp/bXWf27eNlj4m+s
vemIyVnUoPbBKtZJM+PrPzgVFNendJIaqi2n4y67oh5qsvoBZn4OTzskQBS6r8Kf
Cw05qLHZugJrP5ojtltr2+Vr1QPmmM94ISwQoAcFLblLOkeumEs3STeywNZEqnSH
LSe+VWK6EiL5pDU5agb0FWr+VD/bzAnS71TCA1I4sX3axsEKnMqP/y72tLgOnSlz
xj5t1OUZz8rExtUNgjdqEmB4+C5rrIwtLqJH7+DqljjAjhPYlQ0SGoxOd4fMc5hu
36XCdjwfCNvmhMGF6GFjhl1PK17DaOwgIH8ElYFoElxK9NCy6kI/ozU+t7wP3Cu1
ciB8ixwa7Tj2zuKUV6nxOps0ldZV7bAKKGz6E+WinmbFArsCXJ8=
=Q98k
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



x-loader_1.5.1+git20110715+fca7cd2-3_source.changes ACCEPTED into unstable

2022-11-12 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Nov 2022 15:43:19 -0300
Source: x-loader
Architecture: source
Version: 1.5.1+git20110715+fca7cd2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Marcos Talau 
Changes:
 x-loader (1.5.1+git20110715+fca7cd2-3) unstable; urgency=medium
 .
   * QA upload.
   * Set maintainer to Debian QA Group . (see: #1001580)
Checksums-Sha1:
 c01b588fcd770e36632a6fe2f7da27e0cc6807d1 2164 
x-loader_1.5.1+git20110715+fca7cd2-3.dsc
 2249e999442b55f00efd04dbfae9a64bfff69ffe 3908 
x-loader_1.5.1+git20110715+fca7cd2-3.debian.tar.xz
 de745e9d6b9a2a63c4d2ddf13f33e377426ecaf3 6449 
x-loader_1.5.1+git20110715+fca7cd2-3_source.buildinfo
Checksums-Sha256:
 42308c47825e98f93bb038edae91a0d6d39aa40d01010ebb1fc6ec02fb812917 2164 
x-loader_1.5.1+git20110715+fca7cd2-3.dsc
 eb0c0ca95636206bc46a2278bab1718f5e59a0605339adf50c6cf3b617c4f493 3908 
x-loader_1.5.1+git20110715+fca7cd2-3.debian.tar.xz
 36b1f0dd65dd69a353536561ea674c60977952c404f85d1549d1ba1716ed0f41 6449 
x-loader_1.5.1+git20110715+fca7cd2-3_source.buildinfo
Files:
 eb6f7ad3fe01e6c579f54737e82e3c0e 2164 misc optional 
x-loader_1.5.1+git20110715+fca7cd2-3.dsc
 564625eb6b90722039cf2d412368dde4 3908 misc optional 
x-loader_1.5.1+git20110715+fca7cd2-3.debian.tar.xz
 c9c2d72c52f1976a2e4daee100d39a29 6449 misc optional 
x-loader_1.5.1+git20110715+fca7cd2-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmNwe2IACgkQ9LqqgNso
ukwYGw//W5Zueis3JTaY1bBXxlGNgNRxeMLT3y9A1ZI3VXU/fgDuwZ4RgL3oOfYm
5gAIe1pbDPOXAO7HRicGaLtQZ+XZQenkblMoVAXyRTFbpB4b4zHtkm2lb5rpcJu4
FPs8TEp4JaJlvN79aMOHisBplR+A3253PIyOkKT9QloFmAWrrfPJIVGge6tpY+0d
P7Xt1SPWZRRC9FFySqL2NITmdx61Jqdo7sYYWvS6q6dNd0pkhc6csgbIMUR+Wvf5
JY5/7CfG/hRfaat/7izQ1GEaRJYd++F52hTTxAnzGap6UNe4T5yfdbQlfi0alQ5z
jNi986fP45cOVBxFTYjdmHbJkajLlJWGamamwZGJnu48w7vAm5J9uZd5xQj1Y/j3
qpvCsLLlfQq1wqjDTm5xUlKOC6RULyIzuEUzU5Tm3bfuNp2/SMA9lFw38u8PhG0n
pdFGkFSZRvvKdAhNOjI1bw6uA0yoTEV/KLc+nCVF5dJ0vzeeJv2gLBgC8K1yScMJ
5aPpoRQbSyTC/bMRG20vGgg/Sgd9FB7BilUTfAQqUrdQDh/Kb3vEm4Kck0d97sCC
272Hvn1dQrR8o+/er8kfJoV2f4Fl0jMlzjpBVx3zrYmO8dodhES4TD1lv0ZPpamc
Nnb+OAUyQ1grU86ZxlpRA+YjCyBb0rlHGxkLt3HJnN3Iwq7boO8=
=vvz2
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#1011480: marked as done (libxsettings-client: reproducible-builds: embedded build paths)

2022-11-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Nov 2022 23:14:28 -0800
with message-id <87y1sfz5pn.fsf@contorta>
and subject line Re: libxsettings-client: reproducible-builds: embedded build 
paths
has caused the Debian Bug report #1011480,
regarding libxsettings-client: reproducible-builds: embedded build paths
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.)


-- 
1011480: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011480
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libxsettings-client
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

The build path is embedded in /usr/lib/libXsettings-client.so.0.0.0:

  
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/libxsettings-client.html

  /build/1st/libxsettings-client-0.17/xsettings-client.c:340
  vs.
  /build/2/libxsettings-client-0.17/2nd/xsettings-client.c:340

The attached patch fixes this by setting -ffile-prefix-map in CFLAGS in
debian/rules, which avoids embedding the absolute build path.

Alternately, switching to use a newer debhelper compat level and the dh
build system would likely also fix this, as it includes -ffile-prefix-map
by default.


With this patch applied, libxsettings-client should build reproducibly on
tests.reproducible-builds.org!


live well,
  vagrant
From d6c7a37cac9771a19cb4131d92970f5812e1cdce Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Mon, 23 May 2022 20:18:03 +
Subject: [PATCH] debian/rules: Pass -ffile-prefix-map via CFLAGS.

---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 69c4f21..2ae7593 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,9 @@ else
 	CFLAGS += -O2
 endif
 
+# Avoid embedding build path
+CFLAGS += -ffile-prefix-map=$(CURDIR)=.
+
 # shared library versions, option 1
 version=1.0.0
 major=1
-- 
2.36.1



signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 0.17-11

On 2022-05-23, Vagrant Cascadian wrote:
> The build path is embedded in /usr/lib/libXsettings-client.so.0.0.0:
...
> The attached patch fixes this by setting -ffile-prefix-map in CFLAGS in
> debian/rules, which avoids embedding the absolute build path.
>
> Alternately, switching to use a newer debhelper compat level and the dh
> build system would likely also fix this, as it includes -ffile-prefix-map
> by default.

This was fixed by the switch to dh/debhelper-compat v13:

libxsettings-client (0.17-11) unstable; urgency=medium

  * QA upload.
  * debian/: Apply wrap-and-sort -abst.
  * debian/control:
+ Bump Standards-Version to 4.6.1.
+ Update Vcs-* fields.
+ Bump debhelper compat to v13.
  * debian/rules: Convert to dh sequencer.
  * debian/copyright: Rewrite in machine-readable format.
  * debian/patches: Add patch for .pc file to use correct libdir.

 -- Boyuan Yang   Mon, 10 Oct 2022 16:53:27 -0400


live well,
  vagrant


signature.asc
Description: PGP signature
--- End Message ---


Bug#1023956: fl-cow: reproducible-builds: build path embedded in libflcow.so

2022-11-12 Thread Vagrant Cascadian
Source: fl-cow
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

The build path is embedded in /usr/lib/fl-cow/libflcow.so:

  
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/fl-cow.html

  /build/1st/fl-cow-0.6/fl-cow/fl-cow-config.h:1
  vs.
  /build/2/fl-cow-0.6/2nd/fl-cow/fl-cow-config.h:1

The attached patch to debian/rules fixes this by passing the default
buildflags, which include -ffile-prefix-map to avoid embedding the
absolute build path in the binaries.

Alternately or even preferably, updating to dh and a recent
debhelper-compat version might fix this as well as other issues.

According to my local tests, with this patch applied fl-cow should build
reproducibly on tests.reproducible-builds.org!

Thanks for maintaining fl-cow!

live well,
  vagrant
From f0bff726ef7df0062d79fccf537f38b96856d94f Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Sun, 13 Nov 2022 07:28:02 +
Subject: [PATCH] debian/rules: Pass default CFLAGS to configure.

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 831bf87..559606f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ clean:
 configure-stamp:
 	dh_testdir
 	autoreconf -fi
-	./configure --prefix=/usr --disable-static --libdir=/usr/lib/fl-cow
+	./configure --prefix=/usr --disable-static --libdir=/usr/lib/fl-cow CFLAGS=$(dpkg-buildflags --get CFLAGS)
 	touch configure-stamp
 
 configure: configure-stamp
-- 
2.38.1



signature.asc
Description: PGP signature


Bug#1023957: gerstensaft: reproducible-builds: buildid differences in /usr/bin/beer

2022-11-12 Thread Vagrant Cascadian
Source: gerstensaft
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

The buildid for /usr/bin/beer varies when built from a different path:

  
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/gerstensaft.html

The attached patch to src/Makefile fixes this by adding
-ffile-prefix-map to CFLAGS.

According to my local tests, with this patch applied, gerstensaft should
build reproducibly on tests.reproducible-builds.org!

Thanks for maintaining gerstensaft!

live well,
  vagrant
 From 9d2ed6cb070220ced710c6453dfae9563082e9ef Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Sun, 13 Nov 2022 07:46:46 +
Subject: [PATCH] src/Makefile: Add -ffile-prefix-map to CFLAGS to avoid
 embedding the build path.

https://reproducible-builds.org/docs/build-path/
---
 src/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile b/src/Makefile
index d81003e..ce6cc41 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -23,6 +23,7 @@ CC = gcc
 
 CFLAGS=-g -Wall \
 	-DG_DISABLE_DEPRECATED \
+	-ffile-prefix-map=$(CURDIR)=.
 
 
 GTK_CFLAGS=$(shell pkg-config gtk+-2.0 --cflags)
-- 
2.38.1



signature.asc
Description: PGP signature