build: properly regenerate d/control
and commit the latest change Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
16f0afbfb5
commit
db22e6b270
1
Makefile
1
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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue