Source: libgee
Section: libs
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Maintainers of Vala packages <pkg-vala-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>,
           Marc-Andre Lureau <marcandre.lureau@gmail.com>
Build-Depends: cdbs (>= 0.4.41),
               debhelper (>= 7),
               autotools-dev,
               pkg-config (>= 0.14),
               libglib2.0-dev (>= 2.25),
               gobject-introspection (>= 0.9.0),
               libgirepository1.0-dev (>= 0.9.0),
               gir1.2-glib-2.0,
               valac-0.12 (>= 0.9.8)
Standards-Version: 3.9.2
Homepage: http://live.gnome.org/Libgee
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libgee/ubuntu

Package: libgee2
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: GObject based collection library
 libgee is a collection library providing GObject-based interfaces and
 classes for commonly used data structures.
 .
 libgee provides the following interfaces:
  * Iterable
   * Collection
    * List
    * Set
  * Iterator
  * Map
 .
 The ArrayList, HashSet, and HashMap classes provide a reasonable sample
 implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
 ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes
 that prevent modification of the underlying collection.
 .
 libgee is written in Vala and can be used like any GObject-based C library.
 It's planned to provide bindings for further languages.
 .
 This package contains the shared libraries.

Package: libgee-dev
Section: libdevel
Architecture: any
Depends: libgee2 (= ${binary:Version}),
         libglib2.0-dev (>= 2.12.0),
         ${misc:Depends}, gir1.2-gee-1.0
Description: GObject based collection library (development files)
 libgee is a collection library providing GObject-based interfaces and
 classes for commonly used data structures.
 .
 libgee provides the following interfaces:
  * Iterable
   * Collection
    * List
    * Set
  * Iterator
  * Map
 .
 The ArrayList, HashSet, and HashMap classes provide a reasonable sample
 implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
 ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes
 that prevent modification of the underlying collection.
 .
 libgee is written in Vala and can be used like any GObject-based C library.
 It's planned to provide bindings for further languages.
 .
 This package contains the headers and development libraries.

Package: libgee2-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libgee2 (= ${binary:Version}),
         ${misc:Depends}
Description: GObject based collection library - library symbols
 libgee is a collection library providing GObject-based interfaces and
 classes for commonly used data structures.
 .
 This package contains the library symbols.

Package: gir1.2-gee-1.0
Architecture: any
Depends: ${gir:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Conflicts: gir1.0-gee-1.0
Replaces: gir1.0-gee-1.0
Description: GObject based collection library - GObject-Introspection
 libgee is a collection library providing GObject-based interfaces and
 classes for commonly used data structures.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.
