debian/rules
changeset 1125 f14163c7275a
parent 1124 25e8f9c43f8a
child 1126 aef5e42a4fde
--- a/debian/rules	Sat Oct 11 02:02:05 2014 +0530
+++ b/debian/rules	Sat Oct 11 04:23:22 2014 +0530
@@ -4,8 +4,8 @@
 %:
 	dh $@ --with python2 --buildsystem=python_distutils
 
-build:
-	dh build --with python2 --buildsystem=python_distutils
+override_dh_auto_build:
+	dh_auto_build
 	$(MAKE) -C docs
 
 ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))