From 936151bbffc6a06124dac7252a5bf183f89581ea Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 24 Apr 2016 12:01:03 +0200 Subject: Add static lib to -dev .deb package According to https://www.debian.org/doc/debian-policy/ch-sharedlibs.html and http://packaging.ubuntu.com/html/libraries.html that's where it belongs. --- debian/libosmocore-dev.install | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/libosmocore-dev.install b/debian/libosmocore-dev.install index 7a62c6f2..7c5a789a 100644 --- a/debian/libosmocore-dev.install +++ b/debian/libosmocore-dev.install @@ -1,4 +1,5 @@ usr/include/* +usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/lib*.la usr/lib/*/pkgconfig/* diff --git a/debian/rules b/debian/rules index a6a2cfc9..3cce05e9 100755 --- a/debian/rules +++ b/debian/rules @@ -35,3 +35,6 @@ override_dh_auto_test: override_dh_autoreconf: echo $(VERSION) > .tarball-version dh_autoreconf + +override_dh_auto_configure: + dh_auto_configure -- --enable-static -- cgit v1.2.3