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

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

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

DEB_DH_INSTALL_SOURCEDIR := debian/tmp