[Lsb-messages] /var/www/bzr/lsb/devel/lsb-sigchk r28: fix up version stuff again (bug 3599)

Mats Wichmann mats at linuxfoundation.org
Fri Apr 18 22:51:45 UTC 2014


------------------------------------------------------------
revno: 28
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: lsb-sigchk
timestamp: Fri 2014-04-18 16:51:45 -0600
message:
  fix up version stuff again (bug 3599)
modified:
  package/Makefile
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2014-03-23 04:00:34 +0000
+++ b/package/Makefile	2014-04-18 22:51:45 +0000
@@ -1,6 +1,6 @@
 PACKAGE=lsb-sigchk
 VERSION=4.0.0
-RELEASE=5
+BUILDNO=6
 
 # Derive date string for daily snapshots
 ISO_DATE=$(shell date +"%Y%m%d")
@@ -21,11 +21,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