← Back to team overview

landing-team-changes team mailing list archive

[stable-overlay] libertine (0.99.4+15.04.20151023-0ubuntu1)

 

Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive

---------------
Format: 1.8
Date: Fri, 23 Oct 2015 20:36:03 +0000
Source: libertine
Binary: libertine libertine-tools liblibertine1 liblibertine-dev gir1.2-libertine python3-libertine libertine-demo
Architecture: source
Version: 0.99.4+15.04.20151023-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Changed-By: Christopher Townsend <christopher.townsend@xxxxxxxxxxxxx>
Description:
 gir1.2-libertine - GObject introspection files for the Libertine application sandbox
 libertine  - sandbox for running deb-packaged X11 apps on Ubuntu Personal
 libertine-demo - Adds desktop files and icon for Unity 8 desktop support
 libertine-tools - CLI tools for running deb-packaged X11 apps on Ubuntu Personal
 liblibertine-dev - developer files for the Libertine application sandbox
 liblibertine1 - runtime for running deb-packaged X11 apps on Ubuntu Personal
 python3-libertine - Python3 scripts for the Libertine application sandbox
Launchpad-Bugs-Fixed: 1489773 1509472
Changes:
 libertine (0.99.4+15.04.20151023-0ubuntu1) vivid; urgency=medium
 .
   [ Chris Townsend ]
   * Add a check to ensure the SUDO_UID and SUDO_GID keys exist in os.environ
     before actually trying to access them.
   * Switch to using the Python libertine-container-manager instead of the C++
     libertine_container_manager.  Simplifies code quite a bit. (LP: #1509472)
   * Fix the hard coded uid to read the actual uid when getting the dbus session
     address.
 .
   [ CI Train Bot ]
   * No-change rebuild.
 .
 libertine (0.99.3+15.10.20150929-0ubuntu1) wily; urgency=medium
 .
   [ Ken VanDine ]
   * Added libertine_list_apps_for_container API returning a list of app IDs
     installed in a container.
 .
   [ CI Train Bot ]
   * No-change rebuild.
 .
 libertine (0.99.2+15.10.20150918-0ubuntu1) wily; urgency=medium
 .
   [ Chris Townsend ]
   * Rename desktop files to match the Puritine container name.
   * Add an upstart job to link to the Puritine container data.
   * Add a function to determine the architecture used to create the
     container and set the container's sources.list entries appropriately.
   * Add support for explicitly naming a container when creating one and
     various variable naming cleanup.
   * Add a policy-rc.d script to the chroot to keep certain services from
     starting during package installation.
   * Add runtime depends for fakechroot and fakeroot.
   * Install Compiz by default inside the container.
   * Install the create_bespoke_container script. This script will be moved
     to lp:puritine in the future.
   * Add a libertine-demo package that installs desktop files and icons for
     the supported X apps.
 .
   [ Ted Gould ]
   * Add an upstart job to link to the Puritine container data.
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
 libertine (0.99+15.10.20150910.2-0ubuntu1) wily; urgency=medium
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
   [ Stephen M. Webb ]
   * python3-libertine: package runtime dependency fixes
 .
 libertine (0.99+15.10.20150902.1-0ubuntu1) wily; urgency=medium
 .
   [ Stephen M. Webb ]
   * initial release (lp: #1489773)
   * Added application icon and .desktop file. added: data/
     data/CMakeLists.txt data/libertine.desktop data/libertine_64.png
   * CMakeLists.txt: added 'dist' target
   * ContainerConfig: added JSON marchalling/unmarshalling
   * ContainerConfig: fixed marshalling of install status
   * ContainerConfig: new (C++) class added:
     libertine/ContainerConfig.cpp libertine/ContainerConfig.h
   * ContainerConfigList: added default container handling removed:
     libertine/qml/ContainerConfig.qml
   * ContainerConfigList: hook for adding containers
   * ContainerConfigList: new (C++) class added:
     libertine/ContainerConfigList.cpp libertine/ContainerConfigList.h
     tests/unit/ContainerConfigListTests.cpp
   * ContainerConfigList: saved containers list
   * LibertineConfig: new class added: libertine/LibertineConfig.cpp
     libertine/LibertineConfig.h
   * Merge branch 'deb-dependencies'
   * Merge pull request #3 from ubuntu-libertine/libertine.chroot-tool
   * Merge pull request #4 from ubuntu-libertine/libertine.libertine-
     launch
   * WelcomeView: added ComboButton for selecting the image source added:
     libertine/qml/image_sources.js
   * added Debian packaging added: debian/ debian/changelog debian/compat
     debian/control debian/copyright debian/files debian/rules
   * added Libertine app wrapper and placeholder QML added:
     libertine/libertine.cpp libertine/libertine.h libertine/qml/
     libertine/qml/libertine.qml
   * added elementary Welcome view added:
     libertine/qml/installprogressview.qml libertine/qml/welcomeview.qml
   * debian/control: added some basic build deps
   * debian/copyright: minor format correction
   * debian/files: remove file removed: debian/files
   * debian/source/format: set to 3.0 (quilt) added: debian/source/
     debian/source/format
   * integrated ContainerConfigList class and QML code
   * libertine/CMakeLists.txt: added QML install rules
   * made app a Qt application
   * made app smarter about locating the QML sources
   * refactored C++ code to enable unit testing added: tests/
     tests/CMakeLists.txt tests/unit/ tests/unit/CMakeLists.txt
     tests/unit/ContainerConfigTests.cpp
   * refactored ImageSource into a separate QML component added:
     libertine/qml/ImageSource.qml
   * roughed-in ContainerConfig and HomeView added:
     libertine/qml/ContainerConfig.qml libertine/qml/HomeView.qml
     renamed: libertine/qml/installprogressview.qml =>
     libertine/qml/PreparingContainerView.qml
     libertine/qml/welcomeview.qml => libertine/qml/WelcomeView.qml
   * roughed-in the Container Apps view added:
     libertine/qml/AppAddView.qml libertine/qml/ContainerApps.qml
   * set default GUI width to 90 GU, following design guidelines
   * simplified command-line parsing
   * tests/unit/ContainerCOnfigTest: added an actual test
   * updated imported QML versions
   * updated to Ubuntu 'Wily Werewolf' versions of QML components
 .
   [ CI Train Bot ]
   * New rebuild forced.
 .
   [ Chris Townsend ]
   * Actually destroy the container now
   * Add a Password page to the GUI
   * Add a couple of more runtime package dependencies.
   * Add a deleteContainer method
   * Add ability for QML to use the threaded ContainerManagerWorker
   * Add actions in commands
   * Add an empty Libertine class ctor
   * Add back in gir support for dh_girepository
   * Add call to update the Libertine container
   * Add capturing of errors when installing a package
   * Add file copyright headers
   * Add initial Python files for handling Libertine containers
   * Add initial support for handling the user's password
   * Add initial support for using a password for creating a ccontainer
   * Add necessary dependencies.
   * Add new Python embedded class to managing Libertine LXC's.
   * Add proper embedded Python multi-threading support
   * Add some more functions and cleanup.
   * Add stdout/stderr redirector in Python for capturing output
   * Add support for GObject Introspection added: cmake/
     cmake/FindGObjectIntrospection.cmake cmake/ListOperations.cmake
     cmake/UseGObjectIntrospection.cmake
   * Add support for a threaded container manager
   * Add support for installing apps in the Libertine container
   * Add support for showing installed apps in the GUI
   * Add support to remove packages in Libertine container
   * Add tool to create the bespoke container for specific chroot
     installs. added: tools/create_bespoke_container.sh
   * Add unit testing for Gobject introspection. removed:
     tests/unit/LibertineCommonTests.cpp added:
     tests/unit/libertine_public_gir_tests.py
   * Additional fixes for GObject instrospection support.
   * Allow updating Libertine Container from GUI
   * Clean up some methods and build for the main project
   * Derive from the QThread type
   * Dynamically create ContainerManagerWorker objects
   * Fix package install in the cli
   * Fix some bugs when using Libertine for the first time.
   * Fix some styling issues
   * Fix some typos.
   * Fix the GUI to work with the recently refactored Python backend.
   * Fix the chroot path to include "rootfs" to be consistent with LXC's.
   * Fix typo in the Catagories key
   * Hook up the delete functions in the QML code.
   * Initial support for liblibertine common shared library added:
     libertine/libertine_common.cpp libertine/libertine_common.h
     tests/unit/LibertineCommonTests.cpp tests/unit/libertine-data/
     tests/unit/libertine-data/libertine-container/ tests/unit/libertine-
     data/libertine-container/wily/ tests/unit/libertine-data/libertine-
     container/wily/rootfs/ tests/unit/libertine-data/libertine-
     container/wily/rootfs/.gitignore tests/unit/libertine-home/
     tests/unit/libertine-home/libertine-container/ tests/unit/libertine-
     home/libertine-container/user-data/ tests/unit/libertine-
     home/libertine-container/user-data/wily/ tests/unit/libertine-
     home/libertine-container/user-data/wily/.gitignore
   * Make page navigation a bit easier
   * Make the whole library shared now and link the executables to it.
   * Merge branch 'master' of github.com:ubuntu-libertine/libertine
   * Merge branch 'master' of github.com:ubuntu-libertine/libertine
     added: .gitignore libertine/qml/ContainersView.qml
   * Merge branch 'new-libertine-manager-cli' added:
     libertine/libertine_container_manager_cli.cpp
   * Merge github.com:ubuntu-libertine/libertine into
     libertine.liblibertine
   * Merge pull request #2 from ubuntu-libertine/deb-dependencies
   * Merge pull request #5 from attente/master
   * Merge pull request #6 from attente/master
   * More support for the liblibertine common shared library.
   * Reconfigure the file layout for the shared library.
   * Redo page navigation
   * Refactor some code
   * Rename method
   * Rename some functions to be more descriptive.
   * Use a Python class for the methods to be used the managing
     application.
   * Use single declared variable.
   * Use the default container when not specifying the '-n' option in the
     CLI.
   * fixed D-Bus session bridge tool
Checksums-Sha1:
 8949beaace78d35b72b035a26e1b4c556bbd1ec0 2414 libertine_0.99.4+15.04.20151023-0ubuntu1.dsc
 133327a6ca81b264c9ac1d8d4f8e25166f7068fd 123494 libertine_0.99.4+15.04.20151023.orig.tar.gz
 03a62fd9ea39e1f605d87253e895df50c1dac7f0 5068 libertine_0.99.4+15.04.20151023-0ubuntu1.diff.gz
Checksums-Sha256:
 b74fddad537f6585694ceffc303aa54ed89acbeadd0ac7ae363ca9390ebe9ad0 2414 libertine_0.99.4+15.04.20151023-0ubuntu1.dsc
 0f37bd0a2e5ab56bfaa4e447441bc6f704a2859bfaa29c09ebd6a8f2bfd643e0 123494 libertine_0.99.4+15.04.20151023.orig.tar.gz
 09e95479704d032c62c6ab97c986a9f3847a3240084113a13aee10caa6061739 5068 libertine_0.99.4+15.04.20151023-0ubuntu1.diff.gz
Files:
 1438b770ec69c3132220a107abadfabd 2414 utils extra libertine_0.99.4+15.04.20151023-0ubuntu1.dsc
 41e71322bf2ade53df1341b52bd6febb 123494 utils extra libertine_0.99.4+15.04.20151023.orig.tar.gz
 ea6aae71425ff9b9a79126fe411b5986 5068 utils extra libertine_0.99.4+15.04.20151023-0ubuntu1.diff.gz