Re: removing $(PYBUILD_NAME).egg-info with clean target in debian/rules?

2016-04-29 Thread Martin A. Brown
Greetings Piotr and Ondrej, >> Problem description: when I run 'debclean' or 'debian/rules clean', >> I still have a directory called 'tldp.egg-info'. I don't want it to >> remain after 'clean'. > >pybuild removed that in the past, but some tools complained so I >disabled this feature. You c

Re: removing $(PYBUILD_NAME).egg-info with clean target in debian/rules?

2016-04-29 Thread Piotr Ożarowski
[Martin A. Brown, 2016-04-29] > Problem description: when I run 'debclean' or 'debian/rules clean', > I still have a directory called 'tldp.egg-info'. I don't want it to > remain after 'clean'. pybuild removed that in the past, but some tools complained so I disabled this feature. You can get

Re: removing $(PYBUILD_NAME).egg-info with clean target in debian/rules?

2016-04-29 Thread Ondrej Novy
Hi, I'm using this: # cat debian/source/options extend-diff-ignore = "^[^/]*[.]egg-info/" and keeping .egg-info here. But if you don't want it here, use dh_clean OR create file debian/clean (man dh_clean for complete doc). -- Best regards Bc. Ondrej Novy

removing $(PYBUILD_NAME).egg-info with clean target in debian/rules?

2016-04-29 Thread Martin A. Brown
Hello all, I'm trying to prepare a package (tldp, python3-tldp) for acceptance. I have mentor support from sponsor Gianfranco Costamanga (under bug #822722). My build works. It was really easy using the pybuild system. Thank you to whomever wrote that. Problem description: when I run 'de