mirror of
https://git.proxmox.com/git/pathpatterns
synced 2025-07-16 07:18:27 +00:00
bump version to 0.1.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ca9b0e38e3
commit
fda9f89ee0
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pathpatterns"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rust-pathpatterns (0.1.3-1) pve; urgency=medium
|
||||
|
||||
* documentation and metadata fixups
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> 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
|
||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -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 <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-bitflags-1+default-dev (>= 1.2-~~) <!nocheck>,
|
||||
librust-libc-0.2+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-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.
|
||||
|
Loading…
Reference in New Issue
Block a user