File: disperse.conf

package info (click to toggle)
upstream-ontologist 0.1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 712 kB
  • sloc: python: 4,199; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# See https://github.com/jelmer/disperse
name: "upstream-ontologist"
timeout_days: 5
tag_name: "v$VERSION"
update_version {
  path: "upstream_ontologist/__init__.py"
  match: "^version_string = \"(.*)\""
  new_line: "version_string = \"$VERSION\""
}
update_manpages: "man/*.1"