[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1046094: marked as done (projectm: Fails to build source after successful build)



Your message dated Wed, 10 Jan 2024 21:27:22 +0000
with message-id <E1rNg6c-00H59D-DL@fasolo.debian.org>
and subject line Bug#1046094: fixed in projectm 3.1.12-4
has caused the Debian Bug report #1046094,
regarding projectm: Fails to build source after successful build
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 owner@bugs.debian.org
immediately.)


-- 
1046094: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046094
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: projectm
Version: 3.1.12-3
Severity: minor
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -S
> ------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package projectm
> dpkg-buildpackage: info: source version 3.1.12-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Dennis Braun <d_braun@kabelmail.de>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean
>    dh_auto_clean
> 	make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in src
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> Making distclean in libprojectM
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/libprojectM'
> Making distclean in Renderer
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libprojectM/Renderer'
> rm -rf .libs _libs
> test -z "libRenderer.la" || rm -f libRenderer.la
> rm -rf SOIL2/.libs SOIL2/_libs
> rm -rf hlslparser/src/.libs hlslparser/src/_libs
> rm -f *.o
> rm -f *.lo
> rm -f ./so_locations
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f SOIL2/*.o
> test . = "." || test -z "" || rm -f 
> rm -f SOIL2/*.lo
> rm -f SOIL2/.deps/.dirstamp
> rm -f hlslparser/src/*.o
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f SOIL2/.dirstamp
> rm -f hlslparser/src/*.lo
> rm -f hlslparser/src/.deps/.dirstamp
> rm -f hlslparser/src/.dirstamp
> rm -f ./.deps/libRenderer_la-BeatDetect.Plo
> rm -f ./.deps/libRenderer_la-Filters.Plo
> rm -f ./.deps/libRenderer_la-MilkdropWaveform.Plo
> rm -f ./.deps/libRenderer_la-PerPixelMesh.Plo
> rm -f ./.deps/libRenderer_la-PerlinNoise.Plo
> rm -f ./.deps/libRenderer_la-PerlinNoiseWithAlpha.Plo
> rm -f ./.deps/libRenderer_la-Pipeline.Plo
> rm -f ./.deps/libRenderer_la-PipelineContext.Plo
> rm -f ./.deps/libRenderer_la-RenderItemDistanceMetric.Plo
> rm -f ./.deps/libRenderer_la-RenderItemMatcher.Plo
> rm -f ./.deps/libRenderer_la-Renderable.Plo
> rm -f ./.deps/libRenderer_la-Renderer.Plo
> rm -f ./.deps/libRenderer_la-Shader.Plo
> rm -f ./.deps/libRenderer_la-ShaderEngine.Plo
> rm -f ./.deps/libRenderer_la-StaticGlShaders.Plo
> rm -f ./.deps/libRenderer_la-Texture.Plo
> rm -f ./.deps/libRenderer_la-TextureManager.Plo
> rm -f ./.deps/libRenderer_la-VideoEcho.Plo
> rm -f ./.deps/libRenderer_la-Waveform.Plo
> rm -f SOIL2/.deps/libRenderer_la-SOIL2.Plo
> rm -f SOIL2/.deps/libRenderer_la-etc1_utils.Plo
> rm -f SOIL2/.deps/libRenderer_la-image_DXT.Plo
> rm -f SOIL2/.deps/libRenderer_la-image_helper.Plo
> rm -f hlslparser/src/.deps/libRenderer_la-CodeWriter.Plo
> rm -f hlslparser/src/.deps/libRenderer_la-Engine.Plo
> rm -f hlslparser/src/.deps/libRenderer_la-GLSLGenerator.Plo
> rm -f hlslparser/src/.deps/libRenderer_la-HLSLParser.Plo
> rm -f hlslparser/src/.deps/libRenderer_la-HLSLTokenizer.Plo
> rm -f hlslparser/src/.deps/libRenderer_la-HLSLTree.Plo
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libprojectM/Renderer'
> Making distclean in NativePresetFactory
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libprojectM/NativePresetFactory'
> rm -rf .libs _libs
> test -z "libNativePresetFactory.la" || rm -f libNativePresetFactory.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> rm -f ./so_locations
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/libNativePresetFactory_la-NativePresetFactory.Plo
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libprojectM/NativePresetFactory'
> Making distclean in MilkdropPresetFactory
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libprojectM/MilkdropPresetFactory'
> rm -rf .libs _libs
> test -z "libMilkdropPresetFactory.la" || rm -f libMilkdropPresetFactory.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/libMilkdropPresetFactory_la-BuiltinFuncs.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-BuiltinParams.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-CustomShape.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-CustomWave.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-Eval.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-Expr.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-Func.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-IdlePreset.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-InitCond.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-MilkdropPreset.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-MilkdropPresetFactory.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-Param.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-Parser.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-PerFrameEqn.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-PerPixelEqn.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-PerPointEqn.Plo
> rm -f ./.deps/libMilkdropPresetFactory_la-PresetFrameIO.Plo
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libprojectM/MilkdropPresetFactory'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/libprojectM'
> test -z "libprojectM.pc" || rm -f libprojectM.pc
> test -z "libprojectM.la  " || rm -f libprojectM.la  
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f ./so_locations
> rm -f *.tab.c
> test -z "libprojectM.pc config.inp.in" || rm -f libprojectM.pc config.inp.in
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libprojectM'
> rm -f ./.deps/ConfigFile.Plo
> rm -f ./.deps/FileScanner.Plo
> rm -f ./.deps/KeyHandler.Plo
> rm -f ./.deps/PCM.Plo
> rm -f ./.deps/PipelineMerger.Plo
> rm -f ./.deps/Preset.Plo
> rm -f ./.deps/PresetChooser.Plo
> rm -f ./.deps/PresetFactory.Plo
> rm -f ./.deps/PresetFactoryManager.Plo
> rm -f ./.deps/PresetLoader.Plo
> rm -f ./.deps/TestRunner.Plo
> rm -f ./.deps/TimeKeeper.Plo
> rm -f ./.deps/fftsg.Plo
> rm -f ./.deps/projectM.Plo
> rm -f ./.deps/timer.Plo
> rm -f ./.deps/wipemalloc.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/libprojectM'
> Making distclean in NativePresets
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/NativePresets'
> rm -rf .libs _libs
> test -z "libMstressJuppyDancer.la libRLGFractalDrop7c.la libRovastarDarkSecret.la libRovastarDriftingChaos.la libRovastarFractalSpiral.la libRovastarFractopiaFrantic.la" || rm -f libMstressJuppyDancer.la libRLGFractalDrop7c.la libRovastarDarkSecret.la libRovastarDriftingChaos.la libRovastarFractalSpiral.la libRovastarFractopiaFrantic.la
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/MstressJuppyDancer.Plo
> rm -f ./.deps/RLGFractalDrop7c.Plo
> rm -f ./.deps/RovastarDarkSecret.Plo
> rm -f ./.deps/RovastarDriftingChaos.Plo
> rm -f ./.deps/RovastarFractalSpiral.Plo
> rm -f ./.deps/RovastarFractopiaFrantic.Plo
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/NativePresets'
> Making distclean in projectM-test
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/projectM-test'
>  rm -f projectM-unittest
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/getConfigFilename.Po
> rm -f ./.deps/projectM-unittest.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/projectM-test'
> Making distclean in projectM-sdl
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/projectM-sdl'
>  rm -f projectMSDL
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/pmSDL.Po
> rm -f ./.deps/projectM_SDL_main.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/projectM-sdl'
> Making distclean in projectM-qt
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/projectM-qt'
> test -z "application_qrc.cpp ui_qprojectm_mainwindow.h ui_qpreseteditordialog.h ui_qprojectmconfigdialog.h qprojectm_mainwindow_moc.cpp qpresetfiledialog_moc.cpp qplaylistfiledialog_moc.cpp qplaylistmodel_moc.cpp qprojectmconfigdialog_moc.cpp qplaylisttableview_moc.cpp qpresettextedit_moc.cpp qpreseteditordialog_moc.cpp qprojectm_moc.cpp qprojectmwidget_moc.cpp" || rm -f application_qrc.cpp ui_qprojectm_mainwindow.h ui_qpreseteditordialog.h ui_qprojectmconfigdialog.h qprojectm_mainwindow_moc.cpp qpresetfiledialog_moc.cpp qplaylistfiledialog_moc.cpp qplaylistmodel_moc.cpp qprojectmconfigdialog_moc.cpp qplaylisttableview_moc.cpp qpresettextedit_moc.cpp qpreseteditordialog_moc.cpp qprojectm_moc.cpp qprojectmwidget_moc.cpp
> rm -rf .libs _libs
> test -z "libprojectM_qt.a" || rm -f libprojectM_qt.a
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/application_qrc.Po
> rm -f ./.deps/configfile.Po
> rm -f ./.deps/qplaylistfiledialog.Po
> rm -f ./.deps/qplaylistfiledialog_moc.Po
> rm -f ./.deps/qplaylistmodel.Po
> rm -f ./.deps/qplaylistmodel_moc.Po
> rm -f ./.deps/qplaylisttableview_moc.Po
> rm -f ./.deps/qpreseteditordialog.Po
> rm -f ./.deps/qpreseteditordialog_moc.Po
> rm -f ./.deps/qpresetfiledialog_moc.Po
> rm -f ./.deps/qpresettextedit.Po
> rm -f ./.deps/qpresettextedit_moc.Po
> rm -f ./.deps/qprojectm_mainwindow.Po
> rm -f ./.deps/qprojectm_mainwindow_moc.Po
> rm -f ./.deps/qprojectm_moc.Po
> rm -f ./.deps/qprojectmconfigdialog.Po
> rm -f ./.deps/qprojectmconfigdialog_moc.Po
> rm -f ./.deps/qprojectmwidget_moc.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/projectM-qt'
> Making distclean in projectM-emscripten
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/projectM-emscripten'
>  rm -f projectW.bc
> rm -rf .libs _libs
> rm -f *.o
> rm -f ../libprojectM/*.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ../libprojectM/.deps/.dirstamp
> rm -f ../libprojectM/.dirstamp
> rm -f ../libprojectM/.deps/KeyHandler.Po
> rm -f ./.deps/projectM_SDL_emscripten.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/projectM-emscripten'
> Making distclean in projectM-jack
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/projectM-jack'
> rm -rf .libs _libs
> rm -f *.o
>  rm -f projectM-jack
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./.deps/ConfigFile.Po
> rm -f ./.deps/qprojectM-jack.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/projectM-jack'
> Making distclean in projectM-pulseaudio
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/projectM-pulseaudio'
> test -z "ui_PulseDeviceChooserDialog.h QPulseAudioDeviceChooser_moc.cpp QPulseAudioDeviceModel_moc.cpp QPulseAudioThread_moc.cpp" || rm -f ui_PulseDeviceChooserDialog.h QPulseAudioDeviceChooser_moc.cpp QPulseAudioDeviceModel_moc.cpp QPulseAudioThread_moc.cpp
>  rm -f projectM-pulseaudio
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/QPulseAudioDeviceChooser.Po
> rm -f ./.deps/QPulseAudioDeviceChooser_moc.Po
> rm -f ./.deps/QPulseAudioDeviceModel.Po
> rm -f ./.deps/QPulseAudioDeviceModel_moc.Po
> rm -f ./.deps/QPulseAudioThread.Po
> rm -f ./.deps/QPulseAudioThread_moc.Po
> rm -f ./.deps/qprojectM-pulseaudio.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/projectM-pulseaudio'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> test -z "dist src/libprojectM/config.inp" || rm -f dist src/libprojectM/config.inp
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> test . = "." || test -z "" || rm -f 
> rm -f config.h stamp-h1
> rm -f libtool config.lt
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f config.status config.cache config.log configure.lineno config.status.lineno
> rm -f Makefile
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building projectm using existing ./projectm_3.1.12.orig.tar.gz
> tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
> tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
> tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
> tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
> tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file ar-lib, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file install-sh, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file aclocal.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file compile, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file ltmain.sh, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file config.h.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file depcomp, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file missing, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltsugar.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/lt~obsolete.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltversion.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/libtool.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file m4/ltoptions.m4, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/projectM-qt/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/projectM-pulseaudio/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/projectM-test/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/projectM-emscripten/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/libprojectM/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/libprojectM/NativePresetFactory/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/libprojectM/MilkdropPresetFactory/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/libprojectM/Renderer/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/projectM-sdl/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/projectM-jack/Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/NativePresets/Makefile.in, use --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
>  projectm-3.1.12/m4/autoconf-archive/ax_have_qt.m4
> dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/projectm_3.1.12-3.diff.7x9Hih
> dpkg-source: info: Hint: make sure the version in debian/changelog matches the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/projectm_3.1.12-3_unstable.log

If you reassign this bug to another package, please mark 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: projectm
Source-Version: 3.1.12-4
Done: Dennis Braun <snd@debian.org>

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

Debian distribution maintenance software
pp.
Dennis Braun <snd@debian.org> (supplier of updated projectm 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 10 Jan 2024 20:25:46 +0100
Source: projectm
Architecture: source
Version: 3.1.12-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Dennis Braun <snd@debian.org>
Closes: 1046094 1058583
Changes:
 projectm (3.1.12-4) unstable; urgency=medium
 .
   [ Dylan Aïssi ]
   * Add pipewire-pulse as an alternative to pulseaudio
 .
   [ Dennis Braun ]
   * Change my email address
   * Bump my d/copyright year
   * Clean build files (Closes: #1046094)
   * Build-Depends: libgl1-mesa-dev => libgl-dev
   * Add projectm-data as a depedency of projectm-jack (Closes: #1058583)
Checksums-Sha1:
 a7f760f2cbf7d47c0c9955fb3e2e5a2343a7a034 2613 projectm_3.1.12-4.dsc
 f39fa646c52e1220b59d9f118a5cfa2055391d92 8328 projectm_3.1.12-4.debian.tar.xz
 4cc22e6d0108457f4561a121ad8899ea60ef83d2 7597 projectm_3.1.12-4_source.buildinfo
Checksums-Sha256:
 62c24ed7f7c7ca0d88264ea4c53e6e1ee8a694e93d50d977ebaa69d15e7dea8e 2613 projectm_3.1.12-4.dsc
 b5de4d9fa4821c24600e259044998d9565a1fc4c11601eee7e06d9e693189b9c 8328 projectm_3.1.12-4.debian.tar.xz
 92bb05dfba8e5305854c20e50babf7a73d9c74657cb02ac6173c95a5a443b246 7597 projectm_3.1.12-4_source.buildinfo
Files:
 6f3dfefc05689f09967cd99d49149334 2613 sound optional projectm_3.1.12-4.dsc
 4eb042f338b85236a3021ffb6547fc3e 8328 sound optional projectm_3.1.12-4.debian.tar.xz
 17d8ea41c603e7d935c89f95fcd3106e 7597 sound optional projectm_3.1.12-4_source.buildinfo

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

iQJDBAEBCgAtFiEEPLfDAq+1fmGoxhfdY06lXZArmDYFAmWe748PHHNuZEBkZWJp
YW4ub3JnAAoJEGNOpV2QK5g2cYkP/iwKIdhTYQcGdisj0j9akt3HRS2xMLCsQzmK
ZR5blgY64dZ/KGVqDy+bwaPugBOYeJrFDWKflC5qPqDAkTq1HllgpvwnWh6aJItA
oqUtbeh8I0Ztvj4gpxOVn3qSgi7QffeNRhj7Y5nP5q3HA17qP35NtZxUUJCMcuQp
ndU/aEFIX7hZbqZ4vBY485D3mAv8XbZFDC+t1vnNOkNDZ5jADT2+kdHo239YLQQ8
um9J4lKDuN/Afu1ebzmYbxcLrEgmHPpPxq55qBBGEek9gzerXHcL4Q3bxJtOkMfB
DU3dowVfnp/QN6LgOGsYcqCAeKkqbYd3qRjKMTWEt6O9UZLZQJ9SwB+8RTbWhMin
FBO3eNyA8VfwPt5gepPLtpea0V7pCaJ30rEvTyGdolUFBngNYCrvLKxkXzO0vKTW
Ll49fWh7ql+iQfENugorrLiprs1dlEpV34PKSYnW8z7nW31rMc/urIlYQq4k0JaT
sD2y1VkbfFD6y1XmhEoildlQVu3X12QdJTYSUOnIahSLcnlErMW8+6uHnwlvPfbZ
zCmuaoVDk4dWXNf6sn0U2jBMvZEQrYVrxS24ymIRZo5c2J2IYeoOGwzMvCBdmH4z
Xuvafzzy/3Oqq4kdB2QaTzjTIa9HvFmKUcSYKRixXEcWSrJ49oLlYGFxnzfOlzss
AmW7F5Ht
=U6g3
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: