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 96 97 98 99 100 101 102 103 104
|
Source: flatpak-builder
Section: devel
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:
attr <!nocheck>,
automake (>= 1.14.1),
ca-certificates <!nocheck>,
debhelper-compat (= 13),
debugedit (>= 1:5.0),
desktop-file-utils <!nocheck>,
dh-exec (>= 0.23~),
docbook-xml <!nodoc>,
docbook-xsl <!nodoc>,
flatpak (>= 1.12.4),
fuse <!nocheck>,
git <!nocheck>,
gtk-update-icon-cache <!nocheck>,
hicolor-icon-theme <!nocheck>,
libarchive-dev (>= 2.8.0),
libattr1-dev,
libcap-dev,
libcurl4-gnutls-dev,
libdw-dev (>= 0.172),
libelf-dev,
libflatpak-dev (>= 1.12.4),
libglib2.0-dev (>= 2.44),
libjson-glib-dev,
libostree-dev (>= 2017.14),
libsoup2.4-dev,
libxml2-dev (>= 2.4),
libyaml-dev,
ostree <!nocheck>,
procps,
python3,
shared-mime-info <!nocheck>,
xmlto <!nodoc>,
xsltproc <!nodoc>,
Standards-Version: 4.6.1
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:
debugedit (>= 1:5.0),
gir1.2-flatpak-1.0 (>= 1.12.4),
flatpak (>= 1.12.4),
ostree (>= 2017.14),
${misc:Depends},
${shlibs:Depends},
Recommends:
binutils,
elfutils,
git,
patch,
unzip,
xz-utils,
zstd,
Suggests:
brz,
p7zip-full,
subversion,
Replaces:
flatpak (<< 0.9.8-1~),
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
Breaks:
flatpak-tests (<< 0.9.12),
Replaces:
flatpak-tests (<< 0.9.12),
Depends:
attr,
ca-certificates,
desktop-file-utils,
flatpak-builder (= ${binary:Version}),
hicolor-icon-theme,
git,
gtk-update-icon-cache,
make,
ostree (>= 2017.14),
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.
|