Browse Source

use override_dh_auto_build instead of defining build target

Cédric Boutillier 11 years ago
parent
commit
c296db761c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      debian/rules

+ 1 - 2
debian/rules

@@ -14,7 +14,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 %:
 	dh $@ 
 
-build:
-	dh build
+override_dh_auto_build:
 	make package
 	make library