* Andriy Senkovych <[email protected]>, 2012-06-27, 19:16:
I tried to do this with quilt patch but failed to remove the whole directory because there are binary files (PNG images) inside. To make things work I needed to remove the whole agogo directory. Do I correctly understand that this should be done by specifying get-orig-source target in debian/rules?
No, that would be overkill. Something like the attached patch should do the trick.
-- Jakub Wilk
--- sqlparse-0.1.4/debian/rules 2011-09-06 20:29:31.000000000 +0200 +++ sqlparse-0.1.4/debian/rules 2012-06-27 18:20:41.000000000 +0200 @@ -19,4 +19,5 @@ build-indep: docs/build/html docs/build/html: + rm -rf docs/agogo/ cd docs && $(MAKE) html

