Navigation Menu

Skip to content

Commit

Permalink
package debian: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2014
1 parent 2d80bb6 commit 8176e19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/debian/control
Expand Up @@ -4,7 +4,8 @@ Priority: optional
Maintainer: Kouhei Sutou <kou@clear-code.com>
Build-Depends:
debhelper (>= 9),
autotools-dev
autotools-dev,
libgroonga-dev (>= 3.0.0)
Standards-Version: 3.9.3
Homepage: http://groonga.org/

Expand All @@ -14,7 +15,7 @@ Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
libgroonga-dev (>= 3.0.0)
libgroonga
Description: MySQL derived normalizer 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 8176e19

Please sign in to comment.