On 04/10/2014 05:18 AM, Kouhei Maeda wrote: > Hi, Thomas. > > Thanks for your advice. > I fixed and uploaded to mentors.d.n. > > Would you upload this package? > http://mentors.debian.net/debian/pool/main/p/pystache/pystache_0.5.3-3.dsc > > Best regards, > -- > Kouhei Maeda <mkouhei at {palmtb.net,debian.or.jp}> > KeyID 4096R/7E37CE41
Hi, Since your new package version fixes the FTBFS, and it's important to quickly fix that, I have uploaded it. However, in your debian/rules, there's still something to fix. You should use set -e on each of your for statements. For example: set -e && for py in $(shell py3versions -vr); do \ [ ... content of your loop ... ] Note that this is a *must* imposed by the Debian policy. Please fix this, and reupload to mentors, then I'll sponsor your package once more. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org