Source: xdg-app
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders:
 Matthias Klumpp <mak@debian.org>,
 Simon McVittie <smcv@debian.org>,
Build-Depends:
 dbus,
 debhelper (>= 9),
 dh-autoreconf,
 docbook-xml,
 docbook-xsl,
 docbook-xsl-doc-html,
 fuse,
 gobject-introspection,
 gtk-doc-tools,
 libarchive-dev (>= 2.8.0),
 libattr1-dev,
 libcap-dev,
 libdwarf-dev,
 libelf-dev,
 libfuse-dev,
 libgirepository1.0-dev,
 libglib2.0-dev,
 libgsystem-dev,
 libjson-glib-dev,
 libostree-dev,
 libseccomp-dev,
 libsoup2.4-dev,
 libxau-dev,
 libxml2-utils,
 xsltproc,
Standards-Version: 3.9.7
Homepage: https://github.com/alexlarsson/xdg-app
Vcs-Git: https://anonscm.debian.org/git/collab-maint/xdg-app.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/xdg-app.git

Package: gir1.2-xdgapp-1.0
Architecture: linux-any
Section: introspection
Depends:
 ${gir:Depends},
 ${misc:Depends},
Description: Application deployment framework for desktop apps (introspection)
 xdg-app installs, manages and runs sandboxed desktop application bundles.
 See the xdg-app package for a more comprehensive description.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings for libxdg-app0.

Package: libxdg-app-dev
Architecture: linux-any
Section: libdevel
Depends:
 libglib2.0-dev,
 libgsystem-dev,
 libostree-dev,
 pkg-config,
 xdg-app (= ${binary:Version}),
 ${misc:Depends},
# this name was never in Debian but is in upstream's PPAs
Conflicts:
 libxdgapp-dev,
Replaces:
 libxdgapp-dev,
Description: Application deployment framework for desktop apps (development)
 xdg-app installs, manages and runs sandboxed desktop application bundles.
 See the xdg-app package for a more comprehensive description.
 .
 This package contains development headers and pkg-config metadata
 for libxdg-app0.

Package: libxdg-app-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
Suggests:
 devhelp,
Multi-Arch: foreign
Description: Application deployment framework for desktop apps (documentation)
 xdg-app installs, manages and runs sandboxed desktop application bundles.
 See the xdg-app package for a more comprehensive description.
 .
 This package contains reference documentation for libxdg-app0.

Package: libxdg-app0
Architecture: linux-any
Section: libs
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
# this name was never in Debian but is in upstream's PPAs
Conflicts:
 libxdgapp,
Replaces:
 libxdgapp,
Multi-arch: same
Description: Application deployment framework for desktop apps (library)
 xdg-app installs, manages and runs sandboxed desktop application bundles.
 See the xdg-app package for a more comprehensive description.
 .
 This package contains the xdg-app shared library, used by higher level
 package management tools like gnome-software.

Package: xdg-app
Architecture: linux-any
Depends:
 fuse,
 libpam-systemd,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Application deployment framework for desktop apps
 xdg-app installs, manages and runs sandboxed desktop application bundles.
 Application bundles run partially isolated from the wider system, using
 containerization techniques such as namespaces to prevent direct access
 to system resources. Resources from outside the sandbox can be accessed
 via "portal" services, which are responsible for access control; for
 example, the Documents portal displays an "Open" dialog outside the
 sandbox, then allows the application to access only the selected file.
 .
 Each application uses a specified "runtime", or set of libraries, which is
 available as /usr inside its sandbox. This can be used to run application
 bundles with multiple, potentially incompatible sets of dependencies within
 the same desktop environment.
 .
 This package contains the services and executables needed to install and
 launch sandboxed applications, and the portal services needed to provide
 limited access to resources outside the sandbox.
 .
 Using this package on Debian systems requires some configuration by the
 system administrator: either allowing unprivileged users to create user
 namespaces, or making the xdg-app-helper executable setuid root.
 See README.Debian for details.

Package: xdg-app-builder
Architecture: linux-any
Section: devel
Depends:
 xdg-app (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 bzr,
 git,
 patch,
 unzip,
Description: xdg-app application building helper
 xdg-app installs, manages and runs sandboxed desktop application bundles.
 See the xdg-app package for a more comprehensive description.
 .
 xdg-app-builder is a tool that makes it easy to build applications and their
 dependencies by automating the configure && make && make install steps.
