summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 138a976ebaa34e38448b36f576a72f8df2c5bdbb (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
DEB_TARBALL := ulogd-$(UPSTREAM_VERSION).tar.bz2
DEB_TAR_SRCDIR := ulogd-$(UPSTREAM_VERSION)

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_DH_INSTALL_SOURCEDIR := debian/tmp