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
|
Source: gexiv2
Section: libs
Priority: optional
Maintainer: Debian Shotwell Maintainers <pkg-shotwell-maint@lists.alioth.debian.org>
Uploaders: Devid Antonio Filoni <d.filoni@ubuntu.com>
Build-Depends: debhelper (>= 9), libtool, m4, libglib2.0-dev, libexiv2-dev (>= 0.21), libexpat1-dev
Standards-Version: 3.9.3
Homepage: http://redmine.yorba.org/projects/gexiv2/wiki
DM-Upload-Allowed: yes
Package: libgexiv2-1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: shotwell (<< 0.12)
Description: GObject-based wrapper around the Exiv2 library
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
features of Exiv2 available to GNOME applications.
.
This package contains the shared library.
Package: libgexiv2-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgexiv2-1 (= ${binary:Version}), libexiv2-dev
Description: GObject-based wrapper around the Exiv2 library (development files)
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
features of Exiv2 available to GNOME applications.
.
This package contains the static library and header files.
Package: libgexiv2-1-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libgexiv2-1 (= ${binary:Version})
Description: GObject-based wrapper around the Exiv2 library (debugging symbols)
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
features of Exiv2 available to GNOME applications.
.
This package contains debugging symbols.
|