From fda9f89ee0f2229f2863f6e9cfb4fed3b9ce0614 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 29 Jul 2022 11:58:15 +0200 Subject: [PATCH] bump version to 0.1.3-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ debian/control | 11 ++++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 74f6a07..0d5b2cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathpatterns" -version = "0.1.2" +version = "0.1.3" authors = ["Wolfgang Bumiller "] edition = "2018" license = "AGPL-3.0-or-later" diff --git a/debian/changelog b/debian/changelog index 08aa55d..1544b55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-pathpatterns (0.1.3-1) pve; urgency=medium + + * documentation and metadata fixups + + -- Proxmox Support Team Fri, 29 Jul 2022 11:57:17 +0200 + rust-pathpatterns (0.1.2-1) pve; urgency=medium * fixed `**/foo` not properly matching a "foo" without any slashes in front diff --git a/debian/control b/debian/control index eef1555..6db4e17 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,18 @@ Source: rust-pathpatterns Section: rust Priority: optional -Build-Depends: debhelper (>= 11), - dh-cargo (>= 18), +Build-Depends: debhelper (>= 12), + dh-cargo (>= 25), cargo:native , rustc:native , libstd-rust-dev , librust-bitflags-1+default-dev (>= 1.2-~~) , librust-libc-0.2+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-pathpatterns-dev Architecture: any @@ -26,8 +27,8 @@ Provides: librust-pathpatterns-0+default-dev (= ${binary:Version}), librust-pathpatterns-0.1-dev (= ${binary:Version}), librust-pathpatterns-0.1+default-dev (= ${binary:Version}), - librust-pathpatterns-0.1.2-dev (= ${binary:Version}), - librust-pathpatterns-0.1.2+default-dev (= ${binary:Version}) + librust-pathpatterns-0.1.3-dev (= ${binary:Version}), + librust-pathpatterns-0.1.3+default-dev (= ${binary:Version}) Description: Include/exclude path list implementation with git-like globbing support - Rust source code This package contains the source for the Rust pathpatterns crate, packaged by debcargo for use with cargo and dh-cargo.