projects
/
scripts.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add docker packaging work
[scripts.git]
/
docker
/
packaging
/
B09lintian
1
#!/bin/sh
2
#
3
# run lintian on the finished binary package
4
5
apt-get install -y --force-yes lintian
6
7
cd /tmp/buildd/*/debian/..
8
9
echo "START LINTIAN"
10
lintian || true
11
echo "END LINTIAN"