Navigation Menu

Skip to content

Commit

Permalink
package debian: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2014
1 parent ab19246 commit 3937dda
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/debian/control
Expand Up @@ -6,6 +6,9 @@ Build-Depends:
debhelper (>= 9),
autotools-dev,
pkg-config,
gtk-doc-tools,
gobject-introspection,
libgirepository1.0-dev,
libgroonga-dev (>= 3.1.0)
Standards-Version: 3.9.3
Homepage: https://github.com/groonga/groonga-gobject
Expand All @@ -16,7 +19,8 @@ Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
libgroonga (>= 3.1.0)
gir1.2-glib-2.0,
libgroonga-gobject0 (= ${binary:Version})
Description: GObject introspection typelib file for Groonga
Groonga is an open-source fulltext search engine and column store.
It lets you write high-performance applications that requires fulltext search.
Expand All @@ -29,6 +33,7 @@ Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
libglib2.0-0,
libgroonga (>= 3.1.0)
Description: GObject introspection runtime library for Groonga
Groonga is an open-source fulltext search engine and column store.
Expand All @@ -41,7 +46,9 @@ Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
libgroonga-dev (>= 3.1.0)
libglib2.0-dev,
libgroonga-dev (>= 3.1.0),
libgroonga-gobject0 (= ${binary:Version})
Description: GObject introspection development file for Groonga
Groonga is an open-source fulltext search engine and column store.
It lets you write high-performance applications that requires fulltext search.
Expand Down

0 comments on commit 3937dda

Please sign in to comment.