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.
This commit is contained in:
Max 2016-04-24 12:01:03 +02:00 committed by Holger Hans Peter Freyther
parent 610ef99e6d
commit 936151bbff
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
usr/include/* usr/include/*
usr/lib/*/lib*.a
usr/lib/*/lib*.so usr/lib/*/lib*.so
usr/lib/*/lib*.la usr/lib/*/lib*.la
usr/lib/*/pkgconfig/* usr/lib/*/pkgconfig/*

3
debian/rules vendored
View File

@ -35,3 +35,6 @@ override_dh_auto_test:
override_dh_autoreconf: override_dh_autoreconf:
echo $(VERSION) > .tarball-version echo $(VERSION) > .tarball-version
dh_autoreconf dh_autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-static