From db22e6b270a8b6c42314f89056af4aef37d2dc28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 4 Aug 2020 11:14:40 +0200 Subject: [PATCH] build: properly regenerate d/control MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and commit the latest change Signed-off-by: Fabian Grünbichler --- Makefile | 1 + debian/control | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) 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,