File: control

package info (click to toggle)
rust-path-absolutize 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (58 lines) | stat: -rw-r--r-- 3,049 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: rust-path-absolutize
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 25),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-path-dedot-3+default-dev (>= 3.1.1-~~) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/path-absolutize]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/path-absolutize
Homepage: https://magiclen.org/path-absolutize
X-Cargo-Crate: path-absolutize
Rules-Requires-Root: no

# FIXME (packages."(name)".section) debcargo auto-generated summary for librust-path-absolutize-dev is very long, consider overriding

Package: librust-path-absolutize-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-path-dedot-3+default-dev (>= 3.1.1-~~),
 librust-path-dedot-3+lazy-static-cache-dev (>= 3.1.1-~~),
 librust-path-dedot-3+once-cell-cache-dev (>= 3.1.1-~~),
 librust-path-dedot-3+unsafe-cache-dev (>= 3.1.1-~~),
 librust-path-dedot-3+use-unix-paths-on-wasm-dev (>= 3.1.1-~~)
Provides:
 librust-path-absolutize+default-dev (= ${binary:Version}),
 librust-path-absolutize+lazy-static-cache-dev (= ${binary:Version}),
 librust-path-absolutize+once-cell-cache-dev (= ${binary:Version}),
 librust-path-absolutize+unsafe-cache-dev (= ${binary:Version}),
 librust-path-absolutize+use-unix-paths-on-wasm-dev (= ${binary:Version}),
 librust-path-absolutize-3-dev (= ${binary:Version}),
 librust-path-absolutize-3+default-dev (= ${binary:Version}),
 librust-path-absolutize-3+lazy-static-cache-dev (= ${binary:Version}),
 librust-path-absolutize-3+once-cell-cache-dev (= ${binary:Version}),
 librust-path-absolutize-3+unsafe-cache-dev (= ${binary:Version}),
 librust-path-absolutize-3+use-unix-paths-on-wasm-dev (= ${binary:Version}),
 librust-path-absolutize-3.1-dev (= ${binary:Version}),
 librust-path-absolutize-3.1+default-dev (= ${binary:Version}),
 librust-path-absolutize-3.1+lazy-static-cache-dev (= ${binary:Version}),
 librust-path-absolutize-3.1+once-cell-cache-dev (= ${binary:Version}),
 librust-path-absolutize-3.1+unsafe-cache-dev (= ${binary:Version}),
 librust-path-absolutize-3.1+use-unix-paths-on-wasm-dev (= ${binary:Version}),
 librust-path-absolutize-3.1.1-dev (= ${binary:Version}),
 librust-path-absolutize-3.1.1+default-dev (= ${binary:Version}),
 librust-path-absolutize-3.1.1+lazy-static-cache-dev (= ${binary:Version}),
 librust-path-absolutize-3.1.1+once-cell-cache-dev (= ${binary:Version}),
 librust-path-absolutize-3.1.1+unsafe-cache-dev (= ${binary:Version}),
 librust-path-absolutize-3.1.1+use-unix-paths-on-wasm-dev (= ${binary:Version})
Description: Extending `Path` and `PathBuf` in order to get an absolute path and remove the containing dots - Rust source code
 This package contains the source for the Rust path-absolutize crate, packaged
 by debcargo for use with cargo and dh-cargo.