author | renatofilho |
Fri Feb 01 14:30:21 2008 +0000 (2008-02-01) | |
branch | trunk |
changeset 905 | d2d226b5a4bd |
permissions | -rwxr-xr-x |
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 |