Changeset 2153
- Timestamp:
- 04/15/08 18:09:15 (1 month ago)
- Files:
-
- alternc/trunk/debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/debian/rules
r2152 r2153 152 152 build-snapshot: 153 153 @echo "building a package based on the current snapshot (${VERSION})" 154 svn update || true 154 155 svn export . ../alternc-${VERSION} 155 cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} "Automatic build of SVN version ${REV}"&& debuild156 cd ../alternc-${VERSION} && debchange -D UNRELEASED -v ${VERSION} && debuild
