On Wed, Jan 04, 2006 at 07:31:28PM +0100, Michelle Konzack wrote: > Hello Justin, > > Am 2005-12-27 09:31:54, schrieb Justin Pryzby: > > On Tue, Dec 27, 2005 at 01:55:52PM +0100, Michelle Konzack wrote: > > > > | install -m 644 tdnewmsg.conf debian/tmp/etc/ > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > This is working fine > > Is ./debian/tmp/ the right dir for the package? I think this is used > > primarily for library and DH_COMPAT=1 packages. > > Yes, because all stuff is there. I have commented out > dh_clean and it is there, there is no debian/tdnewmsg > directory or something like this. > > In my debian/compat I have "4" and I have already tried > "1", "2" and "3" It would be a good test to use:
dh_install tdnewmsg.conf etc which I think will work (assuming, of course, that tdnewmsg.conf is in the current directory). Then you can just `find -name tdnewmsg.conf`, possibly after commenting out dh_clean again, to discover what directory is being used use. And what about export DH_VERBOSE=1 ? -- Clear skies, Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

