ソースを参照

use override_dh_auto_build instead of defining build target

Cédric Boutillier 11 年 前
コミット
c296db761c
1 ファイル変更1 行追加2 行削除
  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