Changelogs from build 20140116 to 20140116.1


  apt (0.9.14.1ubuntu2) trusty; urgency=medium
 .
   * Install the apt binary.


 colord

  Changesfile not available.

  d-conf (0.19.3-0ubuntu1) trusty; urgency=medium
 .
   * New upstream release
     - engine: issue warnings about missing files only once per source
     - engine: grok the WritabilityNotify signal from D-Bus
     - gsettings: handle writability changes correctly
     - engine: assorted fixes for issues found during testing
     - portability: only link to -ldl if it is required
     - add support for 'file-db' to profiles: this is an absolute path to a
       immutable dconf database file
     - add support for finding profiles in XDG_DATA_DIRS if they are not in
       /etc
     - add 'dconf compile' command for building dconf databases from
       keyfiles in arbitrary locations (like from the build system of a
       project that may want to install a file-db)
     - editor: add a section separator to the app menu for consistency
     - Add support for the new GSettingsBackend.read_user_value() API
   * Bump GLib dep to 2.39.1
   * Rewrite debian/patches/01_env_path.patch a bit to work with new codebase.
     Should be droppable soon, ideally.
   * Use dh_install --fail-missing


  eglibc (2.18-0ubuntu6) trusty; urgency=medium
 .
   * debian/sysdeps/ppc64el.mk: Use --with-cpu=power7 to optimize properly.
   * debian/patches/ppc64el/cvs-ppc64-MCOUNT.diff: Fix uses of CALL_MCOUNT.


  gcc-4.8 (4.8.2-14ubuntu1) trusty; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - Build from the upstream source.
 .
 gcc-4.8 (4.8.2-14) unstable; urgency=medium
 .
   * Update to SVN 20140115 (r206629) from the gcc-4_8-branch.
   * Fix call frame information in ffi_closure_SYSV on AArch64.
   * Update powerpcspe patches (Roland Stigge). Closes: #735316.


  lcms2 (2.5-0ubuntu4) trusty; urgency=low
 .
   * fix-floating-point-rounding-in-version-numbers.diff: Fix roundtripping of
     version header field; writing 2.30 in the version field would read as 2.29.
     Fixes the colord autopkgtests. Yay!


  lxc (1.0.0~beta2-0ubuntu1) trusty; urgency=medium
 .
   * New upstream release (1.0.0~beta2).
   * Removed patches (no remaining):
     - 0000-add-autostart.patch
     - 0001-fix-lxc-usernsexec-regression.patch
   * Update packaging for upstream's implementation of autostart.
   * Allow dbus in lxc-start apparmor profile (needed by the avahi hook).


 perl

  Changesfile not available.

  unity-mir (0.2+14.04.20140116-0ubuntu1) trusty; urgency=low
 .
   [ Gerry Boland ]
   * [cmake] set default build type to RelWithDebInfo, add workaround to
     set QT_NO_DEBUG with that option.
 .
   [ Albert Astals ]
   * Tests for ApplicationManager start/stopApplication At the moment
     they just work on the device (well they may as well work on Mir on
     the desktop but have not tried). You need to install the libunity-
     mir-tests package and then run unity-mir-test-app.
 .
   [ Ricardo Mendoza ]
   * Correctly respect lifecycle exceptions in the new sidestage model.
     (LP: #1269414)
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 168


  unity-scope-click (0.1+14.04.20140113-0ubuntu1) trusty; urgency=low
 .
   [ Michal Hruby ]
   * Update definition of non-click apps, so we don't waste time trying
     to find them. (LP: #1239745)
 .
   [ Ying-Chun Liu ]
   * Fix GVariant critical errors. (LP: 1234833). (LP: #1234833)
 .
   [ Leo Arias ]
   * Added a simple autopilot test that opens the scope.
 .
   [ Alejandro J. Cura ]
   * Reinstate get_dotdesktop test.
   * When opening a preview, check if there's a download in progress.
   * Handle invalidated tokens by removing UOA account. (LP: #1248326).
     (LP: #1248326)
 .
   [ Michael McCracken ]
   * Generate app preview for purchasing in response to a buy action.
     Handle purchase succeeded/failed.
   * When opening a preview, check if there's a download in progress.
   * Handle invalidated tokens by removing UOA account. (LP: #1248326).
     (LP: #1248326)
   * Send correct application:/// url to preview after install (LP:
     #1262780). (LP: #1262780)
   * Check for download progress when building default preview (LP:
     #1263807). (LP: #1263807)
 .
   [ Rodney Dawes ]
   * Add a CLICK_PACKAGE_ARCH env var to override the architecture for
     testing. (LP: #1237514)
   * Use a "Buy" button for uninstalled apps with non-zero prices. (LP:
     #1257292)
   * Get rid of tests that depend too heavily on external processes or
     data. (LP: #1257474)
   * Run the tests during make check. Rename click-scope-tests to more
     standard test-scope-click. Move click-scope-tests to a noinst
     program to avoid installation to system. . (LP: #1257475, #1257478,
     #1257479)
   * Bring back the get_credentials test, using a fake class to avoid
     dbus.
   * Refactor preview building to pass the ScopeResult, rather than only
     some values. (LP: #1258239)
   * Refactor the price to not be converted to a string until necessary.
     Show the price in the Buy button. (LP: #1258519)
   * Don't reimplement generated rules for vala. Take advantage of
     VALA_CHECK_MODULES to find vala packages. Split non-compatible
     mdoules to another PKG_CHECK_MODULES. Build majority of the code as
     a noinst lib, which click-scope and tests link to. Update the
     .bzrignore for an autools project. . (LP: #1258559)
   * Fix test_get_dotdesktop to use fake data, and remove the fake
     script. Move the contents of gcov.m4 to acinclude.m4 and remove the
     m4 directory. (LP: #1258177, #1257466)
   * Add autopkgtest configuration to the package. Remove the build-
     depends on libsecret-dev as we don't use it any longer. Simplify the
     vcs-bzr URL to just be the lp:unity-scope-click alias. (LP:
     #1261852)
   * Use $PROTOCOLPRIVATELIBDIR as $libdir may not be set to same path
     during build. (LP: #1262327)
   * Remove test_available_apps to avoid network access, and as the rest
     of the search() code is already tested in other tests. (LP:
     #1262364)
   * Replace the webservice object on the scope to avoid network access.
     (LP: #1262821)
   * Add dependency on ubuntu-purchase-service. Update the control file
     with wrap-and-sort -a -t.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 100