diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index 111d62b9..9989bb1d 100644 --- a/proxmox-time/Cargo.toml +++ b/proxmox-time/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-time" description = "time utilities and TmEditor" -version = "2.0.1" +version = "2.0.2" authors.workspace = true edition.workspace = true diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index 62dff4e5..737e5872 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-time (2.0.2-1) bookworm; urgency=medium + + * time span: + - drop trailing space when not showing seconds at end + - avoid displaying months with a minute time unit + - use single-letter time unit variant for displaying minutes + - add basic module level docs + + -- Proxmox Support Team Thu, 17 Oct 2024 16:13:23 +0200 + rust-proxmox-time (2.0.1-1) bookworm; urgency=medium * replace lazy_static with std's LazyLock and drop dependency diff --git a/proxmox-time/debian/control b/proxmox-time/debian/control index c5eb3817..0a408745 100644 --- a/proxmox-time/debian/control +++ b/proxmox-time/debian/control @@ -1,10 +1,10 @@ Source: rust-proxmox-time Section: rust Priority: optional -Build-Depends: debhelper (>= 12), - dh-cargo (>= 25), +Build-Depends: debhelper-compat (= 13), + dh-sequence-cargo, cargo:native , - rustc:native (>= 1.80) , + rustc:native , libstd-rust-dev , librust-anyhow-1+default-dev , librust-bitflags-2+default-dev (>= 2.4-~~) , @@ -13,9 +13,10 @@ Build-Depends: debhelper (>= 12), librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~) , librust-nom-7+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git +Homepage: https://proxmox.com X-Cargo-Crate: proxmox-time Rules-Requires-Root: no @@ -36,7 +37,7 @@ Provides: librust-proxmox-time-2+default-dev (= ${binary:Version}), librust-proxmox-time-2.0-dev (= ${binary:Version}), librust-proxmox-time-2.0+default-dev (= ${binary:Version}), - librust-proxmox-time-2.0.1-dev (= ${binary:Version}), - librust-proxmox-time-2.0.1+default-dev (= ${binary:Version}) + librust-proxmox-time-2.0.2-dev (= ${binary:Version}), + librust-proxmox-time-2.0.2+default-dev (= ${binary:Version}) Description: Time utilities and TmEditor - Rust source code Source code for Debianized Rust crate "proxmox-time"