summaryrefslogtreecommitdiff
path: root/tests/tests/package-build
blob: 0b87823ff35539a69b5c2c72a764fb1199783c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
set -e
. tests/lib

t-restrict x-dgit-git-only

mkdir $tmp/dgit
cd $root
git ls-files -z |xargs -0 cp --parents -t $tmp/dgit
cd $tmp/dgit

dpkg-buildpackage -nc -uc -b

echo ok.