2013-08-29 15:21:13 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2015-05-26 21:40:03 +01:00
|
|
|
# See debhelper(7) (uncomment to enable)
|
|
|
|
# output every command that modifies files on the build system.
|
|
|
|
# DH_VERBOSE = 1
|
|
|
|
|
2013-08-29 15:21:13 +01:00
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
|
|
include /usr/share/cdbs/1/class/autotools.mk
|
2015-05-22 04:30:06 +01:00
|
|
|
include /usr/share/cdbs/1/rules/autoreconf.mk
|
2013-08-29 15:21:13 +01:00
|
|
|
|
2015-05-22 04:30:06 +01:00
|
|
|
DEB_DH_AUTORECONF_ARGS += ./bootstrap.sh
|
2013-08-29 15:21:13 +01:00
|
|
|
|
|
|
|
# this prevents 'make install' from invoking install-info that generates a
|
|
|
|
# $(DEB_DESTDIR)usr/share/info/dir.gz file that causes a lintian error
|
|
|
|
# the following rule was not enough
|
|
|
|
# binary-post-install/core::
|
|
|
|
# rm -f $(DEB_DESTDIR)usr/share/info/dir.gz
|
|
|
|
#DEB_CONFIGURE_EXTRA_FLAGS := --disable-install-info
|