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