[Debian-islamic-commits] [othman] 09/10: Run the makefile buildsystem before python_distutils buildsystem, to ensure that quran data gets built before indexing.

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Mon Sep 29 16:25:49 UTC 2014


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

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

commit fc7fcb07ecd1556ddfcab8da87568a20f4fdfbc8
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Mon Sep 29 17:15:55 2014 +0200

    Run the makefile buildsystem before python_distutils buildsystem, to
    ensure that quran data gets built before indexing.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index e30a064..32e2050 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,16 +5,16 @@
 	dh  $@ --with python2
 
 override_dh_auto_build:
-	dh_auto_build -Spython_distutils
 	dh_auto_build -Smakefile
+	dh_auto_build -Spython_distutils
 
 override_dh_auto_install:
-	dh_auto_install -Spython_distutils
 	dh_auto_install -Smakefile
+	dh_auto_install -Spython_distutils
 
 override_dh_auto_clean:
-	dh_auto_clean -Spython_distutils
 	dh_auto_clean -Smakefile
+	dh_auto_clean -Spython_distutils
 	rm -rf locale po/*.mo
 
 override_dh_install:

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



More information about the Debian-islamic-commits mailing list