[Lsb-messages] /var/www/bzr/lsb/devel/t2c-cpp-tests r30: fix up version stuff again (bug 3599)

Mats Wichmann mats at linuxfoundation.org
Fri Apr 18 22:36:20 UTC 2014


------------------------------------------------------------
revno: 30
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: t2c-cpp-tests
timestamp: Fri 2014-04-18 16:36:20 -0600
message:
  fix up version stuff again (bug 3599)
modified:
  cpp-t2c/package/Makefile
-------------- next part --------------
=== modified file 'cpp-t2c/package/Makefile'
--- a/cpp-t2c/package/Makefile	2014-03-23 04:39:32 +0000
+++ b/cpp-t2c/package/Makefile	2014-04-18 22:36:20 +0000
@@ -1,6 +1,6 @@
 PACKAGE=lsb-test-cpp-t2c
 VERSION=4.90.0
-RELEASE=1
+BUILDNO=2
 
 # for pkgchk
 DEPS=-d lsb-tet3-lite
@@ -24,11 +24,12 @@
 # Handle different version generation for snapshots than for official builds
 # OFFICIAL_RELEASE should be set to the tag to extract from BZR
 ifdef OFFICIAL_RELEASE
-	# EXPORT_TAG should be set to the bzr revisionspec to use
-	EXPORT_TAG=--revision=$(OFFICIAL_RELEASE)
+RELEASE=$(BUILDNO)
+# EXPORT_TAG should be set to the bzr revisionspec to use
+EXPORT_TAG=--revision=$(OFFICIAL_RELEASE)
 else
-	RELEASE=0.$(ISO_DATE)
-	EXPORT_TAG=
+RELEASE=0.$(ISO_DATE).$(BUILDNO)
+EXPORT_TAG=
 endif
 
 # local



More information about the lsb-messages mailing list