summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2016-10-20 14:40:22 +0200
committerAndrew Shadura <andrewsh@debian.org>2016-10-24 17:19:24 +0200
commite6426e359e3bd05e7acdc04527f64f5dcacb3c59 (patch)
tree0fbc37d131f10dc33534aee2fc6736b0a01db638 /debian
parentb987a81daf0eac6455ff2bfe89acce5f51ecf739 (diff)
Prevent python_distutils buildsystem from being used.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 2c001ee..c0e91b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ DH_VERBOSE=1
%:
dh $@
+override_dh_auto_clean override_dh_auto_build override_dh_auto_install:
+
override_dh_installman:
a2x --doctype manpage --format manpage git-phab.txt
dh_bash-completion
@@ -14,4 +16,4 @@ get-orig-source: VERSION:=$(shell dpkg-parsechangelog -S Version | cut -d - -f 1
get-orig-source:
git archive -9 --format=tar.xz --prefix=git-phab-$(VERSION)/ -o git-phab-$(VERSION).tar.xz upstream/$(VERSION)
-.PHONY: override_dh_installman get-orig-source
+.PHONY: override_dh_auto_clean override_dh_auto_build override_dh_auto_install override_dh_installman get-orig-source