[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dh --buildsystem=none?



Hi,

I have a package that needs no build, but just the installation of the
(script) files. All installation is done via debian/install,
debian/docs, debian/examples.

So, the debian/rules file is simple

-------8<----------
#!/usr/bin/make -f
%:
	dh $@
-------8<----------

However, for some reason dh tries to run "configure" etc., which
ofcourse fails. How can I explicitely specify a build system that
actually does nothing?

Best regards

Ole


Reply to: