File: debuild

package info (click to toggle)
dgit 12.16
  • links: PTS, VCS
  • area: main
  • in suites: trixie-proposed-updates
  • size: 3,368 kB
  • sloc: perl: 13,443; sh: 6,466; python: 334; makefile: 324; tcl: 69
file content (4 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (11)
1
2
3
4
#!/bin/bash
set -e
echo "DGIT TEST STUNT DEBUILD $*" >&2
"${DGIT_TEST_REAL_DEBUILD}" --preserve-env --preserve-envvar PATH "$@"