From: Fabian Grünbichler Date: Tue, 4 Aug 2020 09:14:40 +0000 (+0200) Subject: build: properly regenerate d/control X-Git-Tag: v0.8.10~30 X-Git-Url: https://git.proxmox.com/?p=proxmox-backup.git;a=commitdiff_plain;h=db22e6b270a8b6c42314f89056af4aef37d2dc28 build: properly regenerate d/control and commit the latest change Signed-off-by: Fabian Grünbichler --- diff --git a/Makefile b/Makefile index dac9f22c..bfd440a7 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ doc: .PHONY: build build: rm -rf build + rm debian/control debcargo package --config debian/debcargo.toml --changelog-ready --no-overlay-write-back --directory build proxmox-backup $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//') sed -e '1,/^$$/ ! d' build/debian/control > build/debian/control.src cat build/debian/control.src build/debian/control.in > build/debian/control diff --git a/debian/control b/debian/control index 566799f8..9b989013 100644 --- a/debian/control +++ b/debian/control @@ -34,14 +34,14 @@ Build-Depends: debhelper (>= 11), librust-pathpatterns-0.1+default-dev (>= 0.1.2-~~), librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-pin-utils-0.1+default-dev, - librust-proxmox-0.3+api-macro-dev (>= 0.2.1-~~), - librust-proxmox-0.3+default-dev (>= 0.2.1-~~), - librust-proxmox-0.3+sortable-macro-dev (>= 0.2.1-~~), - librust-proxmox-0.3+websocket-dev (>= 0.2.1-~~), + librust-proxmox-0.3+api-macro-dev (>= 0.3.1-~~), + librust-proxmox-0.3+default-dev (>= 0.3.1-~~), + librust-proxmox-0.3+sortable-macro-dev (>= 0.3.1-~~), + librust-proxmox-0.3+websocket-dev (>= 0.3.1-~~), librust-proxmox-fuse-0.1+default-dev, - librust-pxar-0.3+default-dev (>= 0.2.1-~~), - librust-pxar-0.3+futures-io-dev (>= 0.2.1-~~), - librust-pxar-0.3+tokio-io-dev (>= 0.2.1-~~), + librust-pxar-0.3+default-dev, + librust-pxar-0.3+futures-io-dev, + librust-pxar-0.3+tokio-io-dev, librust-regex-1+default-dev (>= 1.2-~~), librust-rustyline-6+default-dev, librust-serde-1+default-dev,