[Debian-islamic-commits] [monajat] 10/12: Add overrides for dh_auto_{clean, build, install} to run them with python_distutils & makefile build systems

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Sat Apr 12 17:06:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

aelmahmoudy-guest pushed a commit to branch master
in repository monajat.

commit 1024552c843b82dfc7af94f72e7e261d04e6678f
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Fri Apr 11 15:26:56 2014 +0200

    Add overrides for dh_auto_{clean,build,install} to run them with
    python_distutils & makefile build systems
---
 debian/rules | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/rules b/debian/rules
index df25114..0f4bdf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,18 @@
 %:
 	dh $@ --with python2
 
+override_dh_auto_build:
+	dh_auto_build -Spython_distutils
+	dh_auto_build
+
+override_dh_auto_clean:
+	dh_auto_clean -Spython_distutils
+	dh_auto_clean
+
+override_dh_auto_install:
+	dh_auto_install -Spython_distutils
+	dh_auto_install
+
 override_dh_python2:
 	dh_python2
 	# dh_python2 does not check shebangs in weird locations:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-islamic/packages/monajat.git



More information about the Debian-islamic-commits mailing list