[Lsb-messages] /var/www/bzr/lsb/devel/perl-test r105: Adjust version spec to match bug 3599 consensus.

Jeff Licquia licquia at linuxfoundation.org
Wed Apr 10 20:50:09 UTC 2013


------------------------------------------------------------
revno: 105
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: perl-test
timestamp: Wed 2013-04-10 16:50:09 -0400
message:
  Adjust version spec to match bug 3599 consensus.
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2013-03-17 03:02:17 +0000
+++ b/scripts/package/Makefile	2013-04-10 20:50:09 +0000
@@ -28,11 +28,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