install the proper lintian overrides in the right places
This commit is contained in:
parent
6e25483823
commit
7b5c4d887f
|
@ -81,8 +81,8 @@ install: build
|
||||||
# Remove CVS directories
|
# Remove CVS directories
|
||||||
/usr/bin/find debian/alternc -depth -type d -name CVS -exec rm {} -rf \;
|
/usr/bin/find debian/alternc -depth -type d -name CVS -exec rm {} -rf \;
|
||||||
/usr/bin/find debian/alternc -depth -type d -name .svn -exec rm {} -rf \;
|
/usr/bin/find debian/alternc -depth -type d -name .svn -exec rm {} -rf \;
|
||||||
cp debian/lintian-override debian/alternc/usr/share/lintian/overrides/alternc
|
cp debian/alternc.lintian debian/alternc/usr/share/lintian/overrides/alternc
|
||||||
cp debian/lintian-override debian/alternc/usr/share/lintian/overrides/alternc-slavedns
|
cp debian/alternc-slave.lintian debian/alternc/usr/share/lintian/overrides/alternc-slavedns
|
||||||
|
|
||||||
# This single target is used to build all the packages, all at once, or
|
# This single target is used to build all the packages, all at once, or
|
||||||
# one at a time. So keep in mind: any options passed to commands here will
|
# one at a time. So keep in mind: any options passed to commands here will
|
||||||
|
|
Loading…
Reference in New Issue