File: control

package info (click to toggle)
rust-version-sync 0.9.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 236 kB
  • sloc: perl: 258; python: 148; makefile: 5; sh: 1
file content (57 lines) | stat: -rw-r--r-- 2,169 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
Source: rust-version-sync
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-cargo (>= 25),
 librust-proc-macro2-1+span-locations-dev <!nocheck>,
 librust-pulldown-cmark-0.9-dev <!nocheck>,
 librust-regex-1+std-dev <!nocheck>,
 librust-regex-1+unicode-dev <!nocheck>,
 librust-semver-1+default-dev <!nocheck>,
 librust-syn-1+full-dev <!nocheck>,
 librust-syn-1+parsing-dev <!nocheck>,
 librust-syn-1+printing-dev <!nocheck>,
 librust-tempfile-3+default-dev <!nocheck>,
 librust-toml-0.5+default-dev <!nocheck>,
 librust-url-2+default-dev <!nocheck>,
 libstring-shellquote-perl,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/rust-version-sync.git
Vcs-Browser: https://salsa.debian.org/debian/rust-version-sync
Homepage: https://github.com/mgeisler/version-sync
Rules-Requires-Root: no

Package: librust-version-sync-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-proc-macro2-1+span-locations-dev,
 librust-pulldown-cmark-0.9-dev,
 librust-regex-1+std-dev,
 librust-regex-1+unicode-dev,
 librust-semver-1+default-dev,
 librust-syn-1+full-dev,
 librust-syn-1+parsing-dev,
 librust-syn-1+printing-dev,
 librust-toml-0.5+default-dev,
 librust-url-2+default-dev,
 ${misc:Depends},
Provides:
 librust-version-sync-0-dev (= ${binary:Version}),
 librust-version-sync-0.9+contains-regex-dev (= ${binary:Version}),
 librust-version-sync-0.9+default-dev (= ${binary:Version}),
 librust-version-sync-0.9+html-root-url-updated-dev (= ${binary:Version}),
 librust-version-sync-0.9+markdown-deps-updated-dev (= ${binary:Version}),
 librust-version-sync-0.9-dev (= ${binary:Version}),
 librust-version-sync-0.9.4-dev (= ${binary:Version}),
Description: ensure packaging strings match crate metadata - Rust source code
 Rust projects typically reference the crate version number
 in several places, such as the "README.md" file.
 The version-sync crate makes it easy to add an integration test
 that checks that "README.md" is updated
 when the crate version changes.
 .
 This package contains the source for the Rust version-sync crate,
 packaged by for use with cargo and dh-cargo.