]> git.proxmox.com Git - proxmox.git/commitdiff
bump version to 0.3.0
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Oct 2021 11:11:21 +0000 (13:11 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 21 Oct 2021 11:14:10 +0000 (13:14 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog
debian/control
debian/source/format [new file with mode: 0644]

index ab1b31ddbcfe1c3a9127e1bd010a940b8457df84..3953fd20b678dd445e79b8f5f001225beee78a07 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-acme-rs"
-version = "0.2.2"
+version = "0.3.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 0d96cb994b342aa4e3fa3651526609c04f6be22e..56446b8f00b6097c4b4619de3b04b191dc76fc31 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-acme-rs (0.3.0) pve; urgency=medium
+
+  * directory: make metadata optional
+
+ -- Proxmox Support Team <support@proxmox.com>  Thu, 21 Oct 2021 13:10:27 +0200
+
 rust-proxmox-acme-rs (0.2.2-1) pve; urgency=medium
 
   * improve crate documentation
index 3d57a02b880d75e451f59ffac3e4e88020a98058..4f46320812d3774cc7f7fc4de2da3346fc8c0956 100644 (file)
@@ -1,8 +1,8 @@
 Source: rust-proxmox-acme-rs
 Section: rust
 Priority: optional
-Build-Depends: debhelper (>= 11),
- dh-cargo (>= 18),
+Build-Depends: debhelper (>= 12),
+ dh-cargo (>= 24),
  cargo:native <!nocheck>,
  rustc:native <!nocheck>,
  libstd-rust-dev <!nocheck>,
@@ -12,9 +12,10 @@ Build-Depends: debhelper (>= 11),
  librust-serde-1+derive-dev <!nocheck>,
  librust-serde-json-1+default-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Standards-Version: 4.4.1
+Standards-Version: 4.5.1
 Vcs-Git: 
 Vcs-Browser: 
+Rules-Requires-Root: no
 
 Package: librust-proxmox-acme-rs-dev
 Architecture: any
@@ -32,10 +33,10 @@ Provides:
  librust-proxmox-acme-rs+default-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0+default-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.2-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.2+default-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.2.2-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.2.2+default-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.3-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.3+default-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.3.0-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.3.0+default-dev (= ${binary:Version})
 Description: ACME client library - Rust source code
  This package contains the source for the Rust proxmox-acme-rs crate, packaged
  by debcargo for use with cargo and dh-cargo.
@@ -51,10 +52,10 @@ Provides:
  librust-proxmox-acme-rs+curl-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0+client-dev (= ${binary:Version}),
  librust-proxmox-acme-rs-0+curl-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.2+client-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.2+curl-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.2.2+client-dev (= ${binary:Version}),
- librust-proxmox-acme-rs-0.2.2+curl-dev (= ${binary:Version})
+ librust-proxmox-acme-rs-0.3+client-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.3+curl-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.3.0+client-dev (= ${binary:Version}),
+ librust-proxmox-acme-rs-0.3.0+curl-dev (= ${binary:Version})
 Description: ACME client library - feature "client" and 1 more
  This metapackage enables feature "client" for the Rust proxmox-acme-rs crate,
  by pulling in any additional dependencies needed by that feature.
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)