2016-12-15 13:25 GMT-02:00 Aaron M. Ucko <[email protected]>: > Eriberto <[email protected]> writes: > >> Thanks for your message. I don't understand... My debian/control says[1]: > > Thanks for the quick response!
Thank you for your tip. I think that this package will be important for Debian packagers. > 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 Hum... It is a bit trivial but new for me. This was my first "selective" package. Thanks a lot for your help. I already tested in my machine (amd64) and inside exodar.debian.org (hurd-i386). I will upload now. > BTW, please don't forget to push your latest changes to the collab-maint > Git repository. Considering that I don't use Git for packaging, I always push the final package after it be accepted in unstable. I use git to provide a historical about the package revisions. In this case, this package was sent to NEW queue yesterday (because of the new binary jdupes-btrfs). Thanks again for your precious help! Cheers, Eriberto

