git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@102 233e721a-07f6-49eb-a7da-05e0e16828fcmaster
snf-server (3.0.14-1) stable; urgency=low | |||||
* Initial release | |||||
-- support <support@armresearch.com> Tue, 29 Jan 2013 19:57:42 -0500 | |||||
exit $ERROR_EXIT | exit $ERROR_EXIT | ||||
fi | fi | ||||
# Create the required changelog file with this version. | |||||
echo "snf-server ($VERSION-1) stable; urgency=low | |||||
* Initial release | |||||
-- support <support@armresearch.com> $(date +'%a, %d %b %Y %H:%M:%S %z') | |||||
" > debian/changelog | |||||
# Build the source package. | # Build the source package. | ||||
debuild -S -us -uc -rfakeroot | debuild -S -us -uc -rfakeroot | ||||
if [ $? -ne 0 ] | if [ $? -ne 0 ] |