[Groonga-commit] groonga/groonga [master] drop cdbs and use the latest debhelper. refs #887

Back to archive index

null+****@clear***** null+****@clear*****
2011年 3月 28日 (月) 11:37:00 JST


Kouhei Sutou	2011-03-28 02:37:00 +0000 (Mon, 28 Mar 2011)

  New Revision: f9a78b803e92d3a4cd8b359002b686f6030e76d2

  Log:
    drop cdbs and use the latest debhelper. refs #887

  Modified files:
    debian/control
    debian/rules

  Modified: debian/control (+3 -4)
===================================================================
--- debian/control    2011-03-28 02:33:28 +0000 (fb3b648)
+++ debian/control    2011-03-28 02:37:00 +0000 (c98e996)
@@ -2,15 +2,14 @@ Source: groonga
 Priority: optional
 Maintainer: Kouhei Sutou <kou****@clear*****>
 Build-Depends:
-  debhelper (>= 5),
-  cdbs,
+  debhelper (>= 7.0.50),
+  quilt (>= 0.46-7~),
   autotools-dev,
-  quilt,
   libmsgpack-dev,
   libzmq-dev,
   libevent-dev,
   libmecab-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.9.1
 Homepage: http://groonga.org/
 
 Package: libgroonga-dev

  Modified: debian/rules (+13 -3)
===================================================================
--- debian/rules    2011-03-28 02:33:28 +0000 (52f5300)
+++ debian/rules    2011-03-28 02:37:00 +0000 (5541d85)
@@ -1,8 +1,18 @@
 #!/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 --with quilt $@
+
+# override_dh_auto_configure:
+#	dh_auto_configure -- --xxx=zzz
+
+# TODO: Remove the following codes.
 
 DEB_INSTALL_DIRS_groonga =			\
 	/usr/bin				\




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