Various fixes related to typos #634

Merged
zeushammer merged 6 commits from master into master 2014-04-30 22:50:57 +02:00
Showing only changes of commit d9c60d8e5f - Show all commits

View File

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