[Lsb-messages] /var/www/bzr/lsb/devel/lsbappchk-perl r64: Switch to snapshot version scheme from bug 3599.

Jeff Licquia licquia at linuxfoundation.org
Sun Mar 23 04:19:42 UTC 2014


------------------------------------------------------------
revno: 64
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: lsbappchk-perl
timestamp: Sun 2014-03-23 00:19:42 -0400
message:
  Switch to snapshot version scheme from bug 3599.
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2014-03-19 13:52:34 +0000
+++ b/scripts/package/Makefile	2014-03-23 04:19:42 +0000
@@ -30,11 +30,10 @@
 # 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
 EXPORT_TAG=-r $(OFFICIAL_RELEASE)
 else
-VERSION_SUFFIX=.$(ISO_DATE)
+RELEASE=0.$(ISO_DATE)
 EXPORT_TAG=-D now
 endif
 



More information about the lsb-messages mailing list