Eriberto <eribe...@eriberto.pro.br> writes:

> Thanks for your message. I don't understand... My debian/control says[1]:

Thanks for the quick response!

That setting is a great start, but alas not enough -- the overrides in
debian/rules are unconditional, so make still tries (and fails) to
produce a jdupes-btrfs executable.

To consult debian/control from debian/rules, you'll need explicit
conditional logic:

ifneq "" "$(filter jdupes-btrfs,$(shell dh_listpackages))"
...
endif

BTW, please don't forget to push your latest changes to the collab-maint
Git repository.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

Reply via email to