Am Samstag, den 21.02.2009, 17:19 +0100 schrieb Michael Rasmussen: > I intend to package a web based application which does not contain a > build system - no Makefile etc. > > What is the best way to approach this situation in my package? Create a > Makefile or whatever?
The debhelper tools can do whatever you want. If you just want to install some files, dh_install is the perfect tool for this. (And debian/rules has already been mentioned.) Regards, Daniel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

