Navigation Menu

Skip to content

Commit

Permalink
add debian package files.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 23, 2010
1 parent e7a48a0 commit bc2d73e
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
@@ -0,0 +1,5 @@
groonga-storage-engine (0.1-1) unstable; urgency=low

* New upstream release.

-- Kouhei Sutou <kou@clear-code.com> Mon, 23 Aug 2010 13:52:01 +0900
1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
5
21 changes: 21 additions & 0 deletions debian/control
@@ -0,0 +1,21 @@
Source: groonga-storage-engine
Priority: optional
Maintainer: Kouhei Sutou <kou@clear-code.com>
Build-Depends:
debhelper (>= 5),
cdbs,
autotools-dev,
quilt,
libgroonga-dev
Standards-Version: 3.7.3
Homepage: http://mroonga.github.com/

Package: mysql-server-groonga
Section: database
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libgroonga, mysql-server
Description: A MySQL storage enigne built on groonga.
The groonga storage engine is a MySQL storage engine built on groonga,
a fulltext search engine and column store.
.
This package provides a MySQL storage engine as a shared library.
16 changes: 16 additions & 0 deletions debian/rules
@@ -0,0 +1,16 @@
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_INSTALL_DIRS_mysql-server-groonga = \
/usr/lib/mysql/plugin

DEB_CONFIGURE_EXTRA_FLAGS = \
--libdir=/usr/lib/mysql/plugin/ \
--with-mysql=../mysql

CFLAGS=-g -O3
CXXFLAGS=-g -O3
CPPFLAGS = -I../mysql/builddir/include

0 comments on commit bc2d73e

Please sign in to comment.