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

Re: why dpkg-buildpackage doesn't care my build targets in debian/rule



Hi,

Quoting lumin (2015-05-22 06:31:34)
>         override_dh_auto_clean:
>                 cp ./debian/my/Makefile.config.cpuonly ./Makefile.config
>                 dh_auto_clean
>                 # without following line the the source tree 
>                 # would be not clean. Hence dpkg-buildpackage
>                 # refuse to build.
>                 rm Makefile.config

instead of calling rm explicitly in your d/rules, you can also add
Makefile.config to debian/clean instead which might be considered a bit more
clean :)

cheers, josch

Attachment: signature.asc
Description: signature


Reply to: