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 -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/lprcbf$dos$2...@ger.gmane.org