Your message dated Tue, 27 Jan 2026 07:49:12 +0000
with message-id <[email protected]>
and subject line Bug#1126197: fixed in asammdf 8.5.2-3
has caused the Debian Bug report #1126197,
regarding asammdf: FTBFS: E   ModuleNotFoundError: No module named 
'PySide6.QtOpenGL'
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.)


-- 
1126197: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126197
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:asammdf
Version: 8.5.2-2
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/202601/

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:asammdf, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --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:139: Building wheel for python3.13 with "build" 
module
I: pybuild base:384: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* Building wheel...
*** scikit-build-core 0.11.6 using CMake 4.2.2 (wheel)

[... snipped ...]

           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/plot/test_PlotWidget_DragAndDrop.py:6: in <module>
    from test.asammdf.gui.test_base import DragAndDrop
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/test_base.py:26: in <module>
    import pyqtgraph
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
_ ERROR collecting 
.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/plot/test_PlotWidget_PushButtons.py
 _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/plot/test_PlotWidget_PushButtons.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/plot/test_PlotWidget_PushButtons.py:7: in <module>
    from asammdf.gui.serde import COLORS
asammdf/gui/serde.py:11: in <module>
    from pyqtgraph import functions as fn
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
_ ERROR collecting 
.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BaseBatchWidget.py 
_
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BaseBatchWidget.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/test_BaseBatchWidget.py:12: in <module>
    from asammdf.gui.widgets.batch import BatchWidget
asammdf/gui/widgets/batch.py:21: in <module>
    from ..dialogs.advanced_search import AdvancedSearch
asammdf/gui/dialogs/advanced_search.py:12: in <module>
    from .range_editor import RangeEditor
asammdf/gui/dialogs/range_editor.py:3: in <module>
    from ..ui.range_editor_dialog import Ui_RangeDialog
asammdf/gui/ui/range_editor_dialog.py:22: in <module>
    from asammdf.gui.widgets.list import MinimalListWidget
asammdf/gui/widgets/list.py:7: in <module>
    from ..serde import extract_mime_names
asammdf/gui/serde.py:11: in <module>
    from pyqtgraph import functions as fn
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
_ ERROR collecting 
.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BaseFileWidget.py 
_
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BaseFileWidget.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/test_BaseFileWidget.py:10: in <module>
    from asammdf.gui.widgets.file import FileWidget
asammdf/gui/widgets/file.py:31: in <module>
    from .. import serde
asammdf/gui/serde.py:11: in <module>
    from pyqtgraph import functions as fn
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
_ ERROR collecting 
.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BasePlotWidget.py 
_
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/asammdf/gui/widgets/test_BasePlotWidget.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/widgets/test_BasePlotWidget.py:10: in <module>
    from test.asammdf.gui.test_base import DragAndDrop
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
test/asammdf/gui/test_base.py:26: in <module>
    import pyqtgraph
/usr/lib/python3/dist-packages/pyqtgraph/__init__.py:144: in <module>
    from .graphicsItems.ColorBarItem import *
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/ColorBarItem.py:10: in 
<module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/__init__.py:1: 
in <module>
    from .PlotItem import PlotItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py:20: 
in <module>
    from ..LegendItem import LegendItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/LegendItem.py:11: in 
<module>
    from .PlotDataItem import PlotDataItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotDataItem.py:14: in 
<module>
    from .PlotCurveItem import PlotCurveItem
/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/PlotCurveItem.py:13: in 
<module>
    from ..Qt import OpenGLHelpers
/usr/lib/python3/dist-packages/pyqtgraph/Qt/OpenGLHelpers.py:13: in <module>
    QtOpenGL = importlib.import_module(f'{QT_LIB}.QtOpenGL')
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ModuleNotFoundError: No module named 'PySide6.QtOpenGL'
=============================== warnings summary 
===============================
../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1428
  /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1428: 
PytestConfigWarning: Unknown config option: timeout
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test-reports/unit-tests-results.xml
 -
=========================== short test summary info 
============================
ERROR test/asammdf/gui/dialogs/test_FunctionsManagerDialog.py
ERROR test/asammdf/gui/dialogs/test_WindowsSelectionDialog.py
ERROR test/asammdf/gui/test_base.py
ERROR test/asammdf/gui/test_util.py
ERROR test/asammdf/gui/widgets/Shortcuts/test_FileWidget_Shortcuts.py
ERROR test/asammdf/gui/widgets/Shortcuts/test_MainWindow_Shortcuts.py
ERROR 
test/asammdf/gui/widgets/Shortcuts/test_NumericWidget_Shortcuts.py
ERROR 
test/asammdf/gui/widgets/Shortcuts/test_PlotGraphicsWidget_Shortcuts.py
ERROR test/asammdf/gui/widgets/Shortcuts/test_PlotWidget_Shortcuts.py
ERROR 
test/asammdf/gui/widgets/Shortcuts/test_Tabular_BaseWidget_Shortcuts.py
ERROR test/asammdf/gui/widgets/Shortcuts/test_TreeWidget_Shortcuts.py
ERROR test/asammdf/gui/widgets/batch/test_BatchWidget_FilesList.py
ERROR test/asammdf/gui/widgets/batch/test_BatchWidget_Tab_BusLogging.py
ERROR 
test/asammdf/gui/widgets/batch/test_BatchWidget_Tab_Concatenate.py
ERROR 
test/asammdf/gui/widgets/batch/test_BatchWidget_Tab_ModifyAndExport.py
ERROR test/asammdf/gui/widgets/batch/test_BatchWidget_Tab_Stack.py
ERROR test/asammdf/gui/widgets/file/test_FileWidget_TabChannels.py
ERROR 
test/asammdf/gui/widgets/file/test_FileWidget_TabModifyAndExport.py
ERROR test/asammdf/gui/widgets/plot/test_PlotWidget_ContextMenu.py
ERROR test/asammdf/gui/widgets/plot/test_PlotWidget_DoubleClick.py
ERROR test/asammdf/gui/widgets/plot/test_PlotWidget_DragAndDrop.py
ERROR test/asammdf/gui/widgets/plot/test_PlotWidget_PushButtons.py
ERROR test/asammdf/gui/widgets/test_BaseBatchWidget.py
ERROR test/asammdf/gui/widgets/test_BaseFileWidget.py
ERROR test/asammdf/gui/widgets/test_BasePlotWidget.py
!!!!!!!!!!!!!!!!!!! Interrupted: 25 errors during collection !!!!!!!!!!!!!!!!!!!
======================== 1 warning, 25 errors 
in 3.57s =========================
E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest test
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make[1]: *** [debian/rules:15: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: asammdf
Source-Version: 8.5.2-3
Done: Gianfranco Costamagna <[email protected]>

We believe that the bug you reported is fixed in the latest version of
asammdf, 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.
Gianfranco Costamagna <[email protected]> (supplier of updated asammdf 
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: Tue, 27 Jan 2026 08:04:07 +0100
Source: asammdf
Built-For-Profiles: noudeb
Architecture: source
Version: 8.5.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1126197
Changes:
 asammdf (8.5.2-3) unstable; urgency=medium
 .
   * Force export PYTEST_QT_API=pyside6 in rules file to make sure the
     right backend is used (Closes: #1126197)
   * B-D on python3-pyside6.qtopengl and python3-pyside6.qtopenglwidgets
     to fix missing backend for tests
Checksums-Sha1:
 a5c9befea4a6478289f75584c7c15d00054e6260 2668 asammdf_8.5.2-3.dsc
 947e36e2bb1ce8bea57f764aac39a138d7f8f588 3680 asammdf_8.5.2-3.debian.tar.xz
 0fd3ff82893efa43b99f06e0e291c050e64fe484 14572 asammdf_8.5.2-3_source.buildinfo
Checksums-Sha256:
 8da40e75d50641280321740526102eb5eca51f0172b818e0716c81ada8da570b 2668 
asammdf_8.5.2-3.dsc
 ec3cad32ca6acc2fc042116d2ee798fe63d030eefb977fe85e12a88b288f360d 3680 
asammdf_8.5.2-3.debian.tar.xz
 11f8330f4801a1f4a63e086da2424205f17302c35d35d933422eb363cdd0059a 14572 
asammdf_8.5.2-3_source.buildinfo
Files:
 0b39cf5a35dc4e494acfd333f08394d8 2668 python optional asammdf_8.5.2-3.dsc
 b88c67248599ef807b1a07483bbd95a7 3680 python optional 
asammdf_8.5.2-3.debian.tar.xz
 475db17cc844626982e4b482e30c700c 14572 python optional 
asammdf_8.5.2-3_source.buildinfo

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

iQIzBAEBCgAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAml4a4wACgkQ808JdE6f
XdnINhAAtsQDMLdyyU0eWIvB+aGJfelWHbgZFVc15UmZZHG4U2iKjhe7VUlIiMRX
Xef8ECcnJjFkcYdX0R6Hyn1wlUUr013Fzn5G3E1K06hS7LNSGiGCbJ1a4MdF4ncf
4ZrRABRJvdDisq+uGxjU7APoM3n9CUyip1G8Zut/LJzu2ODCI1bbCngHr2FxpWyy
235H0mRaR+qT+LJR7rbDnTMfTdhauI0/DyoBnO6wD6tJlWh6QkC8YfynnwSqTGbP
V2sJuqicGcY5Kkge5a8AoWxlKBPQ4jQ4CA1BumimOxcs90IEY/AmcYppSAAT/Esy
zzbbA71w/v2G/zZBY0zgABloOJYApYrBJAaECIdnjM5+pDq4lhZCPaHA3JnmbYzQ
0p16EkqNE8Qbld3aSEbFtFHm0Gdwu2fYadNqahUaH9L8y+EwA8HskYHQfDSOaATG
sNjBbiOhgFqKdlAU5y7fJ6O7qEtsiVIMQs+1IRItJHJ9piEQpezyYe6vYvXXMDac
u+dnL9CrunuRBaF5B5Et03JtiUCbrmWj71vOvgzB3+cT99g+Te87GHjq79XOlkym
5CGfMEvbDbyBJExk98iwvs5z4nPuyPd+OkxmfIkkmOE4bzw4sYFVNquLN2mQR2oB
QJxYZJ9AMbcZGx7g1UaSMGxcSQ7aQG/XFyVzI9pHvznJVNj4xEI=
=6/fb
-----END PGP SIGNATURE-----

Attachment: pgpvojo8wIsm5.pgp
Description: PGP signature


--- End Message ---

Reply via email to