Fix DEBIAN control.j2: use binary-only format for dpkg-deb
dpkg-deb --build reads a binary control file and rejects the two-stanza source+binary format. Rewrote control.j2 as a single binary-only stanza. Removed the source stanza (Source, Standards-Version, Build-Depends fields) which are only meaningful in source packages built with dpkg-buildpackage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0606ffb1a4
commit
ac58bf75de
|
|
@ -1,18 +1,11 @@
|
|||
Source: freenas-proxmox
|
||||
Package: freenas-proxmox
|
||||
Version: ${VERSION}
|
||||
Architecture: all
|
||||
Maintainer: KSA Technologies, LLC <theprofessor@ksatechnologies.com>
|
||||
Depends: librest-client-perl
|
||||
Section: perl
|
||||
Priority: optional
|
||||
Maintainer: KSA Technologies, LLC <theprofessor@ksatechnologies.com>
|
||||
Uploaders: Kevin Scott Adams <thegrandwazoo@ksatechnologies.com>
|
||||
Depends: librest-client-perl
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: https://github.com/TheGrandWazoo/freenas-proxmox.git
|
||||
Vcs-Browser: https://github.com/TheGrandWazoo/freenas-proxmox
|
||||
Homepage: https://github.com/TheGrandWazoo/freenas-proxmox
|
||||
|
||||
Package: freenas-proxmox
|
||||
Architecture: all
|
||||
Version: ${VERSION}
|
||||
Provides: freenas-proxmox
|
||||
Description: TrueNAS ZFS-over-iSCSI Plugin for Proxmox VE
|
||||
Manages iSCSI LUNs on TrueNAS (CORE and SCALE) via the TrueNAS REST API.
|
||||
Supports Bearer Token and username/password authentication.
|
||||
|
|
|
|||
Loading…
Reference in New Issue