Update debian.sh

Sentence cased some comments, capitalized a noun
This commit is contained in:
coolbeans7 2014-01-24 08:20:28 -08:00
parent 0e310849ca
commit d9c60d8e5f
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ sed -i 's/-'${PREV_VERSION}'.so/-'${VERSION}'.so/g' debian/*.links
make clean make clean
make make
# change the parent directory name to debian format # Change the parent directory name to Debian format
mv ../${APP} ../${DIR} mv ../${APP} ../${DIR}
# Create a source archive # Create a source archive
@ -38,9 +38,9 @@ make source
# Build the package # Build the package
dpkg-buildpackage -F dpkg-buildpackage -F
# sign files # Sign files
gpg -ba ../${APP}_${VERSION}-1_${ARCH_TYPE}.deb gpg -ba ../${APP}_${VERSION}-1_${ARCH_TYPE}.deb
gpg -ba ../${APP}_${VERSION}.orig.tar.gz gpg -ba ../${APP}_${VERSION}.orig.tar.gz
# restore the parent directory name # Restore the parent directory name
mv ../${DIR} ../${APP} mv ../${DIR} ../${APP}