[onboard] 01/01: Don't fail to build if dh_auto_clean doesn't work
Jeremy Bicha
jbicha-guest at moszumanska.debian.org
Sun Jul 31 19:01:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
jbicha-guest pushed a commit to branch master
in repository onboard.
commit 652357dad184cff9d88dd75c25a422c5d6e4a205
Author: Jeremy Bicha <jbicha at ubuntu.com>
Date: Sun Jul 31 14:57:20 2016 -0400
Don't fail to build if dh_auto_clean doesn't work
Gbp-Dch: Ignore
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 241bfa4..86a191a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_clean:
- dh_auto_clean
+# Don't fail to build from git-buildpackage:
+ -dh_auto_clean
rm -rf build
rm -rf Onboard/osk*.so
rm -rf Onboard/pypredict/lm*.so
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/onboard.git
More information about the pkg-mate-commits
mailing list