init: Introduce the peer database.
[tripe] / debian / rules
index e48ae07..12de3ab 100755 (executable)
@@ -9,6 +9,7 @@ include $(CDBS)/class/autotools.mk
 ### General settings.
 
 DEB_BUILDDIR = $(CURDIR)/build
+DEB_MAKE_CHECK_TARGET = check
 
 ###--------------------------------------------------------------------------
 ### Correct configuration.
@@ -27,6 +28,12 @@ DEB_CONFIGURE_EXTRA_FLAGS = \
        --with-wireshark
 
 ###--------------------------------------------------------------------------
+### Python.
+
+binary-install/python-tripe::
+       dh_pycentral -ppython-tripe
+
+###--------------------------------------------------------------------------
 ### Install the startup scripts.
 
 install/tripe::