Your message dated Sat, 01 Aug 2026 16:00:32 +0000
with message-id <[email protected]>
and subject line Bug#1137297: fixed in dovecot 1:2.4.4+dfsg1-2
has caused the Debian Bug report #1137297,
regarding dovecot: Please drop dependencies on virtual packages from 
mysql-defaults
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 [email protected]
immediately.)


-- 
1137297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1137297
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dovecot
Severity: normal
Control: affects -1 + src:mysql-defaults

Dear Maintainer,

Following a recent discussion on debian-devel@[1], there is a plan to dismantle
the default-mysql-* virtual package construct provided by the mysql-defaults
source package. With the recent releases of MySQL 9.7 and MariaDB 12.3, there is
now enough divergence between the two codebases to warrant dismantling this
metapackage in the Forky (Debian 14) cycle.

This is filed with severity 'normal' as this change is not urgent.

We are asking maintainers to drop any dependencies on these virtual packages:
* default-libmysqlclient-dev
* default-mysql-client
* default-mysql-client-core
* default-mysql-server
* default-mysql-server-core

However, how this is handled in is in your discretion based on the details of
how the package is maintained and tested in Debian. There are mainly three
options:

- Direct switch: The most straightforward approach is to switch defaut-mysql-*
  directly to the MariaDB equivalent (libmariadb-dev, libmariadb-dev-compat,
  mariadb-client, mariadb-server, etc). For example 'Recommends: 
mariadb-server'.

- Dual compatibility: If the package actively supports both engines and you wish
  to keep an alternative runtime path open for users drawing from third-party
  repositories, you can declare an OR dependency. For example
  'Depends: mariadb-client | mysql-client'.

- Specific constraint: If your package does not work with MariaDB, feel free to
  tailor the package relationships to match that constraint. This is however
  very unlikely as all Debian releases in past decade have only shipped with
  MariaDB, and the open source ecosystem has largely shifted to lean towards
  MariaDB.

This change is targeted specifically for the Forky cycle and does not affect any
existing stable releases.

Thank you for your time and your work maintaining dovecot in Debian!

[1] https://lists.debian.org/debian-devel/2026/05/msg00161.html

--- End Message ---
--- Begin Message ---
Source: dovecot
Source-Version: 1:2.4.4+dfsg1-2
Done: Noah Meyerhans <[email protected]>

