[Groonga-mysql-commit] mroonga/mroonga [master] add debian package files.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 23日 (月) 14:42:17 JST


Kouhei Sutou	2010-08-23 05:42:17 +0000 (Mon, 23 Aug 2010)

  New Revision: bc2d73e51dd3a8f8e25928601db336e2367a448d

  Log:
    add debian package files.

  Added files:
    debian/changelog
    debian/compat
    debian/control
    debian/rules

  Added: debian/changelog (+5 -0) 100644
===================================================================
--- /dev/null
+++ debian/changelog    2010-08-23 05:42:17 +0000 (de1d58f)
@@ -0,0 +1,5 @@
+groonga-storage-engine (0.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Kouhei Sutou <kou****@clear*****>  Mon, 23 Aug 2010 13:52:01 +0900

  Added: debian/compat (+1 -0) 100644
===================================================================
--- /dev/null
+++ debian/compat    2010-08-23 05:42:17 +0000 (7ed6ff8)
@@ -0,0 +1 @@
+5

  Added: debian/control (+21 -0) 100644
===================================================================
--- /dev/null
+++ debian/control    2010-08-23 05:42:17 +0000 (8592629)
@@ -0,0 +1,21 @@
+Source: groonga-storage-engine
+Priority: optional
+Maintainer: Kouhei Sutou <kou****@clear*****>
+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.

  Added: debian/rules (+16 -0) 100755
===================================================================
--- /dev/null
+++ debian/rules    2010-08-23 05:42:17 +0000 (422a21f)
@@ -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




Groonga-mysql-commit メーリングリストの案内
Back to archive index