Debian Bug report logs - #1004598
audacity: FTBFS with ffmpeg 5.0

version graph

Package: src:audacity; Maintainer for src:audacity is Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>;

Reported by: Sebastian Ramacher <sramacher@debian.org>

Date: Sun, 30 Jan 2022 20:45:05 UTC

Severity: serious

Tags: bookworm, fixed-upstream, ftbfs, sid

Found in version audacity/2.4.2~dfsg0-5

Fixed in version audacity/3.2.0+dfsg-1

Done: Benjamin Drung <bdrung@debian.org>

Bug is archived. No further changes may be made.

Forwarded to https://github.com/audacity/audacity/issues/2445

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, sramacher@debian.org, Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>:
Bug#1004598; Package src:audacity. (Sun, 30 Jan 2022 20:45:07 GMT) (full text, mbox, link).


Acknowledgement sent to Sebastian Ramacher <sramacher@debian.org>:
New Bug report received and forwarded. Copy sent to sramacher@debian.org, Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>. (Sun, 30 Jan 2022 20:45:07 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Sebastian Ramacher <sramacher@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: audacity: FTBFS with ffmpeg 5.0
Date: Sun, 30 Jan 2022 21:43:28 +0100
[Message part 1 (text/plain, inline)]
Source: audacity
Version: 2.4.2~dfsg0-5
Severity: important
X-Debbugs-Cc: sramacher@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

audacity FTBFS with ffmpeg 5.0 (available in experimental):
| cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src" && /usr/bin/ccache /usr/lib/ccache/c++ -DAudacity_EXPORTS -DBUILDING_AUDACITY -DCMAKE -DHAVE_LRINT -DHAVE_LRINTF -DHAVE_MLOCK -DWXINTL_NO_GETTEXT_MACRO -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -I"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/private" -I"/<<PKGBUILDDIR>>/include" -I"/<<PKGBUILDDIR>>/src" -I/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I"/<<PKGBUILDDIR>>/lib-src/libnyquist" -I"/<<PKGBUILDDIR>>/lib-src/portmixer/include" -isystem /usr/include/opus -isystem /usr/include/lilv-0 -isystem /usr/include/sratom-0 -isystem /usr/include/sord-0 -isystem /usr/include/serd-0 -isystem /usr/include/suil-0 -isystem /usr/include/portSMF -isystem /usr/include/soundtouch -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/gtk-3.0 -isystem /usr/include/at-spi2-atk/2.0 -isystem /usr/include/at-spi-2.0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/x86_64-linux-gnu/dbus-1.0/include -isystem /usr/include/gio-unix-2.0 -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem /usr/include/harfbuzz -isystem /usr/include/fribidi -isystem /usr/include/atk-1.0 -isystem /usr/include/pixman-1 -isystem /usr/include/uuid -isystem /usr/include/freetype2 -isystem /usr/include/libpng16 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/libmount -isystem /usr/include/blkid -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -std=gnu++14 -MD -MT src/CMakeFiles/Audacity.dir/AutoRecoveryDialog.cpp.o -MF CMakeFiles/Audacity.dir/AutoRecoveryDialog.cpp.o.d -o CMakeFiles/Audacity.dir/AutoRecoveryDialog.cpp.o -c "/<<PKGBUILDDIR>>/src/AutoRecoveryDialog.cpp"
| In file included from /<<PKGBUILDDIR>>/include/audacity/Types.h:49,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.h:18,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:19:
| /<<PKGBUILDDIR>>/include/audacity/Types.h: In member function ‘size_t sampleCount::as_size_t() const’:
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:75: error: ‘numeric_limits’ is not a member of ‘std’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |                                                                           ^~~~~~~~~~~~~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro ‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                             \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro ‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:96: error: expected primary-expression before ‘>’ token
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |                                                                                                ^
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro ‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                             \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro ‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:99: error: ‘::max’ has not been declared; did you mean ‘std::max’?
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |                                                                                                   ^~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro ‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                             \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro ‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| In file included from /usr/include/c++/11/algorithm:62,
|                  from /<<PKGBUILDDIR>>/include/audacity/Types.h:45,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.h:18,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:19:
| /usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
|  3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
|       |     ^~~
| In file included from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:82:
| /<<PKGBUILDDIR>>/src/FFmpeg.h: In constructor ‘AVPacketEx::AVPacketEx()’:
| /<<PKGBUILDDIR>>/src/FFmpeg.h:892:21: warning: ‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
|   892 |       av_init_packet(this);
|       |       ~~~~~~~~~~~~~~^~~~~~
| In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
|                  from /<<PKGBUILDDIR>>/src/FFmpeg.h:53,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:82:
| /usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
|   506 | void av_init_packet(AVPacket *pkt);
|       |      ^~~~~~~~~~~~~~
| In file included from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:82:
| /<<PKGBUILDDIR>>/src/FFmpeg.h: In member function ‘void AVPacketEx::reset()’:
| /<<PKGBUILDDIR>>/src/FFmpeg.h:919:7: error: ‘av_free_packet’ was not declared in this scope; did you mean ‘av_new_packet’?
|   919 |       av_free_packet(this);
|       |       ^~~~~~~~~~~~~~
|       |       av_new_packet
| /<<PKGBUILDDIR>>/src/FFmpeg.h: In member function ‘void AVPacketEx::steal(AVPacketEx&&)’:
| /<<PKGBUILDDIR>>/src/FFmpeg.h:926:21: warning: ‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
|   926 |       av_init_packet(&that);
|       |       ~~~~~~~~~~~~~~^~~~~~~
| In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
|                  from /<<PKGBUILDDIR>>/src/FFmpeg.h:53,
|                  from /<<PKGBUILDDIR>>/src/AudacityApp.cpp:82:
| /usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
|   506 | void av_init_packet(AVPacket *pkt);
|       |      ^~~~~~~~~~~~~~
| make[3]: *** [src/CMakeFiles/Audacity.dir/build.make:135: src/CMakeFiles/Audacity.dir/AudacityApp.cpp.o] Error 1
| make[3]: *** Waiting for unfinished jobs....
| /<<PKGBUILDDIR>>/src/AboutDialog.cpp:755:64: warning: macro "__DATE__" might prevent reproducible builds [-Wdate-time]
|   755 |    AddBuildinfoRow(&informationStr, XO("Program build date:"), __TDATE__);
|       |                                                                ^~~~~~~~~
| In file included from /usr/include/wx-3.0/wx/defs.h:745,
|                  from /usr/include/wx-3.0/wx/string.h:24,
|                  from /<<PKGBUILDDIR>>/src/AudioIOBase.h:22,
|                  from /<<PKGBUILDDIR>>/src/AudioIOBase.cpp:12:
| /<<PKGBUILDDIR>>/include/audacity/Types.h: In member function ‘size_t sampleCount::as_size_t() const’:
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:75: error: ‘numeric_limits’ is not a member of ‘std’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |                                                                           ^~~~~~~~~~~~~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro ‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                             \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro ‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:96: error: expected primary-expression before ‘>’ token
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |                                                                                                ^
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro ‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                             \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro ‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:99: error: ‘::max’ has not been declared; did you mean ‘std::max’?
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |                                                                                                   ^~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro ‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                             \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro ‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| In file included from /usr/include/c++/11/algorithm:62,
|                  from /<<PKGBUILDDIR>>/src/Envelope.h:15,
|                  from /<<PKGBUILDDIR>>/src/AudioIOBase.cpp:19:
| /usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
|  3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
|       |     ^~~
| make[3]: *** [src/CMakeFiles/Audacity.dir/build.make:205: src/CMakeFiles/Audacity.dir/AudioIOBase.cpp.o] Error 1
| In file included from /<<PKGBUILDDIR>>/include/audacity/Types.h:49,
|                  from /<<PKGBUILDDIR>>/src/xml/XMLTagHandler.h:25,
|                  from /<<PKGBUILDDIR>>/src/AutoRecovery.h:14,
|                  from /<<PKGBUILDDIR>>/src/AutoRecovery.cpp:22:
| /<<PKGBUILDDIR>>/include/audacity/Types.h: In member function ‘size_t sampleCount::as_size_t() const’:
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:75: error: ‘numeric_limits’ is not a member of ‘std’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |                                                                           ^~~~~~~~~~~~~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro ‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                             \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro ‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:96: error: expected primary-expression before ‘>’ token
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |                                                                                                ^
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro ‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                             \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro ‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:99: error: ‘::max’ has not been declared; did you mean ‘std::max’?
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |                                                                                                   ^~~
| /usr/include/wx-3.0/wx/debug.h:280:42: note: in definition of macro ‘wxASSERT_MSG’
|   280 |             if ( wxTheAssertHandler && !(cond) &&                             \
|       |                                          ^~~~
| /<<PKGBUILDDIR>>/include/audacity/Types.h:630:7: note: in expansion of macro ‘wxASSERT’
|   630 |       wxASSERT(static_cast<std::make_unsigned<type>::type>(value) <= std::numeric_limits<size_t>::max());
|       |       ^~~~~~~~
| In file included from /usr/include/c++/11/algorithm:62,
|                  from /<<PKGBUILDDIR>>/include/audacity/Types.h:45,
|                  from /<<PKGBUILDDIR>>/src/xml/XMLTagHandler.h:25,
|                  from /<<PKGBUILDDIR>>/src/AutoRecovery.h:14,
|                  from /<<PKGBUILDDIR>>/src/AutoRecovery.cpp:22:
| /usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
|  3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
|       |     ^~~
| make[3]: *** [src/CMakeFiles/Audacity.dir/build.make:219: src/CMakeFiles/Audacity.dir/AutoRecovery.cpp.o] Error 1

Cheers
-- 
Sebastian Ramacher
[signature.asc (application/pgp-signature, inline)]

Added indication that bug 1004598 blocks 1004831 Request was from Sebastian Ramacher <sramacher@debian.org> to submit@bugs.debian.org. (Tue, 01 Feb 2022 22:54:16 GMT) (full text, mbox, link).


Severity set to 'serious' from 'important' Request was from Sebastian Ramacher <sramacher@debian.org> to control@bugs.debian.org. (Wed, 22 Jun 2022 20:24:05 GMT) (full text, mbox, link).


Set Bug forwarded-to-address to 'https://github.com/audacity/audacity/issues/2445'. Request was from John Scott <jscott@posteo.net> to control@bugs.debian.org. (Thu, 23 Jun 2022 22:51:05 GMT) (full text, mbox, link).


Added tag(s) fixed-upstream. Request was from debian-bts-link@lists.debian.org to control@bugs.debian.org. (Thu, 07 Jul 2022 17:36:06 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>:
Bug#1004598; Package src:audacity. (Thu, 25 Aug 2022 06:42:02 GMT) (full text, mbox, link).


Acknowledgement sent to <ian_bruce@mail.ru>:
Extra info received and forwarded to list. Copy sent to Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>. (Thu, 25 Aug 2022 06:42:02 GMT) (full text, mbox, link).


Message #18 received at 1004598@bugs.debian.org (full text, mbox, reply):

From: <ian_bruce@mail.ru>
To: 1004598@bugs.debian.org
Subject: upstream devel version now compatible with ffmpeg-5
Date: Wed, 24 Aug 2022 23:39:06 -0700
fixed upstream:

https://github.com/audacity/audacity/pull/3121



Information forwarded to debian-bugs-dist@lists.debian.org, Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>:
Bug#1004598; Package src:audacity. (Mon, 12 Sep 2022 14:45:02 GMT) (full text, mbox, link).


Acknowledgement sent to Sven Mueller <smu@google.com>:
Extra info received and forwarded to list. Copy sent to Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>. (Mon, 12 Sep 2022 14:45:03 GMT) (full text, mbox, link).


Message #23 received at 1004598@bugs.debian.org (full text, mbox, reply):

From: Sven Mueller <smu@google.com>
To: 1004598@bugs.debian.org
Subject: fix available upstream
Date: Mon, 12 Sep 2022 16:41:22 +0200
https://github.com/audacity/audacity/pull/3121 fixed this upstream,
but would only be in audacity 3.2
(or 3.1.4, if it would ever get released, I guess)



Information forwarded to debian-bugs-dist@lists.debian.org, Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>:
Bug#1004598; Package src:audacity. (Wed, 28 Sep 2022 14:45:03 GMT) (full text, mbox, link).


Acknowledgement sent to Sven Mueller <smu@google.com>:
Extra info received and forwarded to list. Copy sent to Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>. (Wed, 28 Sep 2022 14:45:03 GMT) (full text, mbox, link).


Message #28 received at 1004598@bugs.debian.org (full text, mbox, reply):

From: Sven Mueller <smu@google.com>
To: 1004598@bugs.debian.org
Subject: Re: fix available upstream
Date: Wed, 28 Sep 2022 16:40:03 +0200
[Message part 1 (text/plain, inline)]
Audacity 3.2.0 is available upstream, fixing this.
[Message part 2 (text/html, inline)]

Reply sent to Benjamin Drung <bdrung@debian.org>:
You have taken responsibility. (Thu, 29 Sep 2022 12:21:03 GMT) (full text, mbox, link).


Notification sent to Sebastian Ramacher <sramacher@debian.org>:
Bug acknowledged by developer. (Thu, 29 Sep 2022 12:21:03 GMT) (full text, mbox, link).


Message #33 received at 1004598-close@bugs.debian.org (full text, mbox, reply):

From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 1004598-close@bugs.debian.org
Subject: Bug#1004598: fixed in audacity 3.2.0+dfsg-1
Date: Thu, 29 Sep 2022 12:19:40 +0000
Source: audacity
Source-Version: 3.2.0+dfsg-1
Done: Benjamin Drung <bdrung@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated audacity 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: Thu, 29 Sep 2022 13:18:00 +0200
Source: audacity
Built-For-Profiles: noudeb
Architecture: source
Version: 3.2.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 946167 962077 990737 1004598 1005082 1010892 1019831
Launchpad-Bugs-Fixed: 1924841 1973052 1978405 1983862
Changes:
 audacity (3.2.0+dfsg-1) unstable; urgency=medium
 .
   [ Dennis Braun ]
   * New upstream version (LP: #1924841)
     + Fix track volume and panning slider's pop-up visibility (Closes: #946167)
     + Support Italian language (Closes: #962077)
     + Fix FTBFS with ffmpeg 5.0 (Closes: #1004598, LP: #1983862)
     + Fix AAC (m4a) file support (LP: #1978405)
     + Fix export to .opus (Closes: #1005082)
     + Fix length and position of selection is not shown correctly
       (Closes: #1010892, LP: #1973052)
     + Build against wxwidgets 3.2 (Closes: #1019831)
     + Exclude libs from lib-src, we want to use system libs
   * d/patches:
     + Refresh patchset
     + Fix build with wxwidgets 3.2 and portsmf system lib
     + Remove obsolete patches
   * d/control:
     + Update and sort B-Ds
     + Bump Standards-Version to 4.6.1
     + Fix order of uploaders
   * d/copyright:
     + Add comment why we exclude files
     + Update entries and licenses
   * Refresh lintian-overrides
   * d/not-installed: Do not install usr/audacity
   * d/rules:
     + Update configure options
     + Remove obsolete commands after dh auto install
     + Do not override dh_auto_test anymore
   * Add salsa CI config
 .
   [ Benjamin Drung ]
   * d/rules: Set audacity_has_networking explicitly to Off (Closes: #990737)
   * Use gbp-pq to format patches
   * Fix rpath for private libraries on Linux
   * d/rules: Set cmake build type to RelWithDebInfo
   * Disable vst3sdk support (not packaged yet)
   * Add new build dependency libwavpack-dev
   * Replace build dependency libmad0-dev by libmpg123-dev
   * Drop git from build dependencies
   * Drop anchient UBUNTU_MENUPROXY=0 workaround
   * Update debian/copyright
   * Use lame.pc from libmp3lame-dev 3.100-5
   * Add mime type for 'aup3' file extension
   * Add support for cross compiling
Checksums-Sha1:
 0a0a4932a79453da31c71bb459b76fa5a9cd6ea0 3102 audacity_3.2.0+dfsg-1.dsc
 9c6c674edf8f549921622ee6d4f41ab64f913809 37299668 audacity_3.2.0+dfsg.orig.tar.xz
 ff895eb5922f9f524ec501f262dc704032e1830b 30912 audacity_3.2.0+dfsg-1.debian.tar.xz
 7daac4d845158b6d05b812009ac0b23d3a46bc9e 17352 audacity_3.2.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 96499c6a0b57b9bdcb36cea4b10ca62684c6bad2eb3e9be678a79b04bb40c67e 3102 audacity_3.2.0+dfsg-1.dsc
 d391d2acf587e2ab7d91bbab3d9c93decc669c5565778e4ee1815461db307e59 37299668 audacity_3.2.0+dfsg.orig.tar.xz
 748192fa4bba84b54fdabfd40855e565d84a71f5d6b109af834421dc74e67c57 30912 audacity_3.2.0+dfsg-1.debian.tar.xz
 bbfeffbcae3e1adc734452c7fdd1b48cb49b3d05b784f73075fe28abcadbd9b7 17352 audacity_3.2.0+dfsg-1_source.buildinfo
Files:
 6212900f2d1995ec8d578b7e61af7ff6 3102 sound optional audacity_3.2.0+dfsg-1.dsc
 2b7aca6e1b22f5f137d013799ae1e788 37299668 sound optional audacity_3.2.0+dfsg.orig.tar.xz
 67f1a34ddaf30b6d1b817ec6141eac93 30912 sound optional audacity_3.2.0+dfsg-1.debian.tar.xz
 5b65c66cf1818c7469da71c4b0a5775d 17352 sound optional audacity_3.2.0+dfsg-1_source.buildinfo

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

iQJGBAEBCgAwFiEE5/q3CzlQJ15towl13YzVpd6MfnoFAmM1iUESHGJkcnVuZ0Bk
ZWJpYW4ub3JnAAoJEN2M1aXejH56eXUP/RRnA1bNlAXrd9ZJD2NPbNGhXlwNiC5Z
GtlFQvdgkcdk+Ta8Sanm+i2wnumwYIs5ZcL5k45XKBWBy8EJ/tIncwx0ISm7wg0U
l9SknWkdVTSCk5sNcBj0quh8ppzREJHSVmc2IcioLMm58OVxZ5XXFKGsNjZtsHeI
wWyOw+2aCr5SGcoSj8/wspiYmU9Q1olsFCg7bZFwZ39PvXcNz1Y2o0yvkOKg/aro
ur9nZjIFEGG87L2ww5yj01iOGKGmm5J6/AlcTCmf07IggGnt+vfzIjmJWCPpUt26
ocRb25Z/b18R2ticKeNpvYDi/s44H01T8701mLyEawuLFntySiHFyGNGF76DIg+o
PKQYyLXvAYtU49nSR0GGUl7AldHtOeFFNKceUbZK0j3XjEbnk3Yj+v0jPdHf4cQx
PEoQpx22BGhVhOKSK7xKg120tjnh73haYNmcCSX3ru4Eq4DgfJbKFv8H7BxZ8Xw8
ke71HnYSqplzLEpAdBW/OI3lqMRkCyFIDxV+QQ+UbnAW6vzWAZGZXTBrOpw2pF30
DfPaFr54ulV0xjrbqaa3JZYfV6V4QvyzFGgNzLa+rXUSzj9Y7b2+/pHgiMEs3xE/
1dv+lcUsoOsBwF2IW6rSQm6Oxiixn9q3jcnBAKNRrzIgMxi7oDQhWxkVXCY0HJNl
M624kn2eRz0W
=+tjs
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Wed, 16 Nov 2022 07:29:11 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Thu Nov 21 22:42:37 2024; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.