Joey Hess <jo...@debian.org> writes: > >> If debian/rules contains a target with a name like >> "override_<dh_command>", where <dh_command> is any of the dh-* >> calls. This is not to be confured with the Makefile target names >> like install, build, build-indep etc. dh will run that target >> from the rules file, rather than running the actual command. ... >
> The man page seems clear to me that the override target needs to start > with "override_" and follow that with the name of the command that is > being overridden. So "override_auto_install" won't work; nor will > "override_dh_dh_auto_install". Imagine yourself in the reader's position. For me, it was not that clear to read that they were overriding DH_COMMANDS. The first impression was that they were overriding "debian/rules makefile TARGETS", and the utility used prefix "override_dh_" as a namespace separator. Leading to confusion: override_dh_build-indep Makefile's target Obviously there is no dh_build-indep command and the target did nothing. > I don't see how this suggestion adds any clarity. It makes reader aware that the issue here is DH_COMMAND in contrast to Makefil's targets. Please reconsider, Jari -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org