Update debian packaging (fix double build due to autodetection of configure file).
This commit is contained in:
parent
fabc49a0b8
commit
7945e24900
5
debian/rules
vendored
5
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user