--- libertine-1.0.0+16.04.20160411.orig/.gitignore +++ libertine-1.0.0+16.04.20160411/.gitignore @@ -0,0 +1,3 @@ +build +__pycache__ +.*.swp --- libertine-1.0.0+16.04.20160411.orig/debian/changelog +++ libertine-1.0.0+16.04.20160411/debian/changelog @@ -0,0 +1,410 @@ +libertine (1.0.0+16.04.20160411-0ubuntu1) xenial; urgency=medium + + [ Chris Townsend ] + * Bind-mount /dev/snd inside LXC container to allow Pulse inside the container + to work. (LP: #1559087) + * Fixes needed for using in the Jenkaas smoke testing harness from + lp:libertine-testing. + * Support installing Debian packages located on the host into the Libertine + container. (LP: #1541904) + * Support localization of GUI strings through Launchpad translations. + (LP: #1550486) + * Catch container creation errors and remove the ContainersConfig.json entry + when those occur. (LP: #1561962) + * Automatically figure out the correct container type based on the running + kernel version if the --type option is not given at container creation time. + (LP: #1561703) + * Many GUI improvements that should make navigating easier and more intuitive. + * Run ldconfig.REAL inside chroot based containers after doing updates and + installing packages. This fixes the issue of missing .so's when applications + run. (LP: #1566844) + * Add a file chooser for selecting Debian packages. This file chooser only looks + in the XDG Download dir (ie, ~/Downloads). (LP: #1555820) + * Wait for the Libertine Dbus session bridge socket to exist before launching any + apps in the container. (LP: #1566834) + * Bump version to 1.0.0. + + [ Larry Price ] + * Update man page for new options and commands implemented in libertine- + container-manager, plus add simple man pages for other libertine tools. + * Update Container Info and Package Info UI to use a gridview to display + information. + + [ CI Train Bot ] + * No-change rebuild. + + -- Christopher Townsend Mon, 11 Apr 2016 16:05:03 +0000 + +libertine (0.99.12+16.04.20160321-0ubuntu1) xenial; urgency=medium + + [ Chris Townsend ] + * Enable feature to add and remove extra archives in the container. This is + for PPA's only right now. (LP: #1541901) + * When killing processes in the container, need to wait() after terminating + processes and to actually terminate and wait() on the main process. Caused + app launching issues in LXC based containers. (LP: #1558588) + + [ Stephen M. Webb ] + * add multiarch support to chroot containers too. (LP: #1556303) + + [ CI Train Bot ] + * No-change rebuild. + + -- Christopher Townsend Mon, 21 Mar 2016 12:59:04 +0000 + +libertine (0.99.11+16.04.20160302-0ubuntu1) xenial; urgency=medium + + [ Chris Townsend ] + * Add a way to call Xmir with different options than what is hardcoded in + ubuntu-app-launch. (LP: #1542028) + * Use '-title @' Xmir option to set proper XMir window titles. + * Add ability to enable or disable i386 multiarch support in a Libertine + container. (LP: #1518812) + + [ Stephen M. Webb ] + * libertine-demo: do not remove the ContainersConfig file if there are still + containers. + * remove the unnecessary quotes from the .desktop file. + + [ CI Train Bot ] + * No-change rebuild. + + -- Christopher Townsend Wed, 02 Mar 2016 22:06:45 +0000 + +libertine (0.99.10+16.04.20160208.1-0ubuntu1) xenial; urgency=medium + + [ Chris Townsend ] + * data/libertine-lxc.conf: Remove the /etc/timezone & /etc/localtime + bind-mounts. (LP: #1541524) + * Add exception handling around the select calls to avoid "crashes" in + the programs. (LP: #1541584) + * Bind mount ~/.config/dconf/ so apps that programs that use it can read + the correct gsettings data. (LP: #1535421) + * libertine-container-manager: Add new "--force" option to force installation + of Ubuntu distros that are no longer supported. + + [ Stephen M. Webb ] + * fixed a spelling mistake in the container info page. + + [ CI Train Bot ] + * No-change rebuild. + + -- Christopher Townsend Mon, 08 Feb 2016 17:09:06 +0000 + +libertine (0.99.9+16.04.20160128-0ubuntu1) xenial; urgency=medium + + [ Chris Townsend ] + * puritine-click.conf: Instead of just creating the user-data dir, + we should actually copy the contents of the click package's user-data + in case there are things in it we need. + * GUI: Add a page to the GUI to display basic package info for a + container. + * GUI: When using the GUI to install a container, remove the whole + concept of choosing a distro and just use the host's installed distro + as the container's distro. (LP: #1533731) + * GUI: Add an info page for containers that reports various information + about the chosen container. + * libertine-container-manager: Add option to run arbitrary commands + in a container. + * GUI: Get the package version from the container when viewing the + package info page. + * python/libertine/ChrootContainer.py: Workaround issue where a custom + dconf profile is on a machine. Of course the profile is not in the + chroot, so it messes up some applications. (LP: #1536311) + * debian/control: Revert r155 as this has an unintended effect of pulling + in the kernel on phones when it's not needed. + + [ CI Train Bot ] + * No-change rebuild. + + -- Christopher Townsend Thu, 28 Jan 2016 17:57:04 +0000 + +libertine (0.99.8+16.04.20160114.1-0ubuntu1) xenial; urgency=medium + + [ Chris Townsend ] + * Various fixes for making LXC containers work. + * Refactor libertine-launch to have no explicit dependencies on + either the LXC or chroot backends. Move specific functions to + their respective backends. + * Refactor the discovery of the type of container being used, so + it's taken care inside of the class. + * Add new libertine-launch tests. + * Allow LXC containers access to /dev/dri devices since some X apps + like to talk to them directly. + * Fix Depends so that the lxc backend will be installed by default + if the kernel supports it. Otherwise, fall back to the chroot + backend. + * As a temporary fix, disable seccomp when running proot. Fixes + incompatible kernels. (LP: #1532856, #1532858) + + [ Stephen M. Webb ] + * libertine-container-manager: added list-apps command + * python/libertine/AppDiscovery.py: new module for app discovery + + [ CI Train Bot ] + * No-change rebuild. + + -- Christopher Townsend Thu, 14 Jan 2016 18:53:40 +0000 + +libertine (0.99.7+16.04.20151209-0ubuntu1) xenial; urgency=medium + + [ Chris Townsend ] + * Use Matchbox as the window manager instead of Compiz. Much simpler and cleaner... + * Install recommends for packages in the container. + * Use Compiz as a fallback window manager if Matchbox is not found in the container. + + [ CI Train Bot ] + * No-change rebuild. + + -- Christopher Townsend Wed, 09 Dec 2015 17:38:48 +0000 + +libertine (0.99.6+16.04.20151202.1-0ubuntu1) xenial; urgency=medium + + [ Chris Townsend ] + * Fix support for LXC based Libertine containers. + * Fix issue where container creation fails on the last step when + the compizconfig already exists. + * Add a new Libertine utils Python3 library that has many of the + common functions used by all of the tools and Libertine backend. + * Add a Libertine LXC manager that handles when to start and stop + a LXC. + + [ Ɓukasz 'sil2100' Zemczak ] + * Add the puritine dummy click framework. + + [ Stephen M. Webb ] + * libertine-launch: add command line help and a manpage + * refactor container code to deduplicate lx/chroot code and add + enhanced progress reporting to package management + * refactor lxc and chroot container back ends into separately-installable + packages + + [ CI Train Bot ] + * New rebuild forced. + + -- Christopher Townsend Wed, 02 Dec 2015 19:18:35 +0000 + +libertine (0.99.5+16.04.20151110-0ubuntu1) xenial; urgency=medium + + [ Stephen M. Webb ] + * New upstream release. Includes the following changes. + - Copy Compiz configs instead of linking due to lock issues. + - Install the libnss-extrausers in the container to match phablet + requirements. + - Added support for package searches in the container. + - Set the correct state for container and package installation. + - Removed Puritine-specific scripts (moved to Puritine package). + - Corrected gobject-introspection dependencies in packaging. + + [ CI Train Bot ] + * No-change rebuild. + + -- Stephen M. Webb Tue, 10 Nov 2015 15:08:42 +0000 + +libertine (0.99.4+16.04.20151023-0ubuntu1) xenial; 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. + + -- Christopher Townsend Fri, 23 Oct 2015 20:36:03 +0000 + +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. + + -- Christopher Townsend Tue, 29 Sep 2015 11:41:36 +0000 + +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. + + -- Christopher Townsend Fri, 18 Sep 2015 17:07:23 +0000 + +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 + + -- Stephen M. Webb Thu, 10 Sep 2015 14:36:22 +0000 + +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 + + -- CI Train Bot Wed, 02 Sep 2015 19:35:53 +0000 --- libertine-1.0.0+16.04.20160411.orig/debian/compat +++ libertine-1.0.0+16.04.20160411/debian/compat @@ -0,0 +1 @@ +9 --- libertine-1.0.0+16.04.20160411.orig/debian/control +++ libertine-1.0.0+16.04.20160411/debian/control @@ -0,0 +1,143 @@ +Source: libertine +Section: utils +Priority: extra +Maintainer: Ubuntu Developers +Build-Depends: cmake, + cmake-extras, + debhelper (>= 9), + dh-translations, + gobject-introspection, + intltool, + libgirepository1.0-dev, + libglib2.0-dev, + libgtest-dev, + libpam0g-dev, + lsb-release, + python3-apt, + python3-dev, + python3-distro-info, + python3-gi, + python3-lxc, + python3-psutil, + python3-testtools, + python3-xdg, + qtdeclarative5-dev +Standards-Version: 3.9.6 +Homepage: https://launchpad.net/libertine + +Package: libertine +Architecture: any +Depends: libertine-tools, + python3-libertine-lxc, + qml-module-qtquick2, + qtdeclarative5-ubuntu-ui-toolkit-plugin, + ${misc:Depends}, + ${shlibs:Depends} +Description: sandbox for running deb-packaged X11 apps on Ubuntu Personal + Provides a container and releated tools to be able to create, maintain, and + integrate legacy deb-packaged applications generally based around the X11 + display manager on a Ubuntu "Snappy Personal" system. + +Package: libertine-tools +Architecture: any +Depends: lsb-release, + python3-apt, + python3-distro-info, + python3-libertine, + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} +Description: CLI tools for running deb-packaged X11 apps on Ubuntu Personal + Command-line tools that can be used for creating, manipulating, and using + the Ubuntu Personal sandbox for legacy Deb-packaged X11 applicatons. + +Package: liblibertine1 +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: runtime for running deb-packaged X11 apps on Ubuntu Personal + Runtime library for creating and using the Ubuntu Personal sandbox for legacy + Deb-packaged X11 applicatons. This library is used by the Libertine tools + and other software interacting wit hthe Libertine container, such as scopes + or application launchers. + +Package: liblibertine-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: liblibertine1 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: developer files for the Libertine application sandbox + Headers and shared libraries used to create the tools for creating and using + the Ubuntu Personal sandbox for legacy Deb-packaged X11 applicatons. + +Package: gir1.2-libertine +Architecture: any +Multi-Arch: same +Depends: liblibertine1 (= ${binary:Version}), + ${gir:Depends}, + ${misc:Depends} +Description: GObject introspection files for the Libertine application sandbox + The GObject introspection description files for the Libertine application + sandbox runtime. This package allows the Libertine API to be used from + GIR-compliant languages such as Python. + +Package: python3-libertine +Architecture: any +Section: python +Multi-Arch: allowed +Depends: gir1.2-libertine, + python3-gi, + python3-psutil, + python3-xdg, + ${misc:Depends}, + ${python3:Depends} +Recommends: python3-libertine-lxc +Suggests: python3-libertine-chroot +Description: Python3 scripts for the Libertine application sandbox + Python3 modules for the Libertine application sandbox tools. Requires at + least one of the container back end modules installed to be of any use. + +Package: python3-libertine-lxc +Architecture: any +Section: python +Multi-Arch: allowed +Depends: lxc-templates, + python3-libertine, + python3-lxc, + uidmap, + ${misc:Depends}, + ${python3:Depends} +Description: Python3 scripts for the Libertine application sandbox + This package provides the LXC-based container back end module for the + Libertine sandbox. It requires support for unprivileged LXC containers in the + Linux kernel. + +Package: python3-libertine-chroot +Architecture: any +Section: python +Multi-Arch: allowed +Depends: debootstrap, + fakechroot, + fakeroot, + proot [amd64 arm64 armhf i386], + python3-libertine, + ${misc:Depends}, + ${python3:Depends} +Description: Python3 scripts for the Libertine application sandbox + This package provides the chroot-based container back end module for the + Libertine sandbox. This container back end module is intended only for + curated containers distributed for devices that do not support unprivileged + LXC contaiers. + +Package: libertine-demo +Architecture: any +Multi-Arch: allowed +Depends: libertine-tools, + python3-libertine-chroot, + ${misc:Depends} +Description: Adds desktop files and icon for Unity 8 desktop support + Add desktop files and icons for the targeted applications needed for legacy + X application support on Unity 8. --- libertine-1.0.0+16.04.20160411.orig/debian/copyright +++ libertine-1.0.0+16.04.20160411/debian/copyright @@ -0,0 +1,19 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Upstream-Name: libertine +Upstream-Contact: Ubuntu Developers +Source: http://launchpad.net/libertine + +Files: * +Copyright: 2015 Canonical Ltd. +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of version 3 of the GNU General Public License as. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. --- libertine-1.0.0+16.04.20160411.orig/debian/gir1.2-libertine.install +++ libertine-1.0.0+16.04.20160411/debian/gir1.2-libertine.install @@ -0,0 +1,2 @@ +usr/lib/*/girepository-1.0/Libertine-1.typelib +usr/share/gir-1.0/Libertine-1.gir --- libertine-1.0.0+16.04.20160411.orig/debian/libertine-demo.install +++ libertine-1.0.0+16.04.20160411/debian/libertine-demo.install @@ -0,0 +1,4 @@ +data/demo/icons/* usr/share/libertine/demo/icons/ +usr/share/applications/demo/* usr/share/applications/ +usr/share/upstart/sessions/puritine-click.conf +usr/share/click/frameworks/puritine-15.04.1.framework --- libertine-1.0.0+16.04.20160411.orig/debian/libertine-demo.lintian-overrides +++ libertine-1.0.0+16.04.20160411/debian/libertine-demo.lintian-overrides @@ -0,0 +1,5 @@ +libertine-demo: desktop-command-not-in-package usr/share/applications/trusty_firefox_0.0.desktop bin/true +libertine-demo: desktop-command-not-in-package usr/share/applications/trusty_gedit_0.0.desktop bin/true +libertine-demo: desktop-command-not-in-package usr/share/applications/trusty_gimp_0.0.desktop bin/true +libertine-demo: desktop-command-not-in-package usr/share/applications/trusty_libreoffice-startcenter_0.0.desktop bin/true +libertine-demo: desktop-command-not-in-package usr/share/applications/trusty_xchat-gnome_0.0.desktop bin/true --- libertine-1.0.0+16.04.20160411.orig/debian/libertine-tools.install +++ libertine-1.0.0+16.04.20160411/debian/libertine-tools.install @@ -0,0 +1,9 @@ +usr/bin/libertine-launch +usr/bin/libertine-session-bridge +usr/bin/libertine-container-manager +usr/bin/libertine-lxc-manager +usr/bin/libertine-xmir +usr/share/man +usr/share/libertine/libertine-lxc.conf +usr/share/upstart/sessions/libertine-lxc-manager.conf +usr/share/upstart/sessions/libertine-xmir.conf --- libertine-1.0.0+16.04.20160411.orig/debian/libertine.install +++ libertine-1.0.0+16.04.20160411/debian/libertine.install @@ -0,0 +1,5 @@ +usr/bin/libertine +usr/share/applications/libertine.desktop +usr/share/libertine/libertine_64.png +usr/share/libertine/qml/* +usr/share/locale/*/LC_MESSAGES --- libertine-1.0.0+16.04.20160411.orig/debian/liblibertine-dev.install +++ libertine-1.0.0+16.04.20160411/debian/liblibertine-dev.install @@ -0,0 +1,3 @@ +usr/include/liblibertine +usr/lib/*/liblibertine.so +usr/lib/*/pkgconfig/libertine.pc --- libertine-1.0.0+16.04.20160411.orig/debian/liblibertine1.install +++ libertine-1.0.0+16.04.20160411/debian/liblibertine1.install @@ -0,0 +1 @@ +usr/lib/*/liblibertine.so.* --- libertine-1.0.0+16.04.20160411.orig/debian/liblibertine1.symbols +++ libertine-1.0.0+16.04.20160411/debian/liblibertine1.symbols @@ -0,0 +1,6 @@ +liblibertine.so.1 liblibertine1 #MINVER# + (regex|optional)".+@Base" 0.99 + libertine_container_home_path@Base 0.99 + libertine_container_name@Base 0.99 + libertine_container_path@Base 0.99 + libertine_list_containers@Base 0.99 --- libertine-1.0.0+16.04.20160411.orig/debian/python3-libertine-chroot.install +++ libertine-1.0.0+16.04.20160411/debian/python3-libertine-chroot.install @@ -0,0 +1 @@ +usr/lib/python*/*/libertine/ChrootContainer.py --- libertine-1.0.0+16.04.20160411.orig/debian/python3-libertine-lxc.install +++ libertine-1.0.0+16.04.20160411/debian/python3-libertine-lxc.install @@ -0,0 +1 @@ +usr/lib/python*/*/libertine/LxcContainer.py --- libertine-1.0.0+16.04.20160411.orig/debian/python3-libertine.install +++ libertine-1.0.0+16.04.20160411/debian/python3-libertine.install @@ -0,0 +1,4 @@ +usr/lib/python*/*/libertine/AppDiscovery.py +usr/lib/python*/*/libertine/Libertine.py +usr/lib/python*/*/libertine/utils.py +usr/lib/python*/*/libertine/__init__.py --- libertine-1.0.0+16.04.20160411.orig/debian/rules +++ libertine-1.0.0+16.04.20160411/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python3,gir --- libertine-1.0.0+16.04.20160411.orig/debian/source/format +++ libertine-1.0.0+16.04.20160411/debian/source/format @@ -0,0 +1 @@ +1.0 --- libertine-1.0.0+16.04.20160411.orig/tests/unit/libertine-data/libertine-container/wily/rootfs/.gitignore +++ libertine-1.0.0+16.04.20160411/tests/unit/libertine-data/libertine-container/wily/rootfs/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore --- libertine-1.0.0+16.04.20160411.orig/tests/unit/libertine-home/libertine-container/user-data/wily/.gitignore +++ libertine-1.0.0+16.04.20160411/tests/unit/libertine-home/libertine-container/user-data/wily/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore