Support for multiple structured postal addresses, structured name, nickname.
[libgcal.git] / debian / rules
bloba81508929c1e0c3284e6a36d2c4df4fdd7d80380
1 #!/usr/bin/make -f
3 include /usr/share/cdbs/1/rules/debhelper.mk
4 include /usr/share/cdbs/1/class/autotools.mk
6 DEB_CONFIGURE_EXTRA_FLAGS := --enable-maintainer-mode
8 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
9 DEB_CONFIFUGRE_EXTRA_FLAGS += --enable-debug=yes
10 endif
12 DEB_MAKE_CLEAN_TARGET := maintainer-clean
14 debian/stamp-autotools-files:
15 autoreconf -v -i
16 touch debian/stamp-autotools-files