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

Re: Please help translate old rules file on the installation rules



On Sat, 12 Jul 2014 09:27:32 +0200, Vincent Bernat wrote:

>> # main packaging script based on dh7 syntax %:
>> 	dh $@
>>
>> override_dh_auto_install:
>> 	install -m 755 ddclient \
>> 	  $(DESTDIR)/usr/sbin/ddclient
>>
>> 	install -D -m 755 debian/ddclient.NetworkManager \
>> 	  $(DESTDIR)/etc/NetworkManager/dispatcher.d/50-ddclient
> 
> You need to add dh_auto_install to the set of commands to execute in
> this target.

Oh, I though "override_dh_auto_install" is the way to add dh_auto_install 
to the set of commands, No?

You mean to rename my "override_dh_auto_install" to "dh_auto_install" 
instead? Do I also need to take care of the following in it as well?

 	dh_testdir
	dh_testroot
	dh_clean -k
	dh_installdirs





Reply to: