103 lines
2.6 KiB
Plaintext
103 lines
2.6 KiB
Plaintext
Source: ostree
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Alexander Larsson <alexander.larsson@gmail.com>
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
dh-autoreconf,
|
|
dh-exec (>= 0.3),
|
|
bison,
|
|
docbook-xml,
|
|
docbook-xsl,
|
|
e2fslibs-dev,
|
|
gjs,
|
|
gtk-doc-tools (>= 1.15),
|
|
gobject-introspection,
|
|
libarchive-dev (>= 2.8.0),
|
|
libattr1-dev,
|
|
libcap-dev,
|
|
libgirepository1.0-dev (>= 1.34.0),
|
|
libglib2.0-dev (>= 2.40.0),
|
|
libgpgme11-dev (>= 1.1.8),
|
|
libgsystem-dev (>= 2015.1),
|
|
liblzma-dev (>= 5.0.5),
|
|
libselinux1-dev,
|
|
libsoup2.4-dev (>= 2.39.1),
|
|
zlib1g-dev
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://wiki.gnome.org/Projects/OSTree
|
|
|
|
Package: ostree
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Suggests: dracut
|
|
Description: git for operating system binaries
|
|
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
|
It is not a package system; nor is it a tool for managing full disk images.
|
|
Instead, it sits between those levels, offering a blend of the advantages (and
|
|
disadvantages) of both.
|
|
|
|
Package: libostree-1-1
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends}
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Multi-arch: same
|
|
Description: git for operating system binaries (library)
|
|
OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
|
|
It is not a package system; nor is it a tool for managing full disk images.
|
|
Instead, it sits between those levels, offering a blend of the advantages (and
|
|
disadvantages) of both.
|
|
|
|
Package: gir1.2-ostree-1.0
|
|
Architecture: any
|
|
Section: introspection
|
|
Depends:
|
|
${misc:Depends},
|
|
${gir:Depends}
|
|
Description: git for operating system binaries (introspection)
|
|
This package can be used by other packages using the GIRepository format to
|
|
generate dynamic bindings.
|
|
|
|
Package: libostree-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends:
|
|
${misc:Depends},
|
|
ostree (= ${binary:Version}),
|
|
gir1.2-ostree-1.0 (= ${binary:Version}),
|
|
pkg-config
|
|
Suggests: libostree-doc
|
|
Description: Development files for the ostree library
|
|
Development headers and pkg-config file for ostree.
|
|
|
|
Package: libostree-doc
|
|
Architecture: all
|
|
Section: doc
|
|
Depends: ${misc:Depends}
|
|
Suggests: devhelp
|
|
Description: Development documentation for the ostree library
|
|
Development documentation for ostree.
|
|
|
|
Package: ostree-grub2
|
|
Architecture: all
|
|
Section: devel
|
|
Depends:
|
|
${misc:Depends},
|
|
grub2
|
|
Description: GRUB 2 configuration for ostree
|
|
Configuration snippets for using ostree with GRUB 2.
|
|
|
|
Package: ostree-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
Priority: extra
|
|
Depends:
|
|
${misc:Depends},
|
|
libostree-1-1 (= ${binary:Version})
|
|
Description: debugging symbols for libostree-1-1
|
|
This package contains the debugging symbols for libostree-1-1.
|