use proxmox-backup as package name
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
rust-api-test-server (0.1-1) unstable; urgency=medium
|
||||
proxmox-backup (0.1-1) unstable; urgency=medium
|
||||
|
||||
[ Proxmox Support Team ]
|
||||
* first try
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -1,4 +1,4 @@
|
||||
Source: rust-api-test-server
|
||||
Source: proxmox-backup
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
@ -6,11 +6,11 @@ Build-Depends: debhelper (>= 10),
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: https://www.proxmox.com
|
||||
|
||||
Package: api-test-server
|
||||
Package: proxmox-backup
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
libjs-extjs (>= 6.0.1),
|
||||
fonts-font-awesome,
|
||||
proxmox-widget-toolkit,
|
||||
Description: API Test Server
|
||||
Description: Proxmox Backup Server
|
||||
This is experimental code used to test Rust.
|
||||
|
9
debian/install
vendored
9
debian/install
vendored
@ -1,7 +1,6 @@
|
||||
target/release/api-test-server /usr/sbin
|
||||
target/release/proxmox-backup-api /usr/sbin
|
||||
target/release/pbs /usr/sbin
|
||||
target/release/backup-client /usr/sbin
|
||||
www/images/logo-128.png /usr/share/javascript/proxmox-backup-server/images/
|
||||
www/images/proxmox_logo.png /usr/share/javascript/proxmox-backup-server/images/
|
||||
www/proxmox-backup-gui.js /usr/share/javascript/proxmox-backup-server/js/
|
||||
|
||||
www/images/logo-128.png /usr/share/javascript/proxmox-backup/images/
|
||||
www/images/proxmox_logo.png /usr/share/javascript/proxmox-backup/images/
|
||||
www/proxmox-backup-gui.js /usr/share/javascript/proxmox-backup/js/
|
||||
|
@ -1,11 +1,11 @@
|
||||
[Unit]
|
||||
Description=Proxmox API Test Server
|
||||
ConditionPathExists=/usr/sbin/api-test-server
|
||||
ConditionPathExists=/usr/sbin/proxmox-backup-api
|
||||
After=syslog.service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/api-test-server start
|
||||
ExecStart=/usr/sbin/proxmox-backup-api start
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
|
Reference in New Issue
Block a user