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
This commit is contained in:
parent
83f15dca0e
commit
71bda92a12
|
@ -1,3 +1,9 @@
|
||||||
|
alternc (0.9.9) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* development version
|
||||||
|
|
||||||
|
-- Antoine Beaupré <anarcat@koumbit.org> Tue, 15 Apr 2008 11:52:56 -0400
|
||||||
|
|
||||||
alternc (0.9.8) stable; urgency=high
|
alternc (0.9.8) stable; urgency=high
|
||||||
|
|
||||||
This release is packed with minor enhancements and bugfixes. It also packages
|
This release is packed with minor enhancements and bugfixes. It also packages
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
export DH_VERBOSE=1
|
export DH_VERBOSE=1
|
||||||
MAJOR=$(shell sed -ne 's/^[^(]*(\([^)]*\)).*/\1/;1p' debian/changelog)
|
MAJOR=$(shell sed -ne 's/^[^(]*(\([^)]*\)).*/\1/;1p' debian/changelog)
|
||||||
REV=$(shell LANG=C svn info --non-interactive | awk '/^Revision:/ { print $$2 }')
|
REV=$(shell LANG=C svn info --non-interactive | awk '/^Revision:/ { print $$2 }')
|
||||||
VERSION="${MAJOR}.r${REV}"
|
VERSION="${MAJOR}~svn${REV}"
|
||||||
export VERSION
|
export VERSION
|
||||||
|
|
||||||
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
||||||
|
|
Loading…
Reference in New Issue