Changeset 2154

Show
Ignore:
Timestamp:
04/15/08 18:23:11 (9 months ago)
Author:
anarcat
Message:

change the version number with sed instead of debchange, which always adds a new changelog...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/debian/rules

    r2153 r2154  
    154154        svn update || true 
    155155        svn export . ../alternc-${VERSION} 
    156         cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} && debuild 
     156        cd ../alternc-${VERSION} && sed -i -e '0,/UNRELEASED/s/)/~svn${REV}/' debian/changelog && debuild