Fix distribution to prevent 'UNRELEASED' tag
Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2014-04-24 12:12:11 UTC (rev 845) +++ trunk/Makefile 2014-04-24 13:31:57 UTC (rev 846) @@ -779,7 +779,7 @@ debpkg: cp debian/changelog.in debian/changelog - dch --newversion="${BUILD}-${RELEASE}`lsb_release -cs`1" "Auto generated" + dch --distribution=stable --newversion="${BUILD}-${RELEASE}`lsb_release -cs`1" "Auto generated" dpkg-buildpackage -I.svn -i.svn -rfakeroot -uc -b # arch_install_post is because the default on centos6 is to run a check-buildroot to see if the build-root