Upgrade build system.
[checkpath] / debian / rules
... / ...
CommitLineData
1#! /usr/bin/make -f
2
3CDBS = /usr/share/cdbs/1
4include $(CDBS)/class/autotools.mk
5include $(CDBS)/rules/debhelper.mk
6
7###--------------------------------------------------------------------------
8### General settings.
9
10DEB_BUILDDIR = $(CURDIR)/build
11
12###----- That's all, folks --------------------------------------------------