Update deb-build.sh

Ethcore -> Parity Technologies
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-05-10 23:19:08 +03:00 committed by GitHub
parent 2b30e0b5e0
commit 28b66d1b58
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ echo "Version: $version" >> $control
echo "Source: parity" >> $control
echo "Section: science" >> $control
echo "Priority: extra" >> $control
echo "Maintainer: Ethcore <devops@parity.io>" >> $control
echo "Maintainer: Parity Technologies <devops@parity.io>" >> $control
echo "Build-Depends: debhelper (>=9)" >> $control
echo "Standards-Version: 3.9.5" >> $control
echo "Homepage: https://parity.io" >> $control
@ -26,7 +26,7 @@ echo "Vcs-Git: git://github.com/paritytech/parity.git" >> $control
echo "Vcs-Browser: https://github.com/paritytech/parity" >> $control
echo "Architecture: $1" >> $control
echo "Depends: libssl1.0.0 (>=1.0.0)" >> $control
echo "Description: Ethereum network client by Ethcore" >> $control
echo "Description: Ethereum network client by Parity Technologies" >> $control
#build .deb package
exit