File: gen-deps

package info (click to toggle)
debci 3.13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,656 kB
  • sloc: ruby: 6,516; sh: 2,437; javascript: 100; makefile: 92; perl: 11
file content (10 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eu

printf "debci:Depends="
grep-dctrl -n -s Build-Depends '' debian/control | \
	grep -v 'debhelper' | \
	grep -v '!pkg.debci.runtime' | \
	sed -e 's/^\s*//; s/<[^>]+>//; s/\n/ /' | \
	paste -sd ' ' -