remove dependence on libpve-common-perl since Proxmox Backup Server does not come with it

This commit is contained in:
James Swineson 2021-06-25 00:00:36 +08:00 committed by GitHub
parent d75f6d908d
commit 86e774ab19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,11 @@ cd "$( dirname "${BASH_SOURCE[0]}" )"
fpm -s dir -t deb --force \ fpm -s dir -t deb --force \
-n pve-fake-subscription \ -n pve-fake-subscription \
--description "Pollute Proxmox VE (>=5.0) and Proxmox Mail Gateway (>=5.0) subscription cache so it won't alert you on dashboard login" \ --description "Pollute the subscription cache of Proxmox VE (>=5.0), Proxmox Mail Gateway (>=5.0) & Proxmox Backup Server (>=1.0) so it won't alert you on dashboard login" \
--url "https://github.com/Jamesits/pve-fake-subscription" \ --url "https://github.com/Jamesits/pve-fake-subscription" \
-v 0.0.5 \ -v 0.0.5 \
--license "GLWTS(Good Luck With That Shit) Public License" \ --license "GLWTS(Good Luck With That Shit) Public License" \
--depends "python3" \ --depends "python3" \
--depends "libpve-common-perl" \
--architecture all \ --architecture all \
--deb-dist "unstable" \ --deb-dist "unstable" \
--deb-priority "optional" \ --deb-priority "optional" \