diff options
author | ivan <ivan> | 2008-04-30 23:29:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-30 23:29:17 +0000 |
commit | ca183d69d2aa9e9d0aba3d0c232d02309490fcd8 (patch) | |
tree | 2c60d136cc09a0ef1297a3870a61166053229149 | |
parent | 4d913e16a76d81a40bb91b4ac8a9d17e34081c3f (diff) |
last last-minute fix for last-minute change
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -358,10 +358,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 |