Codebase list rust-stfu8 / d73ee63
packaging for mdl and dependencies Henry-Nicolas Tourneur 3 years ago
17 changed file(s) with 177 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-lmdb (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package lmdb 0.8.0 from crates.io using debcargo 2.4.2
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Mon, 22 Jun 2020 16:37:36 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lmdb
2 Upstream-Contact: Dan Burkert <dan@danburkert.com>
3 Source: https://github.com/danburkert/lmdb-rs.git
4
5 Files: *
6 Copyright: 2014-2018 Dan Burkert <dan@danburkert.com>
7 License: Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2020 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: Apache-2.0
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lmdb
2 Upstream-Contact: Dan Burkert <dan@danburkert.com>
3 Source: https://github.com/danburkert/lmdb-rs.git
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Dan Burkert <dan@danburkert.com>
7 License: Apache-2.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./LICENSE
15 Copyright: 2014 Dan Burkert
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: debian/*
22 Copyright:
23 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2020 Henry-Nicolas Tourneur <debian@nilux.be>
25 License: Apache-2.0
26
27 License: Apache-2.0
28 Debian systems provide the Apache 2.0 license in
29 /usr/share/common-licenses/Apache-2.0
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
2
3 [packages.lib]
4 # tests rely on nightly
5 test_is_broken = true
6
(New empty file)
0 rust-lmdb-sys (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package lmdb-sys 0.8.0 from crates.io using debcargo 2.4.2
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Mon, 22 Jun 2020 16:37:29 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lmdb-sys
2 Upstream-Contact: Dan Burkert <dan@danburkert.com>
3 Source: https://github.com/danburkert/lmdb-rs.git
4
5 Files: *
6 Copyright: 2014-2018 Dan Burkert <dan@danburkert.com>
7 License: Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2020 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: Apache-2.0
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: lmdb-sys
2 Upstream-Contact: Dan Burkert <dan@danburkert.com>
3 Source: https://github.com/danburkert/lmdb-rs.git
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Dan Burkert <dan@danburkert.com>
7 License: Apache-2.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2020 Henry-Nicolas Tourneur <debian@nilux.be>
18 License: Apache-2.0
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
2 excludes = ["lmdb/libraries/liblmdb/**"]
3
4 [packages.lib]
5 depends = ["liblmdb-dev"]
0 Description: set the name of the pkgconfig file as per the debian package liblmdb-dev so that the find_library function call find the .pc file.
1 Author: Henry-Nicolas Tourneur
2 ---
3 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
4 --- a/build.rs
5 +++ b/build.rs
6 @@ -10,7 +10,7 @@
7 lmdb.push("libraries");
8 lmdb.push("liblmdb");
9
10 - if !pkg_config::find_library("liblmdb").is_ok() {
11 + if !pkg_config::find_library("lmdb").is_ok() {
12 cc::Build::new()
13 .file(lmdb.join("mdb.c"))
14 .file(lmdb.join("midl.c"))
(New empty file)
0 rust-mdl (1.0.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package mdl 1.0.4 from crates.io using debcargo 2.4.2
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Mon, 22 Jun 2020 16:37:40 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: mdl
2 Upstream-Contact: Daniel García Moreno <danigm@wadobo.com>
3 Source: https://gitlab.gnome.org/danigm/mdl
4
5 Files: *
6 Copyright: 2018-2019 Daniel García Moreno <danigm@wadobo.com>
7 License: GPL-3.0
8
9 Files: debian/*
10 Copyright:
11 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2020 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: GPL-3.0
14
15 License: GPL-3.0
16 Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: mdl
2 Upstream-Contact: Daniel García Moreno <danigm@wadobo.com>
3 Source: https://gitlab.gnome.org/danigm/mdl
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Daniel García Moreno <danigm@wadobo.com>
7 License: GPL-3.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2020 Henry-Nicolas Tourneur <debian@nilux.be>
18 License: GPL-3.0
19
20 License: GPL-3.0
21 Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
2
3 [packages.lib]
4 summary = "Library to share and persist app state between threads and process"