1
0
Quellcode durchsuchen

setup multiarch and build .a and .so files

Praveen Arimbrathodiyil vor 11 Jahren
Ursprung
Commit
aa92b3fa84
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7 0
      debian/rules

+ 7 - 0
debian/rules

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