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


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/ytz8ublkplv....@news.ole.ath.cx

Reply via email to