branches/gmyth-0.1b/debian/rules
branchtrunk
changeset 366 8aa32fa19a8f
parent 365 28c358053693
child 367 839c0fc4f285
     1.1 --- a/branches/gmyth-0.1b/debian/rules	Wed Feb 14 23:06:17 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,20 +0,0 @@
     1.4 -#!/usr/bin/make -f
     1.5 -
     1.6 -include /usr/share/cdbs/1/rules/debhelper.mk
     1.7 -include /usr/share/cdbs/1/class/autotools.mk
     1.8 -include /usr/share/cdbs/1/rules/simple-patchsys.mk
     1.9 -include /usr/share/cdbs/1/rules/utils.mk
    1.10 -
    1.11 -# debian package version
    1.12 -version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
    1.13 -
    1.14 -maint: debian/control
    1.15 -
    1.16 -common_conf_flags = \
    1.17 -	--disable-debug
    1.18 -
    1.19 -# FIXME: should disable docs for arch only builds
    1.20 -DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
    1.21 -
    1.22 -
    1.23 -.PHONY: maint