Your message dated Tue, 03 Mar 2026 10:04:10 +0000
with message-id <[email protected]>
and subject line Bug#1129108: fixed in debmutate 0.81
has caused the Debian Bug report #1129108,
regarding debmutate: FTBFS: AttributeError: module 'pcre2' has no attribute 
'exceptions'
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.)


-- 
1129108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129108
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:debmutate
Version: 0.80
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202602/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:debmutate, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build" 
module
I: pybuild base:384: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14  
* Building wheel...
running bdist_wheel

[... snipped ...]

test_invalid_extension 
(tests.test_orig.ComponentFromOrigTarballTests.test_invalid_extension) ... ok
test_simple (tests.test_patch.FindCommonPatchSuffixTests.test_simple) ... ok
test_comment (tests.test_patch.ReadSeriesFileTests.test_comment) ... ok
test_empty (tests.test_patch.ReadSeriesFileTests.test_empty) ... ok
test_empty_line (tests.test_patch.ReadSeriesFileTests.test_empty_line) ... ok
test_options (tests.test_patch.ReadSeriesFileTests.test_options) ... ok
test_edit_comment (tests.test_patch.SeriesTests.test_edit_comment) ... ok
test_edit_nonexistent (tests.test_patch.SeriesTests.test_edit_nonexistent) ... 
ok
test_edit_simple (tests.test_patch.SeriesTests.test_edit_simple) ... ok
test_remove (tests.test_patch.SeriesTests.test_remove) ... ok
test_diff (tests.test_reformatting.CheckPreserveFormattingTests.test_diff) ... 
ok
test_formatting_different 
(tests.test_reformatting.CheckPreserveFormattingTests.test_formatting_different)
 ... ok
test_formatting_same 
(tests.test_reformatting.CheckPreserveFormattingTests.test_formatting_same) ... 
ok
test_reformatting_allowed 
(tests.test_reformatting.CheckPreserveFormattingTests.test_reformatting_allowed)
 ... ok
