diff options
author | ivan <ivan> | 2008-04-30 23:29:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-30 23:29:16 +0000 |
commit | d3cc9a856f6d5278a7e70349f8c2bf90da7b2f20 (patch) | |
tree | 87d2cf765e51336175848b95f7fac6b68f08ab36 /Makefile | |
parent | 640756e39d21373556e804cad1d1bafc1c09492f (diff) |
last last-minute fix for last-minute change
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -356,10 +356,12 @@ release: cvs commit -m "Updated for ${VERSION}" ChangeLog # Update the RPM specfile + cvs edit ${RPM_SPECFILE} perl -p -i -e "s/\d+[^\}]+/${VERSION}/ if /%define\s+version\s+(\d+[^\}]+)\}/;" ${RPM_SPECFILE} cvs commit -m "Updated for ${VERSION}" ${RPM_SPECFILE} # Update the Debian changelog + cvs edit debian/changelog dch -v ${DEBVERSION} -p "New upstream release" cvs commit -m "Updated for ${VERSION}" debian/changelog |