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

Re: /etc is not in Debian Package



On Tue, Dec 27, 2005 at 01:55:52PM +0100, Michelle Konzack wrote:
> Hello,
> 
> I have a weired problem because debian/tmp/etc/tdnewmsg.conf is there,
> but not in the package. My
> 
>   __( '/usr/src/tdnewmsg-2.0.0/debian/rules' )________________________
>  /
> | #!/usr/bin/make -f
> | #
> | # Rules for making the tdnewmsg package
> | # Copyright (C) 2005 Michelle Konzack <linux4michelle@freenet.de>
> | #
> | SHELL=/bin/bash
> | 
> | export DH_VERBOSE=1
> | 
> | build: 
> | 
> | clean:
> | 	dh_testdir
> | 	dh_clean
> | 
> | install:
> | 	dh_testdir
> | 	dh_clean -k
> | 	dh_installdirs etc usr/bin usr/share/man/man1 usr/share/doc/tdnewmsg
> | 
> | binary-indep: build install
> | 	dh_testdir
> | 	dh_installchangelogs
> | 	dh_installdocs  COPYING README BUGS TODO
> | 	dh_installman   tdnewmsg.1
> | 	dh_install      tdnewmsg usr/bin/
> | 	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.

HAPPY WINTER

-- 
Clear skies,
Justin



Reply to: