Changeset 2152

Show
Ignore:
Timestamp:
04/15/08 17:54:48 (1 month ago)
Author:
anarcat
Message:

open the changelog for version 0.9.9, so that we can add changes to that version as we go along. use ~ as the svn version seperator so it's *lower* than 0.9.9 on snapshots

Files:

Legend:

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

    r2125 r2152  
     1alternc (0.9.9) UNRELEASED; urgency=low 
     2 
     3  * development version 
     4 
     5 -- Antoine Beaupré <anarcat@koumbit.org>  Tue, 15 Apr 2008 11:52:56 -0400 
     6 
    17alternc (0.9.8) stable; urgency=high 
    28 
  • alternc/trunk/debian/rules

    r2151 r2152  
    1010MAJOR=$(shell sed -ne 's/^[^(]*(\([^)]*\)).*/\1/;1p' debian/changelog) 
    1111REV=$(shell LANG=C svn info --non-interactive | awk '/^Revision:/ { print $$2 }') 
    12 VERSION="${MAJOR}.r${REV}" 
     12VERSION="${MAJOR}~svn${REV}" 
    1313export VERSION 
    1414