File: control

package info (click to toggle)
cargo-mozilla 0.66.0%2Bds1-1~deb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 73,676 kB
  • sloc: sh: 1,827; python: 1,162; javascript: 849; ansic: 154; makefile: 79
file content (80 lines) | stat: -rw-r--r-- 2,660 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Source: cargo-mozilla
Section: devel
Maintainer: Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders: Luca Bruno <lucab@debian.org>,
 Angus Lees <gus@debian.org>,
 Ximin Luo <infinity0@debian.org>,
 Vasudev Kamath <vasudev@copyninja.info>
Priority: optional
# :native annotations are to support cross-compiling, see README.Debian of rustc
Build-Depends:
 debhelper (>= 12~),
 dpkg-dev (>= 1.17.14),
 cargo-mozilla:native    (>= 0.56.0),
 rustc-mozilla:native    (>= 1.63),
 libstd-rust-mozilla-dev (>= 1.63),
 pkg-config,
 bash-completion,
 python3:native,
 libcurl4-gnutls-dev | libcurl4-openssl-dev,
 libssh2-1-dev,
# libgit2-dev (>= 1.5.0),
# libgit2-dev (<< 1.6~~),
 libhttp-parser-dev,
 libpcre3-dev,
 libssl-dev,
 zlib1g-dev,
 zlib1g-dev:native,
 git <!nocheck>
Homepage: https://crates.io/
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/rust-team/cargo.git
Vcs-Browser: https://salsa.debian.org/rust-team/cargo

Package: cargo-mozilla
Architecture: any
Multi-Arch: allowed
Depends: ${shlibs:Depends}, ${misc:Depends},
         rustc (>= 1.24),
         binutils,
         gcc | clang | c-compiler
Suggests: cargo-doc, python3
Conflicts: cargo
Replaces: cargo
Provides: cargo (= ${binary:Version})
Description: Rust package manager
 Cargo is a tool that allows Rust projects to declare their various
 dependencies, and ensure that you'll always get a repeatable build.
 .
 To accomplish this goal, Cargo does four things:
  * Introduces two metadata files with various bits of project information.
  * Fetches and builds your project's dependencies.
  * Invokes rustc or another build tool with the correct parameters to build
    your project.
  * Introduces conventions, making working with Rust projects easier.
 .
 Cargo downloads your Rust project’s dependencies and compiles your
 project.

#Package: cargo-mozilla-doc
#Section: doc
#Architecture: all
#Build-Profiles: <!nodoc>
#Depends: ${misc:Depends}
#Description: Rust package manager, documentation
# Cargo is a tool that allows Rust projects to declare their various
# dependencies, and ensure that you'll always get a repeatable build.
# .
# To accomplish this goal, Cargo does four things:
#  * Introduces two metadata files with various bits of project information.
#  * Fetches and builds your project's dependencies.
#  * Invokes rustc or another build tool with the correct parameters to build
#    your project.
#  * Introduces conventions, making working with Rust projects easier.
# .
# Cargo downloads your Rust project’s dependencies and compiles your
# project.
# .
# This package contains the documentation.

# TODO: add a cargo-src package