mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-11 19:49:48 +00:00
debian: normalize packaging files with wrap-and-sort -tkn
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cdbf064a36
commit
54d9a35951
57
debian/control
vendored
57
debian/control
vendored
@ -1,11 +1,19 @@
|
|||||||
Source: rust-proxmox-backup
|
Source: rust-proxmox-backup
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: bash-completion,
|
||||||
dh-cargo (>= 24),
|
|
||||||
cargo:native (>= 0.65.0~),
|
cargo:native (>= 0.65.0~),
|
||||||
rustc:native,
|
debhelper (>= 12~),
|
||||||
libstd-rust-dev,
|
debhelper-compat (= 13),
|
||||||
|
dh-cargo (>= 24),
|
||||||
|
fonts-dejavu-core <!nodoc>,
|
||||||
|
fonts-lato <!nodoc>,
|
||||||
|
fonts-open-sans <!nodoc>,
|
||||||
|
graphviz <!nodoc>,
|
||||||
|
jq,
|
||||||
|
latexmk <!nodoc>,
|
||||||
|
libacl1-dev,
|
||||||
|
libfuse3-dev,
|
||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~),
|
librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~),
|
||||||
librust-base64-0.13+default-dev,
|
librust-base64-0.13+default-dev,
|
||||||
@ -129,19 +137,9 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
librust-xdg-2+default-dev (>= 2.2-~~),
|
librust-xdg-2+default-dev (>= 2.2-~~),
|
||||||
librust-zstd-0.12+bindgen-dev,
|
librust-zstd-0.12+bindgen-dev,
|
||||||
librust-zstd-0.12+default-dev,
|
librust-zstd-0.12+default-dev,
|
||||||
libacl1-dev,
|
|
||||||
libfuse3-dev,
|
|
||||||
libsystemd-dev (>= 246-~~),
|
|
||||||
uuid-dev,
|
|
||||||
libsgutils2-dev,
|
libsgutils2-dev,
|
||||||
bash-completion,
|
libstd-rust-dev,
|
||||||
debhelper (>= 12~),
|
libsystemd-dev (>= 246-~~),
|
||||||
fonts-dejavu-core <!nodoc>,
|
|
||||||
fonts-lato <!nodoc>,
|
|
||||||
fonts-open-sans <!nodoc>,
|
|
||||||
graphviz <!nodoc>,
|
|
||||||
jq,
|
|
||||||
latexmk <!nodoc>,
|
|
||||||
patchelf,
|
patchelf,
|
||||||
proxmox-widget-toolkit-dev <!nodoc>,
|
proxmox-widget-toolkit-dev <!nodoc>,
|
||||||
pve-eslint (>= 7.18.0~),
|
pve-eslint (>= 7.18.0~),
|
||||||
@ -149,10 +147,12 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
python3-pygments,
|
python3-pygments,
|
||||||
python3-sphinx <!nodoc>,
|
python3-sphinx <!nodoc>,
|
||||||
rsync,
|
rsync,
|
||||||
|
rustc:native,
|
||||||
texlive-fonts-extra <!nodoc>,
|
texlive-fonts-extra <!nodoc>,
|
||||||
texlive-fonts-recommended <!nodoc>,
|
texlive-fonts-recommended <!nodoc>,
|
||||||
texlive-xetex <!nodoc>,
|
texlive-xetex <!nodoc>,
|
||||||
xindy <!nodoc>
|
uuid-dev,
|
||||||
|
xindy <!nodoc>,
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox-backup.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox-backup.git
|
||||||
@ -180,19 +180,17 @@ Depends: fonts-font-awesome,
|
|||||||
smartmontools,
|
smartmontools,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Recommends: zfsutils-linux,
|
Recommends: ifupdown2,
|
||||||
ifupdown2,
|
|
||||||
proxmox-offline-mirror-helper,
|
|
||||||
proxmox-mail-forward,
|
proxmox-mail-forward,
|
||||||
|
proxmox-offline-mirror-helper,
|
||||||
|
zfsutils-linux,
|
||||||
Description: Proxmox Backup Server daemon with tools and GUI
|
Description: Proxmox Backup Server daemon with tools and GUI
|
||||||
This package contains the Proxmox Backup Server daemons and related
|
This package contains the Proxmox Backup Server daemons and related
|
||||||
tools. This includes a web-based graphical user interface.
|
tools. This includes a web-based graphical user interface.
|
||||||
|
|
||||||
Package: proxmox-backup-client
|
Package: proxmox-backup-client
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: qrencode,
|
Depends: qrencode, ${misc:Depends}, ${shlibs:Depends},
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends},
|
|
||||||
Description: Proxmox Backup Client tools
|
Description: Proxmox Backup Client tools
|
||||||
This package contains the Proxmox Backup client, which provides a
|
This package contains the Proxmox Backup client, which provides a
|
||||||
simple command line tool to create and restore backups.
|
simple command line tool to create and restore backups.
|
||||||
@ -200,21 +198,16 @@ Description: Proxmox Backup Client tools
|
|||||||
Package: proxmox-backup-docs
|
Package: proxmox-backup-docs
|
||||||
Build-Profiles: <!nodoc>
|
Build-Profiles: <!nodoc>
|
||||||
Section: doc
|
Section: doc
|
||||||
Depends: fonts-font-awesome,
|
Depends: fonts-font-awesome, libjs-extjs, libjs-mathjax, ${misc:Depends},
|
||||||
libjs-extjs,
|
|
||||||
libjs-mathjax,
|
|
||||||
${misc:Depends},
|
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Description: Proxmox Backup Documentation
|
Description: Proxmox Backup Documentation
|
||||||
This package contains the Proxmox Backup Documentation files.
|
This package contains the Proxmox Backup Documentation files.
|
||||||
|
|
||||||
Package: proxmox-backup-file-restore
|
Package: proxmox-backup-file-restore
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||||
${shlibs:Depends},
|
Recommends: proxmox-backup-restore-image, pve-qemu-kvm (>= 5.0.0-9),
|
||||||
Recommends: pve-qemu-kvm (>= 5.0.0-9),
|
Breaks: proxmox-backup-restore-image (<< 0.3.1),
|
||||||
proxmox-backup-restore-image,
|
|
||||||
Breaks: proxmox-backup-restore-image (<< 0.3.1)
|
|
||||||
Description: Proxmox Backup single file restore tools for pxar and block device backups
|
Description: Proxmox Backup single file restore tools for pxar and block device backups
|
||||||
This package contains the Proxmox Backup single file restore client for
|
This package contains the Proxmox Backup single file restore client for
|
||||||
restoring individual files and folders from both host/container and VM/block
|
restoring individual files and folders from both host/container and VM/block
|
||||||
|
4
debian/proxmox-backup-docs.links
vendored
4
debian/proxmox-backup-docs.links
vendored
@ -1,6 +1,6 @@
|
|||||||
/usr/share/doc/proxmox-backup/proxmox-backup.pdf /usr/share/doc/proxmox-backup/html/proxmox-backup.pdf
|
/usr/share/doc/proxmox-backup/proxmox-backup.pdf /usr/share/doc/proxmox-backup/html/proxmox-backup.pdf
|
||||||
/usr/share/javascript/extjs /usr/share/doc/proxmox-backup/html/prune-simulator/extjs
|
|
||||||
/usr/share/javascript/extjs /usr/share/doc/proxmox-backup/html/lto-barcode/extjs
|
|
||||||
/usr/share/fonts-font-awesome/ /usr/share/doc/proxmox-backup/html/lto-barcode/font-awesome
|
/usr/share/fonts-font-awesome/ /usr/share/doc/proxmox-backup/html/lto-barcode/font-awesome
|
||||||
/usr/share/javascript/extjs /usr/share/doc/proxmox-backup/html/api-viewer/extjs
|
/usr/share/javascript/extjs /usr/share/doc/proxmox-backup/html/api-viewer/extjs
|
||||||
|
/usr/share/javascript/extjs /usr/share/doc/proxmox-backup/html/lto-barcode/extjs
|
||||||
|
/usr/share/javascript/extjs /usr/share/doc/proxmox-backup/html/prune-simulator/extjs
|
||||||
/usr/share/javascript/mathjax /usr/share/doc/proxmox-backup/html/_static/mathjax
|
/usr/share/javascript/mathjax /usr/share/doc/proxmox-backup/html/_static/mathjax
|
||||||
|
2
debian/proxmox-backup-file-restore.install
vendored
2
debian/proxmox-backup-file-restore.install
vendored
@ -1,4 +1,4 @@
|
|||||||
usr/bin/proxmox-file-restore
|
usr/bin/proxmox-file-restore
|
||||||
|
usr/lib/x86_64-linux-gnu/proxmox-backup/file-restore/proxmox-restore-daemon
|
||||||
usr/share/man/man1/proxmox-file-restore.1
|
usr/share/man/man1/proxmox-file-restore.1
|
||||||
usr/share/zsh/vendor-completions/_proxmox-file-restore
|
usr/share/zsh/vendor-completions/_proxmox-file-restore
|
||||||
usr/lib/x86_64-linux-gnu/proxmox-backup/file-restore/proxmox-restore-daemon
|
|
||||||
|
32
debian/proxmox-backup-server.install
vendored
32
debian/proxmox-backup-server.install
vendored
@ -1,41 +1,41 @@
|
|||||||
etc/proxmox-backup-proxy.service /lib/systemd/system/
|
etc/pbs-enterprise.list /etc/apt/sources.list.d/
|
||||||
etc/proxmox-backup.service /lib/systemd/system/
|
|
||||||
etc/proxmox-backup-banner.service /lib/systemd/system/
|
etc/proxmox-backup-banner.service /lib/systemd/system/
|
||||||
etc/proxmox-backup-daily-update.service /lib/systemd/system/
|
etc/proxmox-backup-daily-update.service /lib/systemd/system/
|
||||||
etc/proxmox-backup-daily-update.timer /lib/systemd/system/
|
etc/proxmox-backup-daily-update.timer /lib/systemd/system/
|
||||||
etc/pbs-enterprise.list /etc/apt/sources.list.d/
|
etc/proxmox-backup-proxy.service /lib/systemd/system/
|
||||||
|
etc/proxmox-backup.service /lib/systemd/system/
|
||||||
|
usr/bin/pmt
|
||||||
|
usr/bin/pmtx
|
||||||
|
usr/bin/proxmox-tape
|
||||||
usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-api
|
usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-api
|
||||||
usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-proxy
|
|
||||||
usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-banner
|
usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-banner
|
||||||
|
usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-proxy
|
||||||
usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-daily-update
|
usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-daily-update
|
||||||
usr/lib/x86_64-linux-gnu/proxmox-backup/sg-tape-cmd
|
usr/lib/x86_64-linux-gnu/proxmox-backup/sg-tape-cmd
|
||||||
usr/sbin/proxmox-backup-debug
|
usr/sbin/proxmox-backup-debug
|
||||||
usr/sbin/proxmox-backup-manager
|
usr/sbin/proxmox-backup-manager
|
||||||
usr/bin/pmtx
|
|
||||||
usr/bin/pmt
|
|
||||||
usr/bin/proxmox-tape
|
|
||||||
usr/share/javascript/proxmox-backup/index.hbs
|
|
||||||
usr/share/javascript/proxmox-backup/css/ext6-pbs.css
|
usr/share/javascript/proxmox-backup/css/ext6-pbs.css
|
||||||
usr/share/javascript/proxmox-backup/images
|
usr/share/javascript/proxmox-backup/images
|
||||||
|
usr/share/javascript/proxmox-backup/index.hbs
|
||||||
usr/share/javascript/proxmox-backup/js/proxmox-backup-gui.js
|
usr/share/javascript/proxmox-backup/js/proxmox-backup-gui.js
|
||||||
|
usr/share/man/man1/pmt.1
|
||||||
|
usr/share/man/man1/pmtx.1
|
||||||
usr/share/man/man1/proxmox-backup-debug.1
|
usr/share/man/man1/proxmox-backup-debug.1
|
||||||
usr/share/man/man1/proxmox-backup-manager.1
|
usr/share/man/man1/proxmox-backup-manager.1
|
||||||
usr/share/man/man1/proxmox-backup-proxy.1
|
usr/share/man/man1/proxmox-backup-proxy.1
|
||||||
usr/share/man/man1/proxmox-tape.1
|
usr/share/man/man1/proxmox-tape.1
|
||||||
usr/share/man/man1/pmtx.1
|
|
||||||
usr/share/man/man1/pmt.1
|
|
||||||
usr/share/man/man5/acl.cfg.5
|
usr/share/man/man5/acl.cfg.5
|
||||||
usr/share/man/man5/datastore.cfg.5
|
usr/share/man/man5/datastore.cfg.5
|
||||||
usr/share/man/man5/domains.cfg.5
|
usr/share/man/man5/domains.cfg.5
|
||||||
usr/share/man/man5/user.cfg.5
|
usr/share/man/man5/media-pool.cfg.5
|
||||||
usr/share/man/man5/remote.cfg.5
|
usr/share/man/man5/remote.cfg.5
|
||||||
usr/share/man/man5/sync.cfg.5
|
usr/share/man/man5/sync.cfg.5
|
||||||
usr/share/man/man5/verification.cfg.5
|
|
||||||
usr/share/man/man5/media-pool.cfg.5
|
|
||||||
usr/share/man/man5/tape.cfg.5
|
|
||||||
usr/share/man/man5/tape-job.cfg.5
|
usr/share/man/man5/tape-job.cfg.5
|
||||||
|
usr/share/man/man5/tape.cfg.5
|
||||||
|
usr/share/man/man5/user.cfg.5
|
||||||
|
usr/share/man/man5/verification.cfg.5
|
||||||
|
usr/share/zsh/vendor-completions/_pmt
|
||||||
|
usr/share/zsh/vendor-completions/_pmtx
|
||||||
usr/share/zsh/vendor-completions/_proxmox-backup-debug
|
usr/share/zsh/vendor-completions/_proxmox-backup-debug
|
||||||
usr/share/zsh/vendor-completions/_proxmox-backup-manager
|
usr/share/zsh/vendor-completions/_proxmox-backup-manager
|
||||||
usr/share/zsh/vendor-completions/_proxmox-tape
|
usr/share/zsh/vendor-completions/_proxmox-tape
|
||||||
usr/share/zsh/vendor-completions/_pmtx
|
|
||||||
usr/share/zsh/vendor-completions/_pmt
|
|
||||||
|
Loading…
Reference in New Issue
Block a user