From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 558FC1FF176 for ; Fri, 24 Jan 2025 15:41:44 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3C9F72CED6; Fri, 24 Jan 2025 15:41:30 +0100 (CET) From: Hannes Duerr To: pve-devel@lists.proxmox.com Date: Fri, 24 Jan 2025 15:41:16 +0100 Message-Id: <20250124144121.215130-2-h.duerr@proxmox.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250124144121.215130-1-h.duerr@proxmox.com> References: <20250124144121.215130-1-h.duerr@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.032 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [gnu.org, proxmox.com] Subject: [pve-devel] [PATCH pve-nvidia-vgpu-helper v3 1/5] create a debian package to make the installation of Nvidia vGPU drivers more convenient 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: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Signed-off-by: Hannes Duerr --- debian/changelog | 5 +++++ debian/control | 15 +++++++++++++++ debian/copyright | 14 ++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + 5 files changed, 43 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..de5e10a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pve-nvidia-vgpu-helper (8.3.3) UNRELEASED; urgency=medium + + * Initial release. + + -- Proxmox Support Team Mon, 20 Jan 2025 17:02:52 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..334bf25 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: pve-nvidia-vgpu-helper +Section: admin +Priority: optional +Maintainer: Proxmox Support Team +Build-Depends: debhelper-compat (= 13), lintian, +Standards-Version: 4.6.2 +Homepage: https://www.proxmox.com + +Package: pve-nvidia-vgpu-helper +Architecture: all +Depends: ${misc:Depends}, +Description: Proxmox Nvidia vGPU helper script and systemd service + This package provides a script, that helps with installing all required + packages for the Nvidia vGPU driver, and also a systemd template service which + configures the option SRI-OV per pci-id diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..046356b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,14 @@ +Copyright (C) 2016 - 2024 Proxmox Server Solutions GmbH + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..218df65 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel