Update debian packaging (fix double build due to autodetection of configure file).

This commit is contained in:
Emmanuel Bouthenot 2009-05-09 00:28:03 +02:00
parent fabc49a0b8
commit 7945e24900

5
debian/rules vendored
View File

@ -17,6 +17,11 @@ build-stamp: builddir/Makefile
$(MAKE) -C builddir
touch $@
override_dh_auto_configure:
# the package also has autotools buildsys and
# debhelper try to use it but that's not needed
echo
override_dh_install:
$(MAKE) -C builddir DESTDIR=$(CURDIR)/debian/tmp install
dh_install