git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@102 233e721a-07f6-49eb-a7da-05e0e16828fcmaster
@@ -1,6 +0,0 @@ | |||
snf-server (3.0.14-1) stable; urgency=low | |||
* Initial release | |||
-- support <support@armresearch.com> Tue, 29 Jan 2013 19:57:42 -0500 | |||
@@ -72,6 +72,15 @@ then | |||
exit $ERROR_EXIT | |||
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. | |||
debuild -S -us -uc -rfakeroot | |||
if [ $? -ne 0 ] |