Mercurial > hg > easyhg
diff deploy/linux/deploy-deb.sh @ 713:2b51235b3cb8
Some diagnostics for package dependencies
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2018 12:04:01 +0000 |
parents | 87d423722656 |
children | 48e746f45bde |
line wrap: on
line diff
--- a/deploy/linux/deploy-deb.sh Wed Dec 12 11:48:17 2018 +0000 +++ b/deploy/linux/deploy-deb.sh Wed Dec 12 12:04:01 2018 +0000 @@ -71,5 +71,9 @@ bash "$depdir"/fix-lintian-bits.sh "$targetdir" +echo "Finished constructing control file, this is the result:" 1>&2 +cat "$targetdir"/DEBIAN/control 1>&2 +echo 1>&2 + dpkg-deb --build "$targetdir" && lintian "$targetdir".deb