File: debcargo.toml

package info (click to toggle)
rust-servo-fontconfig-sys 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
overlay = "."
uploaders = ["Fabio Rafael da Rosa <fdr@fabiodarosa.org>"]
whitelist = ["**/Cargo.toml", "**/lib.rs", "**/build.rs"]
excludes = ["**/fc-*/*", "**/fontconfig/*",
"**/m4/*", "**/src/*",
"**/test/*", "**/doc/*", "conf*", "font*", "ltmain.sh",
"install-sh", "missing", "compile", "depcomp",
"test-driver", "Makefile.in", "Makefile.am", "aclocal.m4",
"Tools.mk", "INSTALL", "ChangeLog",
"NEWS", "AUTHORS", "README", "COPYING"]

[packages.lib]
depends = ["libfontconfig-dev"]