Mercurial > hg > easyhg
comparison deploy/linux/deploy-deb.sh @ 728:1d0a0fce4021
Include dependencies for all targets
author | Chris Cannam |
---|---|
date | Mon, 17 Dec 2018 09:45:34 +0000 |
parents | 48e746f45bde |
children |
comparison
equal
deleted
inserted
replaced
727:bd9a54f9aca8 | 728:1d0a0fce4021 |
---|---|
72 touch "$targetdir"/usr/share/doc/"$package"/changelog.Debian | 72 touch "$targetdir"/usr/share/doc/"$package"/changelog.Debian |
73 gzip -9 "$targetdir"/usr/share/doc/"$package"/changelog.Debian | 73 gzip -9 "$targetdir"/usr/share/doc/"$package"/changelog.Debian |
74 | 74 |
75 perl -i -p -e "s/Architecture: .*/Architecture: $arch/" "$targetdir"/DEBIAN/control | 75 perl -i -p -e "s/Architecture: .*/Architecture: $arch/" "$targetdir"/DEBIAN/control |
76 | 76 |
77 deps=`bash "$depdir"/debian-dependencies.sh "$program"` | 77 deps=`bash "$depdir"/debian-dependencies.sh "$program" "$kdiff"` |
78 | 78 |
79 perl -i -p -e "s/Depends: .*/$deps/" "$targetdir"/DEBIAN/control | 79 perl -i -p -e "s/Depends: .*/$deps/" "$targetdir"/DEBIAN/control |
80 | 80 |
81 control_ver=${version%-?} | 81 control_ver=${version%-?} |
82 | 82 |