renatofilho@905: #!/usr/bin/make -f renatofilho@905: renatofilho@905: include /usr/share/cdbs/1/rules/debhelper.mk renatofilho@905: include /usr/share/cdbs/1/class/autotools.mk renatofilho@905: include /usr/share/cdbs/1/rules/simple-patchsys.mk renatofilho@905: include /usr/share/cdbs/1/rules/utils.mk renatofilho@905: renatofilho@905: # debian package version renatofilho@905: version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) renatofilho@905: renatofilho@905: maint: debian/control renatofilho@905: renatofilho@905: common_conf_flags = \ renatofilho@905: --disable-debug renatofilho@905: renatofilho@905: # FIXME: should disable docs for arch only builds renatofilho@905: DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags) renatofilho@905: renatofilho@905: renatofilho@905: .PHONY: maint