On 7 Jan 2002, Mateusz Papiernik wrote: > Is there any program for creating debian packages? I trying to do good > package hand by hand, but after dh_make, --prefix=/usr...... and > dpkg-buildpackage in the output there are binaries in /bin, not > /usr/bin - I don't know what I do wrong, so I think "maybe is some > program for create debs easly?". Can you help me?
This is a bug in dh_make. Edit the debian/rules file of your package, so that the prefix variable passed to the "install" sub-make contains the usr (that would be $(CURDIR)/debian/<pkgname>/usr). Simon -- GPG public key available from http://phobos.fs.tum.de/pgp/Simon.Richter.asc Fingerprint: DC26 EB8D 1F35 4F44 2934 7583 DBB6 F98D 9198 3292 Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!

