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
|
Source: elementary
Section: libs
Priority: optional
Maintainer: Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>, Albin Tonnerre <lutin@debian.org>
Build-Depends: debhelper (>= 6), cdbs, doxygen, pkg-config,
libeina-dev (>= 1.0.0~), libeet-dev (>= 1.0.0~), libevas-dev (>= 1.0.0~),
libecore-dev (>= 1.0.0~), libedje-dev (>= 1.0.0~),
libeet-bin
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-e/libs/elementary.git
Vcs-Browser: http://git.debian.org/?p=pkg-e/libs/elementary.git
Homepage: http://www.enlightenment.org
Package: libelementary-svn-09
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libelementary-data (= ${source:Version})
Description: EFL-based widget set library
Elementary is a widget set based on the Enlightenment Foundation Libraries,
primarily aimed at creating graphical user interfaces for mobile and embedded
devices.
Package: libelementary-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: EFL-based widget set library - helper programs
Elementary is a widget set based on the Enlightenment Foundation Libraries,
primarily aimed at creating graphical user interfaces for mobile and embedded
devices.
.
This package contains the elementary_run and elementary_quicklaunch helpers
Package: libelementary-data
Architecture: all
Depends: ${misc:Depends}
Description: runtime data-files for libelementary
Elementary is a widget set based on the Enlightenment Foundation Libraries,
primarily aimed at creating graphical user interfaces for mobile and embedded
devices.
.
This package contains graphics and styles needed by applications using
elementary.
Package: libelementary-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libelementary-svn-09 (= ${binary:Version}),
libeet-dev (>= 1.0.0~), libeina-dev (>= 1.0.0~), libevas-dev (>= 1.0.0~),
libecore-dev (>= 1.0.0~), libedje-dev (>= 1.0.0~), pkg-config
Description: Development files for libelementary
Elementary is a widget set based on the Enlightenment Foundation Libraries,
primarily aimed at creating graphical user interfaces for mobile and embedded
devices.
.
This package contains headers and static libraries for development with
libelementary.
Package: libelementary-dbg
Architecture: any
Section: debug
Depends: ${misc:Depends}, libelementary-svn-09 (= ${binary:Version})
Priority: extra
Description: debugging symbols for use with libelementary
Elementary is a widget set based on the Enlightenment Foundation Libraries,
primarily aimed at creating graphical user interfaces for mobile and embedded
devices.
.
This package contains unstripped shared libraries. It is provided primarily
to provide a backtrace with names in a debugger, this makes it somewhat easier
to interpret core dumps. The libraries are installed in /usr/lib/debug and
are automatically used by gdb.
|