Browse Source

setup multiarch and build .a and .so files

Praveen Arimbrathodiyil 11 years ago
parent
commit
aa92b3fa84
1 changed files with 7 additions and 0 deletions
  1. 7 0
      debian/rules

+ 7 - 0
debian/rules

@@ -9,5 +9,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 %:
 	dh $@ 
+
+build:
+	dh build
+	make package
+	make library