Overrides dh_auto_clean to allow easier gbp builds.

This commit is contained in:
Thomas Goirand
2015-05-26 10:43:01 +02:00
parent e0551c606b
commit 83cc3bc8de
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -3,6 +3,7 @@ python-pygit2 (0.22.0-1) unstable; urgency=medium
* New upstream release.
* Ran wrap-and-sort.
* Removed version in Build-Depends on python{3,}-all-dev.
* Overrides dh_auto_clean to allow easier gbp builds.
-- Thomas Goirand <zigo@debian.org> Tue, 26 May 2015 10:39:26 +0200

3
debian/rules vendored
View File

@@ -31,6 +31,9 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
done
endif
override_dh_auto_clean:
echo "noop"
override_dh_clean:
dh_clean -O--buildsystem=python_distutils
rm -rf build