File: control

package info (click to toggle)
rust-path-slash 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 116 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,207 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
Source: rust-path-slash
Section: rust
Priority: optional
Build-Depends: debhelper (>= 11),
 dh-cargo (>= 18),
 cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Sylvestre Ledru <sylvestre@debian.org>
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/path-slash]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/path-slash

Package: librust-path-slash-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends}
Provides:
 librust-path-slash+default-dev (= ${binary:Version}),
 librust-path-slash-0-dev (= ${binary:Version}),
 librust-path-slash-0+default-dev (= ${binary:Version}),
 librust-path-slash-0.1-dev (= ${binary:Version}),
 librust-path-slash-0.1+default-dev (= ${binary:Version}),
 librust-path-slash-0.1.1-dev (= ${binary:Version}),
 librust-path-slash-0.1.1+default-dev (= ${binary:Version})
Description: Conversion to/from a file path from/to slash path - Rust source code
 This package contains the source for the Rust path-slash crate, packaged by
 debcargo for use with cargo and dh-cargo.