File: build

package info (click to toggle)
pkg-js-tools 0.16.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,992 kB
  • sloc: perl: 4,975; sh: 840; makefile: 36; javascript: 22
file content (10 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

export HOME=$AUTOPKGTEST_TMP
for DPATH in t/*/debian/; do
	(echo "trying to build "${DPATH%/debian/}
	cd ${DPATH%/debian/}
	dpkg-buildpackage --no-sign)
done