test_changed (tests.test_reformatting.EditFormattedFileTests.test_changed) ... 
ok
test_unchanged (tests.test_reformatting.EditFormattedFileTests.test_unchanged) 
... ok
test_unformattable 
(tests.test_reformatting.EditFormattedFileTests.test_unformattable) ... ok
test_do_not_edit (tests.test_reformatting.GeneratedFileTests.test_do_not_edit) 
... ok
test_do_not_edit_after_header 
(tests.test_reformatting.GeneratedFileTests.test_do_not_edit_after_header) ... 
ok
test_generated_control_file 
(tests.test_reformatting.GeneratedFileTests.test_generated_control_file) ... ok
test_missing (tests.test_reformatting.GeneratedFileTests.test_missing) ... ok
test_gbp_tag_format 
(tests.test_vcs.ExpandGbpTagFormatTests.test_gbp_tag_format) ... ok
test_normal (tests.test_vcs.MangleVersionForGitTests.test_normal) ... ok
test_replace_tilde (tests.test_vcs.MangleVersionForGitTests.test_replace_tilde) 
... ok
test_branch (tests.test_vcs.SplitVcsUrlTests.test_branch) ... ok
test_none (tests.test_vcs.SplitVcsUrlTests.test_none) ... ok
test_branch (tests.test_vcs.UnsplitVcsUrlTests.test_branch) ... ok
test_none (tests.test_vcs.UnsplitVcsUrlTests.test_none) ... ok
test_existing (tests.test_versions.AddDfsgSuffixTests.test_existing) ... ok
test_new (tests.test_versions.AddDfsgSuffixTests.test_new) ... ok
test_changed (tests.test_versions.DebianizeUpstreamVersionTests.test_changed) 
... ok
test_unchanged 
(tests.test_versions.DebianizeUpstreamVersionTests.test_unchanged) ... ok
test_git (tests.test_versions.GetRevisionSnapshotTests.test_git) ... ok
test_non_numeric_snapshot 
(tests.test_versions.GetRevisionSnapshotTests.test_non_numeric_snapshot) ... ok
test_with_snapshot 
(tests.test_versions.GetRevisionSnapshotTests.test_with_snapshot) ... ok
test_with_snapshot_plus 
(tests.test_versions.GetRevisionSnapshotTests.test_with_snapshot_plus) ... ok
test_with_svn_snapshot 
(tests.test_versions.GetRevisionSnapshotTests.test_with_svn_snapshot) ... ok
test_with_svn_snapshot_plus 
(tests.test_versions.GetRevisionSnapshotTests.test_with_svn_snapshot_plus) ... 
ok
test_without_snapshot 
(tests.test_versions.GetRevisionSnapshotTests.test_without_snapshot) ... ok
test_git (tests.test_versions.GitSnapshotDataFromVersionTests.test_git) ... ok
test_next (tests.test_versions.GitSnapshotDataFromVersionTests.test_next) ... ok
test_not_git (tests.test_versions.GitSnapshotDataFromVersionTests.test_not_git) 
... ok
test_mangled (tests.test_versions.MangleVersionForGitTests.test_mangled) ... ok
test_simple (tests.test_versions.MangleVersionForGitTests.test_simple) ... ok
test_matches (tests.test_versions.MatchesReleaseTests.test_matches) ... ok
test_nothing (tests.test_versions.StripDfsgSuffixTests.test_nothing) ... ok
test_strip (tests.test_versions.StripDfsgSuffixTests.test_strip) ... ok
test_debian_with_dash 
(tests.test_versions.TestPackageVersion.test_debian_with_dash) ... ok
test_simple_debian (tests.test_versions.TestPackageVersion.test_simple_debian) 
... ok
test_simple_ubuntu (tests.test_versions.TestPackageVersion.test_simple_ubuntu) 
... ok
test_ubuntu_with_dash 
(tests.test_versions.TestPackageVersion.test_ubuntu_with_dash) ... ok
test_ubuntu_with_epoch 
(tests.test_versions.TestPackageVersion.test_ubuntu_with_epoch) ... ok
test_dfsg (tests.test_versions.TestUpstreamVersionAddRevision.test_dfsg) ... ok
test_git_new_rev 
(tests.test_versions.TestUpstreamVersionAddRevision.test_git_new_rev) ... ok
test_git_tilde_rev 
(tests.test_versions.TestUpstreamVersionAddRevision.test_git_tilde_rev) ... ok
test_new_rev (tests.test_versions.TestUpstreamVersionAddRevision.test_new_rev) 
... ok
test_svn_new_rev 
(tests.test_versions.TestUpstreamVersionAddRevision.test_svn_new_rev) ... ok
test_svn_plus_rev 
(tests.test_versions.TestUpstreamVersionAddRevision.test_svn_plus_rev) ... ok
test_svn_tilde_rev 
(tests.test_versions.TestUpstreamVersionAddRevision.test_svn_tilde_rev) ... ok
test_update_plus_rev 
(tests.test_versions.TestUpstreamVersionAddRevision.test_update_plus_rev) ... ok
test_update_tilde_rev 
(tests.test_versions.TestUpstreamVersionAddRevision.test_update_tilde_rev) ... 
ok
test_html_search (tests.test_watch.HtmlSearchTests.test_html_search) ... ERROR
test_parse_continued_leading_spaces_3 
(tests.test_watch.ParseWatchFileTests.test_parse_continued_leading_spaces_3) 
... ok
test_parse_continued_leading_spaces_4 
(tests.test_watch.ParseWatchFileTests.test_parse_continued_leading_spaces_4) 
... ok
test_parse_empty (tests.test_watch.ParseWatchFileTests.test_parse_empty) ... ok
test_parse_global_opts 
(tests.test_watch.ParseWatchFileTests.test_parse_global_opts) ... ok
test_parse_no_version 
(tests.test_watch.ParseWatchFileTests.test_parse_no_version) ... ok
test_parse_opt_quotes 
(tests.test_watch.ParseWatchFileTests.test_parse_opt_quotes) ... ok
test_parse_package_variable 
(tests.test_watch.ParseWatchFileTests.test_parse_package_variable) ... ok
test_parse_simple (tests.test_watch.ParseWatchFileTests.test_parse_simple) ... 
ok
test_parse_single (tests.test_watch.ParseWatchFileTests.test_parse_single) ... 
ok
test_parse_subst_expr 
(tests.test_watch.ParseWatchFileTests.test_parse_subst_expr) ... ERROR
test_parse_subst_expr_escape 
(tests.test_watch.ParseWatchFileTests.test_parse_subst_expr_escape) ... ERROR
test_parse_subst_expr_invalid 
(tests.test_watch.ParseWatchFileTests.test_parse_subst_expr_invalid) ... ERROR
test_parse_subst_expr_percent 
(tests.test_watch.ParseWatchFileTests.test_parse_subst_expr_percent) ... ERROR
test_parse_tr_expr (tests.test_watch.ParseWatchFileTests.test_parse_tr_expr) 
... ok
test_parse_utf8 (tests.test_watch.ParseWatchFileTests.test_parse_utf8) ... ok
test_parse_weird_quotes 
(tests.test_watch.ParseWatchFileTests.test_parse_weird_quotes) ... ok
test_parse_with_opts 
(tests.test_watch.ParseWatchFileTests.test_parse_with_opts) ... ok
test_parse_with_script 
(tests.test_watch.ParseWatchFileTests.test_parse_with_script) ... ok
test_parse_with_spacing_around_version 
(tests.test_watch.ParseWatchFileTests.test_parse_with_spacing_around_version) 
... ok
test_parse_y_expr (tests.test_watch.ParseWatchFileTests.test_parse_y_expr) ... 
ok
test_pattern_included 
(tests.test_watch.ParseWatchFileTests.test_pattern_included) ... ok
test_plain_search (tests.test_watch.PlainSearchTests.test_plain_search) ... 
ERROR
test_search (tests.test_watch.SearchTests.test_search) ... ERROR
test_file_with_just_comments 
(tests.test_watch.WatchEditorTests.test_file_with_just_comments) ... ok
test_version_change (tests.test_watch.WatchEditorTests.test_version_change) ... 
ok

