blob: 0df2aa7fddd31cb899b5cbdf4518745cf335248b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /usr/bin/make -f
DH_VERBOSE = 1
DEB_BUILD_OPTIONS = nostrip
export DEB_BUILD_OPTIONS
override DEB_CONFIGURE_EXTRA_FLAGS = --enable-debug
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
|