Changelogs from build 20131015.2 to 20131017


  accounts-qml-module (0.3+13.10.20131016.1-0ubuntu1) saucy; urgency=low
 .
   [ Alberto Mardegan ]
   * New upstream release
     - AccountServiceModel: emit dataChanged for displayName
       Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=204
     - Add isSingleAccount role to ProviderModel
       Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=202
     - Fix generation of qmltypes file
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 37


  click (0.4.11) saucy; urgency=low
 .
   * Drop --force-missing-framework from PackageKit plugin now that
     /usr/share/click/frameworks/ubuntu-sdk-13.10.framework is in
     ubuntu-sdk-libs.
   * Show a neater error message when a package's framework is not installed
     (LP: #1236671).
   * Show a neater error message when building a package whose manifest file
     cannot be parsed (LP: #1236669).
   * Show a neater error message when running "click install" with
     insufficient privileges (LP: #1236673).

 click (0.4.10) saucy; urgency=low
 .
   * When removing packages, only drop privileges after ensuring the
     existence of the database directory (LP: #1233280).

 click (0.4.9) saucy; urgency=low
 .
   * Explicitly build-depend on pkg-config, since it's needed even if the
     PackageKit/GLib-related build-dependencies are removed for backporting.
   * Remove some stray documentation references to Ubuntu 13.04.
   * Ensure that the user's overlay database directory exists when
     unregistering a preinstalled package (LP: #1232066).
   * Support packages containing code for multiple architectures, and
     document the "architecture" manifest field (LP: #1214380, #1214864).
   * Correctly pass through return values of commands as the exit status of
     the "click" wrapper.
   * Extend "click info" to take a registered package name as an alternative
     to a path to a Click package file (LP: #1232118).
   * Force unpacked files to be owner-writeable (LP: #1232128).

 click (0.4.8) saucy; urgency=low
 .
   * Show a proper error message if "click build" or "click buildsource" is
     called on a directory that does not exist or does not contain a manifest
     file, rather than crashing (LP: #1228619).
   * Restore missing newlines after JSON dumps in "click info" and "click
     list --manifest".
   * Tidy up use of PackageKit IDs; local:click should refer to uninstalled
     packages, while installed:click refers to installed packages.
   * Expose application names and whether a package is removable via the
     PackageKit API: the IDs of installed applications are now formed as
     comma-separated key/value pairs, e.g.
     "installed:click,removable=1,app_name=foo,app_name=bar" (LP: #1209329).
   * Rename ClickUser.__setitem__ to ClickUser.set_version and
     ClickUser.__delitem__ to ClickUser.remove; with multiple databases it
     was impossible for these methods to fulfil the normal contract for
     mutable mappings, since deleting an item might simply expose an item in
     an underlying database.
   * Allow unregistering preinstalled packages.  A preinstalled package
     cannot in general actually be removed from disk, but unregistering it
     for a user records it as being hidden from that user's list of
     registered packages.  Reinstalling the same version unhides it.
   * Consolidate ClickInstaller.audit_control into ClickInstaller.audit.
   * Validate the shipped md5sums file in "click verify" (LP: #1217333).

 click (0.4.7) saucy; urgency=low
 .
   * Run system hooks when removing a package from the file system
     (LP: #1227681).
   * If a hook symlink is already correct, don't unnecessarily remove and
     recreate it.
   * Improve "click hook install-system" and "click hook install-user" to
     remove any stale symlinks they find, and to run Exec commands only once
     per hook.  This significantly speeds up system and session startup when
     lots of applications are installed (LP: #1227604).
   * Rename "click hook install-system" and "click hook install-user" to
     "click hook run-system" and "click hook run-user" respectively, to
     better fit their semantics.  (I expect these commands only to have been
     used internally by click's own Upstart jobs.)
   * Filter version control metadata and editor backup files out of binary
     packages in "click build" (LP: #1223640).

 click (0.4.6) saucy; urgency=low
 .
   * Make sure all unpacked files and directories are group- and
     world-readable, and (if owner-executable) also group- and
     world-executable (LP: #1226553).

 click (0.4.5) saucy; urgency=low
 .
   * Document --force-missing-framework option in the error message produced
     when a package's required framework is not present.
   * Make "click pkgdir" exit 1 if a directory for the given package name or
     path is not found, rather than letting the exception propagate
     (LP: #1225923).
   * Run system hooks at boot time, in particular so that AppArmor profiles
     for packages in /custom are generated and loaded (LP: #1223085).

 click (0.4.4) saucy; urgency=low
 .
   * Amend "click help install" to recommend using "pkcon install-local".
   * Run hooks when removing a per-user package registration.
   * Adjust usage lines for "click help verify" and "click help pkgdir" to
     indicate that options are allowed.
   * Add a click(1) manual page.
   * Use json.dump and json.load in most places rather than json.dumps and
     json.loads (which unnecessarily construct strings).
   * Add "click unregister", which unregisters a package for a user and
     removes it from disk if it is not being used.
   * Add RemovePackage support to the PackageKit plugin, mapped to "click
     unregister".
   * Attempt to remove the old version of a package after installing or
     registering a new one.
   * Remove code supporting PackageKit 0.7 API, and instead arrange to
     disable the PackageKit plugin if the new API is not available, since we
     don't need to build it on Ubuntu 12.04 LTS.
   * Report errors from click subprocesses in PackageKit plugin
     (LP: #1218483).
   * Implement PackageKit search by name and by details.
   * Reserve manifest keys starting with an underscore for use as dynamic
     properties of installed packages.
   * Add the dynamic key "_directory" to "click list --manifest" output,
     showing the directory where each package is unpacked (LP: #1221760).
   * Add the dynamic key "_removable" to "click list --manifest" output,
     which is 1 if a package is unpacked in a location from which it can be
     removed, otherwise 0.

 click (0.4.3) saucy; urgency=low
 .
   * Add support for multiple installation root directories, configured in
     /etc/click/databases/.  Define /usr/share/click/preinstalled,
     /custom/click, and /opt/click.ubuntu.com by default.
   * Add --all-users option to "click install" and "click register": this
     registers the installed package for a special pseudo-user "@all", making
     it visible to all users.
   * Add "click hook install-user", which runs all user-level hooks for all
     packages for a given user.  This is useful at session startup to catch
     up with packages that may have been preinstalled and registered for all
     users.
   * Run "click hook install-user" on session startup from an Upstart user
     job.
   * Avoid calling "click desktophook" if
     /usr/share/click/hooks/upstart-app-launch-desktop.hook exists.
   * Force umask to a sane value when dropping privileges (022 for clickpkg,
     current-umask | 002 for other users; LP: #1215480).
   * Use aa-exec-click rather than aa-exec in .desktop files generated by
     "click desktophook" (LP: #1197047).

 click (0.4.2) saucy; urgency=low
 .
   * Suppress dpkg calls to lchown when not running as root (LP: #1220125).

 click (0.4.1) saucy; urgency=low
 .
   [ Sergio Schvezov ]
   * Compare mtimes for desktop files, not stat objects.

 click (0.4.0) saucy; urgency=low
 .
   [ Colin Watson ]
   * Add "installed-size" as a mandatory field in the control area's
     "manifest" file; it should not be present in source manifest files, and
     is generated automatically by "click build".
   * Add an optional "icon" manifest key.
   * Consistently call clickpreload_init from preloaded functions in case
     they happen to be called before libclickpreload's constructor.
   * Run dpkg with --force-bad-path so that /sbin and /usr/sbin are not
     required to be on $PATH; we don't use the tools dpkg gets from there.
 .
   [ Loïc Minier ]
   * Add fopen64 wrapper (LP: #1218674).


  dialer-app (0.1+13.10.20131015.2-0ubuntu1) saucy; urgency=low
 .
   [ Gustavo Pichorim Boiko ]
   * Limit the size of images in memory.
 .
   [ Omer Akram ]
   * disable the hold button and dim it a bit as the functionality is not
     in place yet. Also dim the contact button in the live call panel
     since that does nothing as well.
 .
   [ Renato Araujo Oliveira Filho ]
   * Make sure that the item ask for confirmation before get deleted.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 69


  history-service (0.1+13.10.20131016-0ubuntu1) saucy; urgency=low
 .
   [ Gustavo Pichorim Boiko ]
   * Fix the duration saving on new call entries. They were being saved
     as QTime, but they should be actually saved as just the duration in
     seconds.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 111


  indicator-bluetooth (0.0.6+13.10.20131016-0ubuntu1) saucy; urgency=low
 .
   [ Charles Kerr ]
   * When the user chooses to toggle bluetooth on or off, if /dev/rfkill
     isn't available, fall back to toggling org.bluez.Adapter's Powered
     property. (LP: #1236249, #1230275)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 70


  indicator-datetime (13.10.0+13.10.20131016.2-0ubuntu1) saucy; urgency=low
 .
   [ Charles Kerr ]
   * Remove the g_error() call that caused an abort() in the call to
     on_name_lost() in our bus handler. (LP: #1238737)
 .
   [ Didier Roche ]
   * remove invalid click recommends and downgrade to Suggests
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 274
 .
 indicator-datetime (13.10.0+13.10.20131016-0ubuntu1) saucy; urgency=low
 .
   [ Charles Kerr ]
   * Use the Unity Mobile icon name for the alarm clock icon.
   * cache our internal GTimeZone instead of constantly re-creating it.
     (LP: #1238043)
   * Changes the phone profile's "Clock" menuitem in two ways: 1. instead
     of using a stock icon, try to use the clock app's icon. 2. when
     clicked, launch the clock app. (LP: #1227106)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 271


  indicator-network (0.5.1+13.10.20131015.2-0ubuntu1) saucy; urgency=low
 .
   [ Ted Gould ]
   * Remove final temporary icons. (LP: #1220418)
 .
   [ Antti Kaijanmäki ]
   * Listen wireless-enabled signal. (LP: #1220332)
   * Fix root icon when connected to WPA2-only or WEP AP. (LP: #1237357)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 306


  libaccounts-glib (1.14+13.10.20131016.2-0ubuntu1) saucy; urgency=low
 .
   [ Alberto Mardegan ]
   * New upstream release (1.14)
     - Add ag_provider_get_single_account
       Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=202
     - Add coverage reporting using lcov
     - Tests: increase test coverage
     - Tests: increase tolerance on blocking time
   * New upstream release (1.13)
     - Allow disabling WAL journaling mode at configuration time; this is
       needed in order to support accessing the DB in read-only mode
       (LP: #1232097)
     - Tests: make test_signals_other_manager() more stable
       Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=200
   * debian/rules
     - removed quilt usage
   * debian/patches/0001-Tests-allow-some-time-for-D-Bus-signals-to-arrive.patch
     - removed, merged upstream
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 178


  libaccounts-qt (1.10+13.10.20131016.1-0ubuntu1) saucy; urgency=low
 .
   [ Alberto Mardegan ]
   * New upstream release.
     - Add Provider::isSingleAccount()
       Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=202
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 133


  libmms (0.6.2-3ubuntu1) saucy; urgency=low
 .
   * Build --with autotools_dev to fix arm64 build.


  lightdm (1.8.2-0ubuntu1) saucy; urgency=low
 .
   * New upstream release:
     - Fix crash when starting with existing X servers. This was introduced in
       rev 1651 (lightdm 1.7.0). (LP: #1231841)


  location-service (0.0.2+13.10.20131016.1-0ubuntu1) saucy; urgency=low
 .
   [ Olivier Tilloy ]
   * Ensure the service is restarted if ended unexpectedly. (LP:
     #1240025)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 47


  lxc-android-config (0.114) saucy; urgency=low
 .
   * Add etc/init/boot-hooks/setcap-unity8.conf; this is a copy of a script
     which unity8 used to ship as unity8-setcap.conf, but that was causing boot
     issues on desktops with unity8 installed due to boot-hooks being missing
     there.
   * etc/init/boot-hooks/setcap-unity8.conf: skip if /usr/bin/unity8 doesn't
     exist.

 lxc-android-config (0.113) saucy; urgency=low
 .
   * Disabling the appmanager from android when running mir.


  mediaplayer-app (0.20.5+13.10.20131016.1-0ubuntu1) saucy; urgency=low
 .
   [ Bill Filler ]
   * disable settings button as there are no settings implemented
   * Does not call pause video if its is not playing when the app lost
     focus.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 164


  messaging-app (0.1+13.10.20131015.2-0ubuntu1) saucy; urgency=low
 .
   [ Gustavo Pichorim Boiko ]
   * Limit the size of images in memory.
   * Fix the latest message right anchor.
   * Use Ubuntu font sendTo/Message boxes
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 53


  mpg123 (1.15.3-1ubuntu1) saucy; urgency=low
 .
   * debian/libmpg123-0.symbols: Add arm64 and ppc64el as 64-bit arches.


  ofono (1.12+bzr6839-0ubuntu1) saucy; urgency=low
 .
   [ Tony Espy ]
   * rilmodem: Fix GPRS attach/detach logic (LP: #1234434)


  qmenumodel (0.2.7+13.10.20131016-0ubuntu1) saucy; urgency=low
 .
   [ Gustavo Pichorim Boiko ]
   * Use g_file_get_uri instead of g_file_get_path to make sure the URI's
     percent encoding is properly kept.
 .
   [ Nick Dedekind ]
   * Added pointer checks for items/iterators. (lp#1239394). (LP:
     #1239394)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 95


  qtubuntu (0.52+13.10.20131016-0ubuntu1) saucy; urgency=low
 .
   [ Michał Sawicz ]
   * Map PowerDown and PowerOff keys and fix indentation. (LP: #1232122)
 .
   [ Alexandros Frantzis ]
   * Abort if we can't get an ubuntu application instance. (LP: #1233988)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 189


  signon-ui (0.15+13.10.20131016.2-0ubuntu1) saucy; urgency=low
 .
   [ Alberto Mardegan ]
   * Do not anchor to the osk item (OnScreenKeyboard), as it's not a
     sibling. . (LP: #1238485)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 117


  spandsp (0.0.6~pre20-3.1ubuntu1) saucy; urgency=low
 .
   * Build --with autotools_dev to fix arm64 failure.


  system-image (1.9.1-0ubuntu1) saucy; urgency=low
 .
   * New upstream release:
     - LP: #1240105 - Further refinement of permission checking/fixing.
     - LP: #1240106 - Work around some failures in DEP 8 tests.
   * d/control: Point Vcs-Bzr and Vcs-Browser to the packaging branch.
   * d/system-image-common.dirs: Add /var/log/system-image.
   * d/rules, d/tests/unittests: Set $SYSTEMIMAGE_REACTOR_TIMEOUT to 1200
     seconds to avoid random timeout errors.
   * d/system-image-common.postinst, system-image-common.postrm: debhelper
     scripts for ensuring the proper permissions and for purging directories.

 system-image (1.9-0ubuntu2) saucy; urgency=low
 .
   * Add DEP-8 test dependency on python3-psutil.

 system-image (1.9-0ubuntu1) saucy; urgency=low
 .
   * New upstream release.
     - LP: #1235975 - Ensure that temporary directories and log files are
       created with secure permissions and unguessable paths.
     - LP: #1233521 - Download files directly to the cache or data partitions.
     - LP: #1238102 - Proactively remove files from the cache and data
       partitions before starting to download (except `log` and `last_log`
       files in the cache partition.  This also improves the ability to
       recover from partial downloads without rebooting.
     - LP: #1238290 - Keep the D-Bus process alive as long as we're making
       progress, as tracked by any call to a D-Bus method or signal.
     - LP: #1237360 - Enable pause and resume support.
     - LP: #1206588 - Re-enable some previously skipped tests.
     - The [system]thread variable is no longer used; removed.
   * d/control: Add build dependency on python3-psutils.


  telepathy-ofono (0.2+13.10.20131015.5-0ubuntu1) saucy; urgency=low
 .
   [ Tiago Salem Herrmann ]
   * During disconnection we have to unmute pulseaudio, otherwise the
     next call will start muted.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 50


  telephony-service (0.1+13.10.20131015.2-0ubuntu1) saucy; urgency=low
 .
   [ Gustavo Pichorim Boiko ]
   * Create the GFile from URIs to make sure the percent encoding gets
     properly preserved.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 757


  ubuntu-download-manager (0.2+13.10.20131016.1-0ubuntu1) saucy; urgency=low
 .
   [ Manuel de la Pena ]
   * Remove the file after the successful execution of the post-download
     command line. (LP: #1233209)
   * Listen to the connection state of the device and pause the download
     when we are disconnected. Reconnect asap. (LP: #1233435)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 149


  ubuntu-keyboard (0.99.trunk.phablet2+13.10.20131016.1-0ubuntu1) saucy; urgency=low
 .
   [ Christopher Lee ]
   * Update to the ubuntu-keyboard emulator so that they work after the
     recent changes to the loader.
 .
   [ Guenter Schwann ]
   * Increase the size of the swipe area.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 78


 ubuntu-location-service-bin

  Changesfile not available.

  ubuntu-meta (1.307) saucy; urgency=low
 .
   * Refreshed dependencies
   * Added brasero to desktop-recommends [arm64]
   * Added deja-dup to desktop-recommends [arm64]
   * Added empathy to desktop-recommends [arm64]
   * Added evince to desktop [arm64]
   * Added file-roller to desktop [arm64]
   * Added gedit to desktop [arm64]
   * Added gnome-bluetooth to desktop-recommends [arm64]
   * Added gnome-control-center to desktop [arm64]
   * Added gnome-control-center-unity to desktop-recommends [arm64]
   * Added gnome-disk-utility to desktop-recommends [arm64]
   * Added hplip to desktop-recommends [arm64]
   * Added libproxy1-plugin-gsettings to desktop-recommends [arm64]
   * Added libproxy1-plugin-networkmanager to desktop-recommends [arm64]
   * Added nautilus to desktop [arm64]
   * Added nautilus-sendto to desktop [arm64]
   * Added nautilus-share to desktop-recommends [arm64]
   * Added network-manager-gnome to desktop-recommends [arm64]
   * Added network-manager-pptp to desktop-recommends [arm64]
   * Added network-manager-pptp-gnome to desktop-recommends [arm64]
   * Added qt-at-spi to desktop-recommends [arm64]
   * Added remmina to desktop-recommends [arm64]
   * Added rhythmbox to desktop-recommends [arm64]
   * Added rhythmbox-plugin-magnatune to desktop-recommends [arm64]
   * Added shotwell to desktop-recommends [arm64]
   * Added sni-qt to desktop-recommends [arm64]
   * Added totem to desktop-recommends [arm64]
   * Added totem-mozilla to desktop-recommends [arm64]
   * Added ubuntu-drivers-common to desktop [arm64]
   * Added unity to desktop [arm64]
   * Added unity-greeter to desktop [arm64]
   * Added update-notifier to desktop [arm64]
   * Added vino to desktop-recommends [arm64]
   * Added whoopsie to desktop-recommends [arm64]
   * Added xul-ext-webaccounts to desktop-recommends [arm64]


  ubuntu-system-settings (0.1+13.10.20131015.2-0ubuntu1) saucy; urgency=low
 .
   [ Iain Lane ]
   * [sound] Fix overriding of title in sound selector subpage causing
     translation errors.
   * [wifi] Properly set the list of networks up for scrolling.
 .
   [ William Hua ]
   * Move state into class so we can fix LP: 1234407 properly. (LP:
     #1234407)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 461


  ubuntu-system-settings-online-accounts (0.2~+13.10.20131016-0ubuntu1) saucy; urgency=low
 .
   [ Alberto Mardegan ]
   * Fix OAuth authentication with parameters Fix an obvious JS error. .
     (LP: #1240513)
   * Enforce single-account for providers who require it . (LP: #1234282)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 70


  ubuntu-touch-meta (1.095) saucy; urgency=low
 .
   * Refreshed dependencies
   * Added qtdeclarative5-qtorganizer-plugin to sdk-libs


  ubuntu-touch-session (0.86) saucy; urgency=low
 .
   * merge lp:~bfiller/session-manager-touch/fix-maliit-hang
     (LP: #1233550)

 ubuntu-touch-session (0.85) saucy; urgency=low
 .
   * add a 2 second sleep to maliit-server startup to work around a missing
     SIGSTOP from unity8 which would tell upstart when unity8 is ready for
     connections


  ubuntuone-credentials (13.10-0ubuntu3) saucy-proposed; urgency=low
 .
   * debian/patches/02_lp1234282.patch
     - Don't allow adding multiple U1 accounts (LP: #1234282)


  unity-mir (0.1+13.10.20131016.1-0ubuntu1) saucy; urgency=low
 .
   [ Gerry Boland ]
   * Wipe Application's internal Session pointer when session stopped,
     and delete unused Application objects. Thanks for Alexandros
     Frantzis for the digging
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 129

 unity-mir (0.1+13.10.20131016-0ubuntu1) saucy; urgency=low
 .
   [ thomas-voss ]
   * Slightly refactor the OOM adjustments to be a pure implementation
     detail of the TaskManager. (LP: #1238691)
 .
   [ Ricardo Mendoza ]
   * Slightly refactor the OOM adjustments to be a pure implementation
     detail of the TaskManager. (LP: #1238691)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 127


  unity-notifications (0.1.1+13.10.20131016-0ubuntu1) saucy; urgency=low
 .
   [ Albert Astals ]
   * Add a placeholder at the beginning of the notification list . (LP:
     #1227339)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 183


  unity8 (7.83+13.10.20131016.2-0ubuntu1) saucy; urgency=low
 .
   [ Loïc Minier ]
   * Merge ~lool/unity8/drop-setcap-conf. Drop unity8-setcap.conf as this
     breaks desktop installs (no boot-hook event is emitted, boot
     stalls); add maintscript snippet to rm_conffile on upgrades; this
     boot-hook is now shipped under a different name in lxc-android-
     config.
 .
   [ Michał Sawicz ]
   * Ship a camera-app.desktop file and use a custom XDG_DATA_DIRS for
     testing.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 472

 unity8 (7.83+13.10.20131016.1-0ubuntu1) saucy; urgency=low
 .
   [ Diego Sarmentero ]
   * Disable Preview interaction until the scope responds.
 .
   [ Albert Astals ]
   * Hide placeholder notification.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 469

 unity8 (7.83+13.10.20131016-0ubuntu1) saucy; urgency=low
 .
   [ Loïc Minier ]
   * Add upstart job to copy unity8 to a new tmpfs, setcap it, and bind-
     mount it back; this is an ugly hack to set CAP_SYS_RESOURCE until we
     have a root-helper for it.
 .
   [ Michal Hruby ]
   * Enable definition of scope back references in overridden results.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 466


  whoopsie (0.2.24.1) saucy; urgency=low
 .
   * Fix !arm64 build.

 whoopsie (0.2.24) saucy; urgency=low
 .
   * Do not run valgrind tests, when not available.


  wildmidi (0.2.3.4-2.1ubuntu2) saucy; urgency=low
 .
   * Build --with autotools_dev to fix arm64 build.