On Sat, Dec 05, 2015 at 12:54:37PM +0000, Nicholas Bamber wrote: > commit c065c65f77b0e1f82c470c7afbb6b43ca2ee5ec4 > Author: Nicholas Bamber <[email protected]> > Date: Sat Dec 5 12:54:31 2015 +0000 > > move test clean up to test rule > --- > debian/rules | 4 ++++ > test/Makefile | 2 -- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/debian/rules b/debian/rules > index 87f9c4f..0cfb25f 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -11,3 +11,7 @@ ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo > ubuntu),ubuntu) > else > dh_gencontrol -- -V'vendor:Suggests=' > -V'vendor:Recommends=$(UBU_SUGGESTS)' > endif > + > +override_dh_clean: > + rm -rf test/uscan/gpg test/package_lifecycle
Why is this in debian/rules? This should be part of the normal Makefile. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]> _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
