[pbs-devel] [PATCH v6 proxmox-apt 09/11] bump version to 1.0.0-1
Fabian Ebner
f.ebner at proxmox.com
Fri Jun 11 13:43:58 CEST 2021
Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
---
New in v6.
Cargo.toml | 2 +-
debian/changelog | 6 ++++++
debian/control | 12 ++++++------
3 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index cadd7a0..d54d909 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proxmox-apt"
-version = "0.1.1"
+version = "1.0.0"
authors = [
"Fabian Ebner <f.ebner at proxmox.com>",
"Proxmox Support Team <support at proxmox.com>",
diff --git a/debian/changelog b/debian/changelog
index 39b75d6..58ab9f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rust-proxmox-apt (1.0.0-1) unstable; urgency=medium
+
+ * Adapt to Debian Bullseye.
+
+ -- Proxmox Support Team <support at proxmox.com> Thu, 10 Jun 2021 12:17:45 +0200
+
rust-proxmox-apt (0.1.1-1) unstable; urgency=medium
* Add function for release upgrade (not yet enabled).
diff --git a/debian/control b/debian/control
index 09a5d5b..9285014 100644
--- a/debian/control
+++ b/debian/control
@@ -31,12 +31,12 @@ Depends:
librust-serde-1+derive-dev
Provides:
librust-proxmox-apt+default-dev (= ${binary:Version}),
- librust-proxmox-apt-0-dev (= ${binary:Version}),
- librust-proxmox-apt-0+default-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1+default-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1.1-dev (= ${binary:Version}),
- librust-proxmox-apt-0.1.1+default-dev (= ${binary:Version})
+ librust-proxmox-apt-1-dev (= ${binary:Version}),
+ librust-proxmox-apt-1+default-dev (= ${binary:Version}),
+ librust-proxmox-apt-1.0-dev (= ${binary:Version}),
+ librust-proxmox-apt-1.0+default-dev (= ${binary:Version}),
+ librust-proxmox-apt-1.0.0-dev (= ${binary:Version}),
+ librust-proxmox-apt-1.0.0+default-dev (= ${binary:Version})
Description: Proxmox library for APT - Rust source code
This package contains the source for the Rust proxmox-apt crate, packaged by
debcargo for use with cargo and dh-cargo.
--
2.20.1
More information about the pbs-devel
mailing list