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

Re: Source format 3.0 (quilt) and new debhelper dh syntax (maint-guide)



* Bernhard R. Link <brlink@debian.org>, 2010-03-22, 18:34:
I am talking about new style debian/rules:
---------------
%:
        dh --with patch $@
---------------

That is missing some
.PHONY: binary binary-arch binary-indep clean build build-arch build-indep
line (I hope dh supports build-arch and build-indep, not yet looked).

Without that make does not know those are phony, and will not run if any
of those files already exist.

Except that .PHONY doesn't play nice with %-patterns.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature


Reply to: