Change logs for indicator-sound source package in Impish

  • indicator-sound (12.10.2+18.10.20180612-0ubuntu4) impish; urgency=medium
    
      *  Fix build against vala > 48 & vala >= 50
    
      *  Add symbolic icons to the tests
    
      * Avoid possible null value in Greeterlist and GreeterBroadcast object.
        See https://github.com/AyatanaIndicators/ayatana-indicator-sound/commit/8df9168f
    
      * Fix build against GLib > 2.64: Replace HashTable with GenericSet
    
      * Fix static member access
    
      * Drop deprecated DBusProxy.create_for_bus
    
      * Add libdbustest-1 include path
    
      * Unit Tests: Unset environment variable and session bus in teardown
    
      * debian/control: Remove qt5-default & add libgmock-dev in build
        depends (LP: #1921781).
    
      * Unit Tests: The desktop pulseaudio daemon also needs the
        stream-restore module these days
    
      * Unit Tests: Disable notification tests that can not be fixed now.
        Most of them are phone related and depends on liburl-dispatcher
        library which was dropped from code since it is no longer in the
        universe repository. See
        https://bazaar.launchpad.net/~indicator-applet-developers/indicator-sound/trunk.16.10/revision/564
    
      * Unit Tests: Disable indicator tests that can not be fixed now.
        These tests needs to be re-enabled later
       - tests/indicator-test.cc:PhoneMenu
       - tests/indicator-test.cc:DesktopMenu
       - tests/indicator-test.cc:BaseActions
       - tests/integration/test-indicator.cpp:All tests
       - tests/volume-control-test.cc:BasicObject
    
      * debian/rules: Re-enable live tests logs
    
     -- Khurshid Alam <email address hidden>  Thu, 30 Sep 2021 02:12:26 +0530
  • indicator-sound (12.10.2+18.10.20180612-0ubuntu3) groovy; urgency=medium
    
      * Drop url-dispatcher based Unity8 support. ubuntu-app-launch &
        url-dispatcher fail to build from source and are now holding up
        transitions in groovy. Unity8 has been removed from the Ubuntu
        Archive. This can be reintroduced back, if ubuntu-app-launch /
        url-dispatcher (or equivalent) are fixed to not FTBFS with new glib.
    
      * Run, but ignore failing tests. It seems like expectations around theme
        icons have changed, and connection to pulseaudio again is failing to
        be setup. Mostly affecting integration tests. Also dbus mocks for
        AccountsService are not shut down, resulting in builds hanging. Thus
        wrap running tests in a timeout of at most 10minutes.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 04 Jun 2020 12:42:30 +0100