From: Stefan Berger Date: Wed, 9 Jan 2019 17:00:39 +0000 (+0000) Subject: debian: Rename package libtpms to libtpms0 X-Git-Tag: v0.9.0~470 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1e71cf48ebcec7548781960126a5d596d3aedc4b;p=libtpms.git debian: Rename package libtpms to libtpms0 Fix the lintian complaint about wrong package name for the shared library. Thanks to alex@strugee.net for pointing this out in PR#22. Signed-off-by: Stefan Berger --- diff --git a/debian/control b/debian/control index 07a4273..27bd30f 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Priority: optional Build-Depends: automake, autoconf, libtool, libssl-dev, sed, make, coreutils, pkg-config, gawk, sed, bash, dh-exec -Package: libtpms +Package: libtpms0 Architecture: any Multi-Arch: same Depends: openssl, diff --git a/debian/libtpms.install b/debian/libtpms.install deleted file mode 100644 index 7cb7af9..0000000 --- a/debian/libtpms.install +++ /dev/null @@ -1,2 +0,0 @@ -#! /usr/bin/dh-exec -/usr/lib/*/*.so.* diff --git a/debian/libtpms0.install b/debian/libtpms0.install new file mode 100644 index 0000000..7cb7af9 --- /dev/null +++ b/debian/libtpms0.install @@ -0,0 +1,2 @@ +#! /usr/bin/dh-exec +/usr/lib/*/*.so.*