Navigation Menu

Skip to content

Commit

Permalink
deb: require groonga >= 2.0.6 #80
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 15, 2012
1 parent 83171e6 commit 11014de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/debian/control
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: Kouhei Sutou <kou@clear-code.com>
Build-Depends:
debhelper (>= 7.0.50),
libgroonga-dev,
libgroonga-dev (>= 2.0.6),
pkg-config,
npm
Standards-Version: 3.9.1
Expand All @@ -16,7 +16,7 @@ Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
libgroonga0,
libgroonga0 (>= 2.0.6),
npm
Description: Open Source Amazon CloudSearch on Your Computer
Groonga CloudSearch is an Amazon CloudSearch compatible open source
Expand Down

0 comments on commit 11014de

Please sign in to comment.