1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: flatpak-builder
Section: devel
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders:
Felix Geyer <fgeyer@debian.org>,
Matthias Klumpp <mak@debian.org>,
Simon McVittie <smcv@debian.org>,
Build-Depends:
appstream (>= 0.15.0),
appstream-compose (>= 0.15.0),
debhelper-compat (= 13),
debugedit (>= 1:5.0),
dh-exec,
docbook-xml <!nodoc>,
docbook-xsl <!nodoc>,
flatpak (>= 1.12.4),
libarchive-dev,
libattr1-dev,
libcap-dev,
libcurl4-gnutls-dev,
libdw-dev,
libelf-dev,
libflatpak-dev (>= 1.12.4),
libglib2.0-dev (>= 2.66),
libjson-glib-dev,
libostree-dev,
libxml2-dev,
libyaml-dev,
meson (>= 0.56.2),
procps,
python3,
xmlto <!nodoc>,
xsltproc <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://flatpak.org/
Vcs-Git: https://salsa.debian.org/debian/flatpak-builder.git
Vcs-Browser: https://salsa.debian.org/debian/flatpak-builder
Rules-Requires-Root: no
Package: flatpak-builder
Architecture: linux-any
Depends:
appstream (>= 0.15.0),
appstream-compose (>= 0.15.0),
debugedit (>= 1:5.0),
gir1.2-flatpak-1.0 (>= 1.12.4),
flatpak (>= 1.12.4),
fuse3,
ostree,
${misc:Depends},
${shlibs:Depends},
Recommends:
binutils,
elfutils,
git,
patch,
unzip,
xz-utils,
zstd,
Suggests:
brz,
7zip,
subversion,
Description: Flatpak application building helper
Flatpak installs, manages and runs sandboxed desktop application bundles.
See the flatpak package for a more comprehensive description.
.
flatpak-builder is a tool that makes it easy to build applications and their
dependencies by automating the configure && make && make install steps.
Package: flatpak-builder-tests
Architecture: linux-any
Section: misc
Depends:
attr,
ca-certificates,
desktop-file-utils,
flatpak-builder (= ${binary:Version}),
hicolor-icon-theme,
git,
gtk-update-icon-cache,
libxml2-utils,
make,
ostree,
shared-mime-info,
${misc:Depends},
${shlibs:Depends},
Suggests:
python2,
Description: Application deployment framework for desktop apps (tests)
Flatpak installs, manages and runs sandboxed desktop application bundles.
See the flatpak package for a more comprehensive description.
.
This package contains automated tests.
|