Skip to content

Commit

Permalink
Update deb-build.sh
Browse files Browse the repository at this point in the history
Ethcore -> Parity Technologies
  • Loading branch information
General-Beck authored May 10, 2017
1 parent 2b30e0b commit 28b66d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deb-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ echo "Version: $version" >> $control
echo "Source: parity" >> $control
echo "Section: science" >> $control
echo "Priority: extra" >> $control
echo "Maintainer: Ethcore <[email protected]>" >> $control
echo "Maintainer: Parity Technologies <[email protected]>" >> $control
echo "Build-Depends: debhelper (>=9)" >> $control
echo "Standards-Version: 3.9.5" >> $control
echo "Homepage: https://parity.io" >> $control
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

0 comments on commit 28b66d1

Please sign in to comment.