We believe that the bug you reported is fixed in the latest version of
dovecot, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Noah Meyerhans <[email protected]> (supplier of updated dovecot 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 30 Jul 2026 15:13:37 -0400
Binary: dovecot-auth-lua dovecot-auth-lua-dbgsym dovecot-core 
dovecot-core-dbgsym dovecot-dev dovecot-flatcurve dovecot-flatcurve-dbgsym 
dovecot-gssapi dovecot-gssapi-dbgsym dovecot-imapd dovecot-imapd-dbgsym 
dovecot-ldap dovecot-ldap-dbgsym dovecot-lmtpd dovecot-lmtpd-dbgsym 
dovecot-managesieved dovecot-managesieved-dbgsym dovecot-mariadb 
dovecot-mariadb-dbgsym dovecot-mysql dovecot-pgsql dovecot-pgsql-dbgsym 
dovecot-pop3d dovecot-pop3d-dbgsym dovecot-sieve dovecot-sieve-dbgsym 
dovecot-solr dovecot-solr-dbgsym dovecot-sqlite dovecot-sqlite-dbgsym 
dovecot-submissiond dovecot-submissiond-dbgsym
Source: dovecot
Architecture: amd64 source
Version: 1:2.4.4+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Dovecot Maintainers <[email protected]>
Changed-By: Noah Meyerhans <[email protected]>
Closes: 1130117 1137297 1139630
Description: 
 dovecot-auth-lua - secure POP3/IMAP server - Lua authentication plugin
 dovecot-core - secure POP3/IMAP server - core files
 dovecot-dev - secure POP3/IMAP server - header files
 dovecot-flatcurve - secure POP3/IMAP server - Flatcurve support
 dovecot-gssapi - secure POP3/IMAP server - GSSAPI support
 dovecot-imapd - secure POP3/IMAP server - IMAP daemon
 dovecot-ldap - secure POP3/IMAP server - LDAP support
 dovecot-lmtpd - secure POP3/IMAP server - LMTP server
 dovecot-managesieved - secure POP3/IMAP server - ManageSieve server
 dovecot-mariadb - secure POP3/IMAP server - MySQL support
 dovecot-mysql - Transitional package to facilitate upgrades to dovecot-mariadb
 dovecot-pgsql - secure POP3/IMAP server - PostgreSQL support
 dovecot-pop3d - secure POP3/IMAP server - POP3 daemon
 dovecot-sieve - secure POP3/IMAP server - Sieve filters support
 dovecot-solr - secure POP3/IMAP server - Solr support
 dovecot-sqlite - secure POP3/IMAP server - SQLite support
 dovecot-submissiond - secure POP3/IMAP server - mail submission agent
Changes:
 dovecot (1:2.4.4+dfsg1-2) unstable; urgency=medium
 .
   [ Noah Meyerhans ]
   * [d8ee54a] Add rpmsvc-proto to build-depends (Closes: #1130117)
   * [a5aa505] replace dovecot-mysql with dovecot-mariadb (Closes: #1137297)
   * [fc77cc8] add an autopkgtest for gssapi
   * [b41535d] remove /etc/dovecot/private dpkg-statoverride on purge
     (Closes: #1139630)
 .
   [ Florian Best ]
   * [6c605dd] docs(conf): fix references to new placeholder format
   * [0896294] docs(conf): remove trailing whitespace
   * [03417d4] docs(conf): fix documentation about boolean plugin configuration
Checksums-Sha1: 
 a3849ab26150987de3010c4f023746c5699147cb 33488 
dovecot-auth-lua-dbgsym_2.4.4+dfsg1-2_amd64.deb
 d759632b65374caed4bb1828d1cc1263b171b0c0 20556 
dovecot-auth-lua_2.4.4+dfsg1-2_amd64.deb
 1a4889bd6daeb5272a3f6ea7dac0a68c4f268d60 11444776 
dovecot-core-dbgsym_2.4.4+dfsg1-2_amd64.deb
 d3c8ee694dc105f5615ec9f4558b6dd6250d9194 2875816 
dovecot-core_2.4.4+dfsg1-2_amd64.deb
 7bea343f44e847a8631b7ae6e475f126866791cc 446076 
dovecot-dev_2.4.4+dfsg1-2_amd64.deb
 5e8d52dba4a8361a73e06eb7e2013357d1956bf7 192508 
dovecot-flatcurve-dbgsym_2.4.4+dfsg1-2_amd64.deb
 71e4dcc43179721f46979a5f2cdc3b7819fe4ecb 41188 
dovecot-flatcurve_2.4.4+dfsg1-2_amd64.deb
 57a20451d19f9aa335e3eaee69afb608e77631c5 6228 
dovecot-gssapi-dbgsym_2.4.4+dfsg1-2_amd64.deb
 db4348ffaa87d267d34ef139f6e4330c59105353 12600 
dovecot-gssapi_2.4.4+dfsg1-2_amd64.deb
 541bcc3623d93861973dafd1155a9ca26a1aea0c 849696 
dovecot-imapd-dbgsym_2.4.4+dfsg1-2_amd64.deb
 163c832d63902a8403899e1450cc9dbc80e8ae5a 198532 
dovecot-imapd_2.4.4+dfsg1-2_amd64.deb
 3d287b3e60dc1e65bc7e1c90279faf8f3a4d1d84 205292 
dovecot-ldap-dbgsym_2.4.4+dfsg1-2_amd64.deb
 dba2f887df09e95c9dbee22a8b1a6c866fa5206a 53888 
dovecot-ldap_2.4.4+dfsg1-2_amd64.deb
 7aaf621dd4e9a1e7142c4a056ebef190830b6fda 103948 
dovecot-lmtpd-dbgsym_2.4.4+dfsg1-2_amd64.deb
 70347262c787cc07d74a23399376afeb6a2ca2a4 35856 
dovecot-lmtpd_2.4.4+dfsg1-2_amd64.deb
 728af8523b7733821377a25dad9783729841c687 130616 
dovecot-managesieved-dbgsym_2.4.4+dfsg1-2_amd64.deb
 d587557ad5c4b3e0661c82ac878796ac2b590b6d 47620 
dovecot-managesieved_2.4.4+dfsg1-2_amd64.deb
 55091794fb47c984efad77d66ea09493010ce6e0 35036 
dovecot-mariadb-dbgsym_2.4.4+dfsg1-2_amd64.deb
 1cb58c8598e847726c2340a40a70889b394338c5 19304 
dovecot-mariadb_2.4.4+dfsg1-2_amd64.deb
 31168b5c705c2b48e94917c347fe6c283b300551 10732 
dovecot-mysql_2.4.4+dfsg1-2_amd64.deb
 a799fef1105bdbaeb763094220bdcf190066a46a 39172 
dovecot-pgsql-dbgsym_2.4.4+dfsg1-2_amd64.deb
 dd15ee65ea7ac0be3341164d52ed9505805c4143 23332 
dovecot-pgsql_2.4.4+dfsg1-2_amd64.deb
 a2434588de4ec8a8ef641594dac014a25c9fdc88 107128 
dovecot-pop3d-dbgsym_2.4.4+dfsg1-2_amd64.deb
 04ba4f072f8992301a42aac024cff4969d11dd56 43460 
dovecot-pop3d_2.4.4+dfsg1-2_amd64.deb
 43ffef9f3306a123791460c04af61da0fa0dbf1c 1731640 
dovecot-sieve-dbgsym_2.4.4+dfsg1-2_amd64.deb
 572f2dc97626f9c86f7bab3a22763b5a5b05328f 384692 
dovecot-sieve_2.4.4+dfsg1-2_amd64.deb
 0aff1937c6d8f5700b44c950e7fc0430cb434ede 75500 
dovecot-solr-dbgsym_2.4.4+dfsg1-2_amd64.deb
 d699ce1ababcbcc518c28e87bcee29c7e1c1e0f7 36304 
dovecot-solr_2.4.4+dfsg1-2_amd64.deb
 0019a2766795da3cca8a65d6811216b6de7ea2de 33528 
dovecot-sqlite-dbgsym_2.4.4+dfsg1-2_amd64.deb
 082d140915b4a9bb13feaa59c407c6cac6e691b8 21616 
dovecot-sqlite_2.4.4+dfsg1-2_amd64.deb
 b33075b601ff17fef2f3674dc002d14ff0e42a51 215420 
dovecot-submissiond-dbgsym_2.4.4+dfsg1-2_amd64.deb
 412674475380b91dfabd23bf98c4a20b73f7a553 60680 
dovecot-submissiond_2.4.4+dfsg1-2_amd64.deb
 374f9bf342fa0e56a3405a1b4f9055cfe8359637 17694 
dovecot_2.4.4+dfsg1-2_amd64.buildinfo
 a14ce86d52f8951a50268c2a60d08ff98718d941 4181 dovecot_2.4.4+dfsg1-2.dsc
 41db04001a8e62639ed5ded9060884160a0c4926 90084 
dovecot_2.4.4+dfsg1-2.debian.tar.xz
 9f00ed37eee96bec73dd65d66f37893ee70173a6 7165 
dovecot_2.4.4+dfsg1-2_source.buildinfo
Checksums-Sha256: 
 7927b7a6054d4f64bec795e3bb4e5210907934a20d85a0a72efc38a2f93e2703 33488 
dovecot-auth-lua-dbgsym_2.4.4+dfsg1-2_amd64.deb
 5bf139e8e9b0f4f35874111cad1faf9df8cebaa3ac7b16c6c9e8785fc89efa80 20556 
dovecot-auth-lua_2.4.4+dfsg1-2_amd64.deb
 bdbf52548bcab081424ec03b8443ea8ef81e8e919b9f297edc74446fc8d83d36 11444776 
dovecot-core-dbgsym_2.4.4+dfsg1-2_amd64.deb
 e043f037298602d615c6f3ef82fb74f1b4f4657130aba6c98fc2485f90c01378 2875816 
dovecot-core_2.4.4+dfsg1-2_amd64.deb
 f389fc36aca1e0dc22a029897817a1a9b89a7c44736049011a9866a781d44c95 446076 
dovecot-dev_2.4.4+dfsg1-2_amd64.deb
 a3af5fd8098f76c0c140ec520a8a3b7d76d124b7f90916366288b8d58dd45df4 192508 
dovecot-flatcurve-dbgsym_2.4.4+dfsg1-2_amd64.deb
 44f538d036b111afa5073ba1c6dde5f832306c36a8ae309a7651b5ae117138e6 41188 
dovecot-flatcurve_2.4.4+dfsg1-2_amd64.deb
 b45c883389c84a2eadf2ba6aa0b186a0576a0574288967bfd101f02465e49b07 6228 
dovecot-gssapi-dbgsym_2.4.4+dfsg1-2_amd64.deb
 94c98feb8f46ba0ce7b751a7f2057c93e6d0ebe4bd57a15851f530853c7515f5 12600 
dovecot-gssapi_2.4.4+dfsg1-2_amd64.deb
 2580ef99f56f1b8241a0f723429b3009c47ee908ad3bdcd8c6003d789b385990 849696 
dovecot-imapd-dbgsym_2.4.4+dfsg1-2_amd64.deb
 2a276cde049b7c39bba29e844b2814390967c639a9ef5f885f77c88a67396d83 198532 
dovecot-imapd_2.4.4+dfsg1-2_amd64.deb
 5005d591e2d0474a978d5d110311169039af443717bd75c81edfd3002fc15200 205292 
dovecot-ldap-dbgsym_2.4.4+dfsg1-2_amd64.deb
 286dcab6159046a82d21218d474ff20433ce468650a38d525f4ed24922313409 53888 
dovecot-ldap_2.4.4+dfsg1-2_amd64.deb
 294b4ee1ea3756f5703e46a35028d7d10cda052e14d342b582ceb0ddca3d18da 103948 
dovecot-lmtpd-dbgsym_2.4.4+dfsg1-2_amd64.deb
 45695c58bcb289a698d1f2b35c7cba593d4c6f789d8883b3631d89c98f13319d 35856 
dovecot-lmtpd_2.4.4+dfsg1-2_amd64.deb
 b41bce5c977d464a2aa558a53c338173ee8c1bb284be1a89b1ed11c8497fa6c4 130616 
dovecot-managesieved-dbgsym_2.4.4+dfsg1-2_amd64.deb
 a3e8463a862837ddf9de8082ac60e2def8b8c5715a81038cd80a682731b96690 47620 
dovecot-managesieved_2.4.4+dfsg1-2_amd64.deb
 51cf9cf173b1426b67f27ed4ad4759272481a1b406ad3f572d555683f56063a2 35036 
dovecot-mariadb-dbgsym_2.4.4+dfsg1-2_amd64.deb
 1a23642dcedded3aabf7ca48eadfc370cbb93e6f66f37a5eafe9f99b1ef7eef5 19304 
dovecot-mariadb_2.4.4+dfsg1-2_amd64.deb
 c72c88bd93fbd0e6502fac7772fa568ea48a946d5cc67c9469f92ce908edf04f 10732 
dovecot-mysql_2.4.4+dfsg1-2_amd64.deb
 9fd96842d5cfa96893342be80da2a5e8415bb577576ddcfc9af8a09a25c470d9 39172 
dovecot-pgsql-dbgsym_2.4.4+dfsg1-2_amd64.deb
 80d465dc0e1f7beb4cc8fe7f83d5c4c8406267f5d1a38f7935f2648561fe5f3a 23332 
dovecot-pgsql_2.4.4+dfsg1-2_amd64.deb
 9b5f5d99b77a09b535428ad5d01dcbe1bbac47fbd5029a83f6825423feb65892 107128 
dovecot-pop3d-dbgsym_2.4.4+dfsg1-2_amd64.deb
 f5de1e99efab8e616754b8be71b5b2603c59c0da55eeb9d11aeca2819d31d82c 43460 
dovecot-pop3d_2.4.4+dfsg1-2_amd64.deb
 99e8161a1e0fa7e6aea71142d9fd8989c7cf61be41b7b5c2a184403350c4e776 1731640 
dovecot-sieve-dbgsym_2.4.4+dfsg1-2_amd64.deb
 18484ac3e23ed4988ccc88316d91a1737c34d9b6a25f2c7ebb4eb99723d6a91b 384692 
dovecot-sieve_2.4.4+dfsg1-2_amd64.deb
 c886f77204744a195b59222a9bc49a2a35f0a59c07475d0047c8ea62ba034db3 75500 
dovecot-solr-dbgsym_2.4.4+dfsg1-2_amd64.deb
 44d399a6d538c1e9328a4d37e3d85fd321c77c8c29ed9f838080a8905d6658fe 36304 
dovecot-solr_2.4.4+dfsg1-2_amd64.deb
 96fa4797a47e7ebf214e68d4ba36b4f99939f028048f3831339cc75e84cd9a64 33528 
dovecot-sqlite-dbgsym_2.4.4+dfsg1-2_amd64.deb
 2af2315b9aa4e1183adf5579c171dc6c9ea2e487ed691356a8a742b35cd9b7e2 21616 
dovecot-sqlite_2.4.4+dfsg1-2_amd64.deb
 cae57c873dd9ab57994eab797b7c19fb4dc3e456c65ec86aa65b52dbae12c5c4 215420 
dovecot-submissiond-dbgsym_2.4.4+dfsg1-2_amd64.deb
 a066617b4fd414e6a1a6f66e1592069e26277032336f591497984e19d560b7bd 60680 
dovecot-submissiond_2.4.4+dfsg1-2_amd64.deb
 ee864d69c0df514e2c03ea976997c6d790b1a86db613d20732ff95771709398a 17694 
dovecot_2.4.4+dfsg1-2_amd64.buildinfo
 7658f9d4341384c0c867dd3b84b73c57763f63d25d7b98e4cdb4257e51869550 4181 
dovecot_2.4.4+dfsg1-2.dsc
 4a24d73acc503a1a08acc546ae81c05580be97eec5850deb4a470fbb49d84051 90084 
dovecot_2.4.4+dfsg1-2.debian.tar.xz
 b7d99302617b2ec870a058561434c38eb7c37719365a1247dc316394dd994e61 7165 
dovecot_2.4.4+dfsg1-2_source.buildinfo
Files: 
 881d25ebcb5048826025b9f554a26cec 33488 debug optional 
dovecot-auth-lua-dbgsym_2.4.4+dfsg1-2_amd64.deb
 6fc01b72ea644aeeed22b5ad6a223bf2 20556 mail optional 
dovecot-auth-lua_2.4.4+dfsg1-2_amd64.deb
 f332ed50104b7265ab98d508f09d5045 11444776 debug optional 
dovecot-core-dbgsym_2.4.4+dfsg1-2_amd64.deb
 cdf4be0fc5e3735c37d3a51784de941c 2875816 mail optional 
dovecot-core_2.4.4+dfsg1-2_amd64.deb
 f22321a11308f3368fac1501d7fd721b 446076 mail optional 
dovecot-dev_2.4.4+dfsg1-2_amd64.deb
 299137d3bee24f24558168113da83a1e 192508 debug optional 
dovecot-flatcurve-dbgsym_2.4.4+dfsg1-2_amd64.deb
 99e62a45d2dd81e922a3824ac4886f6a 41188 mail optional 
dovecot-flatcurve_2.4.4+dfsg1-2_amd64.deb
 b112969be1b67fbedb946c4dd1663359 6228 debug optional 
dovecot-gssapi-dbgsym_2.4.4+dfsg1-2_amd64.deb
 fc8f2965a28d066258f02b4eb2233fe9 12600 mail optional 
dovecot-gssapi_2.4.4+dfsg1-2_amd64.deb
 b663042210f33bacc09b3ee40853f734 849696 debug optional 
dovecot-imapd-dbgsym_2.4.4+dfsg1-2_amd64.deb
 ecba68f07c3a651706edd82d991af1ca 198532 mail optional 
dovecot-imapd_2.4.4+dfsg1-2_amd64.deb
 1837d171516d9bac55f990ff5ee6087b 205292 debug optional 
dovecot-ldap-dbgsym_2.4.4+dfsg1-2_amd64.deb
 419f9bd4ca7e545726515f6d1f675a65 53888 mail optional 
dovecot-ldap_2.4.4+dfsg1-2_amd64.deb
 2ffd3c1d4c6d33b5787141525501ebf4 103948 debug optional 
dovecot-lmtpd-dbgsym_2.4.4+dfsg1-2_amd64.deb
 641f6d92309fffa6163de1af3ce8789d 35856 mail optional 
dovecot-lmtpd_2.4.4+dfsg1-2_amd64.deb
 a961e54686763a57065f7f8fa7c9b78f 130616 debug optional 
dovecot-managesieved-dbgsym_2.4.4+dfsg1-2_amd64.deb
 6aeb9323fdd0353b91b7da88f5101080 47620 mail optional 
dovecot-managesieved_2.4.4+dfsg1-2_amd64.deb
 30d328f1404492d512115a47e3d4aa01 35036 debug optional 
dovecot-mariadb-dbgsym_2.4.4+dfsg1-2_amd64.deb
 804421f4b8b95fb1ac1094635cd21137 19304 mail optional 
dovecot-mariadb_2.4.4+dfsg1-2_amd64.deb
 0271c0e5e7306f979dac260fbe5de982 10732 mail optional 
dovecot-mysql_2.4.4+dfsg1-2_amd64.deb
 56dd46bd54a9e24f1afded2291b7b900 39172 debug optional 
dovecot-pgsql-dbgsym_2.4.4+dfsg1-2_amd64.deb
 d077b6165e4de8a0705266cad3329576 23332 mail optional 
dovecot-pgsql_2.4.4+dfsg1-2_amd64.deb
 fbe9c52bbdc0a9cdc21f25ac1bfa9945 107128 debug optional 
dovecot-pop3d-dbgsym_2.4.4+dfsg1-2_amd64.deb
 9340d2ac9e8383e09aa5875d3c740b17 43460 mail optional 
dovecot-pop3d_2.4.4+dfsg1-2_amd64.deb
 ee8c72240c60c7691ce0fad9f4d53bf8 1731640 debug optional 
dovecot-sieve-dbgsym_2.4.4+dfsg1-2_amd64.deb
 5a4c6074788f2f96beeddbc140278266 384692 mail optional 
dovecot-sieve_2.4.4+dfsg1-2_amd64.deb
 d40281877b23226fb4069d487a5ebdc1 75500 debug optional 
dovecot-solr-dbgsym_2.4.4+dfsg1-2_amd64.deb
 efb217b837d3a3d208435ee1065b839d 36304 mail optional 
dovecot-solr_2.4.4+dfsg1-2_amd64.deb
 c74d0331a21b3f62146468a7a9e97707 33528 debug optional 
dovecot-sqlite-dbgsym_2.4.4+dfsg1-2_amd64.deb
 fe3defa1efe96b38ae5b9b174d049aa7 21616 mail optional 
dovecot-sqlite_2.4.4+dfsg1-2_amd64.deb
 1620afa807783d4bbf092bf7cc60d5bb 215420 debug optional 
dovecot-submissiond-dbgsym_2.4.4+dfsg1-2_amd64.deb
 529a93b80f83895370f1813dfb0b4fac 60680 mail optional 
dovecot-submissiond_2.4.4+dfsg1-2_amd64.deb
 44835f75085ec44fcbb8954aac1139dd 17694 mail optional 
dovecot_2.4.4+dfsg1-2_amd64.buildinfo
 a27fa421353dc9068ddc0c2b7adc541f 4181 mail optional dovecot_2.4.4+dfsg1-2.dsc
 120cf8046946a0385e735a524ddbeef1 90084 mail optional 
dovecot_2.4.4+dfsg1-2.debian.tar.xz
 9aa6479c467f48b78d4bbb4585092ee3 7165 mail optional 
dovecot_2.4.4+dfsg1-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE5G+E0xEKhJuZ7RJ34+c1IpshdTUFAmpsqQEACgkQ4+c1Ipsh
dTWn1w/+J8xQt7esIgXQvEGPn/bpnvB1kv2Xfn5kgn3iCueVysl7J5/RASH7C7uk
orQKMaUW/3AD4G4as8Eloz9oDbFAy3qdRfKP+ZIRf3Ac38QaWz8NPAKMJGlWKsys
1ih08ROB00X2reeGpAlKI2AzxqFV0qp5CVn6+nhiK0/RF7kg5aOg1UUaVkQ4HNlR
CwhGar1bqPB4am8XCbaTkOai6DBnY/M3y59OH+WHscDpuyl3jtkew6M5ZcchhKqw
ORabN2uqzn0KPjWXGndG5Y7cJDn6bA9EViKVGB0WKv68FNYmEu6nDlINWcGbhIdt
JJ92bFPUDC3LBrBB4tC1rpjONgo/7XssijKemssAqOqvwfv4AOoXd4Ez2JpvOsLO
RlG33pC9GNtAr12ctf07uy3AmGVweXDbc9Alg9wCoZW3eQ9jj518b5Bfuwcp6C+P
+HKhNZWzbfEco/STnEN/ymk896wNpDgo89pGsyIFvNSr/xd8dJ0ljX0FZjzJNPQw
msVy2fdnyUP048eRaDjGxCP7lafMk/EQTiVQMQl87lEMWEJbj0AuBfx0MzwbGMqA
KMkVZC9iAnZCtWKax3p860NTL8WuOqa3CpeAd9O5pbeV0aP7GS1PNacgsuxTUoSr
0Nl5hPt0idYle+Kez1x97Kbi7vMlz/UUk/OC8OsQB6tP7VSQJNM=
=xWq9
-----END PGP SIGNATURE-----

Attachment: pgpHKmVH7LRN_.pgp
Description: PGP signature


--- End Message ---

Reply via email to