mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-02 15:17:18 -04:00
(WSL) Marked "dos2unix" as a dependency for the WSL package
Former-commit-id: e1adc5ac923a07d87ccb2ee3c687b9e935200617 Former-commit-id: a906b07e1cc19921d1ec94cec99644657b963ee1
This commit is contained in:
+9
-2
@@ -220,11 +220,18 @@ Section: utils
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: Randall Winkhart <idgr at tutanota dot com>
|
Maintainer: Randall Winkhart <idgr at tutanota dot com>
|
||||||
Description: A light-weight, self-hosted, synchronized password manager
|
Description: A light-weight, self-hosted, synchronized password manager
|
||||||
Depends: python3, gnupg, openssh-client
|
|
||||||
Suggests: wl-clipboard, xclip, bash-completion
|
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Installed-Size: $size
|
Installed-Size: $size
|
||||||
" > output/debiantemp/sshyp_"$version"-"$revision"_all/DEBIAN/control
|
" > output/debiantemp/sshyp_"$version"-"$revision"_all/DEBIAN/control
|
||||||
|
if [ "$1" = 'Debian' ]; then
|
||||||
|
printf "Depends: python3, gnupg, openssh-client
|
||||||
|
Suggests: wl-clipboard, xclip, bash-completion
|
||||||
|
" >> output/debiantemp/sshyp_"$version"-"$revision"_all/DEBIAN/control
|
||||||
|
else
|
||||||
|
printf "Depends: python3, gnupg, openssh-client, dos2unix
|
||||||
|
Suggests: bash-completion
|
||||||
|
" >> output/debiantemp/sshyp_"$version"-"$revision"_all/DEBIAN/control
|
||||||
|
fi
|
||||||
dpkg-deb --build --root-owner-group -z6 -Sextreme -Zxz output/debiantemp/sshyp_"$version"-"$revision"_all/
|
dpkg-deb --build --root-owner-group -z6 -Sextreme -Zxz output/debiantemp/sshyp_"$version"-"$revision"_all/
|
||||||
mv output/debiantemp/sshyp_"$version"-"$revision"_all.deb output/"$special"-sshyp_"$version"-"$revision"_all.deb
|
mv output/debiantemp/sshyp_"$version"-"$revision"_all.deb output/"$special"-sshyp_"$version"-"$revision"_all.deb
|
||||||
rm -rf output/debiantemp
|
rm -rf output/debiantemp
|
||||||
|
|||||||
Reference in New Issue
Block a user