packages/gvfs-debian/rules
author melunko
Thu Feb 07 19:36:22 2008 +0000 (2008-02-07)
branchtrunk
changeset 912 b200d6198191
permissions -rwxr-xr-x
[svn r921] Added gmyth_dbus_server_check_db_connection() function
renatofilho@911
     1
#!/usr/bin/make -f
renatofilho@911
     2
renatofilho@911
     3
include /usr/share/cdbs/1/rules/debhelper.mk
renatofilho@911
     4
include /usr/share/cdbs/1/class/autotools.mk
renatofilho@911
     5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
renatofilho@911
     6
include /usr/share/cdbs/1/rules/utils.mk
renatofilho@911
     7
renatofilho@911
     8
# debian package version
renatofilho@911
     9
version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
renatofilho@911
    10
renatofilho@911
    11
maint: debian/control
renatofilho@911
    12
renatofilho@911
    13
common_conf_flags = \
renatofilho@911
    14
	--disable-debug
renatofilho@911
    15
renatofilho@911
    16
# FIXME: should disable docs for arch only builds
renatofilho@911
    17
DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
renatofilho@911
    18
renatofilho@911
    19
DEB_INSTALL_DOCS_ALL += debian/README.Debian NEWS
renatofilho@911
    20
renatofilho@911
    21
.PHONY: maint