summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control138
1 files changed, 138 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a1d88f1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,138 @@
+Source: eos-sdk
+Section: libs
+Priority: optional
+Maintainer: Andrej Shadura <andrewsh@debian.org>
+Build-Depends:
+ debhelper (>= 11),
+ dpkg-dev (>= 1.17.14),
+ gettext,
+ gtk-doc-tools (>= 1.18),
+ libgirepository1.0-dev (>= 1.30),
+ gobject-introspection,
+ libglib2.0-dev (>= 2.38),
+ libgtk-3-dev (>= 3.20),
+ libjson-glib-dev (>= 0.12),
+ pkg-config (>= 0.16.0),
+Rules-Requires-Root: no
+Standards-Version: 4.2.1
+Vcs-Git: https://git.dgit.debian.org/eos-sdk
+Vcs-Browser: https://browse.dgit.debian.org/eos-sdk.git/
+
+Package: libendless-0-0
+Architecture: any
+Depends:
+ libendless-0-common (>= ${source:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Description: Endless SDK runtime libraries
+ Endless OS is a Linux-based operating system which provides a simplified
+ and streamlined user experience using a customised desktop environment
+ based on GNOME. Endless OS uses a read-only root file system managed
+ by OSTree with application bundles overlaid on top.
+ .
+ Endless SDK provides libraries and development tools for building
+ applications for Endless OS.
+ .
+ This package provides runtime libraries part of Endless SDK.
+
+Package: libendless-0-common
+Section: misc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libendless-0
+Multi-Arch: foreign
+Description: common files for the Endless SDK runtime libraries
+ Endless OS is a Linux-based operating system which provides a simplified
+ and streamlined user experience using a customised desktop environment
+ based on GNOME. Endless OS uses a read-only root file system managed
+ by OSTree with application bundles overlaid on top.
+ .
+ Endless SDK provides libraries and development tools for building
+ applications for Endless OS.
+ .
+ This package provides locale files for Endless SDK.
+
+Package: libendless-bin
+Section: misc
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ libendless-dev (>= ${source:Version}),
+ gjs,
+ gir1.2-glib-2.0,
+ gir1.2-json-1.0,
+ python3,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: development tools for the Endless SDK
+ Endless OS is a Linux-based operating system which provides a simplified
+ and streamlined user experience using a customised desktop environment
+ based on GNOME. Endless OS uses a read-only root file system managed
+ by OSTree with application bundles overlaid on top.
+ .
+ Endless SDK provides libraries and development tools for building
+ applications for Endless OS.
+ .
+ This package provides development tools for Endless SDK.
+
+Package: libendless-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ libendless-0-0 (= ${binary:Version}),
+ pkg-config,
+ gir1.2-endless-0 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: development files for the Endless SDK
+ Endless OS is a Linux-based operating system which provides a simplified
+ and streamlined user experience using a customised desktop environment
+ based on GNOME. Endless OS uses a read-only root file system managed
+ by OSTree with application bundles overlaid on top.
+ .
+ Endless SDK provides libraries and development tools for building
+ applications for Endless OS.
+ .
+ This package provides development files for Endless SDK.
+
+Package: gir1.2-endless-0
+Section: introspection
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${gir:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends}
+Breaks:
+ python-gi (<< 3.18),
+ python3-gi (<< 3.18)
+Description: GObject introspection data for the Endless SDK
+ Endless OS is a Linux-based operating system which provides a simplified
+ and streamlined user experience using a customised desktop environment
+ based on GNOME. Endless OS uses a read-only root file system managed
+ by OSTree with application bundles overlaid on top.
+ .
+ Endless SDK provides libraries and development tools for building
+ applications for Endless OS.
+ .
+ This package provides GObject introspection data for Endless SDK.
+
+Package: libendless-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: devhelp
+Multi-Arch: foreign
+Description: documentation files for the Endless SDK
+ Endless OS is a Linux-based operating system which provides a simplified
+ and streamlined user experience using a customised desktop environment
+ based on GNOME. Endless OS uses a read-only root file system managed
+ by OSTree with application bundles overlaid on top.
+ .
+ Endless SDK provides libraries and development tools for building
+ applications for Endless OS.
+ .
+ This package provides documentation for Endless SDK.