File: B90list-missing

package info (click to toggle)
pbuilder 0.215%2Bnmu3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,916 kB
  • ctags: 433
  • sloc: sh: 4,703; xml: 1,756; makefile: 375; ansic: 11
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 
echo "I: checking for missing files."
cd /tmp/buildd/*/debian
cd ..
fakeroot debian/rules list-missing
#EOF