[Lsb-messages] /var/www/bzr/lsb/devel/azov-xml2-tests r24: fix up version stuff again (bug 3599)

Mats Wichmann mats at linuxfoundation.org
Fri Apr 18 22:53:34 UTC 2014


------------------------------------------------------------
revno: 24
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: azov-xml2-tests
timestamp: Fri 2014-04-18 16:53:34 -0600
message:
  fix up version stuff again (bug 3599)
modified:
  libxml2-t2c/package/Makefile
-------------- next part --------------
=== modified file 'libxml2-t2c/package/Makefile'
--- a/libxml2-t2c/package/Makefile	2014-03-23 03:51:34 +0000
+++ b/libxml2-t2c/package/Makefile	2014-04-18 22:53:34 +0000
@@ -1,6 +1,6 @@
 PACKAGE=lsb-test-xml2-azov
 VERSION=4.90.0
-RELEASE=1
+BUILDNO=2
 
 # for pkgchk
 DEPS=-d lsb-tet3-lite
@@ -26,11 +26,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