]> git.proxmox.com Git - pve-apiclient.git/commit
separate packaging and source build system
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 14:21:48 +0000 (16:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 14:21:48 +0000 (16:21 +0200)
commit1b02346293dbd21fe647ade9db92d0d47fb10d8d
tree5c80bba444acb4c55ef7b7b94c31985091328625
parentf7d3e2f59e43e853a75556457767fd84531e107a
separate packaging and source build system

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
17 files changed:
Makefile
PVE/APIClient/Exception.pm [deleted file]
PVE/APIClient/LWP.pm [deleted file]
debian/install [deleted file]
examples/example1.pl [deleted file]
examples/example2.pl [deleted file]
examples/example3.pl [deleted file]
examples/example4.pl [deleted file]
examples/perftest1.pl [deleted file]
src/Makefile [new file with mode: 0644]
src/PVE/APIClient/Exception.pm [new file with mode: 0644]
src/PVE/APIClient/LWP.pm [new file with mode: 0755]
src/examples/example1.pl [new file with mode: 0755]
src/examples/example2.pl [new file with mode: 0755]
src/examples/example3.pl [new file with mode: 0755]
src/examples/example4.pl [new file with mode: 0755]
src/examples/perftest1.pl [new file with mode: 0755]