Bug#414305: cdbs: Call of 'ant clean' happens _after_ patch removal

2008-05-07 Thread Chris Lamb
Hi, This bug seems to be causing a significant number of RG bugs. As you may know, the "double compilation support" release goal[0] requires packages to be able to built twice in a row but this bug causes packages to fail at this, specifically when attempting to revert patches. Examples that I've

Bug#414305: cdbs: Call of 'ant clean' happens _after_ patch removal

2007-11-16 Thread Matthew Rosewarne
While it's not quite the same problem, simple-patchsys, dpatch, and patchsys-quilt all run before the custom clean:: rule defined in debian/rules. This is causing me problems when trying to do additional cleaning of autotools leftovers. Perhaps some thing like a clean-before-reverse-patches: r

Bug#414305: cdbs: Call of 'ant clean' happens _after_ patch removal

2007-09-17 Thread Magnus Holmgren
retitle 414305 cdbs: simple-patchsys reverses patches too early severity 414305 important thanks > This problem doesn't only come from the ant class but also with the > other classes because it derived from buildcore.mk which does the > following: > > clean:: testdir testroot cleanbuil

Bug#414305: cdbs: Call of 'ant clean' happens _after_ patch removal

2007-03-10 Thread Eric Lavarde
Package: cdbs Version: 0.4.48 Severity: normal Hi, the ant class is built in such a way that 'ant clean' (or whatever the clean target actually is) is called after the patches are unapplied, leading to the issue that ant clean fails (I have to patch quite heavily the build.xml to make it work _a