From cb89d97df137781f1cb0fe7fff2bc27bb8043205 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 21 Oct 2021 13:11:21 +0200 Subject: [PATCH] bump version to 0.3.0 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ debian/control | 23 ++++++++++++----------- debian/source/format | 1 + 4 files changed, 20 insertions(+), 12 deletions(-) create mode 100644 debian/source/format diff --git a/Cargo.toml b/Cargo.toml index ab1b31dd..3953fd20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-acme-rs" -version = "0.2.2" +version = "0.3.0" authors = ["Wolfgang Bumiller "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 0d96cb99..56446b8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-acme-rs (0.3.0) pve; urgency=medium + + * directory: make metadata optional + + -- Proxmox Support Team Thu, 21 Oct 2021 13:10:27 +0200 + rust-proxmox-acme-rs (0.2.2-1) pve; urgency=medium * improve crate documentation diff --git a/debian/control b/debian/control index 3d57a02b..4f463208 100644 --- a/debian/control +++ b/debian/control @@ -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 , rustc:native , libstd-rust-dev , @@ -12,9 +12,10 @@ Build-Depends: debhelper (>= 11), librust-serde-1+derive-dev , librust-serde-json-1+default-dev Maintainer: Proxmox Support Team -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 index 00000000..89ae9db8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)