aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-14 23:31:09 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-11-14 23:31:09 +0100
commitc3fc87745d40b36db94374fc0b72e2c98d117fb4 (patch)
tree2b44ffa0c8efcdaf032fa9203046b3093df35ade
parenta8ecd56db1f00fba534a86a1a0ed4798e24d6a70 (diff)
downloadembedlog-c3fc87745d40b36db94374fc0b72e2c98d117fb4.tar.gz
embedlog-c3fc87745d40b36db94374fc0b72e2c98d117fb4.tar.bz2
embedlog-c3fc87745d40b36db94374fc0b72e2c98d117fb4.zip
pkg/deb: add missing install files
no_buildbot
-rwxr-xr-xpkg/deb/create-pkg.sh2
-rw-r--r--pkg/deb/libembedlog-dev.install4
-rw-r--r--pkg/deb/libembedlog0.install1
3 files changed, 6 insertions, 1 deletions
diff --git a/pkg/deb/create-pkg.sh b/pkg/deb/create-pkg.sh
index f10dcde..62bc8b7 100755
--- a/pkg/deb/create-pkg.sh
+++ b/pkg/deb/create-pkg.sh
@@ -97,7 +97,7 @@ fi
./testprog || failed=1
-dpkg -r "lib${project}${abi_version}" "$lib{project}-dev" || exit 1
+dpkg -r "lib${project}${abi_version}" "lib${project}-dev" || exit 1
if [ ${failed} -eq 1 ]
then
diff --git a/pkg/deb/libembedlog-dev.install b/pkg/deb/libembedlog-dev.install
new file mode 100644
index 0000000..55cf121
--- /dev/null
+++ b/pkg/deb/libembedlog-dev.install
@@ -0,0 +1,4 @@
+usr/lib/*/*.so
+usr/include/embedlog.h
+usr/share/man/man3/*
+usr/share/man/man7/*
diff --git a/pkg/deb/libembedlog0.install b/pkg/deb/libembedlog0.install
new file mode 100644
index 0000000..3de3b10
--- /dev/null
+++ b/pkg/deb/libembedlog0.install
@@ -0,0 +1 @@
+usr/lib/*/*.so.*