From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id DE13A61299 for ; Wed, 2 Dec 2020 20:18:40 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B3A791FD7D for ; Wed, 2 Dec 2020 20:18:38 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id C199C1FCD0 for ; Wed, 2 Dec 2020 20:18:35 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 8E7AD44BDB for ; Wed, 2 Dec 2020 20:18:35 +0100 (CET) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Wed, 2 Dec 2020 20:18:09 +0100 Message-Id: <20201202191809.13270-11-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201202191809.13270-1-s.ivanov@proxmox.com> References: <20201202191809.13270-1-s.ivanov@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.083 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [install.in, libzfsbootenv1linux.docs] Subject: [pve-devel] [PATCH zfsonlinux 9/9] package zfsbootenv library X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2020 19:18:40 -0000 adapted from debian-upstream 0be5e4edc2eef9885fd03e9c797b9429da539ce2 Signed-off-by: Stoiko Ivanov --- debian/control | 12 ++++++++++++ debian/libzfsbootenv1linux.docs | 2 ++ debian/libzfsbootenv1linux.install | 1 + debian/libzfsbootenv1linux.install.in | 1 + debian/libzfsbootenv1linux.lintian-overrides | 2 ++ 5 files changed, 18 insertions(+) create mode 100644 debian/libzfsbootenv1linux.docs create mode 100644 debian/libzfsbootenv1linux.install create mode 100644 debian/libzfsbootenv1linux.install.in create mode 100644 debian/libzfsbootenv1linux.lintian-overrides diff --git a/debian/control b/debian/control index 72217981..cda525a8 100644 --- a/debian/control +++ b/debian/control @@ -53,6 +53,7 @@ Architecture: linux-any Depends: libnvpair2linux (= ${binary:Version}), libuutil2linux (= ${binary:Version}), libzfs3linux (= ${binary:Version}), + libzfsbootenv1linux (= ${binary:Version}), libzpool3linux (= ${binary:Version}), ${misc:Depends} Provides: libnvpair-dev, libuutil-dev @@ -76,6 +77,17 @@ Description: OpenZFS filesystem library for Linux . The OpenZFS library provides support for managing OpenZFS filesystems. +Package: libzfsbootenv1linux +Section: contrib/libs +Architecture: linux-any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: OpenZFS filesystem library for Linux + OpenZFS is a storage platform that encompasses the functionality of + traditional filesystems and volume managers. It supports data checksums, + compression, encryption, snapshots, and more. + . + The zfsbootenv library provides support for modifying ZFS label information. + Package: libzpool3linux Section: contrib/libs Architecture: linux-any diff --git a/debian/libzfsbootenv1linux.docs b/debian/libzfsbootenv1linux.docs new file mode 100644 index 00000000..4302f1b2 --- /dev/null +++ b/debian/libzfsbootenv1linux.docs @@ -0,0 +1,2 @@ +COPYRIGHT +LICENSE diff --git a/debian/libzfsbootenv1linux.install b/debian/libzfsbootenv1linux.install new file mode 100644 index 00000000..01d3f0c3 --- /dev/null +++ b/debian/libzfsbootenv1linux.install @@ -0,0 +1 @@ +lib/libzfsbootenv.so.* diff --git a/debian/libzfsbootenv1linux.install.in b/debian/libzfsbootenv1linux.install.in new file mode 100644 index 00000000..49216742 --- /dev/null +++ b/debian/libzfsbootenv1linux.install.in @@ -0,0 +1 @@ +lib/@DEB_HOST_MULTIARCH@/libzfsbootenv.so.* diff --git a/debian/libzfsbootenv1linux.lintian-overrides b/debian/libzfsbootenv1linux.lintian-overrides new file mode 100644 index 00000000..7e1a3fc5 --- /dev/null +++ b/debian/libzfsbootenv1linux.lintian-overrides @@ -0,0 +1,2 @@ +libzfsbootenv1linux: package-name-doesnt-match-sonames +libzfsbootenv1linux: extra-license-file usr/share/doc/libzfsbootenv1linux/LICENSE.gz -- 2.20.1