Overrides dh_auto_clean to allow easier gbp builds.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
3
debian/rules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user