Browse Source

override dh_makeshlibs

Praveen Arimbrathodiyil 10 years ago
parent
commit
d4cb1a1483
1 changed files with 3 additions and 0 deletions
  1. 3 0
      debian/rules

+ 3 - 0
debian/rules

@@ -20,3 +20,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 override_dh_auto_build:
 	make package
 	make library
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V 'libhttp-parser2.1 (>=2.1)'