Changeset 2153

Show
Ignore:
Timestamp:
04/15/08 18:09:15 (1 month ago)
Author:
anarcat
Message:

more snapshot fixes: update before snapshot. don't put a new changelog entry with debchange.

Files:

Legend:

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

    r2152 r2153  
    152152build-snapshot: 
    153153        @echo "building a package based on the current snapshot (${VERSION})" 
     154        svn update || true 
    154155        svn export . ../alternc-${VERSION} 
    155         cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} "Automatic build of SVN version ${REV}" && debuild 
     156        cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} && debuild