aboutsummaryrefslogtreecommitdiff
path: root/examples/B90list-missing
blob: 558732e80881205961b4b7359f1a80b6ab6fafd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# example file to be used with --hookdir
#
# 343894: script from q-funk.

# Depends on CDBS module in debian/rules:
# include /usr/share/cdbs/1/rules/utils.mk 
BUILDDIR="${BUILDDIR:-/tmp/buildd}"
echo "I: checking for missing files."
cd "$BUILDDIR"/*/debian
cd ..
fakeroot debian/rules list-missing
#EOF