======================================================================
ERROR: test_html_search (tests.test_watch.HtmlSearchTests.test_html_search)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
259, in html_search
    yield (m.substring(1), urljoin(base_url, m.substring(0)))
           ^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'substring'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_watch.py", 
line 449, in test_html_search
    list(
    ~~~~^
        html_search(
        ^^^^^^^^^^^^
            body, "/foo-(\\d+\\.\\d+)\\.tar\\.gz", "https://example.com/";
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        )
        ^
    ),
    ^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
260, in html_search
    except pcre2.exceptions.MatchError:
           ^^^^^^^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'exceptions'

======================================================================
ERROR: test_parse_subst_expr 
(tests.test_watch.ParseWatchFileTests.test_parse_subst_expr)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
332, in uversionmangle
    return apply_sed_expr(vm, version)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
209, in apply_sed_expr
    return cast(str, pcre2.substitute(pattern, replacement, orig))
                     ^^^^^^^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'substitute'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_watch.py", 
line 311, in test_parse_subst_expr
    self.assertEqual("1.0", wf.entries[0].uversionmangle("1.0"))
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
333, in uversionmangle
    except pcre2.exceptions.LibraryError as e:
           ^^^^^^^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'exceptions'

======================================================================
ERROR: test_parse_subst_expr_escape 
(tests.test_watch.ParseWatchFileTests.test_parse_subst_expr_escape)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
332, in uversionmangle
    return apply_sed_expr(vm, version)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
209, in apply_sed_expr
    return cast(str, pcre2.substitute(pattern, replacement, orig))
                     ^^^^^^^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'substitute'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_watch.py", 
line 364, in test_parse_subst_expr_escape
    self.assertEqual("1.0", wf.entries[0].uversionmangle("1.0"))
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
333, in uversionmangle
    except pcre2.exceptions.LibraryError as e:
           ^^^^^^^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'exceptions'

======================================================================
ERROR: test_parse_subst_expr_invalid 
(tests.test_watch.ParseWatchFileTests.test_parse_subst_expr_invalid)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
332, in uversionmangle
    return apply_sed_expr(vm, version)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
206, in apply_sed_expr
    (kind, (pattern, replacement, flags)) = parse_sed_expr(vm)
                                            ~~~~~~~~~~~~~~^^^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
161, in parse_sed_expr
    return ("s", parse_subst_expr(vm))
                 ~~~~~~~~~~~~~~~~^^^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
174, in parse_subst_expr
    raise InvalidUVersionMangle(vm)
