packages/gmyth-debian/rules
author ali@juiblex.co.uk
Sun Dec 13 21:21:32 2009 +0000 (2009-12-13)
branchtrunk
changeset 947 e6d7c7b6bb63
permissions -rwxr-xr-x
Fix vpath handling in gmyth
renatofilho@905
     1
#!/usr/bin/make -f
renatofilho@905
     2
renatofilho@905
     3
include /usr/share/cdbs/1/rules/debhelper.mk
renatofilho@905
     4
include /usr/share/cdbs/1/class/autotools.mk
renatofilho@905
     5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
renatofilho@905
     6
include /usr/share/cdbs/1/rules/utils.mk
renatofilho@905
     7
renatofilho@905
     8
# debian package version
renatofilho@905
     9
version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
renatofilho@905
    10
renatofilho@905
    11
maint: debian/control
renatofilho@905
    12
renatofilho@905
    13
common_conf_flags = \
renatofilho@905
    14
	--disable-debug
renatofilho@905
    15
renatofilho@905
    16
# FIXME: should disable docs for arch only builds
renatofilho@905
    17
DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
renatofilho@905
    18
renatofilho@905
    19
renatofilho@905
    20
.PHONY: maint