[Groonga-mysql-commit] mroonga/mroonga [master] [debian] use debhelper instead of cdbs.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 3月 29日 (火) 22:21:31 JST


Kouhei Sutou	2011-03-29 13:21:31 +0000 (Tue, 29 Mar 2011)

  New Revision: fb3f9a189c38f62706d98907fea0e270469d72c0

  Log:
    [debian] use debhelper instead of cdbs.

  Added files:
    debian/mysql-server-groonga-doc.docs
    debian/mysql-server-groonga.install
  Modified files:
    debian/compat
    debian/control
    debian/rules

  Modified: debian/compat (+1 -1)
===================================================================
--- debian/compat    2011-03-29 13:09:56 +0000 (7ed6ff8)
+++ debian/compat    2011-03-29 13:21:31 +0000 (7f8f011)
@@ -1 +1 @@
-5
+7

  Modified: debian/control (+13 -4)
===================================================================
--- debian/control    2011-03-29 13:09:56 +0000 (034540c)
+++ debian/control    2011-03-29 13:21:31 +0000 (26225f1)
@@ -3,14 +3,12 @@ Section: database
 Priority: optional
 Maintainer: Kouhei Sutou <kou****@clear*****>
 Build-Depends:
-	debhelper (>= 5),
-	cdbs,
+	debhelper (>= 7.0.50),
 	autotools-dev,
-	quilt,
 	libgroonga-dev,
 	libmysqlclient-dev,
 	libssl-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.9.1
 Homepage: http://mroonga.github.com/
 
 Package: mysql-server-groonga
@@ -26,3 +24,14 @@ Description: A MySQL storage enigne built on groonga.
  a fulltext search engine and column store.
  .
  This package provides a MySQL storage engine as a shared library.
+
+Package: mysql-server-groonga-doc
+Section: doc
+Architecture: all
+Depends:
+	${misc:Depends}
+Description: Documentation of the groonga storage engine.
+ The groonga storage engine is a MySQL storage engine built on groonga,
+ a fulltext search engine and column store.
+ .
+ This package provides documentation of the groonga storage engine.

  Added: debian/mysql-server-groonga-doc.docs (+2 -0) 100644
===================================================================
--- /dev/null
+++ debian/mysql-server-groonga-doc.docs    2011-03-29 13:21:31 +0000 (dc551f8)
@@ -0,0 +1,2 @@
+doc/ja/html
+doc/ja/source

  Added: debian/mysql-server-groonga.install (+1 -0) 100644
===================================================================
--- /dev/null
+++ debian/mysql-server-groonga.install    2011-03-29 13:21:31 +0000 (589a589)
@@ -0,0 +1 @@
+/usr/lib/mysql/plugin/ha_groonga.so

  Modified: debian/rules (+12 -10)
===================================================================
--- debian/rules    2011-03-29 13:09:56 +0000 (cb77f47)
+++ debian/rules    2011-03-29 13:21:31 +0000 (2dfa619)
@@ -1,14 +1,16 @@
 #!/usr/bin/make -f
+# -*- makefile-gmake -*-
+#
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
 
-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
+%:
+	dh $@
 
-DEB_INSTALL_DIRS_mysql-server-groonga =		\
-	/usr/lib/mysql/plugin
+override_dh_auto_configure:
+	dh_auto_configure -- --with-mysql-source=../mysql
 
-DEB_CONFIGURE_EXTRA_FLAGS =			\
-	--with-mysql-source=../mysql
-
-CFLAGS=-g -O3
-CXXFLAGS=-g -O3
+# disable 'make check'.
+override_dh_auto_test:




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