File: control

package info (click to toggle)
rust-dirs-next 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 156 kB
  • sloc: makefile: 4
file content (38 lines) | stat: -rw-r--r-- 1,769 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
Source: rust-dirs-next
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 24),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-cfg-if-0+default-dev <!nocheck>,
 librust-dirs-sys-next-0.1+default-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/dirs-next]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/dirs-next
Rules-Requires-Root: no

# FIXME (packages."(name)".section) debcargo auto-generated summaries are very long, consider overriding

Package: librust-dirs-next-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-cfg-if-0+default-dev,
 librust-dirs-sys-next-0.1+default-dev
Provides:
 librust-dirs-next+default-dev (= ${binary:Version}),
 librust-dirs-next-2-dev (= ${binary:Version}),
 librust-dirs-next-2+default-dev (= ${binary:Version}),
 librust-dirs-next-2.0-dev (= ${binary:Version}),
 librust-dirs-next-2.0+default-dev (= ${binary:Version}),
 librust-dirs-next-2.0.0-dev (= ${binary:Version}),
 librust-dirs-next-2.0.0+default-dev (= ${binary:Version})
Description: Tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS - Rust source code
 This package contains the source for the Rust dirs-next crate, packaged by
 debcargo for use with cargo and dh-cargo.