[Lsb-messages] /var/www/bzr/lsb/devel/lsb-xvfb r38: Use snapshot scheme similar to that in bug 3599.

Jeff Licquia licquia at linuxfoundation.org
Sun Mar 23 04:17:21 UTC 2014


------------------------------------------------------------
revno: 38
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: lsb-xvfb
timestamp: Sun 2014-03-23 00:17:21 -0400
message:
  Use snapshot scheme similar to that in bug 3599.
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2012-03-05 13:16:51 +0000
+++ b/scripts/package/Makefile	2014-03-23 04:17:21 +0000
@@ -3,7 +3,7 @@
 PACKAGE=lsb-xvfb
 # x11-server version
 VERSION=1.2.0
-RELEASE=21
+RELEASE_NUM=21
 
 # for pkgchk
 DEPS=-d lsb-setup
@@ -23,11 +23,11 @@
 # Handle different version generation for snapshots than for official builds
 # OFFICIAL_RELEASE should be set to the tag to extract from CVS
 ifdef OFFICIAL_RELEASE
-VERSION_SUFFIX=
 # EXPORT_TAG should be set to the cvs tag to use
+RELEASE=$(RELEASE_NUM)
 EXPORT_TAG=-r $(OFFICIAL_RELEASE)
 else
-VERSION_SUFFIX=.$(ISO_DATE)
+RELEASE=$(RELEASE_NUM).$(ISO_DATE)
 EXPORT_TAG=-D now
 endif
 



More information about the lsb-messages mailing list