File: B90list-missing

package info (click to toggle)
pbuilder 0.231.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,864 kB
  • sloc: sh: 5,726; xml: 1,755; makefile: 248; ansic: 11
file content (15 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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/..

fakeroot debian/rules list-missing
#EOF