debmutate.watch.InvalidUVersionMangle: 
s/(\d)[_\.\-\+]?((RC|rc|pre|alpha)\d*)$$1~$2

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_watch.py", 
line 393, in test_parse_subst_expr_invalid
    self.assertRaises(
    ~~~~~~~~~~~~~~~~~^
        InvalidUVersionMangle, wf.entries[0].uversionmangle, "1.0alpha1"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3.13/unittest/case.py", line 795, in assertRaises
    return context.handle('assertRaises', args, kwargs)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/case.py", line 238, in handle
    callable_obj(*args, **kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
333, in uversionmangle
    except pcre2.exceptions.LibraryError as e:
           ^^^^^^^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'exceptions'

======================================================================
ERROR: test_parse_subst_expr_percent 
(tests.test_watch.ParseWatchFileTests.test_parse_subst_expr_percent)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
332, in uversionmangle
    return apply_sed_expr(vm, version)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
209, in apply_sed_expr
    return cast(str, pcre2.substitute(pattern, replacement, orig))
                     ^^^^^^^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'substitute'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_watch.py", 
line 379, in test_parse_subst_expr_percent
    self.assertEqual("1.0", wf.entries[0].uversionmangle("1.0"))
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
333, in uversionmangle
    except pcre2.exceptions.LibraryError as e:
           ^^^^^^^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'exceptions'

======================================================================
ERROR: test_plain_search (tests.test_watch.PlainSearchTests.test_plain_search)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_watch.py", 
line 488, in test_plain_search
    list(
    ~~~~^
        plain_search(
        ^^^^^^^^^^^^^
            body, "foo-(\\d+\\.\\d+)\\.tar\\.gz", "https://example.com/";
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        )
        ^
    ),
    ^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
267, in plain_search
    for m in pcre2.scan(matching_pattern.encode(), body):
             ^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'scan'

======================================================================
ERROR: test_search (tests.test_watch.SearchTests.test_search)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
259, in html_search
    yield (m.substring(1), urljoin(base_url, m.substring(0)))
           ^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'substring'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_watch.py", 
line 540, in test_search
    list(
    ~~~~^
        search(
        ^^^^^^^
    ...<5 lines>...
        )
        ^
    ),
    ^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
291, in search
    yield from searchers[searchmode](
        resp.read(), _subst(matching_pattern, package), url
    )
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/debmutate/watch.py", line 
260, in html_search
    except pcre2.exceptions.MatchError:
           ^^^^^^^^^^^^^^^^
AttributeError: module 'pcre2' has no attribute 'exceptions'

----------------------------------------------------------------------
Ran 323 tests in 0.149s

FAILED (errors=7, skipped=2)
E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m unittest discover 
-v 
dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned 
exit code 13
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: debmutate
Source-Version: 0.81
Done: Jelmer Vernooij <[email protected]>

We believe that the bug you reported is fixed in the latest version of
debmutate, 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.
Jelmer Vernooij <[email protected]> (supplier of updated debmutate 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: Fri, 02 Jan 2026 13:52:53 +0000
Source: debmutate
Architecture: source
Version: 0.81
Distribution: unstable
Urgency: medium
Maintainer: Jelmer Vernooij <[email protected]>
Changed-By: Jelmer Vernooij <[email protected]>
Closes: 1129108
Changes:
 debmutate (0.81) unstable; urgency=medium
 .
   * Mark update-rust-deps as deprecated, suggesting users use 'debcargo
     update-dependencies' instead.
   * Update watch file support for compatibility with pcre2 >= 0.6.0.
     Closes: #1129108
Checksums-Sha1:
 89c3192044af8539bf33c1ad0f765dfdf5ab77d8 1496 debmutate_0.81.dsc
 096dbbfbf1f2f0061e54b405350e70eaded7966d 68672 debmutate_0.81.tar.xz
 42a87507b3ea30b0f7c8cf829d690e14b59aa0e3 8622 debmutate_0.81_source.buildinfo
Checksums-Sha256:
 1a4310b5eea9f2d3fc4b152c859cb6f73fc5b548b3e49d012aec4ef59b255446 1496 
debmutate_0.81.dsc
 dc0593c9c604065c35d0471fbc108108a2844a1aad8c81194b347e1dbd578ec9 68672 
debmutate_0.81.tar.xz
 2e2224cf64b7f703b826bbf5143c420a1f8727aacfcb2ec31e2d4c0d5e2dfff8 8622 
debmutate_0.81_source.buildinfo
Files:
 34400b47a11ebaf518524f5f69ed93b1 1496 python optional debmutate_0.81.dsc
 3ed4549eccbe1d797afd6a6710175823 68672 python optional debmutate_0.81.tar.xz
 3cab088be6034caabdc03bc4e3778cdd 8622 python optional 
debmutate_0.81_source.buildinfo

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

iQFGBAEBCgAwFiEE45ORIHAv6kHRgdNzhp0ktO57TaYFAmmmrp0SHGplbG1lckBk
ZWJpYW4ub3JnAAoJEIadJLTue02m4O0IAKnlGoiV4qwNXciTaE1Nuo4781Ueprys
0H94w+e1/f9BspaCjcPmQ9ndVuaGSKYY8XVv6i1nvfrGa6DxF/YPQS5pg2DuHfp1
WmS5tNZ1UZ6qKHxbx/MGlsndKF19s2nj+64lMhs0grz1BpP7AgBukYcohMIChz6o
BkvANGnpLt8lw/YV7M/U8nJ2+rpoBW5NlpyZYiw/nn4FbvSrSNF8ZntEnVM/s0NC
7FL77L/K7i2lyqNme3WeiNF22EMJ0Z/U1i7K+k9TFSg6W5saEs2KBuJXk4w77p0u
WFdX92sjiVElxx6d5WiRPSKvOJM7Jo+s650J7i3pd6v9BiVTrZ1tyqU=
=PJtv
-----END PGP SIGNATURE-----

Attachment: pgpJLrVodUE2k.pgp
Description: PGP signature


--- End Message ---

Reply via email to